Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.34 KB | None | 0 0
  1. 2015-12-09 13:04:04.752 [   INFO] mpegts: canada.m3u - ICI Radio-Canada - Québec - CBVT-DT in Canada  - tuning on IPTV
  2. 2015-12-09 13:04:05.832 [   INFO] subscription: 0007: "HTTP" subscribing to service "Canada /canada.m3u - ICI Radio-Canada - Québec - CBVT-DT/ICI Radio-Cana"canada.m3u - ICI Radio-Canada - Québec - CBVT-DT", profile="pass", hostname="86.56.141.86", username="home", client="TVHeadend/4.1-1199~gfe15abf"
  3. 2015-12-09 13:04:32.000 [   INFO] iptv: m3u parse: 0 new mux(es) in network 'Canada ' (total 12)
  4. 2015-12-09 13:05:44.001 [  ERROR] pass: Live stream: Write failed -- Resource temporarily unavailable
  5. 2015-12-09 13:05:44.001 [WARNING] webui: Stop streaming /play/stream/service/4d55b2532ac0223dda645272783526ca?title=ICI%20Radio-Canada%20-%20Qu%C3%A9bec%20-%
  6. 2015-12-09 13:05:44.001 [   INFO] subscription: 0007: "HTTP" unsubscribing, hostname="86.56.141.86", username="home", client="TVHeadend/4.1-1199~gfe15abf"
  7. [Thread 0x7fffc97fb700 (LWP 9848) exited]
  8.  
  9. Program received signal SIGSEGV, Segmentation fault.
  10. [Switching to Thread 0x7ffff0e50700 (LWP 9685)]
  11. 0x00000000000001f0 in ?? ()
  12. (gdb) bt full
  13. #0  0x00000000000001f0 in ?? ()
  14. No symbol table info available.
  15. #1  0x00000000004774ab in http_client_shutdown (hc=0x134b5e0, force=<optimized out>, reconnect=0) at src/httpc.c:156
  16.        force = <optimized out>
  17.        reconnect = 0
  18.        hc = 0x134b5e0
  19.        ssl = 0x0
  20. #2  0x000000000047763f in http_client_flush (hc=0x134b5e0, result=-5) at src/httpc.c:229
  21. No locals.
  22. #3  0x00000000004799a9 in http_client_run (hc=hc@entry=0x134b5e0) at src/httpc.c:942
  23.        buf = 0x7ffff0e2fac0 "HTTP/1.0 408 Request Time-out\r\nServer: AkamaiGHost\r\nMime-Version: 1.0\r\nDate: Wed, 09 Dec 2015 19:06:04 GMT\r\nContent-Type: text/html\r\nContent-Length: 218\r\nExpires: Wed, 09 Dec 2015 19:06:04 GMT\r\n\r\n<HTM"...
  24.        saveptr = 0x135ce20 ""
  25.        argv = {0x135cd60 "HTTP/1.0", 0x135cd69 "408", 0x135cd6d "Request Time-out"}
  26.        d = <optimized out>
  27.        p = <optimized out>
  28.        ver = <optimized out>
  29.        res = <optimized out>
  30.        delimsize = 4
  31.        r = 0
  32.        len = <optimized out>
  33. #4  0x000000000047a0cb in http_client_thread (p=<optimized out>) at src/httpc.c:1367
  34.        n = <optimized out>
  35.        ev = {fd = -169594496, events = 1, data = {ptr = 0x134b5e0, u64 = 20231648, u32 = 20231648, fd = 20231648}}
  36.        hc = <optimized out>
  37.        c = 0 '\000'
  38. #5  0x0000000000439b87 in thread_wrapper (p=0x123c9b0) at src/wrappers.c:177
  39.        ts = 0x123c9b0
  40.        set = {__val = {16388, 0 <repeats 15 times>}}
  41.        r = <optimized out>
  42. #6  0x00007ffff66c80a4 in start_thread (arg=0x7ffff0e50700) at pthread_create.c:309
  43.        __res = <optimized out>
  44.        pd = 0x7ffff0e50700
  45.        now = <optimized out>
  46.        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737234929408, -2347777756919021592, 1, 140737354125408, 4294967295, 140737234929408, 2347753473145520104, 2347756704715587560}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0,
  47.              0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  48.        not_first_call = <optimized out>
  49.        pagesize_m1 = <optimized out>
  50.        sp = <optimized out>
  51.        freesize = <optimized out>
  52.        __PRETTY_FUNCTION__ = "start_thread"
  53. #7  0x00007ffff5ef404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  54. No locals.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement