[Stackless] New 3 platforms for Stackless Python
Just van Rossum
just at letterror.com
Tue Mar 5 20:00:27 CET 2002
Just van Rossum wrote:
> Are there any demo scripts somewhere?
Ah, I found PCbuild/tasktest.py.
It outputs a bunch of stuff, then exists with a bus error:
% ./python.exe PCbuild/tasktest.py
back
main done.
100 100 100
starting 99
99 99 99
starting 98
98 98 98
starting 97
97 97 97
[ ... ]
starting 3
3 3 3
starting 2
2 2 2
starting 1
1 1 1
starting 0
0 0 0
back in 1
Bus error
%
**********
Date/Time: 2002-03-05 19:53:57 +0100
OS Version: 10.1.3 (Build 5Q45)
Host: python.xs4all.nl
Command: python.exe
PID: 4842
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000001
Thread 0 Crashed:
#0 0x0005ca90 in eval_frame
#1 0x00057dc8 in slp_eval_frame
#2 0x0005d520 in PyEval_EvalCodeEx
#3 0x00058688 in PyEval_EvalCode
#4 0x00026d98 in run_node
#5 0x00026d3c in run_err_node
#6 0x00026d08 in PyRun_FileExFlags
#7 0x00025d88 in PyRun_SimpleFileExFlags
#8 0x000257a0 in PyRun_AnyFileExFlags
#9 0x00005b4c in Py_Main
#10 0x00001b68 in _start
#11 0x00001998 in start
PPC Thread State:
srr0: 0x0005ca90 srr1: 0x0200f030 vrsave: 0x00000000
xer: 0x00000004 lr: 0x0005cabc ctr: 0x00057490 mq: 0x00000000
r0: 0x0049d79c r1: 0xbffff6b0 r2: 0x004c3009 r3: 0x0049d7a0
r4: 0x00000000 r5: 0x0000000a r6: 0x00000000 r7: 0x0049e140
r8: 0x0049e15a r9: 0x3ffffecd r10: 0x0049d7b0 r11: 0x00000000
r12: 0x00057490 r13: 0x00000053 r14: 0x0049dc64 r15: 0x00000000
r16: 0x000a139c r17: 0x00000000 r18: 0x00000003 r19: 0x003eb5a0
r20: 0x004879ef r21: 0x0049dc6c r22: 0x00000000 r23: 0x0049db10
r24: 0x00000000 r25: 0x003edf60 r26: 0x00000000 r27: 0x000a139c
r28: 0x22028248 r29: 0x80000000 r30: 0x00000001 r31: 0x000586ac
**********
Just
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless
More information about the Stackless
mailing list