So what is the state of the amd64 support? I saw a lot of stuff exchanged a few weeks back with Hieu but I wasn't really sure of the conclusion.<br><br><br>I built stackless 2.5.1 on:<br>Python 2.5.1 Stackless 3.1b3 060516 (
python-2.51:55194, May 8 2007, 22:33:50) <br>[GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.
<br>>>><br><br>When I run the unit tests it seems to hang right here, taking up 100% CPU (interrupted with the Keyboard of course):<br>../../python runAll.py <br>............Traceback (most recent call last):
<br> File "runAll.py
", line 55, in <module><br> unittest.TextTestRunner().run(testSuite)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 705, in run<br> test(result)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
<br> return self.run(*args, **kwds)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run<br> test(result)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
<br> return self.run(*args, **kwds)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run<br> test(result)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 437, in __call__
<br> return self.run(*args, **kwds)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 433, in run<br> test(result)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 281, in __call__
<br> return self.run(*args, **kwds)<br> File "/mw/alecf/stackless-251/Lib/unittest.py", line 260, in run<br> testMethod()<br> File "./test_sched_cb.py", line 30, in test0<br> stackless.run()
<br> File "./test_sched_cb.py", line 11, in __call__<br> def __call__(self, prevTasklet, nextTasklet):<br>KeyboardInterrupt<br><br>Hieu - Did you ever have any luck here? did previous versions of stackless work for you? I've been developing on an intel mac, where things have been great but now I need to deploy on:
<br>$ uname -a<br>Linux krispy 2.6.16-gentoo-r9 #1 SMP Thu Jun 29 03:37:49 Local time zone must be set--see zic x86_64 AMD Opteron(tm) Processor 248 AuthenticAMD GNU/Linux<br><br>Alec<br><br><div><span class="gmail_quote">
On 5/1/07, <b class="gmail_sendername">
Richard Tew</b> <<a href="mailto:richard.m.tew@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">richard.m.tew@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I have merged in the final changes required for Stackless Python to be<br>Python 2.5.1. Uploaded a snapshot of the source code. Built Windows<br>binaries. Etc. Consider it released.<br><br>The only remaining known issue is that the amd64 linux platform is not
<br>supported at this time. This involves a large amount of effort which<br>I have not as yet had time for.<br><br>This release also includes two bug fixes:<br>- Pickling of code which has called send_sequence.<br>- Fixing TaskletExit to be a correctly defined exception (which could
<br>cause crashes in obscure circumstances).<br><br>The Windows binaries were built with the free MS C toolkit. The tests<br>all passed but the build process had some obstacles which leaves me a<br>little wary of possible problems. None are expected, but.. it is
<br>worth keeping in mind as a possible reason in case any do occur.<br><br>Enjoy!<br><br>Richard.<br><br>_______________________________________________<br>Stackless mailing list<br><a href="mailto:Stackless@stackless.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Stackless@stackless.com</a><br><a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.stackless.com/mailman/listinfo/stackless</a><br>
</blockquote></div><br>