Closed
Bug 870325
Opened 13 years ago
Closed 13 years ago
Alignment problem in Script::data
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: martin, Unassigned)
Details
Attachments
(1 file)
|
997 bytes,
patch
|
n.nethercote
:
review+
gaston
:
feedback+
|
Details | Diff | Splinter Review |
On sparc64 (at least) an odd number of try notes (sized 12 byte each) may cause a misaligned pointer for the bindings array following it in common storage (size 8 byte, requires 8 byte alignment).
The attached patch seems to fix it for me.
Comment 1•13 years ago
|
||
Comment on attachment 747375 [details] [diff] [review]
Add padding before bindings array
Let's try to get feedback on this, or even review!
Attachment #747375 -
Flags: review?(luke)
Comment 2•13 years ago
|
||
Comment on attachment 747375 [details] [diff] [review]
Add padding before bindings array
Fwiw, this fixes firefox on sparc64 for me too, as per bug #840242 comment 15.
Pushed to try in https://tbpl.mozilla.org/?tree=Try&rev=e62d4aee3e38
Attachment #747375 -
Flags: feedback+
Comment 3•13 years ago
|
||
Comment on attachment 747375 [details] [diff] [review]
Add padding before bindings array
Forwarding to njn.
Attachment #747375 -
Flags: review?(luke) → review?(n.nethercote)
Comment 4•13 years ago
|
||
Comment on attachment 747375 [details] [diff] [review]
Add padding before bindings array
Review of attachment 747375 [details] [diff] [review]:
-----------------------------------------------------------------
Looks ok, though I have some nits about the code formatting. Do you have commit access? If not, I'll land this and fix the nits before I do. Thanks!
Attachment #747375 -
Flags: review?(n.nethercote) → review+
Comment 5•13 years ago
|
||
I do have commit access, but wont be able to push this until this weekend.
Comment 6•13 years ago
|
||
Landed with minor nits addressed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/88d63d06dec9
Thanks, Martin.
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•