Project

General

Profile

Actions

Bug #9973

closed

Segmentation fault in ruby 2.1.1 when running buildr 1.4.16

Added by dirkhain (Dirk Hain) almost 10 years ago. Updated almost 10 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
2.1.1
[ruby-core:63303]

Description

Encountering the following segmentation fault when running buildr 1.4.16 on jenkins using ruby 2.1.1. The line of the buildfile referenced is trying to unzip an archive.

/usr/local/rvm/gems/ruby-2.1.1/gems/buildr-1.4.16/lib/buildr/java/rjb.rb:121: [BUG] Segmentation fault at 0x00000000000008
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]

Files

bug-9973.log (64.8 KB) bug-9973.log nobu (Nobuyoshi Nakada), 06/24/2014 01:02 AM

Updated by nobu (Nobuyoshi Nakada) almost 10 years ago

You load an extension library for 1.9.
Usual RVM issue.

/lib64/libpthread.so.0(+0xf5b0) [0x7f881f5cd5b0]
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(st_lookup+0x1f) [0x7f881f93c19f] st.c:414
/usr/lib64/libruby.so.1.9(+0x13faa9) [0x7f88145a0aa9] regexec.c:3843
/usr/lib64/libruby.so.1.9(+0x141941) [0x7f88145a2941] regexec.c:2298
/usr/lib64/libruby.so.1.9(+0x14b54b) [0x7f88145ac54b] regparse.c:4422
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_protect+0x195) [0x7f881f859be5] eval.c:819
Actions

Also available in: Atom PDF

Like0
Like0