Closed
Bug 486039
Opened 16 years ago
Closed 16 years ago
overstock.com triggers "Assertion failure: regs.sp == StackBase(fp)"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
()
Details
(Keywords: assertion, Whiteboard: fixed-in-tracemonkey)
On mozilla-central, loading overstock.com triggers
Assertion failure: regs.sp == StackBase(fp), at /Users/jruderman/central/js/src/jsinterp.cpp:3017
Comment 1•16 years ago
|
||
I just hit this too, loading nba.com from the page_load_test set. I think it is regex related.
| Reporter | ||
Updated•16 years ago
|
Severity: trivial → critical
Comment 2•16 years ago
|
||
I remember a similar crash that happened when we accidentally traced a constructor as a regular function call. ccing Waldo who helped diagnosing that.
Comment 3•16 years ago
|
||
I added an assertion to catch the underlying reason we hit that assertion, so this has a different cause.
None of my full builds are up-to-date enough to test this out now, alas, so it'll have to wait until I can get one finished.
Comment 4•16 years ago
|
||
this appears to be fixed in both cases on TM trunk
Comment 5•16 years ago
|
||
(In reply to comment #4)
> this appears to be fixed in both cases on TM trunk
I agree here, just tested on TM tip Minefield on Mac.
| Reporter | ||
Updated•16 years ago
|
Whiteboard: fixed-in-tracemonkey
Comment 6•16 years ago
|
||
this should be fixed due to a recent merge
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•