Closed
Bug 84207
Opened 25 years ago
Closed 25 years ago
Closing browser window while it is waiting for the page to fetch causes crash
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mozilla2, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010605
BuildID: 2001060504
On the URL quoted above (it also happens on any other page that spawns a new
window by something like target="_blank") - sometimes when I close this new
browser window, Mozilla crashes.
Reproducible: Sometimes
Steps to Reproduce:
1.Go to a page with lots of links targetted to new windows
2.Click on link (it may help if the link points to a slow server)
3.With the new window that opens, before it starts reading the page (i.e. before
the progress bar goes from barber pole to bar mode) - close it. Depending upon
the timing, it may or may not crash - but I seem to be able to reproduce it
fairly frequently (and sometimes without trying).
Actual Results: The window closes, then Mozilla crashes - on my Win98 system,
the error box says:
---
MOZILLA caused an invalid page fault in
module <unknown> at 0000:80000001.
Registers:
EAX=0221a6e0 CS=017f EIP=80000001 EFLGS=00010202
EBX=00000000 SS=0187 ESP=0068f87c EBP=0068f894
ECX=0221f09c DS=0187 ESI=008a1550 FS=7b47
EDX=0068f8b0 ES=0187 EDI=00000000 GS=0000
Bytes at CS:EIP:
Stack dump:
6011e233 0221a6e0 0218fd00 00000007 0068fa08 0068f8b0 0068f8b4 60b05529 0254f200
0218fd00 00000007 0068fa08 0068f8b0 00000000 0068f954 60b0558b
---
Expected Results: The window closes. Mozilla doesn't crash.
Talkback IDs TB31363306X, TB31361693E and TB31361431Q.
| Reporter | ||
Comment 1•25 years ago
|
||
Urgh - something went bad with the summary - fixed.
Summary: Closing browser window while it is waiting6011e233 0221a6e0 0218fd00 00000007 0068fa08 0068f8b0 0068f8b4 60b05529 0254f200 0218fd00 00000007 0068fa08 0068f8b0 00000000 0068f954 60b0558b for the page to fetch causes crash → Closing browser window while it is waiting for the page to fetch causes crash
Comment 2•25 years ago
|
||
Asa: Can you extract the talkbacks ?
| Reporter | ||
Comment 3•25 years ago
|
||
Occasionally I've been getting a "Downloading blah.html" dialog saying "You have
chosen to download a file of type: "Hyper Text Markup Language" [text/html]
from..." for these pages that have had their window closed before they started
downloading. I don't know if this is related to another bug 81576 or bug 83611...
I think the dialog-popping-up bug is related to bug 83611 due to outstanding
requests not being killed when closing window.
| Assignee | ||
Comment 5•25 years ago
|
||
Incident ID 31361693
Stack Signature 0x00000009 e8c7c954
Bug ID
Trigger Time 2001-06-05 14:17:29
User Comments Clicked on a link that opens up in "_blank" target. New browser
window is opened for this page, browser looks like it is waiting for the page to
start arriving. Close this window that is pending the fetch, browser crashes.
Build ID 2001060509
Product ID MozillaTrunk
Platform ID Win32
Stack Trace
0x00000009
nsURILoader::ShouldHandleContent
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 660]
nsURILoader::DispatchContent
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 707]
nsDocumentOpenInfo::DispatchContent
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 298]
nsDocumentOpenInfo::OnStartRequest
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 220]
nsStreamListenerTee::OnStartRequest
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerTee.cpp, line 14]
nsHttpChannel::ProcessNormal
[d:\builds\seamonkey\mozilla\netwerk\protocol\http\src\nsHttpChannel.cpp, line 444]
nsHttpChannel::ProcessResponse
[d:\builds\seamonkey\mozilla\netwerk\protocol\http\src\nsHttpChannel.cpp, line 421]
nsHttpChannel::OnStartRequest
[d:\builds\seamonkey\mozilla\netwerk\protocol\http\src\nsHttpChannel.cpp, line 2022]
PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 591]
PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c,
line 524]
_md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line
1072]
KERNEL32.DLL + 0x242e7 (0xbff942e7)
0x00688b5e
Comment 6•25 years ago
|
||
based on the stack :
*** This bug has been marked as a duplicate of 65331 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 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
•