[Stackless] Is this me, or stackless?

Richard Tew richard.m.tew at gmail.com
Sat Jul 8 18:55:29 CEST 2006


On 7/7/06, Grant Olson <olsongt at verizon.net> wrote:
> A user reported that the following script hangs on SuSE 10 and eventually
> dies when it apparently uses all of the memory.  The program works fine on
> Windows XP.

My latest from SVN crashes exactly like it does for Max and for your
user and I am also using Windows XP.

> I'm setting up several tasklets that listen on channels, and then issuing
> channel.send() messages from the main tasklet, without ever calling
> stackless.run().  Am I doing anything wrong here or is this a bug in
> stackless I should be investigating?

Well, your tasklets are not all finishing, which is what is triggering
the problem when they are killed.  If you used stackless.run() that
would make it go away.  Definitely a bug.

Any ideas about the best way to fix it?

Richard.

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



More information about the Stackless mailing list