Advertisement
Guest User

Untitled

a guest
Jan 4th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. GNU gdb (GDB) 7.2
  2. Copyright (C) 2010 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "i686-pc-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /root/test/usr/sbin/tvheadend...done.
  11. (gdb) run
  12. Starting program: /root/test/usr/sbin/tvheadend
  13. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  14. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  15. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  16. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  17. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  18. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  19. [INFO]:dvr: Creating new configuration ''
  20. [WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/root". This can be changed from the web user interface.
  21. [INFO]:CSA: Using MMX 64bit parallel descrambling
  22. [NOTICE]:START: HTS Tvheadend version git-bf68e85 started, running as PID:1252 UID:0 GID:0, settings located in '/root/.hts/tvheadend'
  23. [New LWP 1260]
  24. tcp_server: epoll_wait: Interrupted system call
  25.  
  26. Program received signal SIGABRT, Aborted.
  27. [Switching to LWP 1260]
  28. 0xb7bdbfd0 in raise () from /lib/libc.so.0.9.32
  29. (gdb) frame 3
  30. #3 0xb7e90cf4 in extjs_root (hc=0xb533b354, remain=0x0, opaque=0x0) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/webui/extjs.c:147
  31. 147 /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/webui/extjs.c: No such file or directory.
  32. in /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/webui/extjs.c
  33. (gdb) print htsversion
  34. $1 = 0xb7eaaf60 "git-bf68e85"
  35. (gdb) bt
  36. #0 0xb7bdbfd0 in raise () from /lib/libc.so.0.9.32
  37. #1 0xb7be4ebc in ?? () from /lib/libc.so.0.9.32
  38. #2 0xb7e78302 in htsbuf_qprintf (hq=0xb533b370,
  39. fmt=0xb7eb0be8 "<style type=\"text/css\">\nhtml, body {\n\tfont:normal 12px verdana;\n\tmargin:0;\n\tpadding:0;\n\tborder:0 none;\n\toverflow:hidden;\n\theight:100%;\n}\n#systemlog {\n\tfont:normal 12px courier; font-weight: bold;\n}\np "...) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/htsbuf.c:297
  40. #3 0xb7e90cf4 in extjs_root (hc=0xb533b354, remain=0x0, opaque=0x0) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/webui/extjs.c:147
  41. #4 0xb7e5afbd in http_exec (hc=0xb533b354, hp=0xb8007dd0, remain=0x0) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:329
  42. #5 0xb7e5b54b in http_cmd_get (hc=0xb533b354) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:356
  43. #6 0xb7e5b75b in http_process_request (hc=0xb533b354, spill=0xb533b3bc) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:435
  44. #7 process_request (hc=0xb533b354, spill=0xb533b3bc) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:504
  45. #8 0xb7e5bbed in http_serve_requests (hc=0xb533b354, spill=0xb533b3bc) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:732
  46. #9 0xb7e5bd10 in http_serve (fd=12, opaque=0x0, peer=0xb80088f4, self=0xb8008904) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/http.c:775
  47. #10 0xb7e59c20 in tcp_server_start (aux=0xb80088e8) at /home/clandmeter/aports-clandmeter/testing/hts-tvheadend/src/hts-tvheadend/src/tcp.c:397
  48. #11 0xb7bf7524 in ?? () from /lib/libpthread.so.0.9.32
  49. #12 0xb7bf0ac2 in clone () from /lib/libpthread.so.0.9.32
  50. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement