Closed
Bug 290053
Opened 20 years ago
Closed 20 years ago
Crash in nsSVGOuterSVGFrame::SuspendRedraw()
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 289839
People
(Reporter: jwatt, Unassigned)
Details
(Keywords: crash)
I just crashed at the line:
vm->BeginUpdateViewBatch();
in nsSVGOuterSVGFrame::SuspendRedraw() because vm was NULL.
http://lxr.mozilla.org/seamonkey/source/layout/svg/base/src/nsSVGOuterSVGFrame.cpp#1033
![]() |
Reporter | |
Comment 1•20 years ago
|
||
Okay, and it's reproducable. It occurs every time I unload the page at:
http://dhtmlnirvana.com/svg/basic/example24.svg
I'm using an SVG enabled Firefox I spun on 2005-04-07.
Keywords: crash
*** This bug has been marked as a duplicate of 289839 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•