Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. zmq::ctx_t::check_tag (this=0xabadcafe) at ctx.cpp:54
  3. 54 ctx.cpp: No such file or directory.
  4. (gdb) bt
  5. #0 zmq::ctx_t::check_tag (this=0xabadcafe) at ctx.cpp:54
  6. #1 0x00007ffff6d75f0d in zmq_socket (ctx_=0xabadcafe, type_=4) at zmq.cpp:236
  7. #2 0x00007ffff1f46540 in luazmq_ctx_socket () from ./lzmq.so
  8. #3 0x00007ffff75ef46a in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  9. #4 0x00007ffff75fa994 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  10. #5 0x00007ffff75ef6b9 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  11. #6 0x00007ffff75eecfb in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  12. #7 0x00007ffff75ef8e5 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  13. #8 0x00007ffff75eb92f in lua_pcallk ()
  14. from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
  15. #9 0x0000000000400c32 in main () at tests/test_lzmq.c:35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement