[Stackless] "Attempt to run a locked frame!"

Bernd Rinn Bernd.Rinn at epost.de
Tue Feb 20 14:00:18 CET 2001


On Tue, Feb 20, 2001 at 01:53:47PM +0100, Christian Tismer wrote:
> [...] Ah, now I get some idea.
> Is it possible to give me the traceback as well?
> As Gordon explained nicely, someone is stepping on
> forbidden traps. But since it appears that you
> don't touch continuations directly, we might in fact
> have a bug in the MT package.

Yes, of coarse. Here is the complete output from one run of
miniserver.py with two clients connnected:

~/projekte/prpc/debug_uthread/miniserver $ python miniserver.py 
serverloop()
serverloop()
serverloop()
handle()
received: (1, 2)
handle()
received: (1, 2)
Traceback (most recent call last):
  File "uthread.py", line 1156, in makeTask
    apply(func, args, kw)
  File "miniserver.py", line 13, in handle
    timeout=timeout)
SystemError: Attempt to run a locked frame!

Bye,

Bernd

P.S.: I am now subscribed to the list.
-- 
Bernd Rinn
Fakultät für Physik
Universität Konstanz

Tel. 07531/88-3812, 
e-mail: Bernd.Rinn at uni-konstanz.de
PGP-Fingerprint: 1F AC 31 64 FF EF A9 67  6E 0D 4C 26 0B E7 ED 5C
_______________________________________________
Stackless mailing list
Stackless at starship.python.net
http://starship.python.net/mailman/listinfo/stackless



More information about the Stackless mailing list