Skip to content

crash with jruby-1.7.0pre1 and typhoeus #231

@fwoeck

Description

@fwoeck

Hi, I'm having an issue with jruby-1.7.0pre1 and typhoeus:

jruby-1.7.0.preview1 :001 > require 'typhoeus'
 => true 
jruby-1.7.0.preview1 :002 > Typhoeus::Request.get("www.example.com")
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00000033d0a2c77d, pid=15535, tid=140209270294272
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libcurl.so+0x2c77d]  curl_easy_perform+0x7d
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/livesein/adhearsion/hs_err_pid15535.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

You find the dump and logfile here:
http://livesein-cdn.s3.amazonaws.com/jruby-core-dump.tgz

The same works fine with osx10.7.4. The crash happens on a redhat 6.2/64bit with the sun jdk-7u5-linux-x64.rpm.
There's an accordig issue here see typhoeus/typhoeus#202

Thanks in advance,
Frank

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions