<br><br><div class="gmail_quote">On Tue, May 24, 2011 at 3:46 PM,  <span dir="ltr">&lt;<a href="mailto:wlavrijsen@lbl.gov">wlavrijsen@lbl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Maciej,<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Tue, May 24, 2011 at 7:09 AM,  &lt;<a href="mailto:wlavrijsen@lbl.gov" target="_blank">wlavrijsen@lbl.gov</a>&gt; wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
running into the following traceback when translating. Any ideas? My machine<br>
too old to have certain features? Thanks!<br>
</blockquote>
Should be fixed now, sorry<br>
</div></blockquote>
<br>
cool, now it translates again!<br>
<br>
Btw., the reason to move to head of default was b/c my translated pypy-c was<br>
crashing on the spot. The binary download of 1.5 and older locally translated<br>
pypy&#39;s didn&#39;t do that.<br>
<br>
Turns out there is something with my history file: the crash happens when it&#39;s<br>
being loaded by readline:<br>
<br>
Python 2.7.1 (9113640a83ac+8d950d4e5c98+, May 24 2011, 20:01:17)<br>
[PyPy 1.5.0-alpha0 with GCC 4.4.1] on linux2<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
using my private settings ...<br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
0x08aae11c in pypy_g_OptHeap_emitting_operation ()<br>
<br>
By playing a little, I find that the history file is problematic if it contains<br>
1000 lines or more. Having 999 lines or less is fine either way.<br>
<br>
Doesn&#39;t matter for me now that I know, but it&#39;s rather odd.<br>
<br>
Best regards,<br>
           Wim<div class="im"><br>
-- <br>
<a href="mailto:WLavrijsen@lbl.gov" target="_blank">WLavrijsen@lbl.gov</a>    --    <a href="tel:%2B1%20%28510%29%20486%206411" value="+15104866411" target="_blank">+1 (510) 486 6411</a>    --    <a href="http://www.lavrijsen.net" target="_blank">www.lavrijsen.net</a><br>

_______________________________________________<br></div><div><div></div><div class="h5">
pypy-dev mailing list<br>
<a href="mailto:pypy-dev@python.org" target="_blank">pypy-dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pypy-dev" target="_blank">http://mail.python.org/mailman/listinfo/pypy-dev</a><br>
</div></div></blockquote></div><br>Given that 1000 is the default cutoff for the JIT, and the gdb backtrace you have, it&#39;s pretty clear that there&#39;s a crash during compilation, and that readline loops over the lines in the history file, and hitting that 1000th line triggers the compilation.<br>
<br>Alex<br clear="all"><br>-- <br>&quot;I disapprove of what you say, but I will defend to the death your right to say it.&quot; -- Evelyn Beatrice Hall (summarizing Voltaire)<br>&quot;The people&#39;s good is the highest law.&quot; -- Cicero<br>
<br>