Bug #1425: ruby/1.8/drb/drb.rb:1480: [BUG] Segmentation fault http://redmine.ruby-lang.org/issues/show/1425 Author: Luca Pireddu Status: Open, Priority: Normal ruby -v: ruby 1.8.7 (2009-04-08 patchlevel 160) [x86_64-linux] 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. ---------------------------------------- http://redmine.ruby-lang.org