Bug 30351
Summary: | Object type "text/xml" causes crash in Qt Webkit. | ||
---|---|---|---|
Product: | WebKit | Reporter: | qt-info |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | tonikitoo |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
qt-info
In both the Qt demo browser and the previewer applications the following html causes a crash on Windows and Mac. Seems to be a memory corruption.
Version information may not be correct, but this issue can be reproduced with Qt version 4.5.3.
<html>
<body>
<h1>HTML H1 Header</h1>
<p>This example shows you how to crash and expose the bug.</p>
<object type="text/xml" width="100" height="100"></object>Text after object
</body>
</html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
zecke , is that QtEmbedded specific or is reproducible w/ qt (4.6.x or trunk) if plugins are disable or not installed?
Antonio Gomes
(In reply to comment #1)
> zecke , is that QtEmbedded specific or is reproducible w/ qt (4.6.x or trunk)
> if plugins are disable or not installed?
wrong bug. ignore!
Antonio Gomes
bug is not reproducible for me w/ qt 4.6.1 and webkit trunk on Linux.
@jturcotte since you are doing some bugzilla triage too, if you could re-check
that against other platforms it would be great.
closing as WORKFORME for now.