Closed
Bug 486104
Opened 16 years ago
Closed 16 years ago
Firefox crashes when its closed [@ JS_HashTableDestroy] with Firebug
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: santosh.mce, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Crashes when closing firefox window.
Reproducible: Always
Steps to Reproduce:
1.Launch Firefox
2.Browse some sites
3.Close firefox using File--> Exit or Close button on top right handside
Actual Results:
Firefox crashes
Expected Results:
Should close firefox application
Comment 3•16 years ago
|
||
Stacktrace, Id retrieved from location "C:\Documents and Settings\msantosh\Application Data\Mozilla\Firefox\Crash Reports\submitted"
Crash ID: bp-e79fc783-58b2-464f-800d-23d572090331
Signature JS_HashTableDestroy
UUID e79fc783-58b2-464f-800d-23d572090331
Time 2009-03-31 06:10:40.526493
Uptime 8017
Last Crash 29645 seconds before submission
Product Firefox
Version 3.0.8
Build ID 2009032609
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info GenuineIntel family 6 model 15 stepping 6
Crash Reason EXCEPTION_ACCESS_VIOLATION
Crash Address 0x137f000
User Comments
Processor Notes
Crashing Thread
Frame Module Signature [Expand] Source
0 js3250.dll JS_HashTableDestroy mozilla/js/src/jshash.c:148
1 xul.dll xul.dll@0x8bf85f
2 xul.dll XPCWrappedNative::CallMethod mozilla/js/src/xpconnect/src/xpcwrappednative.cpp:2393
3 xul.dll XPC_WN_CallMethod mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp:1473
4 js3250.dll js_Invoke mozilla/js/src/jsinterp.c:1304
5 js3250.dll js_Interpret mozilla/js/src/jsinterp.c:4864
6 js3250.dll js_Invoke mozilla/js/src/jsinterp.c:1320
7 xul.dll nsXPCWrappedJSClass::CallMethod mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp:1523
8 xul.dll nsXPCWrappedJS::CallMethod mozilla/js/src/xpconnect/src/xpcwrappedjs.cpp:559
9 xul.dll PrepareAndDispatch mozilla/xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
10 xul.dll SharedStub mozilla/xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
11 xul.dll nsObserverService::NotifyObservers mozilla/xpcom/ds/nsObserverService.cpp:181
12 xul.dll xul.dll@0x84d7c7
Component: General → JavaScript Engine
Keywords: crash
Product: Firefox → Core
QA Contact: general → general
Summary: Firefox crashes when its closed → Firefox crashes when its closed [@ JS_HashTableDestroy]
Version: unspecified → 1.9.0 Branch
Comment 6•16 years ago
|
||
Santosh, is this still crashing for you in Firefox 3.5.3? Have you tried using Firefox's safe mode to temporarily disable your extensions?
After analysis found that issue was related to one of addon which I had installed (Firebug). After uninstalling Firebug addon, firefox was not crashing while closing. Tired with latest Dev and Production releases of Firefox, issue is not reproducible.
Go ahead and close the defect
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Resolution: FIXED → WORKSFORME
Updated•16 years ago
|
Summary: Firefox crashes when its closed [@ JS_HashTableDestroy] → Firefox crashes when its closed [@ JS_HashTableDestroy] with Firebug
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ JS_HashTableDestroy]
You need to log in
before you can comment on or make changes to this bug.
Description
•