Closed
Bug 598905
Opened 15 years ago
Closed 7 years ago
crash under Windows XP mainly on start-up [@ XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) ]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INACTIVE
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
Build : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100922 Firefox/4.0b7pre
This is a new crash signature for trunk builds (see bug 553581 for 3.6 builds). It first appeared in b6 (one) and in b7pre/20100918.
It happens only under Windows XP and mainly on start-up.
The crash daily rate is 5-10 crashes/day in trunk builds.
It is #14 top crasher in b7pre/20100922 build.
Signature XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)
UUID 8280a8ff-067d-45c2-9c7d-ee6792100922
Time 2010-09-22 12:09:55.607975
Uptime 4
Last Crash 22993 seconds (6.4 hours) before submission
Install Age 9253 seconds (2.6 hours) since version was first installed.
Product Firefox
Version 4.0b7pre
Build ID 20100922041040
Branch 2.0
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info AuthenticAMD family 15 model 44 stepping 2
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x9a
App Notes AdapterVendorID: 1002, AdapterDeviceID: 9596
Crashing Thread
Frame Module Signature [Expand] Source
0 @0x9a
1 xul.dll XPCWrappedNative::CallMethod js/src/xpconnect/src/xpcwrappednative.cpp:2312
2 xul.dll XPC_WN_CallMethod js/src/xpconnect/src/xpcwrappednativejsops.cpp:1751
3 xul.dll js::Interpret js/src/jsinterp.cpp:4479
4 xul.dll js::Invoke js/src/jsinterp.cpp:592
5 xul.dll js::ExternalInvoke js/src/jsinterp.cpp:622
6 xul.dll JS_CallFunctionValue js/src/jsapi.cpp:4861
7 xul.dll nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1692
8 xul.dll nsXPCWrappedJS::CallMethod js/src/xpconnect/src/xpcwrappedjs.cpp:571
9 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
10 xul.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
11 xul.dll NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:102
More reports at :
http://crash-stats.mozilla.com/report/list?product=Firefox&version=Firefox%3A4.0b7pre&query_search=signature&query_type=exact&query=XPCWrappedNative%3A%3ACallMethod%28XPCCallContext%26%2C%20XPCWrappedNative%3A%3ACallMode%29&date=09%2F23%2F2010%2004%3A26%3A45&range_value=4&range_unit=weeks&hang_type=any&process_type=any&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&admin=&signature=XPCWrappedNative%3A%3ACallMethod%28XPCCallContext%26%2C%20XPCWrappedNative%3A%3ACallMode%29
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
The crash in 4.0b6 is under Windows 7 and can be forgotten for the regression range search.
The regression range is :
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=268ef4ccb5ff&tochange=fc8d8dfee20f
Updated•15 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → XPConnect
QA Contact: general → xpconnect
Comment 2•15 years ago
|
||
Not blocking on this, but there's some traction in related bug 553581.
blocking2.0: ? → -
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) ]
Comment 3•14 years ago
|
||
I got this crash on win7 after an restart through the addon manager (adblock update and ghostery addon avtivated again).
- bp-0a44eac4-2c80-488d-bbd6-f6ea02110702
the crash on startup stopped only after I discarded the sessiom
Comment 4•14 years ago
|
||
Matti, your crash stack and symptoms sound like Bug 674814. DUP to here?
While there may be Related Bugs (this one) in (my) crash report (from Bug 674814), I do not find FF Aurora (7.0a2) to be affected by the circumstances in my report (in case that means anything :-) ).
Comment 6•14 years ago
|
||
Bug 553581 might be related as well, and the signature is still visible in 7, 8, and 9 beta.
Updated•10 years ago
|
Crash Signature: [@ XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) ] → [@ XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) ]
[@ XPCWrappedNative::CallMethod ]
Comment 7•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•