Closed
Bug 164386
Opened 22 years ago
Closed 22 years ago
Crash on exit after visiting this page [@ PL_DHashTableRawRemove]
Categories
(Core :: Layout, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.2final
People
(Reporter: serhunt, Assigned: alexsavulov)
References
()
Details
(4 keywords)
Crash Data
Attachments
(3 files)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020823 -- debug
build. I hit this crash while working on a different bug.
You can either use this long URL or follow the steps below.
1. go to http://cdnow.com
2. in the search box at the top enter 'Alvin & The Chipmunks', start search
3. on the search results page select the firs album 'Greatest Hits-Still Squeaky
Af' -- this should bring you to the original URL
4. let it be for several seconds, I usualy allow three-four cycles of the
animated gif image on the right hand side right above the image of the album cover
5. close the browser window with X button
Expected: no crash, browser exits
Actual : crash
It crashes in XPCOM code. The program pointer is here:
PR_IMPLEMENT(void)
PL_DHashTableRawRemove(PLDHashTable *table, PLDHashEntryHdr *entry)
{
PLDHashNumber keyHash; /* load first in case clearEntry goofs it */
keyHash = entry->keyHash;
table->ops->clearEntry(table, entry);
if (keyHash & COLLISION_FLAG) {
MARK_ENTRY_REMOVED(entry);
table->removedCount++;
} else {
METER(table->stats.removeFrees++);
==> MARK_ENTRY_FREE(entry);
}
table->entryCount--;
}
Comment 2•22 years ago
|
||
duplicate of bug 162256?
This signature also shows up in bug 162526 (which is also a crash on close), but
that one says it's fixed. And since this is on the Trunk topcrash list it looks
like the issue there was not resolved.
topcrash and steps to repro -> topcrash+
Comment 4•22 years ago
|
||
worksforme with linux trunk builds 20020822 and 20020824
I have just rebuilt my tree optimized and it does not crash with the reported
steps. So the chances are that we will see many WFM reports from people who
download nightly builds.
*** Bug 164619 has been marked as a duplicate of this bug. ***
This crash has 461 crash incidents logged in the last ten days of Trunk data.
Apparently it is not WFM for quite a lot of users.
Comment 9•22 years ago
|
||
Note that this crash happens on all sorts of URLs. (I'm seeing this on win98,
2002082308; therefore setting os to win98)
also, reassigning to owner of this component, because I doubt Asa wants to fix
this bug :)
Assignee: asa → dougt
OS: Windows XP → Windows 98
QA Contact: asa → scc
Comment 10•22 years ago
|
||
This is currently the #2 top crash.
Comment 11•22 years ago
|
||
probably an ownership problem in xul or html elements.
Component: XPCOM → Layout
Comment 12•22 years ago
|
||
I had a couple crashes from this after visiting espn.com.
I've noticed that when I don't crash, I tend to get this assertion from
nsGenericElement:
nsGenericElement's event listener manager hash not empty at shutdown!
which is triggered because sEventListenerManagersHash.entryCount != 0. In that
case it just accepts the leak and continues to shutdown. So not seeing a
problem in an optimized build might just mean it never attempted to remove the
entry from the hash during that shutdown.
Comment 13•22 years ago
|
||
*** Bug 166048 has been marked as a duplicate of this bug. ***
Comment 14•22 years ago
|
||
To carry over a comment from a dupe, it appears that Mozilla is asking a
question *on the associated tty* as to whether the user wants to dump the rather
large core file this crash would produce. This is probably a bad way to handle
this. I believe it is preventing my X server from taking input after the crash.
(I launch Mozilla from an fvwm2 menu, which operates under the assumption that
all programs are launched *in the background*)
Requiring Mozilla to be a foreground process *at all* seems like a bad idea.
Also, Linux (and most Unixes) have a simple way to handle core file limiting:
ulimit. Don't ask the user whether they want to dump core, just try, and deal
with the shell's imposed limitation.
You should mention the potential core file size in the release notes, but
nothing else is required.
Comment 15•22 years ago
|
||
*** Bug 166500 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Keywords: mozilla1.2
Comment 16•22 years ago
|
||
bug 166500 comment 3 says:
morse, if you find that you are able to reproduce consistently, DougT (who owns
bug 164386) would probably like to see it in a debug build on your machine.
Yes, I can reproduce it fairly reliably on my debug tree that I pulled and built
yesterday. Not 100% reproducible but close to it -- a few times it has exited
without crashing.
Comment 17•22 years ago
|
||
to default
Comment 18•22 years ago
|
||
this is now at the top of the trunk top crash list....
[ 45 PL_DHashTableRawRemove 72b52195 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-30 to 2002-09-05
Min/Max Seconds since last crash: 207 - 131633
Min/Max Runtime: 271 - 221707
Keyword List : crash(8),
Count Platform List
22 Windows 98 4.10 build 67766446
14 Windows 98 4.10 build 67766222
8 Windows 98 4.90 build 73010104
1 Windows 95 4.0 build 67306684
Count Build Id List
30 2002083008
12 2002083108
2 2002083004
1 2002083104
No of Unique Users 22
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a530 (0x6068a530)
nsXBLAttributeEntry::AddRef
[c:/builds/seamonkey/mozilla/content/xbl/src/nsXBLPrototypeBinding.cpp line 152]
0x7d8b5756
(10382818) URL: on bonsai.mozilla.org somewhere
(10382818) Comments: grrrr. closed a window...
(10381042) URL: on bonsai.mozilla.org somewhere
(10381042) Comments: closed a window.
(10335773) URL: www.cnn.com
(10335773) Comments: Exiting Mozilla
(10334347) URL: http://mail.yahoo.com
(10334347) Comments: Just closed crashed after window disappeared
(10330131) URL: http://sports.chosun.com/
(10330131) Comments: I quit Mozilla.
(10322840) Comments: browsingorama
(10320307) URL: www.cnn.com
(10320307) Comments: while exiting Mozilla
(10319542) URL: http://www.macromedia.com/support/flashplayer/help/settings/
(10319542) Comments: Just closed the browser with a single tab open to
hardocp.com
(10317279) URL: www.cnn.com
(10317279) Comments: exiting Mozilla (File-->Exit)
(10308823) URL: www.cnn.com
(10308823) Comments: closing Mozilla
(10268851) URL: on bonsai.mozilla.org somewhere
(10268851) Comments: nice variant of the window close crash... now it
crashed on pressing Escape in the find window
(10267972) URL: on bonsai.mozilla.org somewhere
(10267972) Comments: crash on window close..
(10264288) Comments: MOZILLA causou uma falha de pagina invalida no modulo
XPCOM.DLL em 016f:60e5fb45. Registros: EAX=00000001
(10264288) Comments: 114b1810 606702a7
(10263307) Comments: Crash on exit.
(10261664) Comments: closing navigator
(10260485) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10260485) Comments: closed a window again a crash
(10251250) Comments: closing the navigator window... what the hell is npcom
(10251095) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10251095) Comments: ah the famous close a window crash this starts to
get annoying
(10244963) URL: mail.yahoo.com
(10244963) Comments: Crashed when I closed the window
(10236413) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10236413) Comments: closed a window. yet another instance of the
PL_DHashTableRawRemove crash as MSVC Debugger shows.
(10228300) Comments: Exiting program from Mail/News with Browser open as well.
(10215594) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10215594) Comments: closed mailnews
(10203376) Comments: close the navigator window (there was only one open)
(10187106) Comments: I closed a last Mozilla window.
(10178266) URL: www.cnn.com
(10178266) Comments: while exiting Mozilla
(10145142) Comments: i closed a navigator
(10141658) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10141658) Comments: closed mailnews window
(10112599) Comments: closing window
====================================================================================================
Count Offset Real Signature
[ 21 PL_DHashTableRawRemove a0bfbdfe - PL_DHashTableRawRemove ]
Crash date range: 2002-08-28 to 2002-09-05
Min/Max Seconds since last crash: 352 - 110684
Min/Max Runtime: 631 - 118262
Keyword List :
Count Platform List
21 Windows NT 5.0 build 2195
Count Build Id List
11 2002082808
7 2002082814
3 2002082804
No of Unique Users 13
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLBaseFontElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLBaseFontElement.cpp
line 119]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a2f8 (0x6068a2f8)
HTMLContentSink::AddRef
[c:/builds/seamonkey/mozilla/content/html/document/src/nsHTMLContentSink.cpp
line 2188]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
nsXULElement::GetID
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 3796]
0x08458b56
(10435191) URL: browsing arstechnica.com
====================================================================================================
Count Offset Real Signature
[ 19 PL_DHashTableRawRemove c7fd6ef4 - PL_DHashTableRawRemove ]
Crash date range: 2002-09-01 to 2002-09-05
Min/Max Seconds since last crash: 45 - 72438
Min/Max Runtime: 74 - 72438
Keyword List :
Count Platform List
19 Windows NT 5.0 build 2195
Count Build Id List
12 2002090108
6 2002090208
1 2002090204
No of Unique Users 16
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsGenericElement::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 3070]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a530 (0x6068a530)
nsTypedSelection::AddRef
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp line 4749]
0x7d8b5756
(10388604) URL: www.cuisinart.com
(10380281) Comments: I closed Mozilla
(10286720) URL: http://bugzilla.mozilla.org/
(10286720) Comments: leaving Mozilla
(10281994) Comments: closed mozilla with the 'x' in the title bar
(10245888) URL: http://www.kjkoster.org/java/content/packages.jsp
(10237838) Comments: had just installed orbit3+1 theme when installed I
had the "use this theme" box checked. then I also went into the prefs panel and
selected the same theme - there was an immediate crash.
(10226367) Comments: shutting down
====================================================================================================
Count Offset Real Signature
[ 16 PL_DHashTableRawRemove 4e1b83f4 - PL_DHashTableRawRemove ]
Crash date range: 2002-09-01 to 2002-09-05
Min/Max Seconds since last crash: 189 - 46857
Min/Max Runtime: 189 - 72137
Keyword List :
Count Platform List
10 Windows 98 4.10 build 67766446
2 Windows 98 4.90 build 73010104
2 Windows 98 4.10 build 67766222
1 Windows 95 4.0 build 67306684
1
Count Build Id List
8 2002090208
4 2002090108
2 2002090204
2 2002090104
No of Unique Users 13
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsGenericElement::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 3070]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a530 (0x6068a530)
nsTypedSelection::AddRef
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp line 4749]
0x7d8b5756
(10418689) Comments: MOZILLA verursachte einen Fehler durch eine ungultige
Seite in Modul XPCOM.DLL bei 017f:60e5fba5. Register: EAX=00000001 CS=017f
EIP=60e5fba5 EFLGS=00010202 EBX=8525e609 SS=0187 ESP=0064ee00 EBP=0064ee24
ECX=01d5dff4 DS=0187 ESI=606ad988 FS=2b0f
(10418689) Comments: EDX=0000003f ES=0187 EDI=01d5dff4 GS=0000 Bytes bei
CS:EIP: 89 07 ff 46 14 eb 03 83 27 00 ff 4e 10 5f 5e 5b Stapelwerte:
8525e608 606ad988 00000002 60e5f8f2 606ad988 01d5dff4 0257e920 0257e920 00000000
0257eaa4 60621ad6 606ad988 0257e920 00000002
(10418689) Comments: 0257e920 6067054a
(10407828) Comments: looking at 'about netscape'/. had mozilla running in
background.
(10401862) Comments: Crash when closing Mozilla.
(10351948) Comments: MOZILLA verursachte einen Fehler durch eine ungultige
Seite in Modul XPCOM.DLL bei 017f:60e5fbac. Register: EAX=00000001 CS=017f
EIP=60e5fbac EFLGS=00010246 EBX=60ea5678 SS=0187 ESP=0064ede8 EBP=0064ee0c
ECX=01bdae9c DS=0187 ESI=606ad988 FS=539f
(10351948) Comments: EDX=0000003f ES=0187 EDI=01bdae9c GS=0000 Bytes bei
CS:EIP: 83 27 00 ff 4e 10 5f 5e 5b c3 55 8b ec 83 ec 0c Stapelwerte:
60ea5678 606ad988 00000002 60e5f8f2 606ad988 01bdae9c 022198e0 022198e0 00000000
02219a64 60621ad6 606ad988 022198e0 00000002
(10351948) Comments: 022198e0 6067054a
(10285097) Comments: Closing last window
====================================================================================================
Count Offset Real Signature
[ 15 PL_DHashTableRawRemove 63253754 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-30 to 2002-09-04
Min/Max Seconds since last crash: 1232 - 168690
Min/Max Runtime: 1232 - 168690
Keyword List :
Count Platform List
15 Windows NT 5.0 build 2195
Count Build Id List
10 2002083008
4 2002083108
1 2002083004
No of Unique Users 15
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a530 (0x6068a530)
nsXBLAttributeEntry::AddRef
[c:/builds/seamonkey/mozilla/content/xbl/src/nsXBLPrototypeBinding.cpp line 152]
0x7d8b5756
(10380230) Comments: Closed all Mozilla windows except for one email
message window. Closed the email message window last then program error occurred.
(10314920) URL: www.fischerbraeu.at
(10265480) Comments: Closing browser with multiple (two) tabs open.
(10157577) Comments: Close Window
(10102764) URL: http://bugzilla.mozilla.org/attachment.cgi?id=58689&action=view
====================================================================================================
Count Offset Real Signature
[ 13 PL_DHashTableRawRemove 6e9c8044 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-28 to 2002-09-05
Min/Max Seconds since last crash: 966 - 61356
Min/Max Runtime: 966 - 137182
Keyword List :
Count Platform List
10 Windows 98 4.10 build 67766446
1 Windows 98 4.90 build 73010104
1 Windows 98 4.10 build 67766222
1 Windows 95 4.0 build 67306684
Count Build Id List
6 2002082814
6 2002082808
1 2002082804
No of Unique Users 10
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLBaseFontElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLBaseFontElement.cpp
line 119]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a2f8 (0x6068a2f8)
HTMLContentSink::AddRef
[c:/builds/seamonkey/mozilla/content/html/document/src/nsHTMLContentSink.cpp
line 2188]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
CSSCharsetRuleImpl::MapRuleInfoInto
[c:/builds/seamonkey/mozilla/content/html/style/src/nsCSSRules.cpp line 842]
nsXULElement::GetID
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 3796]
0x08458b56
(10421012) URL: osnews.com
(10421012) Comments: closing Mozilla with the X button
(10275936) Comments: closing Mozilla
(10058556) URL: my.netscape.com
(10058556) Comments: closing browser after closing messenger -
(10025867) Comments: Closing browser
(10020785) Comments: trying to send mail. It doesn't "see" the right smtp
server
(10018748) URL: http://www.cc-net.or.jp/~piro/xul/xul.html
(10017784) Comments: closing Mozilla
====================================================================================================
Count Offset Real Signature
[ 12 PL_DHashTableRawRemove 9b0f2a01 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-29 to 2002-09-02
Min/Max Seconds since last crash: 604 - 14027
Min/Max Runtime: 1919 - 111712
Keyword List :
Count Platform List
9 Windows 98 4.10 build 67766222
2 Windows 98 4.10 build 67766446
1 Windows 95 4.0 build 67306684
Count Build Id List
12 2002082908
No of Unique Users 5
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsDocumentFragment::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsDocumentFragment.cpp line 263]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a530 (0x6068a530)
HTMLContentSink::AddRef
[c:/builds/seamonkey/mozilla/content/html/document/src/nsHTMLContentSink.cpp
line 2188]
nsXULElement::GetID
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 3808]
0x560c5d8b
(10142724) URL: www.cnn.com
(10142724) Comments: exiting Mozilla
(10122285) URL: www.cnn.com
(10120301) URL: www.cnn.com
(10119927) URL: www.matchmaker.com
(10082027) URL: www.matchmaker.com
(10082027) Comments: exiting Mozilla by clicking the close button (x) in
the upper right corner. This is fourth crash today doing same thing... every
other time was via File-->Exit
(10076640) URL: www.matchmaker.com
(10076640) Comments: closing Mozilla via File-->Exit Third time today
this has happened. It doesn't seem to happen every time but it seems to
possibly be related to pages that have forms on them.
(10063391) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=161896
(10063391) Comments: closed mozilla
(10058896) Comments: closing Mozilla with File-->Exit. This is the
second time the crash has occurred while doing so today
(10056761) Comments: Crashed on exit. Again.
====================================================================================================
Count Offset Real Signature
[ 11 PL_DHashTableRawRemove 0264c796 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-27 to 2002-09-04
Min/Max Seconds since last crash: 58 - 396276
Min/Max Runtime: 3246 - 396276
Keyword List :
Count Platform List
11 Windows NT 5.0 build 2195
Count Build Id List
11 2002082704
No of Unique Users 11
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a340 (0x6068a340)
nsTypedSelection::AddRef
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp line 4671]
0x7d8b5756
(10289734) URL: www.gazzetta.it
(10229818) Comments: exiting the browser.
(10111591) URL: http://www.mozilla.org/projects/calendar
(10111591) Comments: Closing the last window
(10001786) Comments: Dunno
(9947723) Comments: Trying to view a site with Flash 6 stuff
====================================================================================================
Count Offset Real Signature
[ 9 PL_DHashTableRawRemove 8b822a96 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-27 to 2002-08-30
Min/Max Seconds since last crash: 629 - 54490
Min/Max Runtime: 629 - 54490
Keyword List :
Count Platform List
4 Windows 98 4.10 build 67766446
3 Windows 98 4.10 build 67766222
2 Windows 98 4.90 build 73010104
Count Build Id List
9 2002082704
No of Unique Users 7
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a340 (0x6068a340)
nsTypedSelection::AddRef
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp line 4671]
0x7d8b5756
(10054409) Comments: Dragging Bookmarks in the Manager then I closed the
window and the browser crashed during closing.Before that I changed the theme.
(10048045) URL: MyNetscape.com
(10048045) Comments: Crash on close (Mozilla 2002082704?)
(9978475) URL: http://www.newmexico.machichan.com/MathML/mathmled3.xpi
(9978475) Comments: Opened TEMP folder after XPI-Installation of the MATHML
Language
(9933246) Comments: I installed the Celtic Mozilla theme from deskmod &
then closed Mozilla thence it crashed.
====================================================================================================
Count Offset Real Signature
[ 7 PL_DHashTableRawRemove 20cda041 - PL_DHashTableRawRemove ]
Crash date range: 2002-09-03 to 2002-09-05
Min/Max Seconds since last crash: 207 - 108344
Min/Max Runtime: 207 - 198485
Keyword List :
Count Platform List
7 Windows NT 5.0 build 2195
Count Build Id List
5 2002090304
2 2002090308
No of Unique Users 7
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsDocumentFragment::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsDocumentFragment.cpp line 263]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a530 (0x6068a530)
nsXBLAttributeEntry::AddRef
[c:/builds/seamonkey/mozilla/content/xbl/src/nsXBLPrototypeBinding.cpp line 152]
0x7d8b5756
(10418659) URL: ebay.com
(10418659) Comments: file->exit
(10321901) Comments: shutting down
====================================================================================================
Count Offset Real Signature
[ 6 PL_DHashTableRawRemove 315db680 - PL_DHashTableRawRemove ]
Crash date range: 2002-09-03 to 2002-09-03
Min/Max Seconds since last crash: 341 - 47514
Min/Max Runtime: 341 - 47514
Keyword List :
Count Platform List
2 Windows 98 4.10 build 67766446
2 Windows 98 4.10 build 67766222
1 Windows 98 4.90 build 73010104
1 Windows 95 4.0 build 67306684
Count Build Id List
3 2002090308
3 2002090304
No of Unique Users 6
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsDocumentFragment::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsDocumentFragment.cpp line 263]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
GKCONTENT.DLL + 0x11a530 (0x6068a530)
nsXBLAttributeEntry::AddRef
[c:/builds/seamonkey/mozilla/content/xbl/src/nsXBLPrototypeBinding.cpp line 152]
0x7d8b5756
(10337563) URL: http://www.gods-country.de/gods/5frames1_eng.htm
(10337563) Comments: crash on exit
(10327559) Comments: closing mozilla
(10312057) Comments: closing the mail window
====================================================================================================
Count Offset Real Signature
[ 5 PL_DHashTableRawRemove 1e5605ea - PL_DHashTableRawRemove ]
Crash date range: 2002-08-28 to 2002-09-04
Min/Max Seconds since last crash: 1616 - 18649
Min/Max Runtime: 3199 - 68517
Keyword List :
Count Platform List
5 Windows NT 5.1 build 2600
Count Build Id List
5 2002082814
No of Unique Users 2
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsHTMLBaseFontElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLBaseFontElement.cpp
line 119]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
js_GC [c:/builds/seamonkey/mozilla/js/src/jsgc.c line 1400]
js_ForceGC [c:/builds/seamonkey/mozilla/js/src/jsgc.c line 994]
js_DestroyContext [c:/builds/seamonkey/mozilla/js/src/jscntxt.c line 243]
nsXPConnect::ReleaseJSContext
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/nsXPConnect.cpp line 1079]
nsJSContext::`scalar deleting destructor'
nsCOMPtr_base::assign_with_AddRef
[c:/builds/seamonkey/mozilla/xpcom/glue/nsCOMPtr.cpp line 74]
nsCOMPtr_base::assign_from_helper
[c:/builds/seamonkey/mozilla/xpcom/glue/nsCOMPtr.cpp line 78]
nsWebShell::Destroy [c:/builds/seamonkey/mozilla/docshell/base/nsWebShell.cpp
line 1267]
nsXULWindow::Destroy
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsXULWindow.cpp line 392]
nsWebShellWindow::Destroy
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp line 1766]
nsWebShellWindow::Close
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp line 387]
nsAppShellService::Quit
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp line 584]
nsXULWindow::Destroy
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsXULWindow.cpp line 429]
nsWebShellWindow::Destroy
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp line 1766]
nsWebShellWindow::Close
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp line 387]
nsWebShellWindow::HandleEvent
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp line 486]
nsWindow::DispatchEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1038]
nsWindow::DispatchWindowEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1055]
nsWindow::DispatchStandardEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1076]
nsWindow::ProcessMessage
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 3599]
nsWindow::WindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1304]
USER32.dll + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x5874 (0x77d45874)
USER32.dll + 0x58a4 (0x77d458a4)
ntdll.dll + 0x108f (0x77f5108f)
USER32.dll + 0x6ffb (0x77d46ffb)
nsWindow::DefaultWindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1344]
USER32.dll + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x7419 (0x77d47419)
USER32.dll + 0x1ba3f (0x77d5ba3f)
nsWindow::WindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1325]
USER32.dll + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x5874 (0x77d45874)
USER32.dll + 0x58a4 (0x77d458a4)
ntdll.dll + 0x108f (0x77f5108f)
USER32.dll + 0x6ffb (0x77d46ffb)
nsWindow::DefaultWindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1344]
USER32.dll + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x7419 (0x77d47419)
USER32.dll + 0x1ba3f (0x77d5ba3f)
nsWindow::WindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1325]
USER32.dll + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x3d6a (0x77d43d6a)
USER32.dll + 0x41fd (0x77d441fd)
nsAppShellService::Run
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp line 452]
main1 [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp line 1525]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp line 1876]
====================================================================================================
Count Offset Real Signature
[ 4 PL_DHashTableRawRemove e8fc6fe0 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-31 to 2002-09-05
Min/Max Seconds since last crash: 603 - 44781
Min/Max Runtime: 603 - 149873
Keyword List :
Count Platform List
4 Windows NT 5.0 build 2195
Count Build Id List
4 2002083108
No of Unique Users 1
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 576]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLAnchorElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLSpanElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLTableCellElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLTableRowElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLTableSectionElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLTableElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLBodyElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLHtmlElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsSupportsArray::Clear
[c:/builds/seamonkey/mozilla/xpcom/ds/nsSupportsArray.cpp line 560]
nsDocument::~nsDocument
[c:/builds/seamonkey/mozilla/content/base/src/nsDocument.cpp line 610]
(10429587) Comments: Closing tab with CTRL + W
(10166999) Comments: Closing tab with CTRL+W
(10162230) Comments: closing tab with CTRL+W
====================================================================================================
Count Offset Real Signature
[ 4 PL_DHashTableRawRemove 61e1a537 - PL_DHashTableRawRemove ]
Crash date range: 2002-08-30 to 2002-09-03
Min/Max Seconds since last crash: 520 - 19849
Min/Max Runtime: 8420 - 32273
Keyword List :
Count Platform List
4 Windows NT 5.0 build 2195
Count Build Id List
4 2002082908
No of Unique Users 3
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLInputElement::`scalar deleting destructor'
nsDocumentFragment::Release
[c:/builds/seamonkey/mozilla/content/base/src/nsDocumentFragment.cpp line 263]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
nsXULElement::~nsXULElement
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 513]
nsXULElement::`scalar deleting destructor'
nsXULElement::Release
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 633]
XPCJSRuntime::GCCallback
[c:/builds/seamonkey/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp line 539]
gkcontent.dll + 0x11a530 (0x6068a530)
HTMLContentSink::AddRef
[c:/builds/seamonkey/mozilla/content/html/document/src/nsHTMLContentSink.cpp
line 2188]
nsXULElement::GetID
[c:/builds/seamonkey/mozilla/content/xul/content/src/nsXULElement.cpp line 3808]
0x560c5d8b
====================================================================================================
Count Offset Real Signature
[ 4 PL_DHashTableRawRemove 4818f06e - PL_DHashTableRawRemove ]
Crash date range: 2002-08-28 to 2002-09-03
Min/Max Seconds since last crash: 5287 - 56114
Min/Max Runtime: 9669 - 56114
Keyword List :
Count Platform List
4 Windows NT 5.0 build 2195
Count Build Id List
2 2002083108
2 2002082704
No of Unique Users 3
Stack trace(Frame)
PL_DHashTableRawRemove [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 580]
PL_DHashTableOperate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c line 549]
nsGenericElement::~nsGenericElement
[c:/builds/seamonkey/mozilla/content/base/src/nsGenericElement.cpp line 846]
nsHTMLAnchorElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLDivElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLBodyElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsGenericHTMLContainerElement::~nsGenericHTMLContainerElement
[c:/builds/seamonkey/mozilla/content/html/content/src/nsGenericHTMLElement.cpp
line 3831]
nsHTMLHtmlElement::`scalar deleting destructor'
nsHTMLDListElement::Release
[c:/builds/seamonkey/mozilla/content/html/content/src/nsHTMLDListElement.cpp
line 125]
nsSupportsArray::Clear
[c:/builds/seamonkey/mozilla/xpcom/ds/nsSupportsArray.cpp line 560]
nsDocument::~nsDocument
[c:/builds/seamonkey/mozilla/content/base/src/nsDocument.cpp line 610]
(10320305) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=91643
(10320305) Comments: Closed a tab and boom
(10207158) URL: http://bugzilla.mozilla.org/show_bug.cgi?id=91643
(10207158) Comments: Closed the tab and boom.
(10096474) URL: http://www.mozilla.org/projects/calendar
(10096474) Comments: Had mail/news op gave an error: mailserver not
reachable. Could not click because moz immediatly hung soon moz crashed.
Comment 19•22 years ago
|
||
adding qawanted keyword to see if we can get a solid reproducible testcase.
morse seems to be able to reproduce this with his build (see comment #16).
Keywords: qawanted
Comment 20•22 years ago
|
||
Yes, I can reproduce it at will. I've been spending several hours trying to
debug it, but haven't made much headway.
Comment 21•22 years ago
|
||
I don't know if this is significant or not, but I'm getting the following
warning messages on the console:
numerous occurences of:
WARNING: NS_ENSURE_TRUE(presShell) failed,
file y:/mozilla/content/html/content/src/nsGenericHTMLElement.cpp,
line 3007
followed by one occurence of:
WARNING: requested removal of nonexistent window,
file y:/mozilla/embedding/components/windowwatcher/src/nsWindowWatcher.cpp,
line 906
Comment 23•22 years ago
|
||
Kevin: please assign it to the correct owner.
Assignee: attinasi → kmcclusk
Comment 24•22 years ago
|
||
this has not shown up in talkback since 9-3-2002
Comment 25•22 years ago
|
||
Since I was able to reproduce this on a debug build, I spent time on this
yesterday trying to track it down. I made some progress but not enough. After
seeing the above posting (comment 24), I decided to pull a fresh tree and
rebuild. After having done so, I am unable to reproduce. So the problem indeed
got fixed by recent checkins.
Closing this out as WFM.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 26•22 years ago
|
||
This one was closed out on 9/10 as WFM because there were no incidents in
talkback since 9/3. However, in the 1.2Alpha build (on 9/10) we have
consistently gotten crashes and those have continued in the Beta release and the
Trunk.
Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 27•22 years ago
|
||
Comment 28•22 years ago
|
||
-> Alex
Assignee: kmcclusk → alexsavulov
Status: REOPENED → NEW
Priority: -- → P1
Target Milestone: --- → mozilla1.2final
Comment 29•22 years ago
|
||
Alex, this is a topcrash+ bug, the best of the best crashers. We shouldn't ship
1.2 with this crash and 1.2 is real soon now. Can you give us a status on this
bug please.
Blocks: 1.2
Assignee | ||
Comment 30•22 years ago
|
||
DOM, Content, Event Listener Manager expert needed.
sorry that i didn't got the chance to look into this sooner. looks like if this
is a top issue, we need someone that was involved a lot with Content, DOM, the
even listener manager's hash table and so on. (i'm wondering how did this landed
in the Layout component). the talkback data does not contain any local crash
data, but I suspect that the static hash table (sEventListenerManagersHash)
contains a dead entry for the given key, maybe be cause of the fact that we use
a pointer value as a key and that might cause confusion since different content
elements could easily exist at the same location at different times. but this is
just a guess. i will continue to look into this ( althoughi have another issue
pending issue in form submision), still i strongly recommend that someone that
knows a lot about the DOM looks into this too.
Assignee | ||
Comment 31•22 years ago
|
||
btw: if someone thinks this bug is his/her domain, should feel free to take over.
Comment 32•22 years ago
|
||
adding perterv, jst, and heikki to cc list. one of these might be better owners.
Comment 33•22 years ago
|
||
This is currently blocking the relase of Mozilla 1.2. Can someone help us out
here or do we ship this topcrash+ bug.
Comment 34•22 years ago
|
||
Has anyone been able to reproduce this with recent MozillaTrunk builds?
There aren't too many crashes like this in current MozillaTrunk Talkback data (5
out of 10 day total of 1482) and for Mozilla 1.2 Beta the % of these crashes is
fairly low (42 out of 10 day total of 7884).
Based on those numbers, comment #24 and comment #25, it looks like the severity
of this crash has gone down since this bug was first logged. I am going to
return this bug to topcrash until someone is able to consistently crash again
(it's been over 2 months since Morse was able to reproduce). If anyone can
reproduce, please add the testcase keyword and we can make this topcrash+ again.
Comment 35•22 years ago
|
||
I just tried it again using the trunk build on my machine (dated 10/26). Still
cannot reproduce. Prior to September I was able to reproduce this consistently.
Comment 36•22 years ago
|
||
I could not reproduce it (Windows 2000) neither with this week's Mozilla nor
Phoenix builds.
Assignee | ||
Comment 37•22 years ago
|
||
i cannot reproduce it either. i'm trying since 1.5 weeks.
Comment 38•22 years ago
|
||
it doesnot crash for me with 20021112 trunk build and 1.2b build on win2k.
Comment 39•22 years ago
|
||
on linux, both trunk and 1.2b dont crash for me
Comment 40•22 years ago
|
||
since so many people said that it does not crash for trunk and 1.2b,
maybe this bug could be marked as WFM
Comment 41•22 years ago
|
||
This WORKSFORME with both the 1.2 Beta build and the 2002111411 nightly build in
Windows 2000 SP3 and Windows XP SP1. I can install a Windows 98 (the original
OS the bug was submitted as) partition tomorrow and try it out if noone else has
access.
Comment 42•22 years ago
|
||
I could not reproduce a crash on my machine.
* Pentium II 333 MHz, 256 MB RAM
* Microsoft Windows 98 Second Edition
* Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4
* Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021114
Resolving as WORKSFORME.
Reporter: Please download the latest nightly Mozilla build and try to
reproduce the bug. If you can do so, reopen this bug and add comments.
Sometimes, creating a new profile and deleting your old profile will
fix some rare problems.
Status: NEW → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WORKSFORME
Comment 43•22 years ago
|
||
reopening : This is crash is still showing up in the talkback data
http://ftp24moz.newaol.com/pub/data/crash-data/seamonkey-crash-analysis-detailed.txt
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 44•22 years ago
|
||
Can not reproduce on:
Mozilla 1.2b WinXP SP1 {Build ID: 2002101612}
I think we need a better test case, because some people can not reproduce the bug.
on comment #43
What build/platform are you using Matti?
Comment 45•22 years ago
|
||
I was unable to reproduce this bug on a fresh Windows98 SE install. Both the
most recent nightly and the 1.2 Beta build work for me.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2) Gecko/20021114
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021016
Tried it with the URL mentioned in the bug and with URLS from the crash reports
(www.heise.de, www.entertainmentearth.com). Also tried it with Chatzilla and
multiple tabs.
Assignee | ||
Comment 46•22 years ago
|
||
well, on talkback there are still reports:
- 2002111304 MozillaTrunk Windows NT 5.1 build 2600 2002-11-13 14:20:12
PL_DHashTableRawRemove bb076a95 www.eurocard.de
- 2002110610 MozillaTrunk Windows 98 4.90 build 73010104 2002-11-14
15:57:19 PL_DHashTableRawRemove e517d3cc
- 2002110610 MozillaTrunk Windows 98 4.10 build 67766222 2002-11-13
22:31:21 PL_DHashTableRawRemove 22b43fca
- 2002110610 MozillaTrunk Windows NT 5.1 build 2600 2002-11-10 17:29:17
PL_DHashTableRawRemove ade6fa3c services.wsj.com
- 2002110604 MozillaTrunk Windows NT 4.0 build 1381 2002-11-13 04:37:47
PL_DHashTableRawRemove e28f5342 http://mec2.tm.chiba-u.ac.jp/~hirata/mss/
....
the OS should be all Win32 eventually.
Comment 47•22 years ago
|
||
Original steps works for me.
Build: 2002111314
Os: Win 2000, sp2
Comment 49•22 years ago
|
||
WFM on 12/16 Trunk, Win XP
WFM on 11/21 Trunk, Linux
WFM on 12/23 Trunk, Win 98
I have noticed they don't have any animated gifs or Flash animations anymore...
Comment 50•22 years ago
|
||
av, can you still reproduce on a current build?
Reporter | ||
Comment 51•22 years ago
|
||
Everything changed. There is no more cdnow.com, it redirects me to amazon.com.
So, I guess the formal answer to the question is no, I cannot reproduce this bug
anymore because the testcase is gone.
Comment 52•22 years ago
|
||
In light of reporter's last comment and the fact that we can't reproduce the
bug, I am marking this bug as WFM.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
Crash Signature: [@ PL_DHashTableRawRemove]
You need to log in
before you can comment on or make changes to this bug.
Description
•