Advertisement
Guest User

Untitled

a guest
Nov 29th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. [New Thread 0x7fffb21f0700 (LWP 5791)]
  2.  
  3. Thread 48 "tvh:tcp-start" received signal SIGSEGV, Segmentation fault.
  4. [Switching to Thread 0x7fffb37fb700 (LWP 5790)]
  5. 0x000055555573c218 in tvh_mutex_add_to_list (mutex=mutex@entry=0x7fffb37fa340, filename=filename@entry=0x0, lineno=lineno@entry=-1) at src/tvh_thread.c:169
  6. 169 TAILQ_SAFE_REMOVE(&thrwatch_mutexes, mutex, link);
  7. [Current thread is 48 (Thread 0x7fffb37fb700 (LWP 5790))]
  8. (gdb) bt
  9. #0 0x000055555573c218 in tvh_mutex_add_to_list (mutex=mutex@entry=0x7fffb37fa340, filename=filename@entry=0x0, lineno=lineno@entry=-1) at src/tvh_thread.c:169
  10. #1 0x000055555573cad0 in tvh_cond_timedwait (cond=cond@entry=0x7fffb37fa398, mutex=mutex@entry=0x7fffb37fa340, monoclock=monoclock@entry=1310142547533) at src/tvh_thread.c:356
  11. #2 0x00005555557d4a6e in http_stream_run (hc=hc@entry=0x7fffb37fa7f0, prch=prch@entry=0x7fffb37fa2b0, name=name@entry=0x7fffb37fa280 "TF1", s=s@entry=0x7fff9c0080e0) at src/webui/webui.c:369
  12. #3 0x00005555557d5039 in http_stream_channel (hc=hc@entry=0x7fffb37fa7f0, ch=<optimized out>, weight=weight@entry=0) at src/webui/webui.c:1321
  13. #4 0x00005555557d598a in http_stream (hc=0x7fffb37fa7f0, remain=<optimized out>, opaque=<optimized out>) at src/webui/webui.c:1388
  14. #5 0x000055555574843a in http_exec (hc=hc@entry=0x7fffb37fa7f0, hp=hp@entry=0x7fffb37fa510, remain=0x7fff9c000f4c "channelnumber") at src/http.c:1171
  15. #6 0x00005555557495ac in http_cmd_get (hc=hc@entry=0x7fffb37fa7f0) at src/http.c:1246
  16. #7 0x0000555555749695 in http_process_request (hc=0x7fffb37fa7f0, spill=<optimized out>) at src/http.c:1328
  17. #8 0x0000555555748ab4 in process_request (hc=hc@entry=0x7fffb37fa7f0, spill=spill@entry=0x7fffb37fa770) at src/http.c:1463
  18. #9 0x0000555555749c9b in http_serve_requests (hc=hc@entry=0x7fffb37fa7f0) at src/http.c:1948
  19. #10 0x0000555555749e86 in http_serve (fd=55, opaque=0x7fffac000b50, peer=0x7fffac000b68, self=0x7fffac000be8) at src/http.c:1999
  20. #11 0x0000555555740a1e in tcp_server_start (aux=0x7fffac000b20) at src/tcp.c:709
  21. #12 0x000055555573c139 in thread_wrapper (p=0x7fffac000cb0) at src/tvh_thread.c:93
  22. #13 0x00007ffff7297f2a in start_thread (arg=0x7fffb37fb700) at pthread_create.c:463
  23. #14 0x00007ffff6b09edf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24. (gdb)
  25. ─────────
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement