JsThemis crashes on some Linux systems #657
Labels
bug
C-OpenSSL
Crypto provider: OpenSSL/LibreSSL
core
Themis Core written in C, its packages
O-Linux 🐧
Operating system: Linux
W-JsThemis 🍭
Wrapper: JsThemis for Node.js, JavaScript API, npm packages
Milestone
Describe the bug
Any call to JsThemis method can cause the
node
binary to crash with “Segmentation fault” error.Only some systems with older Node.js binaries are affected. See below for details.
To Reproduce
Steps to reproduce the behavior:
Developers can reproduce the issue by running JsThemis unit tests:
Expected behavior
JsThemis should not crash, regardless of Node.js version and build.
Environment:
Node.js versions known to be affected:
Additional context
There is a known workaround. Do not install install Themis Core from Cossack Labs package repositories. Instead, compile and install Themis Core from source, using BoringSSL:
export ENGINE=boringssl make sudo make install
The text was updated successfully, but these errors were encountered: