Advertisement
Guest User

crash

a guest
Oct 11th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 7.08 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. subscription_reschedule () at src/subscriptions.c:237
  3. 237           s->ths_service->s_streaming_status = 0;
  4. (gdb) bt full
  5. #0  subscription_reschedule () at src/subscriptions.c:237
  6.         reenter = 1
  7.         s = 0x7fffb4023680
  8.         si = 0x7fffb401cf30
  9.         sm = <optimized out>
  10.         error = 0
  11.         __PRETTY_FUNCTION__ = "subscription_reschedule"
  12. #1  0x0000000000406cc9 in mainloop () at src/main.c:377
  13.         gti = <optimized out>
  14.         cb = <optimized out>
  15.         ts = {tv_sec = 1381515109, tv_nsec = 57574}
  16. #2  main (argc=<optimized out>, argv=<optimized out>) at src/main.c:781
  17.         i = <optimized out>
  18.         set = {__val = {16386, 0 <repeats 15 times>}}
  19.         adapter_mask = <optimized out>
  20.         log_level = <optimized out>
  21.         log_options = <optimized out>
  22.         log_debug = <optimized out>
  23.         log_trace = <optimized out>
  24.         opt_help = 0
  25.         opt_version = 0
  26.         opt_fork = 0
  27.         opt_firstrun = 0
  28. ---Type <return> to continue, or q <return> to quit---
  29.         opt_stderr = 1
  30.         opt_syslog = 0
  31.         opt_uidebug = 0
  32.         opt_abort = 0
  33.         opt_noacl = 0
  34.         opt_fileline = 0
  35.         opt_threadid = 0
  36.         opt_ipv6 = 0
  37.         opt_tsfile_tuner = 0
  38.         opt_config = 0x7fffffffe68e "/home/htpc/.hts/tvheadend_testing2"
  39.         opt_user = 0x0
  40.         opt_group = 0x0
  41.         opt_logpath = 0x7fffffffe721 "/tmp/hts_err.log"
  42.         opt_log_debug = 0x7fffffffe6db "linuxdvb,mpegts,htsp,diseqc"
  43.         opt_log_trace = 0x7fffffffe6ff "linuxdvb,mpegts,htsp,diseqc"
  44.         opt_pidpath = 0x47dd20 "/var/run/tvheadend.pid"
  45.         opt_dvb_adapters = 0x0
  46.         opt_bindaddr = 0x0
  47.         opt_subscribe = 0x0
  48.         opt_tsfile = {max = 10, num = 0, str = 0x6d2260}
  49.         cmdline_opts = {{sopt = 0 '\000', lopt = 0x0,
  50.             desc = 0x47dd37 "Generic Options", type = OPT_BOOL, param = 0x0}, {
  51.             sopt = 104 'h', lopt = 0x47dd47 "help",
  52.             desc = 0x47dd4c "Show this page", type = OPT_BOOL,
  53.             param = 0x7fffffffe214}, {sopt = 118 'v',
  54.             lopt = 0x4890db "version",
  55.             desc = 0x47dd5b "Show version infomation", type = OPT_BOOL,
  56.             param = 0x7fffffffe218}, {sopt = 0 '\000', lopt = 0x0,
  57.             desc = 0x47dd73 "Service Configuration", type = OPT_BOOL,
  58.             param = 0x0}, {sopt = 99 'c', lopt = 0x480d77 "config",
  59.             desc = 0x47dd89 "Alternate config path", type = OPT_STR,
  60.             param = 0x7fffffffe1b8}, {sopt = 102 'f', lopt = 0x47dd9f "fork",
  61.             desc = 0x47dda4 "Fork and run as daemon", type = OPT_BOOL,
  62.             param = 0x7fffffffe21c}, {sopt = 117 'u', lopt = 0x47ddc2 "user",
  63.             desc = 0x47ddbb "Run as user", type = OPT_STR,
  64.             param = 0x7fffffffe1c0}, {sopt = 103 'g', lopt = 0x47ddce "group",
  65.             desc = 0x47ddc7 "Run as group", type = OPT_STR,
  66.             param = 0x7fffffffe1c8}, {sopt = 112 'p', lopt = 0x47dd33 "pid",
  67.             desc = 0x47ddd4 "Alternate pid path", type = OPT_STR,
  68.             param = 0x7fffffffe1e8}, {sopt = 67 'C',
  69.             lopt = 0x47dde7 "firstrun",
  70.             desc = 0x47e170 "If no user account exists then create one with\nno username and no password. Use with care as\nit will allow world-wide administrative access\nto your Tvheadend installation until you edit\nthe access-con"...,
  71.             type = OPT_BOOL, param = 0x7fffffffe220}, {sopt = 97 'a',
  72.             lopt = 0x47ddf0 "adapters",
  73.             desc = 0x47e260 "Only use specified DVB adapters (comma separated)", type = OPT_STR, param = 0x7fffffffe1f0}, {sopt = 0 '\000', lopt = 0x0,
  74.             desc = 0x47ddf9 "Server Connectivity", type = OPT_BOOL,
  75.             param = 0x0}, {sopt = 54 '6', lopt = 0x47de0d "ipv6",
  76.             desc = 0x47de12 "Listen on IPv6", type = OPT_BOOL,
  77.             param = 0x7fffffffe240}, {sopt = 98 'b',
  78.             lopt = 0x47de21 "bindaddr",
  79.             desc = 0x47de2a "Specify bind address", type = OPT_STR,
  80.             param = 0x7fffffffe1f8}, {sopt = 0 '\000',
  81.             lopt = 0x47de3f "http_port",
  82.             desc = 0x47de49 "Specify alternative http port", type = OPT_INT,
  83.             param = 0x6be508}, {sopt = 0 '\000', lopt = 0x47de67 "http_root",
  84.             desc = 0x47e298 "Specify alternative http webroot",
  85.             type = OPT_STR, param = 0x6be4a8}, {sopt = 0 '\000',
  86.             lopt = 0x47de71 "htsp_port",
  87.             desc = 0x47de7b "Specify alternative htsp port", type = OPT_INT,
  88.             param = 0x6be4c0}, {sopt = 0 '\000', lopt = 0x47de99 "htsp_port2",
  89.             desc = 0x47dea4 "Specify extra htsp port", type = OPT_INT,
  90.             param = 0x6be4d8}, {sopt = 0 '\000', lopt = 0x0,
  91.             desc = 0x47debc "Debug Options", type = OPT_BOOL, param = 0x0}, {
  92.             sopt = 100 'd', lopt = 0x47deda "stderr",
  93.             desc = 0x47deca "Enable debug on stderr", type = OPT_BOOL,
  94.             param = 0x7fffffffe224}, {sopt = 115 's',
  95.             lopt = 0x47def1 "syslog",
  96.             desc = 0x47dee1 "Enable debug to syslog", type = OPT_BOOL,
  97.             param = 0x7fffffffe228}, {sopt = 108 'l',
  98.             lopt = 0x47def8 "logfile", desc = 0x47df00 "Enable debug to file",
  99.             type = OPT_STR, param = 0x7fffffffe1d0}, {sopt = 0 '\000',
  100.             lopt = 0x47df6c "debug",
  101.             desc = 0x47df15 "Enable debug subsystems", type = OPT_STR,
  102.             param = 0x7fffffffe1d8}, {sopt = 0 '\000',
  103.             lopt = 0x48b237 "trace",
  104.             desc = 0x47df2d "Enable trace subsystems", type = OPT_STR,
  105.             param = 0x7fffffffe1e0}, {sopt = 0 '\000',
  106.             lopt = 0x47df45 "fileline",
  107.             desc = 0x47e2c0 "Add file and line numbers to debug",
  108.             type = OPT_BOOL, param = 0x7fffffffe238}, {sopt = 0 '\000',
  109.             lopt = 0x47df4e "threadid",
  110.             desc = 0x47df57 "Add the thread ID to debug", type = OPT_BOOL,
  111.             param = 0x7fffffffe23c}, {sopt = 0 '\000',
  112.             lopt = 0x47df72 "uidebug",
  113.             desc = 0x47e2e8 "Enable webUI debug (non-minified JS)",
  114.             type = OPT_BOOL, param = 0x7fffffffe22c}, {sopt = 65 'A',
  115.             lopt = 0x47df86 "abort", desc = 0x47df7a "Immediately abort",
  116.             type = OPT_BOOL, param = 0x7fffffffe230}, {sopt = 0 '\000',
  117.             lopt = 0x47df8c "noacl",
  118.             desc = 0x47e310 "Disable all access control checks",
  119.             type = OPT_BOOL, param = 0x7fffffffe234}, {sopt = 106 'j',
  120.             lopt = 0x47df92 "join",
  121.             desc = 0x47e338 "Subscribe to a service permanently",
  122.             type = OPT_STR, param = 0x7fffffffe200}, {sopt = 0 '\000',
  123.             lopt = 0x0, desc = 0x47df97 "TODO: testing", type = OPT_BOOL,
  124.             param = 0x0}, {sopt = 0 '\000', lopt = 0x47dfa5 "tsfile_tuners",
  125.             desc = 0x47dfb3 "Number of tsfile tuners", type = OPT_INT,
  126.             param = 0x7fffffffe244}, {sopt = 0 '\000',
  127.             lopt = 0x47dfcb "tsfile",
  128.             desc = 0x47dfd2 "tsfile input (mux file)", type = OPT_STR_LIST,
  129.             param = 0x7fffffffe190}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement