Closed
Bug 649439
Opened 14 years ago
Closed 14 years ago
TI: crash [@JSObject::getClass]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Unassigned)
References
Details
--
var o1 = new String("abc");
var o2 = o1[1];
o2[1];
--
Crashes with -n -a at revision a4131835b866.
Comment 1•14 years ago
|
||
Regression from a recent merge from TM where the new way the String class is initialized caused reentrancy problems. There was a similar bug for other standard classes fixed recently, the duplicate functionality in this area is kind of unfortunate.
http://hg.mozilla.org/projects/jaegermonkey/rev/1de60bd27adb
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•