Closed
Bug 18828
Opened 26 years ago
Closed 26 years ago
crash after attempting to close browser hitting the close button "x"
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M14
People
(Reporter: rcrespo, Assigned: rogerl)
Details
Attachments
(1 file)
31.26 KB,
text/html
|
Details |
after general browsing i attempted to close the browser by hitting the "x" close
button at the right of my window "win32/nightly (latest)" and it crashed here's
the stack dump.
MOZILLA caused an invalid page fault in
module JS3250.DLL at 015f:609639ad.
Registers:
EAX=00000000 CS=015f EIP=609639ad EFLGS=00010206
EBX=00a65940 SS=0167 ESP=0063f250 EBP=0063f298
ECX=006f0063 DS=0167 ESI=00000000 FS=5277
EDX=00000000 ES=0167 EDI=006f0063 GS=0000
Bytes at CS:EIP:
ff 36 ff 74 24 10 e8 0b 00 00 00 59 83 c6 04 4f
Stack dump:
0063e8a8 00669ab0 6096362e 00669ab0 0063e944 0099f9f0 00a65940 00000000 0063f2b4
0063f5c4 01055a10 7802e260 ffffffff 601a7a91 00b8ca48 00000000
I don't see this problem with 1999-11-22-09-M12/ on Win95. claudius can yo try
Win98?
![]() |
||
Comment 2•26 years ago
|
||
I've been crashing on shutdown on WinNT, 11/18 build.
![]() |
||
Updated•26 years ago
|
Severity: normal → critical
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Assignee: leger → clayton
Comment 4•26 years ago
|
||
here is the stack from namachi's crash
Incident ID 1371045
gc_mark_atom [d:\builds\seamonkey\mozilla\js\src\jsgc.c, line 423]
gc_mark_script [d:\builds\seamonkey\mozilla\js\src\jsgc.c, line 455]
js_GC [d:\builds\seamonkey\mozilla\js\src\jsgc.c, line 825]
js_ForceGC [d:\builds\seamonkey\mozilla\js\src\jsgc.c, line 679]
JS_GC [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 1159]
nsJSContext::GC [d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp,
line 633]
GlobalWindowImpl::SetNewDocument
[d:\builds\seamonkey\mozilla\dom\src\base\nsGlobalWindow.cpp, line 326]
DocumentViewerImpl::~DocumentViewerImpl
[d:\builds\seamonkey\mozilla\layout\base\src\nsDocumentViewer.cpp, line 313]
DocumentViewerImpl::`scalar deleting destructor'
DocumentViewerImpl::Release
[d:\builds\seamonkey\mozilla\layout\base\src\nsDocumentViewer.cpp, line 257]
nsWebShell::Destroy [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp,
line 1153]
nsWebShellWindow::Close
[d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsWebShellWindow.cpp, line 433]
nsWebShellWindow::HandleEvent
[d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsWebShellWindow.cpp, line 518]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 442]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 459]
nsWindow::DispatchStandardEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 480]
nsWindow::OnDestroy
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3240]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 259
Roger, would you look into this? I wonder if document viewer or global window
is giving a bad context. Patrick might be a good person to collaborate with.
Thanks, = C =
![]() |
Assignee | |
Updated•26 years ago
|
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 6•26 years ago
|
||
Don't get a crash on exit (build from 12/1/99) - anybody got a more reproducible
case of a JS crash here?
![]() |
||
Comment 7•26 years ago
|
||
Death in gc probably means that someone did something bad some wehere else
sometime before. These are often errors caused from outside the engine.
pinkerton has a bug (http://bugzilla.mozilla.org/show_bug.cgi?id=19941) that
causes this kind of problem. Did you by chance do any drag and drop from another
app anytime before this failed?
Updated•26 years ago
|
Target Milestone: M12 → M13
Comment 8•26 years ago
|
||
moving off m12 radar. let know if the fix appears in the next day
or two
![]() |
||
Comment 9•26 years ago
|
||
Is this stack reproducing still? I think danm and waterson both fixed bugs
recently that could cause such a stack.
/be
![]() |
Assignee | |
Updated•26 years ago
|
Target Milestone: M13 → M14
![]() |
Assignee | |
Comment 10•26 years ago
|
||
Not going to make M13 for these.
![]() |
||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
![]() |
||
Comment 11•26 years ago
|
||
I can't reproduce this with the 2000011913 build, marking WFM
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•