Closed
Bug 883677
Opened 12 years ago
Closed 12 years ago
IonMonkey: Crash [@ JSScript::filename() const ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 883562
Tracking | Status | |
---|---|---|
firefox23 | --- | unaffected |
firefox24 | --- | affected |
People
(Reporter: sstangl, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
https://crash-stats.mozilla.com/report/index/bp-283cebbe-ffc5-4657-82d6-06b1a2130616
Just hit a crash at http://hg.mozilla.org/mozilla-central/annotate/3d16d59c9317/js/src/ion/BaselineBailouts.cpp#l478.
It looks like the script is non-NULL, since it's dereferenced earlier in the same function, but asking for a filename is invalid.
Reporter | ||
Comment 1•12 years ago
|
||
Crashed again: https://crash-stats.mozilla.com/report/index/f117633f-d0d3-482e-8876-2b3822130617
Appears to happen when scrolling down the Facebook news feed.
Comment 2•12 years ago
|
||
The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b197bed90a98&tochange=3d16d59c9317
Severity: normal → critical
Crash Signature: [@ JSScript::filename() const ]
status-firefox23:
--- → unaffected
status-firefox24:
--- → affected
Keywords: crash,
regression
OS: All → Linux
Version: unspecified → 24 Branch
Comment 3•12 years ago
|
||
Brian, could this be fallout from bug 678037?
Flags: needinfo?(bhackett1024)
Comment 4•12 years ago
|
||
I think it's a dupe of bug 883562.
Comment 5•12 years ago
|
||
(In reply to Scoobidiver from comment #4)
> I think it's a dupe of bug 883562.
Yeah, I think this is right. This should be fixed in today's nightly.
Flags: needinfo?(bhackett1024)
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•