-
Notifications
You must be signed in to change notification settings - Fork 44
Segfaults on node 17 #104
Comments
I suspect this is due to OpenSSL 3 in Node.js 17 and newer. |
Indeed. I've confirmed those segfaults are due to OpenSSL 3.
I deploy on AWS ECS and we use the official Node docker images to build and deploy on. |
same. trying to use this on aws lambda w/ a custom image and getting that error:
|
got it working with libpq:
|
@brianc is this going to be fixed? |
I think the underlying issue comes from node-libpq: brianc/node-libpq#94. FWIW this is still happening on node 18 |
Since we've updated to node 17, using
pg-native
in combination withpg
results in a segfault of the node process.The text was updated successfully, but these errors were encountered: