RESOLVED DUPLICATE of bug 14340 14919
Reproducible crash when loading page with onload alert in two tabs at once
https://bugs.webkit.org/show_bug.cgi?id=14919
Summary Reproducible crash when loading page with onload alert in two tabs at once
Samuel Allen
Reported 2007-08-09 12:33:32 PDT
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
mitz
Comment 1 2007-08-09 12:43:58 PDT
Possible duplicate of bug 14340.
Geoffrey Garen
Comment 2 2007-08-09 14:00:39 PDT
Can't repro on Mac w/TOT.
Gérard Talbot (no longer involved)
Comment 3 2007-08-10 01:32:25 PDT
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)
Comment 4 2007-08-12 13:47:21 PDT
*** This bug has been marked as a duplicate of 14340 ***
Note You need to log in before you can comment on or make changes to this bug.