Closed Bug 452570 Opened 16 years ago Closed 16 years ago

NanoAssert doesn't end the message with a line break

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: jruderman, Assigned: jruderman)

Details

Attachments

(1 file)

Attached patch patchSplinter 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)
Attachment #335845 - Flags: review?(danderson) → review+
Fixed on tracemonkey branch.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Flags: in-testsuite-
Flags: in-litmus-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: