Closed
Bug 156255
Opened 23 years ago
Closed 23 years ago
crash on exit/close/quit in offline mode
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 156581
People
(Reporter: rene.albert, Unassigned)
Details
(Keywords: crash)
Attachments
(2 files)
2.91 KB,
text/plain
|
Details | |
926 bytes,
patch
|
Details | Diff | Splinter Review |
I am under
Mozilla 1.1a+
Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.1a+) Gecko/20020704
Whenever I close Mozilla - and once it has been closed - Windows diaplays an
Alert message saying :
"This program is going to be stopped because it has performed an invalid operation.
"Details : Page fault in module MSVCRT.DLL at 024f:7800dlb9
and so on.
On my C disk, I still have 411 Mo available.
Reporter | ||
Comment 1•23 years ago
|
||
Important remark : this bug appears only if I start Mozilla in off-line mode,
and then I remain off-line until I close Moz.
When I start in on-line mode, and stay in on-line mode until I close Moz, no bug
appears ...
Comment 2•23 years ago
|
||
confirmed linux trunk cvs 2002-07-08; 2002-06-24 trunk cvs wfm. Start, new
profile, switch to offline, file>quit -> crash.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 95 → All
Summary: Windows displays a Mozilla crash whenever I have closed Mozilla ! → crash on exit/close/quit in offline mode
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
->net sounds good to me
Assignee: Matti → new-network-bugs
Component: Browser-General → Networking
QA Contact: asa → benc
Comment 5•23 years ago
|
||
Apparently we go offline on shutdown even when we are already offline, and
// clear the hostname database (NOTE: this runs when the browser
// enters the offline state).
PL_DHashTableFinish(&mHostDB);
on both occasions, the latter of which crashes. The lines were added in bug
149943, +cc darin.
I'll attach a patch that moves the lines inside the |if (mThread)| block so it
doesn't get run when going offline when already offline. I'm not sure if this is
the right fix, considering the NS_NOTREACHED adornment of |if (mThread)|'s
else-side. It does fix the crash though.
Comment 6•23 years ago
|
||
Reporter | ||
Comment 7•23 years ago
|
||
I am unfortunately obliged to modify my previous addendum : I also got crashes
now when leaving Moz from on-line mode.
No explanation why this occurs now, and from the very beginning of my test ...
-> browser-general. Please get talkback data. If it is networking, then move
this bug back.
Component: Networking → Browser-General
Reporter | ||
Comment 9•23 years ago
|
||
This is the message displayed bu Windows AFTER Moz has been closed.
Therefore there is no Talkback initiated....
______________________________________________
MOZILLA a causé une défaillance de page dans
le module MSVCRT.DLL à 024f:7800d0b9.
Registres :
EAX=02e11fc0 CS=024f EIP=7800d0b9 EFLGS=00010283
EBX=0ae0ffff SS=0257 ESP=0064fba4 EBP=0064fbc0
ECX=fffefffe DS=0257 ESI=0347f008 FS=0e5f
EDX=51580000 ES=0257 EDI=00000017 GS=0000
Octets à CS : EIP :
89 5a 04 8b 55 0c 89 4d fc 8b 5a 04 8b 52 08 89
Etat de la pile :
007b8208 0347f00c 03478280 02e14f60 ffff0000 00000000 fffffffe 0064fc04 7800cc1c
007600fc 0347f006 007b8208 03478280 03478280 7800578c 033dfd50
Comment 10•23 years ago
|
||
Sorry we didn't notice this bug or patch earlier. It's also been fixed in the
bug I'm duping this against. Darin's on sabbatical, we're doing the best we can
to cover.
Who is "new-network-bugs@mail.packetgram.com" ?
*** This bug has been marked as a duplicate of 156581 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•