Closed
Bug 973250
Opened 11 years ago
Closed 11 years ago
Crash in [@ js::CancelOffThreadIonCompile] during shutdown
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 971094
People
(Reporter: reuben, Unassigned)
Details
(Keywords: crash)
Looks like it bypasses breakpad, I only get Apple's crash report thingie:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 XUL 0x000000010353b530 js::CancelOffThreadIonCompile(JSCompartment*, JSScript*) + 320
1 XUL 0x000000010335e4a3 js::jit::StopAllOffThreadCompilations(JSCompartment*) + 35
2 XUL 0x000000010335e558 js::jit::InvalidateAll(js::FreeOp*, JS::Zone*) + 56
3 XUL 0x00000001034a6f63 js::ReleaseAllJITCode(js::FreeOp*) + 115
4 XUL 0x00000001035973bf js::EnableRuntimeProfilingStack(JSRuntime*, bool) + 47
5 XUL 0x0000000102aa3496 mozilla_sampler_stop() + 150
6 XUL 0x0000000102aa2dd3 mozilla_sampler_shutdown() + 483
7 XUL 0x0000000102b3535c XREMain::XRE_main(int, char**, nsXREAppData const*) + 956
8 XUL 0x0000000102b35477 XRE_main + 231
9 org.mozilla.nightly 0x0000000100001dff main + 1519
10 org.mozilla.nightly 0x00000001000014b4 start + 52
Reporter | ||
Comment 1•11 years ago
|
||
Oh, this started happening on today's nightly, 2014-02-15.
Comment 2•11 years ago
|
||
Another dupe of bug 971094? Odd that it started today though.
Comment 3•11 years ago
|
||
Duping this to bug 971094 since the stack is basically the same.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•