Hi Wim, On 25/05/11 01:16, wlavrij...@lbl.gov wrote:
> Okay, then I can't live with it. :} > Not sure to understand: do you get a crash even now that you merged default? If this is the case, do you get it even with a trunk version of pypy? You don't have to translate it by yourself, you can just download one of the nightly builds: http://buildbot.pypy.org/nightly/trunk/ > Any idea how to start debugging this? since you get the crash during the optimieopt phase, you can try to selectively enable/disable the various optimization passes, but using --jit enable_opts, e.g.: ./pypy-c --jit enable_opts=intbounds:rewrite:virtualize:string:heap:ffi:unroll the line above is equivalent of a plain pypy-c, because it enables all optimizations. Try to remove some of them and see if you still get the crash. ciao, Anto _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev