[Webkit-unassigned] [Bug 41948] REGRESSION(r60392): Crash during page load inside JSObject::defaultValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 12:24:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41948





--- Comment #5 from Peter Speck <speck at vitality.dk>  2010-07-09 12:24:48 PST ---
I can reduce the html page to the following (saved as a local file), and still have it crash every time.  Opening the iframe by itself doesn't make it crash.

<html>
<head>
</head>
<body>
<iframe src='http://front.xstream.dk/jptv/player/player_small/?id=23550' width="480" height="402" scrolling="no" frameborder="no" border="0" frame
spacing="0" marginheight="0" marginwidth="0" vspace="0" hspace="0" ></iframe>
</body>
</html>

If I save the iframe html to a local file (same dir) and uses a relative url in <iframe>, then it doesn't crash.

Element pane in Inspector is always enabled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list