From: David Rodriguez Date: 2010-04-22T09:57:50+09:00 Subject: Ruby 1.91.376 hangs when launched with python pExpect Hi I have a ruby program which has a UI using readline library. In the background it launches some ruby threads which serve as a tcp server. It works fine so far. But when it is launched on an automated way using python pExpect the tcp server threads do not dequeue their packets. But if from pExpect I send a message to the UI, the ruby threads move and dequeue their packets. The trace of the readline thread and the ones which has packets to dequeue is attached. I appreciate if somebody could take a look why is this happening? Thanks, David Attachments: http://www.ruby-forum.com/attachment/4675/Threads_issue_ruby -- Posted via http://www.ruby-forum.com/.