SIGSEGV when running `ant test` on OS X ---------------------------------------
Key: JRUBY-6244 URL: https://jira.codehaus.org/browse/JRUBY-6244 Project: JRuby Issue Type: Bug Environment: OS X 10.6 Reporter: Nick Klauer Assignee: Thomas E Enebo Attachments: hs_err_pid622.log When I run {ant test} on a fresh checkout of jruby master, I get a SIGSEGV error right after installing the dev-gems: {noformat} install-dev-gems: [java] Gem.ruby /Users/klauer/Programming/Ruby/jruby/bin/jruby [java] Gem.bindir lib/ruby/gems/1.8/bin [java] Removing rake [java] Successfully uninstalled rake-0.8.7 [java] Removing autospec [java] Removing rspec [java] Successfully uninstalled rspec-core-2.4.0 [java] Removing ldiff [java] Removing htmldiff [java] Successfully uninstalled diff-lcs-1.1.2 [java] Successfully uninstalled rspec-expectations-2.4.0 [java] Successfully uninstalled rspec-mocks-2.4.0 [java] Successfully uninstalled rspec-2.4.0 [java] Successfully installed rake-0.8.7 [java] ************************************************** [java] [java] Thank you for installing rspec-core-2.4.0 [java] [java] Please be sure to look at the upgrade instructions to see what might have [java] changed since the last release: [java] [java] http://github.com/rspec/rspec-core/blob/master/Upgrade.markdown [java] [java] ************************************************** [java] Successfully installed rspec-core-2.4.0 [java] Successfully installed diff-lcs-1.1.2 [java] Successfully installed rspec-expectations-2.4.0 [java] Successfully installed rspec-mocks-2.4.0 [java] Successfully installed rspec-2.4.0 [java] # [java] # A fatal error has been detected by the Java Runtime Environment: [java] # [java] # SIGSEGV (0xb) at pc=10193b003, pid=622, tid=4397768704 [java] # [java] # JRE version: 7.0-b220 [java] # Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode bsd-amd64 compressed oops) [java] # Problematic frame: [java] # V [libjvm.dylib+0x13b003] ciMethod::resolve_invoke(ciKlass*, ciKlass*)+0x7b [java] # [java] # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again [java] # [java] # An error report file with more information is saved as: [java] # /Users/klauer/Programming/Ruby/jruby/hs_err_pid622.log [java] # [java] # If you would like to submit a bug report, please visit: [java] # http://bugreport.sun.com/bugreport/crash.jsp [java] # BUILD FAILED /Users/klauer/Programming/Ruby/jruby/build.xml:797: Java returned: 134 Total time: 35 seconds {noformat} -- 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