Closed
Bug 139900
Opened 23 years ago
Closed 15 years ago
Fix crashers related to the PresShell being destroy'ed prematurely
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: kmcclusk, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: topembed-, Whiteboard: [whitebox])
There seem to be a large percentage of crashers that are related to the
presshell being destroyed at unexpected times. One recent discovery was that the
presshell was sometimes destroyed during Painting. The Paint suppression code
seems to directly destroy the presshell using presshell->Destroy(), even though
most every other place using refcounting. We need to rationalize the life cycle
of the presshell to understand why these crashes ocurr.
Reporter | ||
Updated•23 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.1alpha
Updated•23 years ago
|
QA Contact: petersen → moied
Comment 1•22 years ago
|
||
batch: adding topembed per Gecko2 document
http://rocknroll.mcom.com/users/marek/publish/Gecko/Gecko2Tasks.html
Keywords: topembed
Comment 2•22 years ago
|
||
minusing for now. if we get some clarity into specifics, please re-nominate.
Details?
Updated•22 years ago
|
Whiteboard: [whitebox]
Updated•16 years ago
|
Assignee: kmcclusk → nobody
QA Contact: moied → layout
Comment 5•15 years ago
|
||
I'm guessing this is no longer valid, since back in 2002, dbaron didn't know what this bug meant.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•