Closed
Bug 665310
Opened 14 years ago
Closed 14 years ago
Crash trying to open message attachment [@ nsHtml5TreeBuilder::flushCharacters() ]
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stanio, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
1.05 KB,
message/rfc822
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20110608 SeaMonkey/2.1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20110608 SeaMonkey/2.1
Opening a message attachment to another message causes crash.
Reproducible: Always
Steps to Reproduce:
1. Attach a simple message (no attachments) to a new message;
2. Save as draft or send to self;
3. Open the attached message from the preview of the new message.
Actual Results:
SeaMonkey crashes.
Expected Results:
SeaMonkey should not crash.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Go to about:crashes. Select/click on the most recent link and let us know where it leads to on crash-stats.mozilla.
| Reporter | ||
Updated•14 years ago
|
Attachment #540260 -
Attachment mime type: application/octet-stream → message/rfc822
| Reporter | ||
Updated•14 years ago
|
Version: unspecified → SeaMonkey 2.1 Branch
| Reporter | ||
Comment 3•14 years ago
|
||
Sorry, missed to include version and crash info:
SeaMonkey 2.1
https://crash-stats.mozilla.com/report/index/bp-bf400608-52d2-42e9-aa45-7dc5b2110618
SeaMonkey 2.2
https://crash-stats.mozilla.com/report/index/bp-1096c6ff-4d92-4179-b0dd-a44942110618
SeaMonkey 2.3a2
https://crash-stats.mozilla.com/report/index/bp-78588c36-ef25-4685-9cb2-a95422110618
Comment 4•14 years ago
|
||
Possibly a duplicate of Bug 569328
Crash Signature: [@ nsHtml5TreeBuilder::flushCharacters() ]
Keywords: crash
Summary: Crash trying to open message attachment → Crash trying to open message attachment [@ nsHtml5TreeBuilder::flushCharacters() ]
Comment 5•14 years ago
|
||
Given where it crashes, this looks like it's in the HTML5 parser and should be moved there.
Component: MailNews: General → HTML: Parser
Product: SeaMonkey → Core
QA Contact: mail → parser
Version: SeaMonkey 2.1 Branch → unspecified
Same crash happening here
Regards, Gerd
https://crash-stats.mozilla.com/report/index/bp-8716d878-1ada-43e3-8352-5015b2110622
| Reporter | ||
Comment 7•14 years ago
|
||
Looks really similar to Bug 647926 (may be a duplicate).
| Reporter | ||
Comment 8•14 years ago
|
||
Note, after Bug 665313 got fixed I'm not able to reproduce the crash using SM 2.4a1 nightlies, for example, because the message attachments are now opened as expected.
| Reporter | ||
Comment 9•14 years ago
|
||
Should I resolve this as WORKSFORME, given I cannot reproduce the issue with latest versions using the original steps to reproduce? One could still reproduce it using SM 2.1, if that's relevant.
Updated•14 years ago
|
Severity: normal → critical
OS: Windows NT → Windows 7
Comment 11•14 years ago
|
||
(In reply to Stanimir Stamenkov from comment #8)
> Note, after Bug 665313 got fixed I'm not able to reproduce the crash using
> SM 2.4a1 nightlies, for example, because the message attachments are now
> opened as expected.
(In reply to Stanimir Stamenkov from comment #9)
> Should I resolve this as WORKSFORME, given I cannot reproduce the issue with
> latest versions using the original steps to reproduce? One could still
> reproduce it using SM 2.1, if that's relevant.
yup. WFM
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•