Closed asmallfurrywombat closed 6 years ago
Working now. An ldconfig
seemed to resolve the issue. I'm also publishing the wrapper module to a local node package manager. If anyone else is looking into this, vscode with an lldb extension seems to be usable for tracing into the rust stack and it can also debug at the javascript layer.
Environment: Ubuntu 18.04.1 LTS Steps:
build as per https://github.com/hyperledger/indy-sdk/blob/master/doc/ubuntu-build.md note: there is one warning during the libindy build:
The crash occurs at gettingStarted.js(695) during a call to capi.cryptoAnonCrypt().
Analysis of the core shows it originates in libzmq.so.5 . The instructions specify installation of libzmq3-dev, which contains libzmq.so.3, so perhaps this is the source of the problem. Digging into it. If someone knows of a setup to trace into such problems it would be appreciated. Perhaps Eclipse Photon?