From: Valentin Mihov Date: 2011-11-14T22:48:27+09:00 Subject: [ruby-core:41018] [ruby-trunk - Bug #5619] Segfault on OS X Issue #5619 has been updated by Valentin Mihov. File ruby_2011-11-14-154022_valo-mac.crash added File crash_output.txt added I verified the segmentation fault on the same version of OS X with ruby 1.9.3. I am attaching the crash report from OS X and the output on the command line. I will try later to run it through valgrind and see if I can find anything there... ---------------------------------------- Bug #5619: Segfault on OS X http://redmine.ruby-lang.org/issues/5619 Author: Otto Hilska Status: Open Priority: Normal Assignee: Category: Target version: 1.9.3 ruby -v: - When I run 'roadie' gem specs on OS X, Ruby 1.9.3p0 segfaults. Here's how to reproduce: $ rvm use 1.9.3 $ git clone git://github.com/Mange/roadie.git $ cd roadie $ bundle install $ bundle exec rake I've attached the command output and the crash report. It seems it might be a nokogiri issue, but since nokogiri's own tests run fine, I'm not sure. This is my environment: $ uname -a Darwin becherovkax.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64 $ ruby -v ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0] It also happens with current 1.9.3-head (installed from RVM): ruby 1.9.3p0 (2011-11-08 revision 33661) [x86_64-darwin11.2.0] However, everything works fine on Linux. -- http://redmine.ruby-lang.org