Closed
Bug 269791
Opened 21 years ago
Closed 21 years ago
crash with an extension [@nsIFrame::GetStyleContext]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: csthomas, Assigned: bugzilla)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
16.82 KB,
text/plain
|
Details |
I installed AdBlockLearner 0.8.1 (see bug 269750), and began experiencing
crashes while surfing. Extensions, no matter how poorly written, should not
crash us.
To reproduce:
1. Install AdBlockLearner 0.8.1
2. Read some stories on cnn.com
3. Block an ad
4. Attempt to read more stories
| Reporter | ||
Comment 1•21 years ago
|
||
this=0x00000000
in nsFrameManager::ReResolveStyleContext
aFrame=0x00000000
up again in nsFrameManager::ReResolveStyleContext
outOfFlowFrame=0x00000000
I didn't see any obvious nulls at higher points in the stack.
| Reporter | ||
Comment 2•21 years ago
|
||
Two asserts that were in the console:
###!!! ASSERTION: no out-of-flow frame: 'outOfFlowFrame', file
d:/aviary/mozilla/layout/html/base/src/nsFrameManager.cpp, line 1597
###!!! ASSERTION: out-of-flow frame not a true descendant: 'outOfFlowFrame !=
resolvedChild', file d:/aviary/mozilla/layout/html/base/src/nsFrameManager.cpp, li
ne 1599
| Reporter | ||
Comment 3•21 years ago
|
||
After the aviary landing on trunk, I can no longer reproduce the crash.
Updated•14 years ago
|
Crash Signature: [@nsIFrame::GetStyleContext]
You need to log in
before you can comment on or make changes to this bug.
Description
•