Closed
Bug 614172
Opened 14 years ago
Closed 13 years ago
Too-much-recursion crash with css filter property (#2)
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase)
Attachments
(2 files)
May be related to orange bug 613819.
Repeating portion of the stack is the same as in fixed bug 601999:
> #17692 PresShell::FlushPendingNotifications (this=0x22fa12c0, aType=Flush_InterruptibleLayout) at layout/base/nsPresShell.cpp:4904
> #17693 PresShell::HandlePostedReflowCallbacks (this=0x22fa12c0, aInterruptible=1) at layout/base/nsPresShell.cpp:4766
> #17694 PresShell::DidDoReflow (this=0x22fa12c0, aInterruptible=1) at layout/base/nsPresShell.cpp:7652
> #17695 PresShell::ProcessReflowCommands (this=0x22fa12c0, aInterruptible=1) at layout/base/nsPresShell.cpp:7940
> #17696 PresShell::FlushPendingNotifications (this=0x22fa12c0, aType=Flush_InterruptibleLayout) at layout/base/nsPresShell.cpp:4904
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•