Closed
Bug 752414
Opened 13 years ago
Closed 13 years ago
crash in nsXPConnect::CheckForDebugMode @ JS_GetCompartmentPrincipals
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox15 | - | --- |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It first appeared in 15.0a1/20120506. The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0a48e6561534&tochange=94ce5f33a9ea
It's likely a regression from bug 716014.
Signature JS_GetCompartmentPrincipals More Reports Search
UUID be520321-487c-41bf-ab86-e947a2120507
Date Processed 2012-05-07 03:36:53
Uptime 237
Install Age 22.5 minutes since version was first installed.
Install Time 2012-05-07 03:14:13
Product Firefox
Version 15.0a1
Build ID 20120506030520
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 37 stepping 5
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x4
App Notes
AdapterVendorID: 0x8086, AdapterDeviceID: 0x0046, AdapterSubsysID: 00000000, AdapterDriverVersion: 8.15.10.2202
D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+
EMCheckCompatibility True
Total Virtual Memory 4294836224
Available Virtual Memory 3730296832
System Memory Use Percentage 39
Available Page File 6379294720
Available Physical Memory 2452332544
Frame Module Signature Source
0 mozjs.dll JS_GetCompartmentPrincipals js/src/jsapi.cpp:5706
1 xul.dll nsXPConnect::CheckForDebugMode js/xpconnect/src/nsXPConnect.cpp:2411
2 xul.dll nsXPConnect::Push js/xpconnect/src/nsXPConnect.cpp:2500
3 xul.dll nsContentUtils::WrapNative content/base/src/nsContentUtils.cpp:5912
4 xul.dll nsXBLProtoImplAnonymousMethod::Execute content/xbl/src/nsXBLProtoImplMethod.cpp:335
5 xul.dll nsBindingManager::ExecuteDetachedHandlers content/xbl/src/nsBindingManager.cpp:1094
6 xul.dll nsGlobalWindow::PostHandleEvent dom/base/nsGlobalWindow.cpp:2574
7 xul.dll nsEventTargetChainItem::HandleEventTargetChain content/events/src/nsEventDispatcher.cpp:352
8 xul.dll nsEventTargetChainItem::HandleEventTargetChain content/events/src/nsEventDispatcher.cpp:404
9 xul.dll nsEventDispatcher::Dispatch content/events/src/nsEventDispatcher.cpp:684
10 xul.dll NS_IsMainThread_P obj-firefox/xpcom/build/nsThreadUtils.cpp:138
11 xul.dll nsDocShell::FirePageHideNotification docshell/base/nsDocShell.cpp:1620
12 xul.dll nsTArray<nsCOMPtr<nsIDocShell>,nsTArrayDefaultAllocator>::AppendElements<nsQuery obj-firefox/dist/include/nsTArray.h:902
13 xul.dll mozilla::Preferences::RemoveObserver modules/libpref/src/Preferences.cpp:1377
14 xul.dll nsDocShell::Destroy docshell/base/nsDocShell.cpp:4667
15 xul.dll nsWebShellWindow::Destroy xpfe/appshell/src/nsWebShellWindow.cpp:787
16 mozjs.dll js::Invoke js/src/jsinterp.cpp:572
17 xul.dll nsWindow::DispatchEvent widget/windows/nsWindow.cpp:3517
...
More reports at:
https://crash-stats.mozilla.com/report/list?signature=JS_GetCompartmentPrincipals
Comment 1•13 years ago
|
||
I backed out the patch pretty much immediately.
Reporter | ||
Updated•13 years ago
|
Crash Signature: [@ JS_GetCompartmentPrincipals] → [@ JS_GetCompartmentPrincipals ]
Reporter | ||
Comment 2•13 years ago
|
||
It's #7 top crasher in today's build.
(In reply to Olli Pettay [:smaug] from comment #1)
> I backed out the patch pretty much immediately.
There are still crashes after the backout of bug 716014.
tracking-firefox15:
--- → ?
Keywords: topcrash
Updated•13 years ago
|
Reporter | ||
Comment 3•13 years ago
|
||
There are no crashes after 15.0a1/20120515040219.
Reporter | ||
Comment 4•13 years ago
|
||
I close it as WFM.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•