This project is closed and read-only.
Actions
Bug #2714
closedInterpreter deadlock when using ::Socket.pair
Bug #2714:
Interpreter deadlock when using ::Socket.pair
Description
=begin
Hello,
I have come across a deadlock situation (of the entire ruby interpreter) when using ::Socket.pair.
I have attached a simple example script to trigger the issue (Using mutex's to synchronize the read/writes does not help).
I am using ruby 1.9.1p243 (2009-07-16 revision 24175) on Windows 32bit.
Thanks.
=end
Files
Actions