Closed
Bug 343206
Opened 18 years ago
Closed 18 years ago
Crash with floated generated content [@ nsCachedStyleData::GetStyleData] called from nsRuleNode::ComputeDisplayData
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(2 files)
Loading the testcase makes Firefox trunk crash on Mac. In a debug build, I see this assertion before the crash:
###!!! ASSERTION: Must have parent context for generated content: '!generatedContent || parentContext', file mozilla/layout/style/nsRuleNode.cpp, line 2628
ispiked found this bug on Linux; I only helped make a reduced testcase.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Comment 3•18 years ago
|
||
this appears to be the most common crash in the test run for random classes for 20060629 windows firefox trunk.
Reporter | ||
Updated•18 years ago
|
Blocks: randomclasses
Comment 4•18 years ago
|
||
*** Bug 343608 has been marked as a duplicate of this bug. ***
Comment 5•18 years ago
|
||
The duplicate bug 343608 has a regression range, pointing to bug 332333.
Reporter | ||
Comment 6•18 years ago
|
||
Nominating because this crash gets in the way of my testing.
Flags: blocking1.9a1?
Reporter | ||
Comment 7•18 years ago
|
||
WFM:
* 2006-08-11 Mac trunk nightly crashes.
* 2006-08-12 Mac trunk nightly does not crash.
* A reasonably current Mac trunk debug build does not crash or assert.
Perhaps this was fixed by bz's patch for bug 334602? (That bug happens to have a bug number that is a permutation of this one.)
Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 8•18 years ago
|
||
Yeah, this got fixed by the patch for bug 334602. The permutation is a random coincidence. ;)
Depends on: 334602
Flags: blocking1.9a1?
Comment 9•18 years ago
|
||
(In reply to comment #8)
>The permutation is a random coincidence. ;)
As opposed to a deliberate coincidence? :-P
Updated•18 years ago
|
Group: security
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsCachedStyleData::GetStyleData]
You need to log in
before you can comment on or make changes to this bug.
Description
•