Closed
Bug 452570
Opened 18 years ago
Closed 18 years ago
NanoAssert doesn't end the message with a line break
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
Without patch, "Abort trap" runs into message:
nanojit/Nativei386.cpp:738: failed assertion `0'
Assertion failed: "(((rmask(rr) & FpRegs) != 0))" ("nanojit/Nativei386.cpp":738)Abort trap
With patch, ordering is slightly more correct:
Assertion failed: "(((rmask(rr) & FpRegs) != 0))" ("nanojit/Nativei386.cpp":738)
nanojit/Nativei386.cpp:738: failed assertion `0'
Abort trap
Attachment #335845 -
Flags: review?(danderson)
Updated•18 years ago
|
Attachment #335845 -
Flags: review?(danderson) → review+
| Assignee | ||
Comment 1•18 years ago
|
||
Fixed on tracemonkey branch.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•