Bug 14919
Summary: | Reproducible crash when loading page with onload alert in two tabs at once | ||
---|---|---|---|
Product: | WebKit | Reporter: | Samuel Allen <allen.sam> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | browserbugs2 |
Priority: | P2 | Keywords: | PlatformOnly |
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://bugs.webkit.org/attachment.cgi?id=3234&action=view |
Samuel Allen
On Windows Vista Safari 3.0.3 and WebKit ToT, I have noted a 100% reproducible crash. Load a page that contains an onload="alert()" on the body element, and then load another page in a new tab that contains that markup or the same page again. Next, reload all tabs in the window.
Attachment 3234 [details] contains the necessary markup, although in my testing any page that contains the onload and alert code will cause the crash.
Here's the steps in a clearer format:
1. Load attachment 3234 [details].
2. Make a new tab.
3. Load attachment 3234 [details] in the new tab.
4. Reload all tabs.
5. Browser will crash.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Possible duplicate of bug 14340.
Geoffrey Garen
Can't repro on Mac w/TOT.
Gérard Talbot (no longer involved)
5 lines long testcase:
http://www.gtalbot.org/BugzillaSection/Bug14340-1.html
I'm 100% sure this bug and bug 14340 are about the same cause as correctly mentioned by Samuel: an onload="alert()" on the body element, and then load another page in a new tab
Adam Roben (:aroben)
*** This bug has been marked as a duplicate of 14340 ***