[Stackless] The trouble with win64

Kristján Valur Jónsson kristjan at ccpgames.com
Fri May 11 23:40:48 CEST 2007


Although stackless works fine on win64 (amd, or x64), there is a very strange problem with the testsuite.
It will crash in the recursion tests.  test_builtin will fail, unless the recursion limit is set to 90.

This is a stackless only problem.  It is unrelated to the size of the stack as set by the linker of python.exe.

The visual studio debugger offers no help in finding what is wrong, since it doesn't show a stacktrace.  Presumably the stack pointer becomes invalid suddenly.

Can anyone offer any insight into this?

Cheers,
Kristjan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20070511/a017e3bc/attachment.htm>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless


More information about the Stackless mailing list