[Stackless] stackless python gets crashed while setting frame.f_lineno

Richard Tew richard.m.tew at gmail.com
Tue Jan 3 04:15:27 CET 2012


On Tue, Sep 6, 2011 at 7:33 PM, Hussain Bohra <hussainbohra_30 at yahoo.com> wrote:
> I have written a stand alone script to reproduce this error.

I get different output, which does not crash.  This is with the
current state of Stackless Python 3.2.1:

>>> import Tracer
[56396 refs]
>>> Tracer.run()
call -> tracertest.py(1):
line -> tracertest.py(1):
line -> tracertest.py(25):
line -> tracertest.py(26):
call -> tracertest.py(1):
line -> tracertest.py(5):
Starting Main
line -> tracertest.py(6):
line -> tracertest.py(7):
line -> tracertest.py(8):
i=0
line -> tracertest.py(9):
line -> tracertest.py(7):
line -> tracertest.py(8):
i=1
line -> tracertest.py(9):
line -> tracertest.py(7):
line -> tracertest.py(8):
i=2
line -> tracertest.py(9):
line -> tracertest.py(7):
line -> tracertest.py(11):
While loop completed
line -> tracertest.py(13):
line -> tracertest.py(14):
Value of i = 3
line -> tracertest.py(19):
[Finally]: Wrapping Up
line -> tracertest.py(22):
try block ends
return -> tracertest.py(22):
return -> tracertest.py(26):
[58802 refs]
>>>

Cheers,
Richard.



More information about the Stackless mailing list