Project

General

Profile

Actions

Bug #10224

closed

Server crash

Bug #10224: Server crash

Added by jahvon (Jahvon Dock) about 11 years ago. Updated about 11 years ago.

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

Description

Every time I try to run the application that I created with ruby my server crashes. I am actually a beginner to programming with ruby so this is pretty new to me. I tried commenting out many parts of my code but could not find the exact problem. I have attached my log file.


Files

Updated by jahvon (Jahvon Dock) about 11 years ago Actions #1 [ruby-core:64940]

I just tried changing my version from 2.1.1 back to 1.9.3 and the problem is no longer there.

Updated by usa (Usaku NAKAMURA) about 11 years ago Actions #2 [ruby-core:64941]

  • Status changed from Open to Third Party's Issue

It seems that there is a wrong call of libcurl via ffi.

Updated by jahvon (Jahvon Dock) about 11 years ago Actions #3 [ruby-core:64944]

Usaku NAKAMURA wrote:

It seems that there is a wrong call of libcurl via ffi.

Sorry I'm new to this. How would I fix that? Do I have to find the gem that is causing this issue and report the bug through them?

Updated by usa (Usaku NAKAMURA) about 11 years ago Actions #4 [ruby-core:64945]

From your log, the SEGV point was:
https://github.com/typhoeus/ethon/blob/v0.7.1/lib/ethon/multi/operations.rb#L171

So, you should contact the author of ethon, I guess.

Actions

Also available in: PDF Atom