Closed
Bug 78445
Opened 24 years ago
Closed 24 years ago
Crash if you close the window during onLoad DOM event.
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Keywords: crash, Whiteboard: [nsbeta1+])
Attachments
(2 files)
454 bytes,
patch
|
Details | Diff | Splinter Review | |
889 bytes,
patch
|
Details | Diff | Splinter Review |
The progress dialog used during message compose send or save sometime need to
close itsef when it process an onLoad event. The problem is that we start
crashing recently when doing that, use to work fine. The crash occurs in
DocumentViewerImpl::LoadComplete when calling mPreshell->UnsuppressPainting
because the documentViewer object itself has been destroyed! Looks like we need
to protect ourself againg "auto-destruction" by adding addref/release in this
function. I'll attach a testcase...
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Save the attachment above as .xul and open it in the browser, yoy will crash.
nominating nsbeta1 as this is blocking the landing of the progress dialog in
mailnews.
Keywords: nsbeta1
Updated•24 years ago
|
QA Contact: sairuh → jrgm
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Comment 3•24 years ago
|
||
nominating nsbeta1 as this is blocking bug 28348. David, if you want, I can take
care of it!
Blocks: 28348
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 6•24 years ago
|
||
R=sspitzer
Updated•24 years ago
|
Priority: -- → P1
Whiteboard: [nsbeta1+]
Assignee | ||
Updated•24 years ago
|
Whiteboard: [nsbeta1+] → [nsbeta1+]Have fix
Assignee | ||
Comment 7•24 years ago
|
||
Fixed and checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: [nsbeta1+]Have fix → [nsbeta1+]
Comment 8•23 years ago
|
||
verified
win2k: 2001060509
linux: 2001060511
macos: 2001060503
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•