Closed
Bug 512516
Opened 15 years ago
Closed 15 years ago
Abort on startup: Assertion failure: JSVAL_IS_OBJECT(v), at /mozilla/js/src/jsapi.h:183
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
After updating my debug build this morning, I've started hitting this assertion/abort on Firefox startup:
> Assertion failure: JSVAL_IS_OBJECT(v), at /mozilla/js/src/jsapi.h:183
> Trace/breakpoint trap
This is in a debug build at revision 2f27256aa154.
Platform is Ubuntu 9.04 (Linux).
I'm invoking firefox with no arguments and with a fresh profile.
I suspect this morning's Tracemonkey merge...
http://hg.mozilla.org/mozilla-central/rev/189759c41621
Reporter | ||
Comment 1•15 years ago
|
||
This happens on two separate machines -- my ThinkPad laptop and my Dell desktop (both 32-bit, both running Ubuntu 9.04). So, I'm guessing this should be reproducible on any Ubuntu 9.04 box.
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
here's the "bt full" version of the above backtrace (with local variables). It goes up to stack level #11.
Assertion rendered invalid by bug 512029 - pushed fix to tm here:
http://hg.mozilla.org/tracemonkey/rev/3e02f9467ac1
Reporter | ||
Comment 5•15 years ago
|
||
Sayrer pushed fix to m-c in bug 512029 comment 10, fixing this. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•