Project

General

Profile

Actions

Bug #10971

closed

Segmentation Fault

Bug #10971: Segmentation Fault

Added by thommahoney (Thom Mahoney) about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
[ruby-core:<unknown>]

Description

I'm trying to run rails console and it consistently results in a segmentation fault. Please let me know if you need any more information.


Files

bug.txt (32 KB) bug.txt thommahoney (Thom Mahoney), 03/13/2015 11:44 PM

Updated by nobu (Nobuyoshi Nakada) about 11 years ago Actions #1

  • Status changed from Open to Rejected
2   ruby                                0x0000000107241823 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff8db14f1a _sigtramp + 26
4   libruby.2.0.0.dylib                 0x000000010797f0fa rb_newobj + 31

You load an extension library linked to ruby 2.0.0 shared library from static ruby 2.2.1.

Actions

Also available in: PDF Atom