[Webkit-unassigned] [Bug 137136] can't load a given webpage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 27 12:55:53 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137136


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Page Loading                |JavaScriptCore
                 CC|                            |fpizlo at apple.com




--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2014-09-27 12:55:52 PST ---
"A problem repeatedly occurred" is an euphemism for a crash happening every time on page load. It is theoretically possible that WebContent cleanly (yet unexpectedly) exits without crashing, but that's extremely rare, I don't think that I've seen a bug like that before in practice. Can you find any crash logs in Console that would correspond to opening this page?

The fact that this works with Inspector open further reinforces my guess that it's a JavaScript JIT bug - these often go away with Inspector open.

I figured out why this site doesn't work for me - turns out that it breaks when OS X system language is set to Russian (and thus HTTP Accept-Language header field value is "ru"). It is unrelated to this bug.

One other thing, probably not directly related to this bug - I see Safari 7.0.6 on your screenshot. We only intend to support the latest Safari release with nightlies, which is currently 7.1 (or 6.2 on Mountain Lion).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list