RESOLVED FIXED 76617
Broken page rendering with massive JS import (Windows only)
https://bugs.webkit.org/show_bug.cgi?id=76617
Summary Broken page rendering with massive JS import (Windows only)
Alexey Utkin
Reported 2012-01-19 03:45:00 PST
Created attachment 123098 [details] public2.tableausoftware.com screen shot There is the problem in nightly builds (the first time was registered on r102723 and still exists in r105370). That is a platform-related bug. It is on Windows platform and it is not on Mac OS. Bug is not a JIT problem (both versions with and without JIT are affected). 1. The page http://public2.tableausoftware.com/views/Storm-Analysis-6_0/StormWatch cannot be rendered. 2. On the site http://gmail.com the mail content could not be opened. In both cases the endless loading notification is shown.
Attachments
public2.tableausoftware.com screen shot (25.31 KB, image/jpeg)
2012-01-19 03:45 PST, Alexey Utkin
no flags
Alexey Proskuryakov
Comment 1 2012-01-19 12:15:57 PST
Alexey Utkin
Comment 2 2012-01-23 04:18:26 PST
Sorry, the deep research shows: that is a JIT problem. The setting #define ENABLE_JIT 0 in Source\JavaScriptCore\wtf\Platform.h solves the problem.
Alexey Proskuryakov
Comment 3 2012-01-27 11:41:04 PST
This should have been fixed by <http://trac.webkit.org/changeset/106075>. Please reopen if you can still reproduce the problem.
Alexey Utkin
Comment 4 2012-02-07 05:06:28 PST
The bug was fixed by <http://trac.webkit.org/changeset/106075> BUT! Sites (gmail and tableausoftware) crash the browser if JIT is switched off by setting #define ENABLE_JIT 0 in Source\JavaScriptCore\wtf\Platform.h. Please, inform me if JIT-disable option is not supported. Vista 32bit, MSVS 10 compiler.
Alexey Utkin
Comment 5 2012-02-07 05:07:38 PST
P2 -> P4
Alexey Proskuryakov
Comment 6 2012-02-07 08:11:10 PST
I believe that no-JIT builds are supported (and any reproducible crash is P1). Could you please file a new bug, and close this one? Tracking multiple fixes in one bug causes confusion.
Alexey Utkin
Comment 7 2012-02-09 00:44:09 PST
In accordance with Alexey recommendation new bug would be created. That problem was resolved.
Note You need to log in before you can comment on or make changes to this bug.