Advertisement
Guest User

Janus icesend segfault

a guest
Nov 21st, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. [4095472580261966] WebRTC resources freed
  2. [4095472580261966] Fixing SSRCs (local 1314059714, peer 4271821291)
  3. Parsing compound packet (total of 32 bytes)
  4. #1 RR (201)
  5. RTCP PT 201, length: 32 bytes
  6. End of compound packet
  7. [6736791646882524] Got an RTCP packet (bundled stream)!
  8. [6736791646882524] Incoming RTCP, bundling: this is audio (no video has been negotiated)
  9. Parsing compound packet (total of 56 bytes)
  10. #1 SR (200)
  11. RTCP PT 200, length: 28 bytes
  12. #2 SDES (202)
  13. RTCP PT 202, length: 28 bytes
  14. End of compound packet
  15. [SIP] Fixing SSRCs (local 1727281214, peer 1229291684)
  16. Parsing compound packet (total of 56 bytes)
  17. #1 SR (200)
  18. RTCP PT 200, length: 28 bytes
  19. #2 SDES (202)
  20. RTCP PT 202, length: 28 bytes
  21. End of compound packet
  22. [6736791646882524] Got an RTCP packet (bundled stream)!
  23. [6736791646882524] Incoming RTCP, bundling: this is audio (no video has been negotiated)
  24. Parsing compound packet (total of 32 bytes)
  25. #1 RR (201)
  26. jitter=4.000000, fraction=0, loss=0
  27. RTCP PT 201, length: 32 bytes
  28. End of compound packet
  29. [SIP] Fixing SSRCs (local 1727281214, peer 1229291684)
  30. Parsing compound packet (total of 32 bytes)
  31. #1 RR (201)
  32. RTCP PT 201, length: 32 bytes
  33. End of compound packet
  34. [WSS-0x7fffbc0ff270] Got 321 bytes:
  35. [WSS-0x7fffbc0ff270] First fragment: 321 bytes, 0 remaining
  36. {"janus":"trickle","candidate":{"candidate":"candidate:579986532 1 udp 1686052607 193.212.196.207 64041 typ srflx raddr 10.3.9.247 rport 64041 generation 0 ufrag EI3/ network-id 2 network-cost 10","sdpMid":"audio","sdpMLineIndex":0},"transaction":"VfMKBpLmtHWv","session_id":8980676327991533,"handle_id":8685018635583489}
  37. [WSS-0x7fffbc0ff270] Done, parsing message: 321 bytes
  38. Got a Janus API request from janus.transport.websockets (0x7fffbc0ed120)
  39. [WSS-0x7fffbc0ff270] Sending WebSocket message (90 bytes)...
  40. Transport task pool, serving request
  41. [8685018635583489] Still waiting for the answer, queueing this trickle to wait until we're done there...
  42. [WSS-0x7fffbc0ff270] -- Sent 90/90 bytes
  43. Sending Janus API response to janus.transport.websockets (0x7fffbc0ed120)
  44. [WSS-0x7fffbc0ff270] Sending WebSocket message (90 bytes)...
  45. [WSS-0x7fffbc0ff270] -- Sent 90/90 bytes
  46. [WSS-0x7fffbc0ff270] Sending WebSocket message (296 bytes)...
  47. [WSS-0x7fffbc0ff270] -- Sent 296/296 bytes
  48. [WSS-0x7fffbc0ff270] Sending WebSocket message (90 bytes)...
  49. [WSS-0x7fffbc0ff270] -- Sent 90/90 bytes
  50. [6736791646882524] DTLS already set up, disabling retransmission timer!
  51. [WSS-0x7fffbc0775e0] Got 281 bytes:
  52. [WSS-0x7fffbc0775e0] First fragment: 281 bytes, 0 remaining
  53. {"janus":"trickle","candidate":{"candidate":"candidate:1709659951 1 tcp 1518280447 10.3.9.95 9 typ host tcptype active generation 0 ufrag P2yn network-id 1","sdpMid":"audio","sdpMLineIndex":0},"transaction":"DJETwRnNG6Kz","session_id":5994454688357961,"handle_id":4938869931555069}
  54. [WSS-0x7fffbc0775e0] Done, parsing message: 281 bytes
  55. Got a Janus API request from janus.transport.websockets (0x7fffbc134230)
  56. Transport task pool, serving request
  57. [4938869931555069] Still waiting for the answer, queueing this trickle to wait until we're done there...
  58. Sending Janus API response to janus.transport.websockets (0x7fffbc134230)
  59. [ice.c:janus_ice_thread:2430] [4938869931555069] Looping (ICE)...
  60.  
  61. -----------------------------------------------------------------------------------------------------------------
  62.  
  63. Thread 1537 "icesend 4095472" received signal SIGSEGV, Segmentation fault.
  64. [Switching to Thread 0x7fff59f73700 (LWP 27536)]
  65. 0x0000000000438330 in janus_ice_send_thread (data=0x7fffdc0147e0) at ice.c:3787
  66. 3787 ice.c: No such file or directory.
  67. (gdb) backtrace
  68. #0 0x0000000000438330 in janus_ice_send_thread (data=0x7fffdc0147e0) at ice.c:3787
  69. #1 0x00007ffff769bbc5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  70. #2 0x00007ffff61b26fa in start_thread (arg=0x7fff59f73700) at pthread_create.c:333
  71. #3 0x00007ffff5ee8b5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement