Closed
Bug 468184
Opened 16 years ago
Closed 13 years ago
Assertion failure in jsstr.cpp when tracer is on
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mohammad.r.haghighat, Unassigned)
References
Details
(Keywords: assertion)
The debug build of Firefox 3.2a1pre on Win32 exits abnormally on Yahoo! Mail messenger. The failed assertion is at line 1458 of jsstr.cpp, the statement just before the return statement in function:
String_p_match(JSContext* cx, JSString* str, jsbytecode *pc, JSObject* regexp).
Commenting the assertion seems to prevent the problem without any harm.
Updated•15 years ago
|
Keywords: assertion,
testcase-wanted
Comment 1•13 years ago
|
||
Tracer has been removed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•