Closed
Bug 185843
Opened 23 years ago
Closed 23 years ago
Crash when Mozilla is closed after visiting site
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 156940
People
(Reporter: mozilla, Assigned: asa)
References
()
Details
(Keywords: crash, stackwanted, Whiteboard: TB15208914E)
Attachments
(1 file)
126.36 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021216
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021216
Whenever I shutdown Mozilla after visiting a particular URL (given above) it
crashes. I will attach details of the crash.
Reproducible: Always
Steps to Reproduce:
1. Visit the URL
2. Close Mozilla
Actual Results:
Crash
Expected Results:
Not Crash :)
Reporter | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
Keywords: crash,
stackwanted
Whiteboard: TB15208914E
Comment 2•23 years ago
|
||
Seeing this with Win2k cvs trunk from 10 am.
Stack is the same as bug 156940.
morkRowObject::CloseRowObject(morkEnv * 0x038efa60) line 607 + 3 bytes
morkRowObject::CloseMorkNode(morkEnv * 0x038efa60) line 87
morkRowObject::~morkRowObject() line 95
morkRowObject::`scalar deleting destructor'(unsigned int 0x00000001) + 15 bytes
morkObject::Release(morkObject * const 0x03ba47a8) line 68 + 184 bytes
morkRowObject::Release(morkRowObject * const 0x03ba47a8) line 121 + 12 bytes
nsCOMPtr<nsISupports>::~nsCOMPtr<nsISupports>() line 733
nsAutoCompleteItem::~nsAutoCompleteItem() line 57 + 11 bytes
nsAutoCompleteItem::`scalar deleting destructor'(unsigned int 0x00000001) + 15
bytes
nsAutoCompleteItem::Release(nsAutoCompleteItem * const 0x03ba47f8) line 48 +
179 bytes
nsSupportsArray::Clear(nsSupportsArray * const 0x03ba45a0) line 560 + 54 bytes
nsSupportsArray::DeleteArray() line 305
nsSupportsArray::~nsSupportsArray() line 148
nsSupportsArray::`vector deleting destructor'(unsigned int 0x00000001) + 81
bytes
nsSupportsArray::Release(nsSupportsArray * const 0x03ba45a0) line 239 + 148
bytes
nsCOMPtr<nsISupportsArray>::~nsCOMPtr<nsISupportsArray>() line 491
nsAutoCompleteResults::~nsAutoCompleteResults() line 125 + 22 bytes
nsAutoCompleteResults::`scalar deleting destructor'(unsigned int 0x00000001) +
15 bytes
nsAutoCompleteResults::Release(nsAutoCompleteResults * const 0x03b9f288) line
114 + 179 bytes
XPCJSRuntime::GCCallback(JSContext * 0x00fefb70, JSGCStatus JSGC_END) line 546
+ 18 bytes
DOMGCCallback(JSContext * 0x00fefb70, JSGCStatus JSGC_END) line 1641 + 23 bytes
js_GC(JSContext * 0x00fefb70, unsigned int 0x00000000) line 1399 + 12 bytes
js_ForceGC(JSContext * 0x00fefb70, unsigned int 0x00000000) line 993 + 13 bytes
JS_GC(JSContext * 0x00fefb70) line 1659 + 11 bytes
nsDOMSOFactory::Observe(nsDOMSOFactory * const 0x014ebd9c, nsISupports *
0x002cd924, const char * 0x1010e210, const unsigned short * 0x00000000) line
227 + 10 bytes
nsObserverService::NotifyObservers(nsObserverService * const 0x00f6d978,
nsISupports * 0x002cd924, const char * 0x1010e210, const unsigned short *
0x00000000) line 213
NS_ShutdownXPCOM(nsIServiceManager * 0x00000000) line 701
main(int 0x00000001, char * * 0x002c6e50) line 1913 + 8 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77ea847c()
*** This bug has been marked as a duplicate of 156940 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•