Bug 11147 - Safari freezes at symantec.com
Summary: Safari freezes at symantec.com
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 419.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Brent Fulgham
URL: http://www.symantec.com/
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2006-10-04 01:58 PDT by Henk
Modified: 2014-04-04 11:22 PDT (History)
11 users (show)

See Also:


Attachments
Reduction of script execution order issue (1.60 KB, application/octet-stream)
2006-10-04 06:07 PDT, mitz
no flags Details
Not the patch for THIS bug. Ignore (3.26 KB, patch)
2014-04-03 15:35 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henk 2006-10-04 01:58:14 PDT
Goto: http://www.symantec.com/
Click on "products"

At this point Safari freezes (uses almost 100% cpu time).

It's fully reproducable on the two machines (PowerMacG5 DP 2.0Ghz, Intel iMac both running 10.4.8) I tried.
Comment 1 Henk 2006-10-04 02:08:46 PDT
Also reproducable with the latest nightly (r16763)
Comment 2 Alexey Proskuryakov 2006-10-04 05:21:45 PDT
http://www.symantec.com/script/20061003b/OmniScript_init.js:

while( !( CheckVar( "window.OmniArray" ) ) ){}

Sure enough, this freezes WebKit. Sounds highly related to bug 7722.
Comment 3 mitz 2006-10-04 06:07:36 PDT
Created attachment 10890 [details]
Reduction of script execution order issue

(In reply to comment #2)

> Sure enough, this freezes WebKit. Sounds highly related to bug 7722.

Indeed. In this reduction, the first time you open order.html, the execution order is 12. If you then open order.html in a new window, the order changes to 21. If you reload, it's 12 again.
Comment 4 mitz 2006-10-04 06:08:54 PDT
Changing to P2 since this isn't a regression and TOT has the hooks for terminating runaway scripts, so this isn't a freeze either.
Comment 5 Alexey Proskuryakov 2006-10-04 09:36:27 PDT
I suspect that Apple might want to fix this sooner than TOT ships... Adding HitListCandidate and NeedsRadar keywords, CC'ing Alice to prioritize this issue.
Comment 6 Stephanie Lewis 2006-11-08 16:01:44 PST
radar 4765923
Comment 7 Brent Fulgham 2014-04-03 15:35:39 PDT
Created attachment 228549 [details]
Not the patch for THIS bug. Ignore
Comment 8 Brent Fulgham 2014-04-03 15:37:20 PDT
Uploaded a patch to this bug by accident. Nothing to see here.
Comment 9 Alexey Proskuryakov 2014-04-04 11:22:15 PDT
The site works for me now.