Closed
Bug 22290
Opened 26 years ago
Closed 26 years ago
[Dogfood][CRASH] download dialog crashes after hitting close button
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: jud, Assigned: joki)
References
Details
(Whiteboard: [PDT+])
Attachments
(1 file)
|
17.94 KB,
text/plain
|
Details |
after downloading a file and clicking "close" I crash. Winnt, m13 code.
I reproduced this on my machine. After some debugging, it looks like the
problem is (or appears) inside the "event state manager?" I'm going to reset
the component to "Event Handling" for further investigation.
Updated•26 years ago
|
Severity: normal → critical
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Summary: download dailog crashes after hitting close button → [CRASH] download dialog crashes after hitting close button
Comment 5•26 years ago
|
||
Marking [CRASH].
| Assignee | ||
Comment 6•26 years ago
|
||
Moving crash bugs into M13.
Comment 7•26 years ago
|
||
Comment 9•26 years ago
|
||
Comment 10•26 years ago
|
||
Dulicated this on my machine (Build 1999122608 on WinNT4 SP5). Here are the log
messages on the console:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
In OpenBrowserWindw()...
WEBSHELL+ = 5
nsXULKeyListenerImpl::Init()
WEBSHELL+ = 6
Setting content window
browser.startup.page = 1
startpage = http://www.mozilla.org/
Loading page specified via openDialog
Check if a view source window
Document http://www.mozilla.org/ loaded successfully
Document: Done (1.833 secs)
WEBSHELL+ = 7
frame forContent DragGesture
FindShortcut: in='http://172.18.18.234/' out='null'
Document http://172.18.18.234/ loaded successfully
Document: Done (0.791 secs)
DocLoaderFactory: Unable to create ContentViewer for command=view, content-type=
application/octet-stream
Document: Done (0.21 secs)
WEBSHELL+ = 8
Error: Can't load: http://172.18.18.234/Download/IDE/lccwin32.exe (804b0002)
Error loading URL http://172.18.18.234/Download/IDE/lccwin32.exe
WEBSHELL+ = 9
WEBSHELL- = 8
After Download completes and 'OK' button pressed:
--------------------------------------------------
WEBSHELL- = 7
Crash occurs here!
-------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I also managed to get a crash log - looks like the guilty function is
NS_NewXMLDocument.
See crash log attached below.
Comment 11•26 years ago
|
||
Comment 12•26 years ago
|
||
This is probably related to bug 22488 , in both cases, the crash occurs in
NS_NewXMLDocument when clicking a button in the popup window. Not being sure, I
did not mark it as duplicate - anybody care to investifate this further ?
Comment 13•26 years ago
|
||
Summary: [CRASH] download dialog crashes after hitting close button → [Dogfood][CRASH] download dialog crashes after hitting close button
Comment 14•26 years ago
|
||
bug 22554 which is PDT+ is marked as a dup of this bug.
Adding dogfood designation so it can be considered for PDT + (again)
Comment 15•26 years ago
|
||
would this bug be dependent on the fix for bug 10613 perchance?
Comment 16•26 years ago
|
||
Putting on PDT+ radar.
Comment 17•26 years ago
|
||
*** Bug 22744 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 18•26 years ago
|
||
This isn't happening anymore on WinNT 2000010908 build. Did someone fix it?
I'm marking Worksforme - I noticed that all the related "Crash on closing
window/dialog/popup" are all working fine now too.
Comment 19•26 years ago
|
||
I'm not sure I agree with you. I'm trying to test this bug, but build
2000010908 (Win95) is page faulting all over the place. To make things worse
half the things I try to download stall the browser with an "Unable to load
content viewer" error in the console window. I have had atleast three crashes
while trying to download, but due to the high number of unexplicable crashes,
I'm not confident enough to remove the WORKSFORME flag. But all is definately
not well.
Comment 20•26 years ago
|
||
Okay, I narrowed down some of the download trouble. It appears as though some
downloads are causing the download window not to display the "close" button
when they are done. Others are and are working fine. And still others (.exe
files) do not seem to even create a download window. All this though is
probably a regression and not related to this bug. I am leaving the WORKSFORME
flag as it looks like this bug was indeed fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 21•26 years ago
|
||
verified
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•