Closed
Bug 328535
Opened 19 years ago
Closed 19 years ago
Crash when using feFuncA display: -moz-deck, a and path
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 328527
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: crash, testcase)
Attachments
(2 files)
See upcoming testcase which crashes current trunk builds on load.
I'm actually a big surprised this does crash Mozilla, as Bernd said in bug 322185, comment 9 that xul display types for svg tags should not work anymore.
Reporter | ||
Comment 1•19 years ago
|
||
Talkback ID: TB15587473Y
Reporter | ||
Comment 2•19 years ago
|
||
Also backtrace from the assertion:
###!!! ASSERTION: A box layout method was called but InitBoxMetrics was never ca
lled: 'metrics', file c:/mozilla/mozilla/layout/generic/nsFrame.cpp, line 6279
The crash:
#0 0x051df94c in nsBox::DoesNeedRecalc(nsSize const&) (this=0xf696810,
aSize=@0x0) at c:/mozilla/mozilla/layout/xul/base/src/nsBox.cpp:646
#1 0x0506b99c in nsFrame::GetPrefSize(nsBoxLayoutState&, nsSize&) (
this=0xf696810, aState=@0x22ece8, aSize=@0x22ebd8)
at c:/mozilla/mozilla/layout/generic/nsFrame.cpp:5580
#2 0x051ea2c1 in nsStackLayout::GetPrefSize(nsIFrame*, nsBoxLayoutState&, nsSiz
e&) (this=0xe6b45c8, aBox=0xf6965fc, aState=@0x22ece8, aSize=@0x22ecb8)
at c:/mozilla/mozilla/layout/xul/base/src/nsStackLayout.cpp:93
#3 0x051e33fc in nsBoxFrame::GetPrefSize(nsBoxLayoutState&, nsSize&) (
this=0xf6965fc, aBoxLayoutState=@0x22ece8, aSize=@0x22ecb8)
at c:/mozilla/mozilla/layout/xul/base/src/nsBoxFrame.cpp:906
etc.
*** This bug has been marked as a duplicate of 328527 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•