Closed
Bug 450585
Opened 17 years ago
Closed 17 years ago
TM: JIT: s/src/nanojit/LIR.cpp:841: failed assertion '0' loading gmail
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bc, Unassigned)
Details
(Keywords: assertion, crash)
Attachments
(1 file)
7.14 KB,
text/plain
|
Details |
tracemonkey firefox debug with jit enabled loading gmail bc8a7ed3e87a tip
/work/mozilla/builds/1.9.1-tracemonkey/mozilla/js/src/nanojit/LIR.cpp:841: failed assertion `0'
Comment 1•17 years ago
|
||
Lots of gmail-related fixes went in last night (I hope with test coverage :/ ) -- can you retest with the current tip?
Reporter | ||
Comment 2•17 years ago
|
||
The machine is busy looking at the top 500 top home pages with tracemonkey and jit off. As soon as it finishes, I'll repull and rebuild, but the build was from this morning iirc.
Comment 3•17 years ago
|
||
The changeset you gave is from yesterday at 12:25 Pacific, so even if the build was fresh I don't think the update was. :)
shaver@carnifex-4 28:src$ hg log -r bc8a7ed3e87a
17491 bc8a7ed3e87a 2008-08-13 12:25 -0700 danderson
Fixed ifop predicting NaNs as true when they should be false.
(Simply `hg pull'ing doesn't suffice, to perhaps state the obvious; you need to `hg update' or `hg pull -u' to get the working directory updated with the latest changesets.)
Reporter | ||
Comment 4•17 years ago
|
||
ok. my mistake.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•