-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault on autopointer.rb:175 #209
Comments
Here is the full backtrace
|
Memory Map:
|
This was referenced Mar 4, 2022
For the last few days we've been manually on #207 haven't hit a segfault yet, will report back in another week if that is still the case gem 'ethon', git: 'https://github.com/typhoeus/ethon.git', branch: 'thread-safe-easy-handle-cleanup' |
After changing to the above branch, we no longer see segfaults |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are seeing this segfault occur randomly. It seems similar to: https://bugs.ruby-lang.org/issues/15671 except that one was
multi_cleanup
while ours iseasy_cleanup
.That ruby-lang bug linkes to #91 @Kjarrigan last comment said:
We are on the latest ruby 2.6 version, latest ffi, ethon, and typhoeus using x86_64-linux, specifically dockers version from
FROM ruby:2.6.9
Versions:
SegFault:
The text was updated successfully, but these errors were encountered: