Closed
Bug 683442
Opened 14 years ago
Closed 12 years ago
crash js::Debugger::onNewScript
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: crash, Whiteboard: [TI-regression])
Crash Data
This bug was filed from the Socorro interface and is
report bp-27f222ad-55d2-4d32-a94b-d7d272110831 .
=============================================================
My nightly has started crashing with this stack
Comment 1•14 years ago
|
||
Thanks file filing, Henrik. Looks like possible fallout from the TI landing. https://crash-stats.mozilla.com/report/list?signature=js::Debugger::onNewScript%28JSContext*,%20JSScript*,%20JSObject*,%20js::Debugger::NewScriptKind%29
Frame Module Signature [Expand] Source
0 mozjs.dll js::Debugger::onNewScript js/src/vm/Debugger.h:571
1 mozjs.dll JSScript::NewScriptFromCG js/src/jsscript.cpp:1301
2 mozjs.dll js::Compiler::compileScript js/src/jsparse.cpp:1109
3 mozjs.dll EvaluateUCScriptForPrincipalsCommon js/src/jsapi.cpp:4927
4 mozjs.dll JS_EvaluateUCScriptForPrincipalsVersion js/src/jsapi.cpp:4945
5 xul.dll nsJSContext::EvaluateString dom/base/nsJSEnvironment.cpp:1465
6 xul.dll nsGlobalWindow::RunTimeout dom/base/nsGlobalWindow.cpp:9232
7 xul.dll nsGlobalWindow::TimerCallback dom/base/nsGlobalWindow.cpp:9685
8 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:424
9 xul.dll nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:520
10 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:631
11 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:134
12 xul.dll xul.dll@0xbba973
13 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:201
14 xul.dll _SEH_epilog4
15 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:175
16 xul.dll mozilla::storage::AsyncExecuteStatements::AsyncExecuteStatements storage/src/mozStorageAsyncStatementExecution.cpp:238
17 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:189
18 @0x1daa55f
19 xul.dll nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:224
20 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp:3551
21 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:107
22 firefox.exe firefox.exe@0x4033
23 firefox.exe __tmainCRTStartup crtexe.c:594
24 firefox.exe _SEH_epilog4
25 kernel32.dll BaseThreadInitThunk
26 ntdll.dll __RtlUserThreadStart
27 kernel32.dll BasepIsDebugPortPresent
28 kernel32.dll BasepIsDebugPortPresent
29 ntdll.dll WinSqmStartSession
30 ntdll.dll _RtlUserThreadStart
31 firefox.exe pre_c_init crtexe.c:304
32 firefox.exe pre_c_init crtexe.c:304
33 @0x7ffd7fff
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Whiteboard: [TI-regression]
looks like a duplicate of Bug 683197
Comment 3•14 years ago
|
||
I'm pretty sure this is a jsdbg2 regression, not TI.
Comment 4•14 years ago
|
||
Josh, can you look further at this or assign it to someone who can verify it's a regression?
Comment 5•14 years ago
|
||
Actually, don't bother. There are only 3 of these from a build on 8/31. Looks like it got resolved.
https://crash-stats.mozilla.com/report/index/bp-fbe28408-4141-4132-9346-ba1fa2110919
i'm still getting this fault on nightly, already have a ticket open
https://bugzilla.mozilla.org/show_bug.cgi?id=683197
Comment 7•12 years ago
|
||
(In reply to Henrik Gemal from comment #0)
> This bug was filed from the Socorro interface and is
> report bp-27f222ad-55d2-4d32-a94b-d7d272110831 .
> =============================================================
>
> My nightly has started crashing with this stack
Henrik, do you still crash?
Perhaps this is gone. Because no matching sig+stacks after version 14.0.1
eg bp-de653a11-c541-4e20-958e-a6bfe2130709
0 mozjs.dll js::Debugger::onNewScript js/src/vm/Debugger.h:560
1 mozjs.dll JSScript::NewScriptFromEmitter js/src/jsscript.cpp:1447
2 mozjs.dll js::frontend::CompileScript js/src/frontend/BytecodeCompiler.cpp:327
3 mozjs.dll EvaluateUCScriptForPrincipalsCommon js/src/jsapi.cpp:5298
4 mozjs.dll JS_EvaluateUCScriptForPrincipalsVersionOrigin js/src/jsapi.cpp:5341
5 xul.dll nsJSContext::EvaluateString dom/base/nsJSEnvironment.cpp:1458
6 xul.dll nsGlobalWindow::RunTimeout dom/base/nsGlobalWindow.cpp:9264
7 xul.dll nsGlobalWindow::TimerCallback dom/base/nsGlobalWindow.cpp:9660
bp-b502694d-6cdf-49f1-b6ae-342182130720 version 13
Flags: needinfo?(scoobidiver)
Flags: needinfo?(bugzilla)
Comment 8•12 years ago
|
||
I am fine to close this bug if the reporter doesn't crash with another signature for the same STR.
Flags: needinfo?(scoobidiver)
Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(bugzilla)
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•