Closed Bug 190851 Opened 23 years ago Closed 23 years ago

hang on save as draft

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 187065
mozilla1.3beta

People

(Reporter: sspitzer, Assigned: sspitzer)

Details

Attachments

(2 files)

hang on save as draft stack and more details coming soon.
Attached file stack trace
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).
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.
Status: NEW → ASSIGNED
Flags: blocking1.3b?
Keywords: nsbeta1+
Target Milestone: --- → mozilla1.3beta
related to bug 187065 ?
bug 187065 definitely looks like a duplicate of this.
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
verified
Status: RESOLVED → VERIFIED
Flags: blocking1.3b?
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: