[Webkit-unassigned] [Bug 162139] [GTK] Crash on github.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 00:15:09 PDT 2016


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

--- Comment #4 from Archlinux Bug <testbug at cartelera.org> ---
It crashes if locale is set to C. 
There is no crash if I start using LC_ALL=en_US.UTF-8 epiphany. And adding a check in IntlDateTimeFormat also fixes the issue.

if(!m_locale.isEmpty() ) {
   options->putDirect(vm, vm.propertyNames->locale, jsNontrivialString(&exec, m_locale));
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160920/03d8f4cc/attachment.html>


More information about the webkit-unassigned mailing list