Closed
Bug 672080
Opened 14 years ago
Closed 14 years ago
Crash [@ nsLineLayout::ReflowFrame ]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: bc, Assigned: MatsPalmgren_bugz)
References
()
Details
(Keywords: crash, reproducible, Whiteboard: [sg:dos] null-pointer access [fixed by bug 578977])
Crash Data
bp-ca4d1671-e4ef-4328-9559-87db32110716
1. http://www.rastlos.com/wohnmobil_2010_ruegen/ruegen_kap_arkona/
2. Crash Beta, Aurora, Nightly - Linux, Mac, Windows
See also bug 358173
| Assignee | ||
Comment 1•14 years ago
|
||
The nsLineLayout::ReflowFrame call is from nsFirstLetterFrame::Reflow
for a first-letter frame that has no child frame. The frame tree looks
very much like the same situation as in bug 578977. Applying the patch
in bug 578977 locally fixes it for me.
Test builds will be available shortly at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/mpalmgren@mozilla.com-e4de685e7bb3/
The posted stack in bug 358173 looks like a different problem since the
call comes from nsInlineFrame::ReflowInlineFrame.
| Assignee | ||
Comment 2•14 years ago
|
||
Here's a better build to test (with the latest patch (v3) in bug 578977):
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/mpalmgren@mozilla.com-023d6da70368
| Reporter | ||
Comment 3•14 years ago
|
||
Testing the Mac Debug build fixes the crash for me. Mats, do you need me to test the others as well?
| Assignee | ||
Comment 4•14 years ago
|
||
Further testing shouldn't be necessary. Thanks.
Fixed by bug 578977.
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [sg:dos] null-pointer access → [sg:dos] null-pointer access [fixed by bug 578977]
Target Milestone: --- → mozilla8
| Assignee | ||
Comment 5•12 years ago
|
||
There's no reduced test here so let's say the tests for bug 578977 is enough.
Flags: in-testsuite? → in-testsuite-
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•