Bug #10224
closedServer crash
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) almost 11 years ago
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) almost 11 years ago
- 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) almost 11 years ago
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) almost 11 years ago
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.