Multi-platform Threading
From: Lane LiaBraaten (lliabraa_at_isrparc.org)
Date: 10/17/03
- Next message: Gary Herron: "Re: writing code over several lines"
- Previous message: Brad Clements: "Re: PyUMLGraph: Python debugger produces UML output (WINDOWS INSTALL)"
- Next in thread: Peter Hansen: "Re: Multi-platform Threading"
- Reply: Peter Hansen: "Re: Multi-platform Threading"
- Maybe reply: Lane LiaBraaten: "Re: Multi-platform Threading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 17 Oct 2003 11:35:23 -0400 To: python-list@python.org
I am working on an app that uses the threading module and Queue.Queue(s) for
communicating between the threads. Everything was working on Linux (Redhat
7.3) but when I tried it on WinNT 4.0 it hung at random times during thread
execution.
Sometimes I get this error and the program craches:
---------------------------------------
TclExecuteByteCode: done instruction at pc 45: stack top 19 != entry stack top
-1
TclExecuteByteCode execution failure: end stack top != start stack top
abnormal program termination
---------------------------------------
Most of the time the program can start a new thread, but the thread never
finishes what it is doing and the program hangs.
LGL
- Next message: Gary Herron: "Re: writing code over several lines"
- Previous message: Brad Clements: "Re: PyUMLGraph: Python debugger produces UML output (WINDOWS INSTALL)"
- Next in thread: Peter Hansen: "Re: Multi-platform Threading"
- Reply: Peter Hansen: "Re: Multi-platform Threading"
- Maybe reply: Lane LiaBraaten: "Re: Multi-platform Threading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|