Actions
Bug #10971
closedSegmentation Fault
Bug #10971:
Segmentation Fault
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
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
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- 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