Bug 18155 - Crash webkit: SVG pictures stretched at 100% from slow servers?
Summary: Crash webkit: SVG pictures stretched at 100% from slow servers?
Status: VERIFIED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (PowerPC) OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://minicube.thyb.net/tests/test-w...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-27 13:18 PDT by Thibault Baradat-Bujoli
Modified: 2008-03-27 23:58 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.