Closed
Bug 196013
Opened 22 years ago
Closed 22 years ago
Crash opening the uploaded mail
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: m.alberoni, Assigned: jhpedemonte)
Details
(Keywords: crash)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211
If you open "File" -> "Open file" and select the mail I've uploaded, Mozilla
crashes.
The crash doesn't happen if you reduce at the minimum the html part, but if you
open the html part alone (extracting it from the mail), Mozilla works fine!
Reproducible: Always
Steps to Reproduce:
1.Open the uploaded file
2.
3.
Actual Results:
Mozilla crashes
Expected Results:
Mozilla has to show the mail
Here is the popuplog:
03-05-2003 11:04:30 SYS3175 PID 0078 TID 0001 Slot 00c4
C:\MOZILLA\BIN\MOZILLA.EXE
c0000005
1e940a30
P1=00000001 P2=0000001c P3=XXXXXXXX P4=XXXXXXXX
EAX=00000014 EBX=1a9b8a14 ECX=00000008 EDX=0013c7c4
ESI=0000001c EDI=0013c7c4
DS=0053 DSACC=f0f3 DSLIM=ffffffff
ES=0053 ESACC=f0f3 ESLIM=ffffffff
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=005b:1e940a30 CSACC=f0df CSLIM=ffffffff
SS:ESP=0053:0013c788 SSACC=f0f3 SSLIM=ffffffff
EBP=0013c8d0 FLG=00212202
PMMERGE.DLL 0004:00110a30
| Reporter | ||
Updated•22 years ago
|
OS: other → OS/2
| Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Does this cash when you view it as an attachment in Bugzilla as well?
Can you please send me the whole Inbox? Just the mail isn't helping - send it to
mkaply at us.ibm.com
or send the offending mail to testing at kaply.com
thanks
| Reporter | ||
Comment 3•22 years ago
|
||
To crash Mozilla, I have only to left click on the attachment link
(http://bugzilla.mozilla.org/attachment.cgi?id=116291&action=view)... I think
the Inbox is not the issue.
Comment 4•22 years ago
|
||
That might be an old bug that happened whenever you tried to save files
Could you try a current build?
Comment 5•22 years ago
|
||
I left clicked on the link on comment #3 with build 2003030408 under win98se,
and it was displayed correctly, no crash.
Could be build or OS related.
Comment 6•22 years ago
|
||
I'm not seeing this, even using the same build you were using.
My bet would be that this is the same type of font problems you were seeing in
the past, and your version of OS/2 crashes PMMERGE when you use bad font names.
The font tags in this document make no sense to me. Where did this mail come from?
Comment 7•22 years ago
|
||
What is "Wingdings 2"?
| Assignee | ||
Comment 8•22 years ago
|
||
I have a patch for this
Assignee: other → pedemont
Whiteboard: iwb2.0.1
| Assignee | ||
Comment 9•22 years ago
|
||
Honor selection of codepage 65400 in system FONTMETRICS structure.
| Assignee | ||
Updated•22 years ago
|
Attachment #116328 -
Flags: review?(mkaply)
Comment 10•22 years ago
|
||
Comment on attachment 116328 [details] [diff] [review]
patch
r=mkaply
Attachment #116328 -
Flags: review?(mkaply) → review+
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 11•22 years ago
|
||
Has anyone crashed with a Talkback enabled build? It would be nice to know what
the stack signature and trace looks like for this crash for future reference.
Comment 12•22 years ago
|
||
Whoops, didn't realize this was an OS/2 specific crash (we don't have Talkback
builds for OS/2). Carry on. :-)
| Reporter | ||
Comment 13•22 years ago
|
||
Opening this file, my Mozilla doesn't crash.
| Reporter | ||
Comment 14•22 years ago
|
||
Maybe it's my font problem, but if I extract the html part from from the mail,
create a .html file with it, and then open this file, I view it without problems.
Comment 15•22 years ago
|
||
Your testcase is not the same. Put Windings 2 in quotes ("Wingdings 2") and it
will trap.
There are a few things that lead me to believe this is a font problem.
1. You are the same person that was trapping in PMMERGE using Wingdings and
Webdings :)
2. This web page specifically references Wingdings 2 which based on our prior
knowledge would trap on your system in PMMERGE because we don't handle it.
3. we are getting a broken image symbol from Mozilla which means it didn't even
try to display the image.
So based on that, I am checking in the font fix we have.
Either way, the fix we did is a good overall fix for this font problem, and
hopefully you won't see it again.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Whiteboard: iwb2.0.1
You need to log in
before you can comment on or make changes to this bug.
Description
•