Issue #9973 has been updated by Nobuyoshi Nakada. File bug-9973.log added Description updated Status changed from Open to Third Party's Issue 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 ~~~ ---------------------------------------- Bug #9973: Segmentation fault in ruby 2.1.1 when running buildr 1.4.16 https://bugs.ruby-lang.org/issues/9973#change-47363 * Author: Dirk Hain * Status: Third Party's Issue * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: 2.1.1 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- 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) -- https://bugs.ruby-lang.org/