[Python.NET] deadlock [More info]
Stan Pinte
stan at phidani.be
Wed Mar 23 14:33:57 CET 2005
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...
>>
>>Here is the current Thread status:
>>
>>Thread Start Address:
>>Symbol Name: Line Number: PC:
>>mscoree!_CorExeMain() + 0x0 --- 7917D08C
>>
>>Thread Stack:
>>
>>ntdll ! KiFastSystemCallRet() + 0x
>>KERNEL32 ! WaitForSingleObject() + 0x12
>>python24 ! PySys_WriteStderr() + 0x14d
>>python24 ! PyTuple_Type() + 0x0
>>
>>
>>
hello,
actually, the code is always freezing just before a
"yield".
More information about the PythonDotNet
mailing list