Closed
Bug 925483
Opened 12 years ago
Closed 9 years ago
crash in js::jit::ValueNumberer::markBlock(js::jit::MBasicBlock*)
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jbecerra, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-f73fab77-e190-45b0-a93e-05bad2131009.
=============================================================
This is at the top of the the list in the explosive report, and this specific signature doesn't have a bug associated with it.
Only two urls were listed in the reports:
https://www.facebook.com/
http://worldoftanks.eu/clanwars/maps/
I will reach out to users who crashed and see if we can find anything there.
Comment 1•12 years ago
|
||
kairo, I don't see this crash on crash-stats. Can you confirm this is no longer a problem?
Flags: needinfo?(kairo)
Comment 2•12 years ago
|
||
https://crash-stats.mozilla.com/report/list?range_value=28&signature=js%3A%3Ajit%3A%3AValueNumberer%3A%3AmarkBlock(js%3A%3Ajit%3A%3AMBasicBlock*) leads me to believe this exists at least in 24, 25, and 26, but is extremely low volume.
Flags: needinfo?(kairo)
Comment 3•12 years ago
|
||
OK, that URL was shortened too much, https://crash-stats.mozilla.com/report/list?range_value=28&range_unit=days&process_type=any&signature=js%3A%3Ajit%3A%3AValueNumberer%3A%3AmarkBlock(js%3A%3Ajit%3A%3AMBasicBlock%2A) works.
Comment 4•12 years ago
|
||
And given that bugzilla doesn't linkify the ending bracket as well, in this form the link is working here as well: https://crash-stats.mozilla.com/report/list?range_value=28&range_unit=days&process_type=any&signature=js%3A%3Ajit%3A%3AValueNumberer%3A%3AmarkBlock%28js%3A%3Ajit%3A%3AMBasicBlock%2A%29
Comment 5•11 years ago
|
||
FYI, the ValueNumberer code has recently changed (bug 1004363), and there is no longer a js::jit::ValueNumberer::markBlock function, so we're unlikely to see this particular stack trace in future versions.
Updated•10 years ago
|
Crash Signature: [@ js::jit::ValueNumberer::markBlock(js::jit::MBasicBlock*)] → [@ js::jit::ValueNumberer::markBlock(js::jit::MBasicBlock*)]
[@ js::jit::ValueNumberer::markBlock]
Comment 6•9 years ago
|
||
(In reply to Dan Gohman [:sunfish] from comment #5)
> FYI, the ValueNumberer code has recently changed (bug 1004363), and there is
> no longer a js::jit::ValueNumberer::markBlock function, so we're unlikely to
> see this particular stack trace in future versions.
it was replace with ValueNumberer::VisibleValues::findLeader for which I find no crashes
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•