Advertisement
Guest User

Untitled

a guest
Jan 24th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. luajit: src/unix/stream.c:1004: uv__read: Assertion `!uv__io_active(&stream->io_watcher, 1) && "stream->read_cb(status=-1) did not call uv_close()"' failed.
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. 0x00007ffff713dc15 in raise () from /lib64/libc.so.6
  5. (gdb) bt
  6. #0 0x00007ffff713dc15 in raise () from /lib64/libc.so.6
  7. #1 0x00007ffff713f08b in abort () from /lib64/libc.so.6
  8. #2 0x00007ffff7136c7e in ?? () from /lib64/libc.so.6
  9. #3 0x00007ffff7136d22 in __assert_fail () from /lib64/libc.so.6
  10. #4 0x00007ffff6eecfe6 in uv__read (stream=0x680cf0) at src/unix/stream.c:1003
  11. #5 0x00007ffff6eed572 in uv__stream_io (loop=0x7ffff7104d40 <default_loop_struct>, w=0x680d60, events=25) at src/unix/stream.c:1115
  12. #6 0x00007ffff6ef5a1d in uv__io_poll (loop=0x7ffff7104d40 <default_loop_struct>, timeout=0) at src/unix/linux-core.c:211
  13. #7 0x00007ffff6ee26d1 in uv_run (loop=0x7ffff7104d40 <default_loop_struct>, mode=UV_RUN_DEFAULT) at src/unix/core.c:317
  14. #8 0x00007ffff6ed9b8d in luv_run (L=0x40000378) at src/luv_functions.c:54
  15. #9 0x000000000041c6db in ?? ()
  16. #10 0x000000000040c3d0 in lua_pcall ()
  17. #11 0x0000000000404d36 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement