Advertisement
Guest User

Untitled

a guest
Jan 21st, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. $ gdb ./build.linux/tvheadend
  2. GNU gdb (GDB) 7.3-debian
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i486-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/dave/git/tvheadend/tvheadend/build.linux/tvheadend...done.
  12. (gdb) run
  13. Starting program: /home/dave/git/tvheadend/tvheadend/build.linux/tvheadend
  14. [Thread debugging using libthread_db enabled]
  15. [New Thread 0xb7a99b70 (LWP 19844)]
  16. Jan 21 09:21:07 [INFO]:charset: 71 entries loaded
  17. Jan 21 09:21:07 [INFO]:dvb: Found adapter /dev/dvb/adapter0 (ST STV0299 DVB-S) via PCI
  18. Jan 21 09:21:07 [INFO]:dvb: Found adapter /dev/dvb/adapter1 (Conexant CX22702 DVB-T) via PCI
  19. Jan 21 09:21:07 [INFO]:dvb: Adapter /dev/dvb/adapter0 will run in full mux mode
  20. [New Thread 0xb7298b70 (LWP 19845)]
  21.  
  22. Program received signal SIGSEGV, Segmentation fault.
  23. 0x080a125b in dvb_satconf_entry_find (tda=0x80fbc50, id=0x81063b8 "2", create=1) at /home/dave/git/tvheadend/tvheadend/src/dvb/dvb_satconf.c:61
  24. 61 if(!strcmp(sc->sc_id, id))
  25. (gdb) bt
  26. #0 0x080a125b in dvb_satconf_entry_find (tda=0x80fbc50, id=0x81063b8 "2", create=1) at /home/dave/git/tvheadend/tvheadend/src/dvb/dvb_satconf.c:61
  27. #1 0x080a1476 in satconf_entry_update (opaque=0x80fbc50, id=0x81063b8 "2", values=0x80f4c28, maycreate=1) at /home/dave/git/tvheadend/tvheadend/src/dvb/dvb_satconf.c:133
  28. #2 0x0804eb6f in dtable_load (dt=0x80f7ff0) at /home/dave/git/tvheadend/tvheadend/src/dtable.c:86
  29. #3 0x080a1643 in dvb_satconf_init (tda=0x80fbc50) at /home/dave/git/tvheadend/tvheadend/src/dvb/dvb_satconf.c:239
  30. #4 0x0809b3fd in dvb_adapter_init (adapter_mask=4294967295, rawfile=0x0) at /home/dave/git/tvheadend/tvheadend/src/dvb/dvb_adapter.c:810
  31. #5 0x0804bf7a in main (argc=Cannot access memory at address 0x0
  32. ) at /home/dave/git/tvheadend/tvheadend/src/main.c:597
  33. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement