-
Notifications
You must be signed in to change notification settings - Fork 2
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
samples/tls.js segfaults on docker container and virtual machine #105
Comments
Obs: the 'Error reading CA certificates from buffer' always happens even when there is no segfault and the test succeeds. |
In the Debian 11 VM I built sip-lab from source using v16.20.2 and with this tls.js didn't segfault.
And indeed, if I do 'npm i sip-lab' and use node v16, there is no problem. So prebuildify is not working (not generating addon for different node versions) |
The problem is explained in prebuild/prebuildify/issues 90.
we got:
However, after installing [email protected], on vm 225.11, I got:
|
It doesn't happen with my ubuntu desktop 22.04.
But on Debian 11 container or VM i get (100% reproducible):
So there might be some race condition and a mutex lock missing somewhere.
Node version: v21.2.0
The text was updated successfully, but these errors were encountered: