<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-07-07 18:02 GMT+03:00 Sean McGovern <span dir="ltr"><<a href="mailto:gseanmcg@gmail.com" target="_blank">gseanmcg@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Its not that the call is being interrupted (EINTR), is it?<br>
<br>
<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html" target="_blank">http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html</a><br>
<br>
</blockquote></div>When debugging, the errno variable does not change after newlocale() is executed. It remains 2 (file not found, which is the reason vlc_strerror_l() is called). What confuses me is that the documentation states that on error it sets errno to indicate the cause of the error...<br>
<br>The function only fails when the locale name is empty, so there might be some sort of configuration issue on my system.<br><br></div><div class="gmail_extra">But, the reason for this patch is that, in my opinion, it is not acceptable for vlc to segfault when the newlocale() function happens to fail.<br>
<br></div></div>