You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test suite for v2.0.0-alpha.1, it might happen that a SIGSEGV is thrown. The cause is unclear, and it only happens every few hundred test cases or few thousand DNS lookups.
It might be related to outstanding queries.
There might be a race condition.
It might be because of ctx.destroy() being called from a callback.
PID 5612 received SIGSEGV for address: 0x4bc4730
/home/travis/build/getdnsapi/getdns-node/node_modules/segfault-handler/build/Release/segfault-handler.node(+0x1b23)[0x7f55279b9b23]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0)[0x7f5537033cb0]
[0x4bc4730]
When running the test suite for v2.0.0-alpha.1, it might happen that a
SIGSEGV
is thrown. The cause is unclear, and it only happens every few hundred test cases or few thousand DNS lookups.ctx.destroy()
being called from acallback
.This needs more investigation.
See for example
Sample console output:
The text was updated successfully, but these errors were encountered: