Project

General

Profile

Bug #2714

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=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 
 

Back