From: "mame (Yusuke Endoh)" Date: 2012-11-05T20:58:27+09:00 Subject: [ruby-core:48900] [ruby-trunk - Bug #6283][Assigned] Segmentation fault pg_ext.bundle Issue #6283 has been updated by mame (Yusuke Endoh). Status changed from Feedback to Assigned Assignee set to sorah (Shota Fukumori) Target version set to 2.0.0 I guess #7089 is the same cause. #7089 has the console log which shows that an error occurred in "require". #6283 has only the CrashReporter log, so I can't determine where an error occurred, but I guess that the point is "require", because OP just invoked rake. I guess that os x's pg_ext binary has something inconsistent. Sorah, can you investigate this? -- Yusuke Endoh ---------------------------------------- Bug #6283: Segmentation fault pg_ext.bundle https://bugs.ruby-lang.org/issues/6283#change-32397 Author: patrickberkeley (Patrick Berkeley) Status: Assigned Priority: Normal Assignee: sorah (Shota Fukumori) Category: Target version: 2.0.0 ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0] *Steps to reproduce:* 1. rvm reinstall 1.9.3 --with-openssl-dir=/usr/local 2. Install a Rails project that uses 1.9.3 3. rake -T *Result of ruby -v:* ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0] *Expected outcome:* A list of available rake tasks. *Crashlog* https://gist.github.com/4af6b734324260df098a -- http://bugs.ruby-lang.org/