Closed
Bug 308646
Opened 19 years ago
Closed 19 years ago
SeaMonkey crashes on exit after a download
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 304680
People
(Reporter: iannbugzilla, Assigned: dougt)
Details
(Keywords: crash, regression)
Using BuildID 2005091007 or later on WinXP SP2
Steps to reproduce:
1. Download a file (~200-300K)
2. Close download manager using X
3. Close SeaMonkey using X
Expected results
1. SeaMonkey closes
Actual
1. SeaMonkey crashes producing a TB (none seem to have any stacks)
TB numbers:
TB9356327Y
TB9355582Z
TB9353924Q
TB9324406Z
TB9317476G
TB9356521W
TB9356180G
When run against gdb under cygwin the following error is produce when trying to
exit:
Program received signal SIGSEGV, Segmentation fault.
0x611d1321 in xpcom_core!PL_DHashTableOperate ()
from /cygdrive/c/seamonkey/xpcom_core.dll
#0 0x611d1321 in xpcom_core!PL_DHashTableOperate ()
from /cygdrive/c/seamonkey/xpcom_core.dll
#1 0x600b9a25 in appcomps!NSGetModule ()
from /cygdrive/c/seamonkey/components/appcomps.dll
#2 0x01fe2ea4 in ?? ()
#3 0x0012fb4c in ?? ()
Assignee: general → dougt
Component: General → XPCOM
Product: Mozilla Application Suite → Core
QA Contact: general → xpcom
Actually the first TB does have a stack TB9356327Y
Tested using progress dialog instead of download manager, gives the same crash
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 304680 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Incident ID: 9356327
Stack Signature SearchTable c539e533
Product ID MozillaTrunk
Build ID 2005091005
Trigger Time 2005-09-14 14:57:55.0
Platform Win32
Operating System Windows NT 5.1 build 2600
Module xpcom_core.dll + (00001475)
URL visited
User Comments
Since Last Crash 43601 sec
Total Uptime 43601 sec
Trigger Reason Access violation
Source File, Line No.
c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/xpcom/build/pldhash.c
, line 373
Stack Trace
SearchTable
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/xpcom/build/pldhash.
c, line 373]
PL_DHashTableOperate
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/xpcom/build/pldhash.
c, line 502]
nsTHashtable<nsBaseHashtableET<nsCStringHashKey,nsRefPtr<nsDownload> >
>::GetEntry [../../../../dist/include/xpcom/nsTHashtable.h, line 163]
nsDownload::~nsDownload
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/xpfe/components/down
load-manager/src/nsDownloadManager.cpp, line 914]
nsDownload::Release
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/xpfe/components/down
load-manager/src/nsDownloadManager.cpp, line 888]
DOMGCCallback
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/dom/src/base/nsJSEnv
ironment.cpp, line 2209]
js_ForceGC
[c:/builds/tinderbox/MozillaTrunk/WINNT_5.0_Clobber/mozilla/js/src/jsgc.c, line
1510]
Status: RESOLVED → VERIFIED
Keywords: talkbackid
You need to log in
before you can comment on or make changes to this bug.
Description
•