brianc/node-pg-native

error "Segmentation fault (core dumped)" when I add pgNative

Opened this issue · 0 comments

I have some error when I add option {pgNative: true} to initialize pg-promise. When I use node v.8.12.0 all was OK, but when I change it on node v12.15.0 there is a problem.
Segmentation fault (core dumped) npm ERR! code ELIFECYCLE npm ERR! errno 139

Also I read that some problem can happened because openssl version < than 1.1.1 and I upgraded openssl to 1.1.1d but nothing is not working. Please help.

Version of pg-promise: 10.4.3
Version of pg-native: 3.0.0
OS type (Linux/Windows/Mac): Linux
Version of Node.js: 12.15.0