weixin_39646695 2020-11-30 05:31
浏览 0

Panic in compat_ws -- use after free?

Just saw this error in CI -- (Linux) -- first time it's cropped up in a while.

51/64 Test #51: compat_ws ........................***Exception: Other 0.00 sec panic: pthread_mutex_lock: Invalid argument This message is indicative of a BUG. Report this at http://github.com/nanomsg/nanomsg /root/project/build/libnng.so.1(+0x16358) [0x7f9716cb5358] /root/project/build/libnng.so.1(+0x22a1a) [0x7f9716cc1a1a] /root/project/build/libnng.so.1(+0x229d5) [0x7f9716cc19d5] /root/project/build/libnng.so.1(+0x1be75) [0x7f9716cbae75] /root/project/build/libnng.so.1(+0x3412e) [0x7f9716cd312e] /root/project/build/libnng.so.1(+0x1b7e5) [0x7f9716cba7e5] /root/project/build/libnng.so.1(+0x1c192) [0x7f9716cbb192] /root/project/build/libnng.so.1(+0x22e6d) [0x7f9716cc1e6d] /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7f97164b76ba] /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f97169dc41d]

该提问来源于开源项目:nanomsg/nng

  • 写回答

7条回答 默认 最新

  • weixin_39646695 2020-11-30 05:31
    关注

    My hope is that this was caused by #533 -- or addressed by it.

    I suspect that there may be other cases where we used nni_aio_close without doing a full nni_aio_stop. Time will tell.

    评论

报告相同问题?