Re: [Python.NET] deadlock [More info]

2005-03-23 Thread Stan Pinte
summary info: this was caused by the usage of Queue.queue in my code. I removed all refs to Queue, and am now using a non-reentrant, unsynchronized queue. This solved the problem. I submitted a new bug to sourceforge - python: http://sourceforge.net/tracker/index.php?func=detail&aid=1169108&gro

Re: [Python.NET] deadlock [More info]

2005-03-23 Thread Stan Pinte
Stan Pinte a écrit : >Stan Pinte a écrit : > > > >>hello, >> >>I am running Simpy (python simulation framework) within pythondotnet, >>and, even though this process is single-thread, it hangs misteriously, >>in an unpredictable way... >> >>Python console cease to respond to Ctrl-C events... >> >

Re: [Python.NET] deadlock

2005-03-23 Thread Stan Pinte
Stan Pinte a écrit : >hello, > >I am running Simpy (python simulation framework) within pythondotnet, >and, even though this process is single-thread, it hangs misteriously, >in an unpredictable way... > >Python console cease to respond to Ctrl-C events... > >Here is the current Thread status: > >

[Python.NET] deadlock

2005-03-23 Thread Stan Pinte
hello, I am running Simpy (python simulation framework) within pythondotnet, and, even though this process is single-thread, it hangs misteriously, in an unpredictable way... Python console cease to respond to Ctrl-C events... Here is the current Thread status: Thread Start Address: Symbol Name