Project

General

Profile

Backport #1425

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  I'm using DRb to distribute some work on a cluster.    Fairly often the Ruby interpreter segfaults with this message: 
 
  <snip>/ruby/1.8/drb/drb.rb:1480: [BUG] Segmentation fault 
  ruby 1.8.7 (2009-04-08 patchlevel 160) [x86_64-linux] 
 
  The line in question: 
  --->        if obj.private_methods.include?(msg_id.to_s) 
 
  I could send a core file if it would be helpful. 
 
 =end 
 

Back