Closed
Bug 749655
Opened 13 years ago
Closed 9 years ago
crash in XPCConvert::NativeInterface2JSObject @ XPCWrappedNative::GetNewOrUsed
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kairo, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-39ffca4d-6539-4dfe-b517-4aff12120427 .
=============================================================
Top 10 stack frames:
0 xul.dll XPCWrappedNative::GetNewOrUsed js/xpconnect/src/XPCWrappedNative.cpp:547
1 xul.dll XPCConvert::NativeInterface2JSObject js/xpconnect/src/XPCConvert.cpp:1018
2 xul.dll nsXPConnect::WrapNative js/xpconnect/src/nsXPConnect.cpp:1308
3 xul.dll XPCThrower::ThrowExceptionObject js/xpconnect/src/XPCThrower.cpp:294
4 xul.dll XPCThrower::BuildAndThrowException js/xpconnect/src/XPCThrower.cpp:228
5 xul.dll ThrowCallFailed js/xpconnect/src/XPCQuickStubs.cpp:482
6 xul.dll xpc_qsThrowGetterSetterFailed js/xpconnect/src/XPCQuickStubs.cpp:496
7 xul.dll nsIDOMHTMLDocument_SetDomain obj-firefox/js/xpconnect/src/dom_quickstubs.cpp:13674
8 mozjs.dll js::Shape::set js/src/jsscopeinlines.h:314
9 mozjs.dll js_NativeSet js/src/jsobj.cpp:5009
10 mozjs.dll js::SetPropertyOperation js/src/jsinterpinlines.h:328
More crashes at https://crash-stats.mozilla.com/report/list?signature=XPCWrappedNative%3A%3AGetNewOrUsed%28XPCCallContext%26%2C%20xpcObjectHelper%26%2C%20XPCWrappedNativeScope%2A%2C%20XPCNativeInterface%2A%2C%20XPCWrappedNative%2A%2A%29
This has a large spike with the 20120426030504 Win32 Nightly build, but also has a few occurrences in older Nightly and Aurora builds.
Updated•12 years ago
|
Summary: crash in XPCWrappedNative::GetNewOrUsed → crash in XPCConvert::NativeInterface2JSObject @ XPCWrappedNative::GetNewOrUsed
Updated•10 years ago
|
Crash Signature: [@ XPCWrappedNative::GetNewOrUsed(XPCCallContext&, xpcObjectHelper&, XPCWrappedNativeScope*, XPCNativeInterface*, XPCWrappedNative**)] → [@ XPCWrappedNative::GetNewOrUsed(XPCCallContext&, xpcObjectHelper&, XPCWrappedNativeScope*, XPCNativeInterface*, XPCWrappedNative**)]
[@ XPCWrappedNative::GetNewOrUsed]
Comment 2•9 years ago
|
||
(In reply to Robert Kaiser (not working on stability any more) from comment #0)
> ...
> This has a large spike with the 20120426030504 Win32 Nightly build, but also
> has a few occurrences in older Nightly and Aurora builds.
Closing WFM given this characterization and the current low crash rate of just a couple crashes per week for current release verions.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•