Closed
Bug 190851
Opened 23 years ago
Closed 23 years ago
hang on save as draft
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 187065
mozilla1.3beta
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(2 files)
13.89 KB,
text/plain
|
Details | |
1.16 KB,
patch
|
Details | Diff | Splinter Review |
hang on save as draft
stack and more details coming soon.
Comment 1•23 years ago
|
||
ok, so i have this mail message, and if i try replying to it, i'll get into a
100% CPU hang. the hang appears to be inside string code, coming from the
TXTtoHTML stream converter (see the stack trace).
Assignee | ||
Comment 2•23 years ago
|
||
darin did some debugging for me, and determined that:
in mozTXTToHTMLConv::CompleteAbbreviatedURL,
pos was 410 and aInLength was 347
that's bad, since pos should be < aInLength!
we are calling FindChar() with pos past the end.
I'd think FindChar() should handle this more gracefully (and not infinite loop)
but mozTXTToHTMLConv should not be sending bogus values to FindChar().
I was able to reproduce this in a recent opt, mozilla build, but not my latest
debug win32 opt mozilla build. (I'll try linux)
I'll slap some double checking and asserting code into mozTXTToHTMLConv and
talk to jag about FindChar.
Comment 3•23 years ago
|
||
related to bug 187065 ?
Assignee | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
bug 187065 definitely looks like a duplicate of this.
Assignee | ||
Comment 6•23 years ago
|
||
yeah, it's a dup.
*** This bug has been marked as a duplicate of 187065 ***
*** This bug has been marked as a duplicate of 187065 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
Flags: blocking1.3b?
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•