Closed
Bug 584310
Opened 16 years ago
Closed 16 years ago
crash [@ js_Interpret:1491]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Usul, Unassigned)
References
()
Details
(Keywords: crash, regression)
Crash Data
0 js3250.dll js_Interpret js/src/jsops.cpp:1491
1 js3250.dll js_Invoke js/src/jsinterp.cpp:1368
2 js3250.dll js_InternalInvoke js/src/jsinterp.cpp:1423
3 js3250.dll js_InternalGetOrSet js/src/jsinterp.cpp:1486
4 js3250.dll js_GetSprop js/src/jsscope.h:602
5 js3250.dll js_NativeGet js/src/jsobj.cpp:4113
6 js3250.dll js_Interpret js/src/jsops.cpp:1505
7 js3250.dll js_Invoke js/src/jsinterp.cpp:1368
8 js3250.dll js_InternalInvoke js/src/jsinterp.cpp:1423
9 js3250.dll js_InternalGetOrSet js/src/jsinterp.cpp:1486
10 js3250.dll js_GetSprop js/src/jsscope.h:602
11 js3250.dll js_NativeGet js/src/jsobj.cpp:4113
12 js3250.dll js_Interpret js/src/jsops.cpp:1505
13 js3250.dll SendToGenerator js/src/jsiter.cpp:865
14 js3250.dll generator_op js/src/jsiter.cpp:978
15 js3250.dll generator_send js/src/jsiter.cpp:987
16 js3250.dll js_Interpret js/src/jsops.cpp:2208
17 js3250.dll SendToGenerator js/src/jsiter.cpp:865
18 js3250.dll generator_op js/src/jsiter.cpp:978
19 js3250.dll generator_send js/src/jsiter.cpp:987
20 js3250.dll js_Interpret js/src/jsops.cpp:2208
21 js3250.dll js_Invoke js/src/jsinterp.cpp:1368
22 js3250.dll js_fun_call js/src/jsfun.cpp:1955
23 js3250.dll js_Interpret js/src/jsops.cpp:2208
24 js3250.dll js_Invoke js/src/jsinterp.cpp:1368
25 thunderbird.exe nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1696
26 thunderbird.exe nsXPCWrappedJS::CallMethod js/src/xpconnect/src/xpcwrappedjs.cpp:570
27 xpcom_core.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
28 xpcom_core.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
29 thunderbird.exe mozilla::storage::`anonymous namespace'::CompletionNotifier::Run storage-backport/src/mozStorageAsyncStatementExecution.cpp:164
30 xpcom_core.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:527
Comment 1•16 years ago
|
||
This is a general javascript crash in Thunderbird, most likely due to some form of memory corruption. Such things should go under Thunderbird, but there is nothing actionable about this.
Status: NEW → RESOLVED
Closed: 16 years ago
Component: Storage → General
Product: Toolkit → Thunderbird
QA Contact: storage → general
Resolution: --- → INVALID
Version: 1.9.2 Branch → 3.1
Comment 2•16 years ago
|
||
js_Interpret:1491 and 1492 are all version 3.1.* crashes. As are some other crashes. However no js_Interpret: signatures that I've looked at so far have both 3.0 and 3.1 in the list. http://bit.ly/91pCOB is all 3.0 for example.
http://crash-stats.mozilla.com/query/query?product=Thunderbird&version=ALL%3AALL&range_value=1&range_unit=weeks&date=&query_search=signature&query_type=contains&query=js_Interpret&build_id=&process_type=any&hang_type=any&do_query=1
Keywords: regression
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ js_Interpret:1491]
You need to log in
before you can comment on or make changes to this bug.
Description
•