2013/6/2 Matti Picus <[email protected]>

>  I have been trying to whip win32 own tests into passing, or at least to
> an understanding of why they fail.
> I am seeing the interpreter crash on the
> jit.backend.x86.test.test_fficall.py, here is a traceback
> http://bpaste.net/show/cM9YptahKH0PkZjp5gtN/
> and the original fail is here (not very helpful, sorry)
>
> http://buildbot.pypy.org/summary/longrepr?testname=&builder=own-win-x86-32&build=39&mod=jit%2Fbackend%2Fx86%2Ftest%2Ftest_fficall.py
>

That page has a hint though: the signal number 1073741783 corresponds to
0xC0000029,
which is STATUS_INVALID_UNWIND_TARGET, and suggests a corruption of the
stack.

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to