Closed
Bug 46531
Opened 25 years ago
Closed 25 years ago
Crash closing a window while it's loading
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
People
(Reporter: mikepinkerton, Assigned: paulkchen)
References
()
Details
(Keywords: crash, Whiteboard: [dogfood+][nsbeta2+]ETA 7/28)
- launch browser
- load a long page with lots of images, etc
- while it's loading, close the window
crash!
Calling chain using A6/R1 links
Back chain ISA Caller
00000000 PPC 0B567A34
0C589840 PPC 0B5525FC main+00130
0C5897E0 PPC 0B551B0C main1(int, char**, nsISupports*)+00938
0C589520 PPC 0D7F21AC nsAppShellService::Run()+00018
0C5894E0 PPC 0D2198A8 nsAppShell::Run()+00048
0C589490 PPC 0D219FE4 nsMacMessagePump::DoMessagePump()+0003C
0C589440 PPC 0D21A5EC nsMacMessagePump::DispatchEvent(int, EventRecord*)+
00174
0C5893F0 PPC 0D22FCB0 Repeater::DoRepeaters(const EventRecord&)+00030
0C5893B0 PPC 0D1F778C nsMacNSPREventQueueHandler::RepeatAction(const
EventRecord&)+000
0C
0C589370 PPC 0D1F78A4 nsMacNSPREventQueueHandler::ProcessPLEventQueue()+
000B0
0C589300 PPC 0D41CD04 nsEventQueueImpl::ProcessPendingEvents()+00038
0C589290 PPC 0D47A2E0 PL_ProcessPendingEvents+0004C
0C589250 PPC 0D47A3C8 PL_HandleEvent+00020
0C589210 PPC 0D454CC0 EventHandler(PLEvent*)+00048
0C5891C0 PPC 0D44E940 XPTC_InvokeByIndex+0000C
0C589180 PPC 0D44EA48 _XPTC_InvokeByIndex+000C8
0C5890CC PPC 0D16F000
OnStatus__13nsHTTPChannelFP10nsIChannelP11nsISupportsUiPCw+00028
0C58908C PPC 0D4511E8 nsXPTCStubBase::Sentinel9()+000A8
0C588FDC PPC 0D44EEBC PrepareAndDispatch+0042C
0C588EBC PPC 0D45717C nsProxyEventObject::CallMethod(unsigned short, const
nsXPTMethod
Info*, nsXPTCMiniVariant*)+00028
0C588E6C PPC 0D454AF4 nsProxyObject::Post(unsigned int, nsXPTMethodInfo*,
nsXPTCMiniVa
riant*, nsIInterfaceInfo*)+00168
0C588E0C PPC 0D454CC0 EventHandler(PLEvent*)+00048
0C588DBC PPC 0D44E940 XPTC_InvokeByIndex+0000C
0C588D7C PPC 0D44EA48 _XPTC_InvokeByIndex+000C8
0C588CC8 PPC 0D4EDE48
OnStatus__15nsDocLoaderImplFP10nsIChannelP11nsISupportsUiPCw+001
44
0C588C38 PPC 0D4EE438
FireOnStatusChange__15nsDocLoaderImplFP14nsIWebProgressP10nsIReq
uestUiPCw+00078
Closing log
commercial build from 7/25/00
| Reporter | ||
Comment 1•25 years ago
|
||
this is very bad, nominating for dogfood and beta2. i can't use it because it
crashes all the time and I open and close windows a lot while browsing.
Comment 3•25 years ago
|
||
hey mike could you provide a sample URL or two you used? thx.
Putting on [dogfood+][nsbeta2+] radar. yes...please provide URLS
Whiteboard: [dogfood+][nsbeta2+]
| Reporter | ||
Comment 5•25 years ago
|
||
tinderbox, cnn, any long page.
Comment 6•25 years ago
|
||
i've seen this on commercial Mac build 2000-07-26-08-M17 a good page to
reproduce this on is http://www.chinatimes.com.tw because it has a lot of java
in it and can reproduce this every time
Comment 7•25 years ago
|
||
OK, I'm seeing this on mozilla mac 072608 build.
loaded mozilla.org.
opened a new window.
loaded cnn.com in new window.
clicked the close widget in top left of cnn window before the page had finished
loading.
crahsed.
macsbug output the same as pink's
I'm also able to reproduce using july26 commercial build, mac OS 9.0 using
http://www.discovery.com -- talkback 14845976
Comment 10•25 years ago
|
||
Can we get an ETA on a fix for this bug please? Thanks!
Whiteboard: [dogfood+][nsbeta2+] → [dogfood+][nsbeta2+]ETA ????
| Assignee | ||
Comment 11•25 years ago
|
||
Just saw the crash, in nsDocLoaderImpl::FireOnStatusChange(), calling
OnStatusChange() on mListenerList, but the one listener has been deleted.
Comment 12•25 years ago
|
||
events & windows, adding saari & danm
| Assignee | ||
Comment 13•25 years ago
|
||
Pulled ETA 7/28 out of my ass
Whiteboard: [dogfood+][nsbeta2+]ETA ???? → [dogfood+][nsbeta2+]ETA 7/28
| Assignee | ||
Comment 14•25 years ago
|
||
Looked at changes to nsBrowserInstance.cpp in lxr, found that ocka@iol.ie has
checked in the same fix. Mark this bug as a dupe because it's the exact same
problem.
*** This bug has been marked as a duplicate of 45817 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•