Closed
Bug 10126
Opened 26 years ago
Closed 26 years ago
[Blocker] Crash when sending a message
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scottputterman, Assigned: mjudge)
Details
I'm seeing this in my depends build from this morning. Open a messenger compose
window. Send a message. After the message has been sent (I actually receive
the message) this crash occurs. It appears
theView has been deleted.
nsCaret::GetViewForRendering(nsIFrame * 0x02c5e030, nsCaret::EViewCoordinates
eViewCoordinates, nsPoint & {x=120 y=120}, nsIView * & 0x00000000) line 497 + 17
bytes
nsCaret::DrawCaret() line 592
nsCaret::CaretBlinkCallback(nsITimer * 0x02f0c100, void * 0x02f6fa10) line 653
TimerImpl::Fire(unsigned long 2357156) line 308 + 17 bytes
TimerImpl::ProcessTimeouts(unsigned long 2357156) line 187
FireTimeout(HWND__ * 0x00000000, unsigned int 275, unsigned int 31241, unsigned
long 2357156) line 101 + 9 bytes
USER32! 77e7128c()
nsAppShellService::Run(nsAppShellService * const 0x010a5220) line 429
main(int 6, char * * 0x00fe1790) line 696 + 12 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77f1b304()
Severity: normal → blocker
Summary: Crash when sending a message → [Blocker] Crash when sending a message
I am going to mark this "blocker" in anticipation that we'll see this in our
release builds coming out this morning. We cannot test the product quite
consistently with the product crashing after each sending :-)
| Reporter | ||
Comment 3•26 years ago
|
||
I'm not on the hook today, but I'm hearing that mjudge's changes might have
caused this. Let me pull his most recent checkin and see if it gets any better.
If it does I'll close this bug.
I've only tried html compose.
| Reporter | ||
Updated•26 years ago
|
Assignee: sfraser → mjudge
| Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•26 years ago
|
||
OK. That worked. Reassigning to mjudge, marking fixed so QA can confirm this
with today's builds if they choose.
Win_nt 4.0 (1999-08-16-09 M9)
IMAP/POP: Sending a message no longer causes crashes.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•