Bug 25074 - REGRESSION: ASSERT (and crash) in SVG <use> code playing space invaders.
Summary: REGRESSION: ASSERT (and crash) in SVG <use> code playing space invaders.
Status: RESOLVED DUPLICATE of bug 23586
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://www.croczilla.com/svg/samples/...
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2009-04-07 05:14 PDT by Eric Seidel (no email)
Modified: 2009-04-07 05:16 PDT (History)
0 users

See Also:


Attachments
stack trace of crash (33.42 KB, text/plain)
2009-04-07 05:16 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-04-07 05:14:15 PDT
ASSERT in SVG <use> code playing space invaders.

As far as I know, this is a regression, because last time I tried to play Space Invaders in Safari it worked just fine.  I used to use space invaders as a test case all the time working on WebKit's SVG support. :)

http://www.croczilla.com/svg/samples/invaders/invaders.svg

ASSERTION FAILED: element->parentNode()
(/Users/eseidel/Projects/WebKit/WebCore/svg/SVGUseElement.cpp:722 void WebCore::SVGUseElement::expandSymbolElementsInShadowTree(WebCore::Node*))

I've not investigated as to what revision caused this regression.  Nor have I attempted to make a reduction.

This was brought to my attention via:
http://code.google.com/p/chromium/issues/detail?id=6869
Comment 1 Eric Seidel (no email) 2009-04-07 05:16:09 PDT
Created attachment 29308 [details]
stack trace of crash
Comment 2 Eric Seidel (no email) 2009-04-07 05:16:55 PDT

*** This bug has been marked as a duplicate of 23586 ***