Closed
Bug 1202022
Opened 10 years ago
Closed 9 years ago
clang-cl debug build hits Assertion failure: !rt->isHeapBusy()
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1243617
People
(Reporter: away, Assigned: away)
References
Details
3:15 PM <dmajor> Assertion failure: !rt->isHeapBusy() <-- how bad is this?
3:25 PM <dmajor> so, the field where heapState_ is supposed to be, actually looks like a stack pointer. Yeah, I'm gonna file this under "bad".
3:32 PM <dmajor> (this is with clang on windows; I wouldn't be surprised if there's a miscompilation)
I should mention: this assert was during startup, so it's easy to repro
I should also mention that this was an optimized debug build.
Blocks: winclang
Comment 5•9 years ago
|
||
My strong guess is that this is bug 1243617, which had a similar effect (a similar assertion.) Plus this bug is not useful anymore anyways.)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(rforbes)
You need to log in
before you can comment on or make changes to this bug.
Description
•