Closed
Bug 648004
Opened 14 years ago
Closed 14 years ago
TI+JM: crash [@JSString::isLinear]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file, 1 obsolete file)
1.68 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
-- var x = eval("gc(); 30"); x.toString(); isNaN(x); -- Crashes at revision 7928f2dc3d4d with -n -m -a.
Assignee | ||
Comment 1•14 years ago
|
||
In ic::CallProp, js_GetClassPrototype could trigger a recompilation and pic->atom became invalid.
Assignee: general → jandemooij
Status: NEW → ASSIGNED
Attachment #524211 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #524211 -
Attachment is obsolete: true
Attachment #524211 -
Flags: review?(bhackett1024)
Attachment #524215 -
Flags: review?(bhackett1024)
Comment 3•14 years ago
|
||
Comment on attachment 524215 [details] [diff] [review] Patch Erk. Really need to do a thorough review of MonoIC.cpp and PolyIC.cpp one of these days and kill these bugs.
Attachment #524215 -
Flags: review?(bhackett1024) → review+
Comment 4•14 years ago
|
||
http://hg.mozilla.org/projects/jaegermonkey/rev/98d28777528b
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
•