<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Crash on github.com"
href="https://bugs.webkit.org/show_bug.cgi?id=162139#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Crash on github.com"
href="https://bugs.webkit.org/show_bug.cgi?id=162139">bug 162139</a>
from <span class="vcard"><a class="email" href="mailto:testbug@cartelera.org" title="Archlinux Bug <testbug@cartelera.org>"> <span class="fn">Archlinux Bug</span></a>
</span></b>
<pre>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));
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>