Closed
Bug 1535312
Opened 6 years ago
Closed 6 years ago
Crash in [@ js::jit::BacktrackingAllocator::tryAllocateRegister]
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1263794
People
(Reporter: pascalc, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-9f7732b5-4987-41f7-8a5d-542040190314.
Top 10 frames of crashing thread:
0 xul.dll js::jit::BacktrackingAllocator::tryAllocateRegister js/src/jit/BacktrackingAllocator.cpp:1530
1 xul.dll js::jit::BacktrackingAllocator::tryAllocatingRegistersForSpillBundles js/src/jit/BacktrackingAllocator.cpp:1717
2 xul.dll js::jit::BacktrackingAllocator::go js/src/jit/BacktrackingAllocator.cpp:897
3 xul.dll js::jit::GenerateLIR js/src/jit/Ion.cpp:1702
4 xul.dll js::jit::CompileBackEnd js/src/jit/Ion.cpp:1773
5 xul.dll js::HelperThread::handleIonWorkload js/src/vm/HelperThreads.cpp:2049
6 xul.dll js::HelperThread::threadLoop js/src/vm/HelperThreads.cpp:2471
7 xul.dll static unsigned int js::detail::ThreadTrampoline<void js/src/threading/Thread.h:232
8 ucrtbase.dll thread_start<unsigned int >
9 kernel32.dll BaseThreadInitThunk
Reporter | ||
Updated•6 years ago
|
status-firefox65:
--- → wontfix
status-firefox66:
--- → affected
status-firefox-esr60:
--- → affected
Comment 1•6 years ago
|
||
Brian, can you take a look at this? Maybe the same as bug 1535306. Consistent stacks. Always happens on a background thread.
Component: JavaScript Engine → JavaScript Engine: JIT
Flags: needinfo?(bhackett1024)
Priority: -- → P1
Comment 2•6 years ago
|
||
This is likely relate to Bug 1263794.
Comment 3•6 years ago
|
||
I don't have access to bug 1263794. It looks like this signature has been crashing at a consistent volume for a while though.
Flags: needinfo?(bhackett1024)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment 6•6 years ago
|
||
Since the bug is closed, the stalled keyword is now meaningless.
For more information, please visit auto_nag documentation.
Keywords: stalled
Updated•6 years ago
|
Crash Signature: [@ js::jit::BacktrackingAllocator::tryAllocateRegister] → [@ js::jit::BacktrackingAllocator::tryAllocateRegister]
[@ js::jit::BacktrackingAllocator::go]
Updated•3 years ago
|
Crash Signature: [@ js::jit::BacktrackingAllocator::tryAllocateRegister]
[@ js::jit::BacktrackingAllocator::go] → [@ js::jit::BacktrackingAllocator::tryAllocateRegister]
[@ js::jit::BacktrackingAllocator::go]
You need to log in
before you can comment on or make changes to this bug.
Description
•