Closed
Bug 627516
Opened 14 years ago
Closed 14 years ago
regex JIT crash with --disable-methodjit
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: sfink)
Details
(Whiteboard: [fixed-in-tracemonkey])
Attachments
(1 file, 1 obsolete file)
624 bytes,
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
If you use --disable-methodjit, then jscompartment.cpp gets compiled without ENABLE_YARR_JIT but other places are compiled with it.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #505535 -
Attachment is obsolete: true
Attachment #505536 -
Flags: review?(cdleary)
Comment 2•14 years ago
|
||
Comment on attachment 505536 [details] [diff] [review]
Uncondtionally include Platform.h
Thanks for finding this!
Attachment #505536 -
Flags: review?(cdleary) → review+
Updated•14 years ago
|
Assignee: general → sphink
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → ASSIGNED
Whiteboard: [fixed-in-tracemonkey]
Assignee | ||
Comment 4•14 years ago
|
||
Backed out due to Windows template problem for different bug.
http://hg.mozilla.org/tracemonkey/rev/77f9d80847c7
Assignee | ||
Updated•14 years ago
|
Whiteboard: [fixed-in-tracemonkey]
Comment 5•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/6dcf1547ea08
http://hg.mozilla.org/mozilla-central/rev/77f9d80847c7 (backout)
Note: not marking as fixed because last changeset is a backout.
Assignee | ||
Comment 6•14 years ago
|
||
Whiteboard: [fixed-in-tracemonkey]
Comment 7•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/2089bf870890
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•