Bug 18155

Summary: Crash webkit: SVG pictures stretched at 100% from slow servers?
Product: WebKit Reporter: Thibault Baradat-Bujoli <thibault>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: VERIFIED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (PowerPC)   
OS: OS X 10.5   
URL: http://minicube.thyb.net/tests/test-webkit525.13-svg.html

Description Thibault Baradat-Bujoli 2008-03-27 13:18:56 PDT
if we try to access this page directly Webkit crash:
http://minicube.thyb.net/tests/test-webkit525.13-svg.html

if we try to access the same page hosted in a different server or locally, webkit do not crash
http://virtualdaddy.thyb.net/thyb/test-webkit525.13-svg.html

If we try to access the svg file directly:
http://minicube.thyb.net/tests/background_26.svg

and then:
http://minicube.thyb.net/tests/test-webkit525.13-svg.html
webkit do not crash.

Clean the Safari cache, restart and the same bug can be replicated.
At first I thought it was a bug from Privoxy but since then we've tested on many different configurations without luck.

On Minicube the server is Apache 2.0, On virtualdaddy the server is Apache 2.2
The mime-type is correctly setup and DEFLATE (gzip) is applied to serve those svg files as svgz files doesn't seems to work.
Comment 1 Matt Lilek 2008-03-27 21:02:48 PDT
While this crashes Safari 3.1 for me, it appears to be fixed with r31381.
Comment 2 Thibault Baradat-Bujoli 2008-03-27 23:58:01 PDT
(In reply to comment #1)
> While this crashes Safari 3.1 for me, it appears to be fixed with r31381.

Yes you’re right. I’ve downloaded the latest build this morning and whatever this issue was, it has been resolved.

Thank you very much for this.