Closed
Bug 424679
Opened 17 years ago
Closed 16 years ago
Changing styles during pagehide event causes problems
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(4 keywords, Whiteboard: [sg:critical?])
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
*Reloading* the testcase triggers a bunch of assertions. Closing the testcase in other ways, such as closing the tab or loading another page in the same tab, does not trigger them.
###!!! ASSERTION: Can't find placeholder!: 'isValid', file /Users/jruderman/trunk/mozilla/layout/generic/nsHTMLReflowState.cpp, line 936
###!!! ASSERTION: Found placeholder in wrong block!: 'iter.GetContainer() == blockFrame', file /Users/jruderman/trunk/mozilla/layout/generic/nsHTMLReflowState.cpp, line 937
###!!! ASSERTION: Some objects allocated with AllocateFrame were not freed: 'mFrameCount == 0', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 673
This bug appears to be exploitable.
Flags: blocking1.9?
Reporter | ||
Updated•17 years ago
|
Whiteboard: [sg:critical?]
Comment 1•17 years ago
|
||
sg:critical bugs _should_ block the 1.9 release, although some have been moved
to 1.9.0.x.
Comment 2•17 years ago
|
||
Moving to tracking - we'll take a fix as soon as we got one..
Flags: tracking1.9+
Flags: blocking1.9?
Flags: blocking1.9-
Updated•17 years ago
|
Flags: wanted1.9.0.x?
Updated•17 years ago
|
Flags: tracking1.9+
Reporter | ||
Updated•16 years ago
|
Flags: blocking1.9.1?
Reporter | ||
Comment 4•16 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Flags: in-testsuite?
Flags: blocking1.9.1? → blocking1.9.1+
Keywords: fixed1.9.1
Updated•16 years ago
|
Flags: wanted1.9.0.x+ → wanted1.9.0.x?
Comment 5•16 years ago
|
||
On 1.9.0.6pre I only see
###!!! ASSERTION: Adding child where we already have a child? This will likely misbehave: 'Error', file /Users/daniel/dev/ff3/mozilla/docshell/shistory/src/nsSHEntry.cpp, line 599
Comment 6•16 years ago
|
||
tomcat, can you verify this fix on debug 191branch build if you get a chance? Thanks!
Comment 7•16 years ago
|
||
verified fixed 1.9.1 using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090201 Firefox/3.1b3pre
I only see the assertion from comment #5
Keywords: fixed1.9.1 → verified1.9.1
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•