Closed
Bug 621884
Opened 14 years ago
Closed 12 years ago
crash [@ js_StringIsIndex(JSString*, unsigned int*)]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash, Whiteboard: [tbird crash])
Crash Data
crash [@ js_StringIsIndex(JSString*, unsigned int*)]
only seen on trunk builds
bp-25d873e7-b715-4330-be7f-d5aa12101228
EXCEPTION_ACCESS_VIOLATION_READ
0x0
0 mozjs.dll js_StringIsIndex js/src/jsarray.cpp:148
1 mozjs.dll JSObject::getChildProperty js/src/jsscope.cpp:588
2 mozjs.dll JSObject::addPropertyInternal js/src/jsscope.cpp:829
3 mozjs.dll JSObject::addProperty js/src/jsscope.cpp:783
4 mozjs.dll JSObject::defineBlockVariable js/src/jsobj.cpp:3284
5 mozjs.dll js_XDRBlockObject js/src/jsobj.cpp:3596
6 mozjs.dll js_XDRScript js/src/jsscript.cpp:403
7 mozjs.dll js_XDRFunctionObject js/src/jsfun.cpp:1962
8 mozjs.dll js_XDRScript js/src/jsscript.cpp:399
9 mozjs.dll JS_XDRScript js/src/jsxdrapi.cpp:672
10 xul.dll ReadScriptFromStream js/src/xpconnect/loader/mozJSComponentLoader.cpp:428
11 xul.dll mozJSComponentLoader::ReadScript
12 xul.dll mozJSComponentLoader::GlobalForLocation js/src/xpconnect/loader/mozJSComponentLoader.cpp:1060
13 xul.dll nsRefPtr<nsIRunnable>::~nsRefPtr<nsIRunnable> obj-firefox/xpcom/build/nsCOMPtr.cpp:81
14 xul.dll nsXULDocument::QueryInterface content/xul/document/src/nsXULDocument.cpp:409
15 xul.dll nsIOService::NewURI netwerk/base/src/nsIOService.cpp:555
tbird trunk crash bp-dad39a2a-fb6d-4479-a430-7ea072101228
Reporter | ||
Comment 1•14 years ago
|
||
most recent Thunderbird crash found is
bp-dad39a2a-fb6d-4479-a430-7ea072101228
EXCEPTION_ACCESS_VIOLATION_READ
0x0
and, for firefox, no crash with this sig since 4.0b8
https://crash-stats.mozilla.com/report/list?product=Firefox&query_search=signature&query_type=exact&query=js_StringIsIndex%28JSString*%2C%20unsigned%20int*%29&date=01%2F26%2F2011%2012%3A36%3A39&range_value=4&range_unit=weeks&hang_type=any&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&admin=1&signature=js_StringIsIndex%28JSString*%2C%20unsigned%20int*%29
and js_StringIsIndex(JSLinearString*, unsigned int*) suddenly appears for FF4.0b9 bp-d383f4ad-d5e8-4d7e-85ef-8743c2110125
bp-
Whiteboard: [tbird crash]
Updated•14 years ago
|
Crash Signature: [@ js_StringIsIndex(JSString*, unsigned int*)]
Reporter | ||
Comment 2•12 years ago
|
||
no TB crashes in past year and FF nothing newer than 4.0, as in comment 1
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•