Closed
Bug 162821
Opened 23 years ago
Closed 23 years ago
Crash on saving image [@ comdlg32.dll]
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: dev+mozilla, Assigned: namachi)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020803
BuildID: 2002080319
When right-clicking on of the full-sized images and saving "save image as...", I
get a crash.
Talkback IDs:
TB9373617G
TB9373625M
TB9373652Y
Reproducible: Always
Steps to Reproduce:
1. Open URL.
2. Click on thumbnail above "my cousin Dani and me".
3. Wait for pop-up with image to open.
4. Right-click image, select "save image as"
Actual Results: Crash.
Expected Results: Show me a filepicker.
The thumbnails save ok.
Reporter | ||
Comment 1•23 years ago
|
||
Build 2002081409 on Win2k also crashes. Talkback ID is TB9374123Z.
Keywords: stackwanted
Reporter | ||
Comment 2•23 years ago
|
||
Mozilla 1.0 crashes as well ... so this bug doesn't seem to be a (recent)
regression.
Comment 3•23 years ago
|
||
Mozilla 1.1 Beta (2002072104) crashes on Windows XP also.
My incident ID is TB9377526E.
All of the stacks are really anemic:
Incident #9373617
------------------
Product ID MozillaTrunk
Build ID 2002080319
Operating System Windows NT 5.0 build 2195
URL visited http://www.timoki.de/p4.htm
User Comments Clicked on the thumbnail for "my cousin Dani and me", waited for
popup to open, then right-clicked on image an chose "save image as"
Stack Trace
comdlg32.dll + 0x22f03 (0x76b22f03)
0xf70c758b
Keywords: stackwanted
oky, this is part of his "FensterZeigen" (window popup;javascript):
"
document.write('<body onblur="window.close()" leftmargin="0" topmargin="0">');
"
and what i'm thinking is that whenever a filepicker is opened it is already
focused but that "blurs" the popup and here is the crash ( ...'<body
onblur="window.close()" ...)
![]() |
||
Comment 7•23 years ago
|
||
Okay, can you create a testcase? A testcase of a short brief that cause the
crash and another that doesn't cause the crash.
I agree with that onblur="window.close()" causes this crash. We must do
window.close() *after* filepicker closed.
![]() |
||
Comment 9•23 years ago
|
||
Almost similiar to bug #68454 but the only thing different is Moz crashed when
clicking on "Save As" before the pop-up "Save As". CAUTION!!!! This is not a
duplicate of that bug!!
![]() |
||
Comment 10•23 years ago
|
||
Tested and confirmed on buildID #2002-08-15-08. The interesting thing is that
the images was saved to the hard disk after the crash!
![]() |
||
Comment 11•23 years ago
|
||
Never mind about that saved images. It was the thumbnail that was successfully
saved! Wrong one!
I'm enclosing the testcase. You have to understand that no one will work on
this bug if there is no testcase.
![]() |
||
Comment 12•23 years ago
|
||
![]() |
||
Comment 13•23 years ago
|
||
This testcase is without the code "onblur='window.close();'" in the body tag!
Summary: Crash on saving image → Crash on saving image [@ comdlg32.dll]
Reporter | ||
Comment 14•23 years ago
|
||
This does _not_ crash on Linux 2003020605. So this is either Windows-specific,
or it has been fixed in the meantime. As I don't use Win2k anymore, could
someone with Win2k or WinXP retest this with a recent build?
![]() |
||
Comment 15•23 years ago
|
||
Still crash during the saving of the images on Win2000 using Build ID
#2003020608. WinXP <b>may</b> not be immune to this bug as well.
Reporter | ||
Comment 16•23 years ago
|
||
*** This bug has been marked as a duplicate of 68454 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ comdlg32.dll]
You need to log in
before you can comment on or make changes to this bug.
Description
•