Closed
Bug 602801
Opened 14 years ago
Closed 13 years ago
crash [@ js_NewGCObject(JSContext*) ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
Build: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101007 Firefox/4.0b8pre
This is a new crash signature. Crashes first appeared in b7pre/20100929 build.
It is #52 top crasher in b7pre build for the last week.
Signature js_NewGCObject(JSContext*)
UUID 62f279ed-71e5-4de9-bbbc-b80472101007
Time 2010-10-07 03:08:08.74749
Uptime 3
Last Crash 3 seconds before submission
Install Age 1440 seconds (24.0 minutes) since version was first installed.
Product Firefox
Version 4.0b7pre
Build ID 20101006041601
Branch 2.0
OS Windows NT
OS Version 6.1.7600
CPU x86
CPU Info GenuineIntel family 6 model 37 stepping 5
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x2b13b
App Notes AdapterVendorID: 10de, AdapterDeviceID: 0a6c
Frame Module Signature [Expand] Source
0 mozjs.dll js_NewGCObject js/src/jsgcinlines.h:89
1 mozjs.dll js::Interpret js/src/jsinterp.cpp:4508
2 mozjs.dll js::RunScript js/src/jsinterp.cpp:638
3 mozjs.dll js::Invoke js/src/jsinterp.cpp:746
4 mozjs.dll js::ExternalInvoke js/src/jsinterp.cpp:776
5 mozjs.dll JS_CallFunctionValue js/src/jsapi.cpp:4836
6 xul.dll nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1694
7 xul.dll nsXPCWrappedJS::CallMethod js/src/xpconnect/src/xpcwrappedjs.cpp:571
8 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
9 xul.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
10 xul.dll mozilla::storage::`anonymous namespace'::CallbackResultNotifier::Run storage/src/mozStorageAsyncStatementExecution.cpp:100
11 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
12 xul.dll NS_ProcessPendingEvents_P obj-firefox/xpcom/build/nsThreadUtils.cpp:200
13 xul.dll nsWindow::DispatchPendingEvents widget/src/windows/nsWindow.cpp:3712
14 xul.dll nsWindow::ProcessMessage widget/src/windows/nsWindow.cpp:4834
15 xul.dll nsWindow::WindowProcInternal widget/src/windows/nsWindow.cpp:4353
16 xul.dll nsWindow::WindowProc widget/src/windows/nsWindow.cpp:4305
17 user32.dll InternalCallWinProc
18 user32.dll UserCallWinProcCheckWow
19 user32.dll DispatchMessageWorker
20 user32.dll DispatchMessageW
21 xul.dll nsAppShell::ProcessNextNativeEvent widget/src/windows/nsAppShell.cpp:286
22 xul.dll nsBaseAppShell::OnProcessNextEvent widget/src/xpwidgets/nsBaseAppShell.cpp:305
23 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:517
24 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:110
25 xul.dll xul.dll@0xad01b3
26 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:202
27 xul.dll XPC_WN_ModsAllowed_Proto_Resolve js/src/xpconnect/src/xpcwrappednativejsops.cpp:1901
28 xul.dll _SEH_epilog4
29 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:176
30 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:180
31 xul.dll xul.dll@0xad01b3
32 xul.dll nsAppShell::Run widget/src/windows/nsAppShell.cpp:243
The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c257bfb8cad0&tochange=a60414d076b5
More reports at:
http://crash-stats.mozilla.com/report/list?range_value=4&range_unit=weeks&signature=js_NewGCObject%28JSContext*%29&version=Firefox%3A4.0b7pre
Updated•13 years ago
|
Crash Signature: [@ js_NewGCObject(JSContext*) ]
Comment 1•13 years ago
|
||
None of these showing on any version in the past 4 weeks. Resolving as works for me.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•