RESOLVED DUPLICATE of bug 1788217891
FreeBSD.org crashes
https://bugs.webkit.org/show_bug.cgi?id=17891
Summary FreeBSD.org crashes
Nick Poulos
Reported 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.
Attachments
Sort of a testcase (in that it links to offsite files) (477 bytes, text/html)
2008-03-17 02:26 PDT, Nick Poulos
no flags
Crash log (21.49 KB, text/plain)
2008-03-17 02:28 PDT, Nick Poulos
no flags
Nick Poulos
Comment 1 2008-03-17 02:26:46 PDT
Created attachment 19829 [details] Sort of a testcase (in that it links to offsite files)
Nick Poulos
Comment 2 2008-03-17 02:28:27 PDT
Created attachment 19830 [details] Crash log
Nick Poulos
Comment 3 2008-03-17 02:31:43 PDT
Oops! *** This bug has been marked as a duplicate of 17882 ***
Note You need to log in before you can comment on or make changes to this bug.