Bug #10799
closedSegmentation fault in Tests
Description
We have been facing issues with frequent Segmentation faults while running whole test suite on local and on CI platform too. The backtrace of fault is in gist: https://gist.github.com/varunlalan/e14c555767f190b30266.
Also, I have opened github issue OpenSSL (https://github.com/openssl/openssl/issues/216). I also came across one github issue for Grocer gem pointing to similar issue (https://github.com/grocer/grocer/issues/87).
I am still unsure whether it is OpenSSL issue or an issue with Ruby. The only thing I am sure of is that it is related to Linux. I tried running the test suite on Mac and it ran successfully without any faults.
Please guide and let us know what is wrong here. Any help is highly appreciated.
Thanks.
Updated by rhenium (Kazuki Yamaguchi) about 8 years ago
- Related to Bug #12292: Race between OpenSSL::SSL::SSLSocket#stop and #connect can cause a segmentation fault added
Updated by rhenium (Kazuki Yamaguchi) about 8 years ago
- Status changed from Open to Rejected
I can't tell without a reproducer but the symptoms looks like similar to [Bug #12292].