Project

General

Profile

Actions

Bug #11110

closed

[Bug] Segmentation fault

Bug #11110: [Bug] Segmentation fault

Added by noxidsoft (Noel Dixon) over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
[ruby-core:69046]

Description

I see the OpenSSL.bundle issue, yes and bundle returns a similar list of issues and bug report as below. Do I need to scale Ruby back to 1.9.x??? This issue makes Jekyll unusable, shy's me away from these type of tools/applications.

$ brew update; brew list | xargs brew upgrade
Already up-to-date.
Error: autoconf 2.69 already installed
Error: automake 1.15 already installed
Error: libgpg-error 1.19 already installed
Error: libksba 1.3.3 already installed
Error: libtool 2.4.6 already installed
Error: libyaml 0.1.6_1 already installed
Error: openssl 1.0.2a-1 already installed
Error: pkg-config 0.28 already installed
Error: readline 6.3.8 already installed
Error: ruby 2.2.2 already installed
Error: wget 1.16.3 already installed

$ sudo gem install jekyll
/usr/local/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle: [BUG] Segmentation fault at 0x00000000000440
(snip)
$

Files

bug-11110.log (10.2 KB) bug-11110.log nobu (Nobuyoshi Nakada), 05/01/2015 02:54 AM

Updated by nobu (Nobuyoshi Nakada) over 10 years ago Actions #1 [ruby-core:69047]

Noel Dixon wrote:

0   ruby                                0x0000000101ee1805 rb_vm_bugreport + 149
1   ruby                                0x0000000101d84ab9 rb_bug_context + 473
2   ruby                                0x0000000101e5bfe3 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff91138f1a _sigtramp + 26
4   libruby.2.2.0.dylib                 0x00000001022b4f7b ruby_xmalloc + 17

You mix static ruby and shared libruby.

Actions

Also available in: PDF Atom