Bug 54945
Summary: | News.com.au hangs towards the end of page load in the latest webkit trunk. | ||
---|---|---|---|
Product: | WebKit | Reporter: | jvn <jvnforums10> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, ddkilzer, ggaren, oliver |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www.news.com.au/ |
jvn
In Interpreter.cpp in the latest webkit trunk, the vPC doesn't seem to be updated for the opcode op_ensure_property_exists
This causes the hang (infinite loop) for the link http://www.news.com.au/
Solution is probably to increment the vPC with OPCODE_LENGTH(op_ensure_property_exists)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
<rdar://problem/9036987>
Gavin Barraclough
The JS related bug is fixed in r80397, but there is also a plugin related hang affecting this page (<rdar://problem/9090862> Plugin related hang loading news.com.au).
Gavin Barraclough
This is fixed in ToT.