Closed
Bug 858549
Opened 12 years ago
Closed 12 years ago
crash in js::ion::ICStub::trace
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 857580
Tracking | Status | |
---|---|---|
firefox22 | --- | unaffected |
firefox23 | --- | affected |
People
(Reporter: Honza, Unassigned)
Details
(Keywords: crash, regression, topcrash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-f485fb09-11b9-45ab-94d3-d62b72130405 .
=============================================================
1) Install Firebug
https://getfirebug.com/releases/firebug/1.12/firebug-1.12.0a3.xpi
2) Install FBTest
https://getfirebug.com/releases/fbtest/1.12/fbTest-1.12b2.xpi
3) Open test console: Firebug (icon) menu -> Open Test Console
4) Press: "Run All Tests"
5) Wait for crash
Honza
Comment 1•12 years ago
|
||
I'm pretty sure this is bug 857580, which should be fixed in today's nightly. Would you mind giving it a try?
Updated•12 years ago
|
status-firefox22:
--- → unaffected
status-firefox23:
--- → affected
Keywords: regression
OS: Windows NT → All
Hardware: x86 → All
Version: unspecified → 23 Branch
Comment 2•12 years ago
|
||
With combined signatures, it's #5 top browser crasher in 23.0a1.
Crash Signature: [@ js::ion::ICStub::trace(JSTracer*)] → [@ js::ion::ICStub::trace(JSTracer*)]
[@ js::gc::MarkIonCodeUnbarriered(JSTracer*, js::ion::IonCode**, char const*)]
tracking-firefox23:
--- → ?
Keywords: topcrash
Comment 3•12 years ago
|
||
(In reply to Scoobidiver from comment #2)
> With combined signatures, it's #5 top browser crasher in 23.0a1.
All of these crashes are with Firebug installed;
100% (45/45) vs. 8% (132/1673) firebug@software.joehewitt.com (Firebug, https://addons.mozilla.org/addon/1843)
That's pretty strong evidence this is bug 857580. Hopefully these will be gone with today's nightly; we can say more tomorrow.
Comment 4•12 years ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #3)
> That's pretty strong evidence this is bug 857580. Hopefully these will be
> gone with today's nightly; we can say more tomorrow.
Crashes have indeed stopped since 23.0a1/20130405.
Reporter | ||
Comment 5•12 years ago
|
||
I can verify that this bug is fixed - Firefox doesn't crash with Firebug.
Thanks!
Honza
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•