-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Segmentation fault using TLS after uprgrade to nodejs 6.7.0 / CentOS 7 #9015
Comments
/cc @nodejs/crypto |
OpenSSL bug? It almost has to be, going by the stack trace. Does v6.6.0 work for you? v6.7.0 upgraded openssl to 1.0.2j. It's conceivable you are hitting a regression. |
Sounds like you're using the epel package. If so, your issue may be caused by their own patch to build against openssl 1.0.1. You should report it to them unless you can reproduce with the official nodejs.org binaries. http://pkgs.fedoraproject.org/cgit/rpms/nodejs.git/plain/0002-Use-openssl-1.0.1.patch?h=epel7 |
/cc @deburau |
I've reported this in EPEL: https://bugzilla.redhat.com/show_bug.cgi?id=1402372 |
I can reliably reproduce this issue when loading multiple certificates in at once and passing that through, here's a small reproducible test case:
|
This is the same issue as #9551, see also https://bugzilla.redhat.com/show_bug.cgi?id=1394948. I'll go ahead and close out this issue. It doesn't appear to be a bug on our end, it's due to a patch that Redhat is carrying to build against an older openssl version. |
Reportet at haraka/Haraka#1655
The text was updated successfully, but these errors were encountered: