Sinatra CI test causes OpenJDK to SEGV on 32bit Linux box
---------------------------------------------------------

                 Key: JRUBY-5990
                 URL: https://jira.codehaus.org/browse/JRUBY-5990
             Project: JRuby
          Issue Type: Bug
         Environment: jruby 1.6.3 (ruby-1.8.7-p330) (2011-07-27 965162f) 
(OpenJDK Client VM 1.6.0_20) [linux-i386-java]
            Reporter: Hiroshi Nakamura
            Assignee: Thomas E Enebo
         Attachments: hs_err_pid21338.log

Failing CI result at TravisCI: 
http://travis-ci.org/#!/sinatra/sinatra/builds/78388 (Ubuntu 10.04.1 *32bit* + 
OpenJDK JRE 6.0_20-b20)

I can reproduce it on my env. (Ubuntu 10.10 *32bit* + OpenJDK JRE 6.0_20-b20) 
Following is a typescript, and attached is the crash log.
{noformat}
% uname -a
Linux ubuntu 2.6.39.1-linode34 #1 SMP Tue Jun 21 10:29:24 EDT 2011 i686 
GNU/Linux
% git clone https://github.com/sinatra/sinatra.git
% cd sinatra
% jruby -S bundle install --path=/home/nahi/bundler
Fetching source index for http://rubygems.org/
Using rake (0.9.2) 
Installing RedCloth (4.2.7) 
Installing bluecloth (2.1.0) with native extensions 
Using builder (3.0.0) 
Installing ci_reporter (1.6.5) 
Installing coffee-script-source (1.1.2) 
Using multi_json (1.0.3) 
Installing execjs (1.2.4) 
Installing coffee-script (2.2.0) 
Installing creole (0.4.2) 
Installing erubis (2.7.0) 
Installing haml (3.1.2) 
Using json (1.5.3) 
Installing kramdown (0.13.3) 
Installing mutter (0.5.3) 
Using polyglot (0.3.2) 
Using treetop (1.4.10) 
Installing less (1.2.21) 
Installing liquid (2.2.2) 
Installing markaby (0.7.1) 
Installing syntax (1.0.0) 
Installing maruku (0.6.0) 
Installing weakling (0.0.4) 
Installing nokogiri (1.4.7) 
Using rack (1.3.2) 
Installing rack-test (0.6.1) 
Installing radius (0.6.1) 
Installing rdiscount (1.6.8) with native extensions kkkkk
Installing rdoc (3.9.2) 
Installing redcarpet (1.17.2) with native extensions 
Installing sass (3.1.7) 
Installing temple (0.3.2) 
Installing tilt (1.3.2) 
Installing slim (1.0.1) 
Installing therubyrhino (1.72.8) 
Using bundler (1.0.15) 
Your bundle is complete! It was installed into /home/nahi/bundler
% which jruby
jruby: aliased to /home/nahi/git/jruby/bin/jruby
% PATH=/home/nahi/git/jruby/bin:$PATH jruby -S bundle exec rake
Could not open library 'xml2' : xml2: cannot open shared object file: No such 
file or directory. Could not open library 'libxml2.so' : libxml2.so: cannot 
open shared object file: No such file or directory: skipping nokogiri tests
Loaded suite 
/home/nahi/bundler/jruby/1.8/gems/rake-0.9.2/lib/rake/rake_test_loader
Started
........................................................................................................F.FFFF...........................................................................................................................................................................................................................................JRuby
 limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
.....................................#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb71006b4, pid=21338, tid=3026865008
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.9.9
# Distribution: Ubuntu 10.10, package 6b20-1.9.9-0ubuntu1~10.10.2
# Problematic frame:
# V  [libjvm.so+0x2ae6b4]
#
# An error report file with more information is saved as:
# /home/nahi/git/sinatra/hs_err_pid21338.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted
zsh: exit 134   PATH=/home/nahi/git/jruby/bin:$PATH 
/home/nahi/git/jruby/bin/jruby -S bundle 
% 
{noformat}

Works fine on 11.04 *64bit* + OpenJDK.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to