Bug 17891

Summary: FreeBSD.org crashes
Product: WebKit Reporter: Nick Poulos <slowking>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Sort of a testcase (in that it links to offsite files)
none
Crash log none

Description Nick Poulos 2008-03-17 02:25:55 PDT
Heh, new to bug-submitting. Anyway:

Going to freebsd.org causes a crash in r31090 on 10.4.11. Easily reproducible - just go there.

I partially reduced the code to the following:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The FreeBSD Project</title>
<link rel="stylesheet" media="screen" href="http://www.freebsd.org/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" />
<script type="text/javascript" src="http://www.freebsd.org/layout/js/styleswitcher.js">
</script>
</head>
<body>
</body>
</html>

Removing the <link> element or the <script> element stops the crash. Also, removing the title="Normal Text" in the <link> element stops the crash.
Comment 1 Nick Poulos 2008-03-17 02:26:46 PDT
Created attachment 19829 [details]
Sort of a testcase (in that it links to offsite files)
Comment 2 Nick Poulos 2008-03-17 02:28:27 PDT
Created attachment 19830 [details]
Crash log
Comment 3 Nick Poulos 2008-03-17 02:31:43 PDT
Oops!

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