Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. svn5613
  2.  
  3.  
  4.  
  5.  
  6. [DEBUG]:Transport: Mystique SaTiX-S2 V2 [001] #2/Skylink: 12,565,000 kHz Horizontal (Astra 23.5 (port:1))/STV2: Status changed to [Hardware input] [Input on service] [Demuxed packets] [Reassembled packets]
  7. [DEBUG]:cwc: Sending ECM section=0/0, for service STV2 (seqno: 2499) PID 203
  8. [DEBUG]:cwc: Received ECM reply for service "STV2" even: * odd: * (seqno: 2499 Req delay: 207 ms)
  9. [DEBUG]:dvb: "/dev/dvb/adapter5" tuning via s2api to "12,051,000 kHz Vertical (Astra 23.5 (port:1))" (1451000, 27500000 Baud, 3/4, SYS_DVBS, QPSK)
  10. [DEBUG]:cwc: Sending ECM section=0/0, for service STV2 (seqno: 2500) PID 203
  11. [DEBUG]:cwc: Received ECM reply for service "STV2" even: * odd: * (seqno: 2500 Req delay: 207 ms)
  12. [DEBUG]:cwc: Sending ECM section=0/0, for service STV2 (seqno: 2501) PID 203
  13. [DEBUG]:cwc: Received ECM reply for service "STV2" even: * odd: * (seqno: 2501 Req delay: 205 ms)
  14. [DEBUG]:dvb: "/dev/dvb/adapter5" tuning via s2api to "11,586,000 kHz Horizontal (Astra 23.5 (port:1))" (1836000, 27500000 Baud, 3/4, SYS_DVBS, QPSK)
  15. [DEBUG]:cwc: Sending ECM section=0/0, for service STV2 (seqno: 2502) PID 203
  16. [DEBUG]:cwc: Received ECM reply for service "STV2" even: * odd: * (seqno: 2502 Req delay: 207 ms)
  17. [INFO]:subscription: "192.168.1.108 [ XBMC Media Center ]" unsubscribing from "STV 2"
  18.  
  19. Program received signal SIGSEGV, Segmentation fault.
  20. [Switching to Thread 0xb1592b70 (LWP 15032)]
  21. 0x08063e70 in ?? ()
  22. (gdb)
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. (gdb) info reg
  33. eax 0x3 3
  34. ecx 0x616e6e 6385262
  35. edx 0xff606d6d -10457747
  36. ebx 0x1e 30
  37. esp 0xb15922b0 0xb15922b0
  38. ebp 0xb15922c8 0xb15922c8
  39. esi 0x7861 30817
  40. edi 0x919ee78 152694392
  41. eip 0x8063e70 0x8063e70
  42. eflags 0x10202 [ IF RF ]
  43. cs 0x73 115
  44. ss 0x7b 123
  45. ds 0x7b 123
  46. es 0x7b 123
  47. fs 0x0 0
  48. gs 0x33 51
  49. (gdb)
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. (gdb) bt full
  57. #0 0x08063e70 in ?? ()
  58. No symbol table info available.
  59. #1 0x08064329 in ?? ()
  60. No symbol table info available.
  61. #2 0x08062121 in ?? ()
  62. No symbol table info available.
  63. #3 0xb7f5ce60 in start_thread () from /lib/libpthread.so.0
  64. No symbol table info available.
  65. #4 0xb7edb20e in clone () from /lib/libc.so.6
  66. No symbol table info available.
  67. (gdb)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. (gdb) disassemble $pc-32,$pc+32
  76. Dump of assembler code from 0x8063e50 to 0x8063e90:
  77. 0x08063e50: inc %ebp
  78. 0x08063e51: or %cl,%cl
  79. 0x08063e53: jmp 0x8063660
  80. 0x08063e58: leave
  81. 0x08063e59: ret
  82. 0x08063e5a: nop
  83. 0x08063e5b: nop
  84. 0x08063e5c: nop
  85. 0x08063e5d: nop
  86. 0x08063e5e: nop
  87. 0x08063e5f: nop
  88. 0x08063e60: push %ebp
  89. 0x08063e61: mov %esp,%ebp
  90. 0x08063e63: push %esi
  91. 0x08063e64: mov %eax,%esi
  92. 0x08063e66: push %ebx
  93. 0x08063e67: xor %ebx,%ebx
  94. 0x08063e69: sub $0x10,%esp
  95. 0x08063e6c: test %eax,%eax
  96. 0x08063e6e: je 0x8063ea8
  97. => 0x08063e70: mov 0x8(%esi),%edx
  98. 0x08063e73: add $0x6,%ebx
  99. ---Type <return> to continue, or q <return> to quit---
  100. 0x08063e76: xor %eax,%eax
  101. 0x08063e78: test %edx,%edx
  102. 0x08063e7a: je 0x8063e84
  103. 0x08063e7c: mov %edx,(%esp)
  104. 0x08063e7f: call 0x804a3ec <strlen@plt>
  105. 0x08063e84: add %eax,%ebx
  106. 0x08063e86: cmpb $0x5,0xc(%esi)
  107. 0x08063e8a: ja 0x8063ea2
  108. 0x08063e8c: movzbl 0xc(%esi),%eax
  109. End of assembler dump.
  110. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement