Open em92 opened 3 years ago
Works fine under Windows 10 with node 12.16.2 and zeromq 5.2.8
Does not work under Debian 9 with node 12.22.6 and zeromq 5.2.8 (nor 5.1.10):
Protocol not available (src/tcp_connecter.cpp:393) node: symbol lookup error: /home/xonstat/xonstat/feeder/node_modules/zeromq/build/Release/zmq.node: undefined symbol: _Ux86_64_getcontext
I tried installing the zeromq node module with both "npm install zeromq" and "npm install zeromq --zmq-external" and libzmq3-dev 4.3.4-0 installed. Only the error message and line changes a bit.
Describe the bug When connecting and subscribing on certain server (see below), node crashes with emergency exit.
Reproducing Run this script:
Output:
Last line from output is emergency exit from Russian.
I am not controlling that server on 155.4.204.239
Expected behavior No emergency exit
Tested on