Closed Bug 767218 Opened 12 years ago Closed 12 years ago

IonMonkey: name cache attempts to use an uninitialized label

Categories

(Core :: JavaScript Engine, defect)

All
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mjrosenb, Unassigned)

Details

Attachments

(1 file)

When the name lookup is infallible, we still attempt to patch it, which on arm will throw many assertions, and on x86/x64 stops over the 4 bytes preceding the function (from what I can tell)
Attachment #635540 - Flags: review?(dvander)
Comment on attachment 635540 [details] [diff] [review]
/home/mrosenberg/patches/fixNameCache-r0.patch

Review of attachment 635540 [details] [diff] [review]:
-----------------------------------------------------------------

Good catch.
Attachment #635540 - Flags: review?(dvander) → review+
landed: http://hg.mozilla.org/projects/ionmonkey/rev/2bf3f40dc21a
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.