Advertisement
Guest User

Untitled

a guest
Jun 30th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x000000000042662a in luv_write (L=0x401ae390) at src/luv_stream.c:219
  3. 219 luv_handle_ref(L, handle->data, 1);
  4. (gdb) bt
  5. #0 0x000000000042662a in luv_write (L=0x401ae390) at src/luv_stream.c:219
  6. #1 0x000000000047e056 in lj_BC_FUNCC ()
  7. #2 0x000000000047eb8b in lj_ff_coroutine_resume ()
  8. #3 0x000000000041b272 in luv_acall (C=0x40000378, nargs=2, nresults=0, source=0x4f0347 "data") at src/utils.c:49
  9. #4 0x00000000004248ca in luv_emit_event (L=0x40000378, name=0x4f0347 "data", nargs=2) at src/luv_handle.c:51
  10. #5 0x0000000000425f2b in luv_on_read (handle=0x7a2ac0, nread=35, buf=...) at src/luv_stream.c:42
  11. #6 0x0000000000449731 in uv__read (stream=0x7a2ac0) at src/unix/stream.c:631
  12. #7 0x0000000000449b3c in uv__stream_io (loop=0x71f800, watcher=0x7a2b38, revents=1) at src/unix/stream.c:723
  13. #8 0x000000000045176b in ev_invoke_pending (loop=0x71f800) at src/unix/ev/ev.c:2149
  14. #9 0x0000000000451f08 in ev_run (loop=0x71f800, flags=0) at src/unix/ev/ev.c:2525
  15. #10 0x00000000004401d1 in uv_run (loop=0x71e440) at src/unix/core.c:207
  16. #11 0x000000000041fc3d in luv_run (L=0x40000378) at src/luv_misc.c:211
  17. #12 0x000000000047e056 in lj_BC_FUNCC ()
  18. #13 0x00000000004aa48a in lj_cf_package_require ()
  19. #14 0x000000000047e056 in lj_BC_FUNCC ()
  20. #15 0x000000000046b3c0 in lua_pcall ()
  21. #16 0x0000000000414cde in luvit_run (L=0x40000378) at src/luvit_init.c:270
  22. #17 0x000000000041436c in main (argc=2, argv=0x7fffffffe238) at src/luvit_main.c:68
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement