[Stackless] 2.5 porting issue

Richard Tew richard.m.tew at gmail.com
Sat Jul 8 10:19:59 CEST 2006


On 7/5/06, Jeff Senn <senn at maya.com> wrote:
> Richard wrote:
> > I am having trouble tracking down a bug in Stackless for
> > Python 2.5b1.  If anyone has any experience in debugging the
> > Python virtual machine I would appreciate the help.  In fact
>
> Usually the problem is in a loop when it's happening (if it's
> vaguely local to some bit of python code) It might help to
> put a breakpoint in gdb and find the None value and watch the
> refcount on it at a few places to try to get a feel for where
> the problem might be.

Thanks for the pointers Jeff.

In the end I gave up on it and looked into another bug, which
indicated that my changes to the generator sending code
were just plain wrong.  This problem has gone away now :)

Richard.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list