From: "agenerette (Anthony Generette)" Date: 2012-11-27T01:11:48+09:00 Subject: [ruby-core:50168] [ruby-trunk - Bug #7441][Open] Segmentation Fault generated with 1.9.3 installed by library1.8.so.1.8.7 Issue #7441 has been reported by agenerette (Anthony Generette). ---------------------------------------- Bug #7441: Segmentation Fault generated with 1.9.3 installed by library1.8.so.1.8.7 https://bugs.ruby-lang.org/issues/7441 Author: agenerette (Anthony Generette) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [i686-linux] Hi, I reported this under issue #7428 which was closed with the recommendation that I move to 1.9.3 and see if the problem persists. Well, the problem, now, is that though I've installed 1.9.3, 1.8 is still in place and I don't know how to change the shebang header in my scripts such that they point to the newer version. the current header causes 1.8 to be used, which ends in the segfault that I mentioned in issue #7428: # which ruby /usr/local/rvm/rubies/ruby-1.9.3-p327/bin/ruby # head /home/helib/change_pkg/buildQA.rb #!/usr/bin/env ruby # Logging library require 'logger' # Date/time library require 'date' # Library for smtp require 'net/smtp' -- http://bugs.ruby-lang.org/