[Stackless] Stackless 2.6.2/Win crash with very short script

Stefan Reich wertiges.produkt at googlemail.com
Fri Jul 31 14:39:01 CEST 2009


Hi Richard!

Richard Tew wrote:
> On Fri, Jul 31, 2009 at 3:04 AM, Stefan
> Reich<wertiges.produkt at googlemail.com> wrote:
>   
>> I have been playing around with Stackless a bit. In doing so, I came across
>> what I assume is a bug in Stackless.
>>
>> def f():
>> stackless.channel().receive()
>>     
>
> This looks like an old bug that was fixed many years ago.  Thanks for
> letting us know.
My pleasure.
>   It doesn't look like anything critical to fix, as
> this is not something you would do in practice... unless you were
> doing it wrong.
>   
Hm... you got me confused now. If the bug was fixed, why does it still 
occur?

And what is wrong with creating a channel and receiving on it? It's what 
channels are for after all =)

The example script is of course thinned out, I threw everything else out 
to reproduce the crash with as few lines as possible.

I still don't understand what is wrong with it.

-Stefan




More information about the Stackless mailing list