Project

General

Profile

Bug #3262

IPTV Auto: Crashes when moving items in m3u

Added by Jelly Frog about 9 years ago. Updated about 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-04
Due date:
% Done:

100%

Estimated time:
Found in version:
4.1-835~g087627a
Affected Versions:

Description

  1. test.m3u
    #EXTM3U
    
    #EXTINF:-1,TV1
    http://localhost/1
    #EXTINF:-1,TV2
    http://localhost/2
    
  2. IPTV Auto file:///home/hts/test.m3u
  3. Stop Tvheadend
  4. test.m3u (switched place of TV1 and TV2)
    #EXTM3U
    
    #EXTINF:-1,TV2
    http://localhost/2
    #EXTINF:-1,TV1
    http://localhost/1
    
  5. Start Tvheadend
2015-11-03 02:17:26.190 [  ALERT] CRASH: Signal: 11 in PRG: ./tvheadend/build.linux/tvheadend (4.1-835~g087627a) [7f63666e9530fc6ee3e18d064fbed7b2384c1601] CWD: /home/test
2015-11-03 02:17:26.190 [  ALERT] CRASH: Fault address (nil) (Address not mapped)
2015-11-03 02:17:26.190 [  ALERT] CRASH: Loaded libraries: /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libz.so.1 /usr/lib/liburiparser.so.1 /usr/lib/x86_64-linux-gnu/libavahi-common.so.3 /usr/lib/x86_64-linux-gnu/libavahi-client.so.3 /lib/x86_64-linux-gnu/libdbus-1.so.3 /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libpthread.so.0 /lib/x86_64-linux-gnu/libm.so.6 /lib/x86_64-linux-gnu/librt.so.1 /lib/x86_64-linux-gnu/libc.so.6 /lib64/ld-linux-x86-64.so.2
2015-11-03 02:17:26.190 [  ALERT] CRASH: Register dump [23]: 000000000000000000000000022adad000007ffadac9afe000000000fffffffa000000000000000000007ffd26c05c60000000000000000000000000022bd810000000000000000000000000ffffffff00007ffd26c060a0000000000000000000007ffadac9c7680000000000000000000000000000000000007ffd26c05a9800007ffada966aea000000000001029300000000000000330000000000000004000000000000000efffffffe7ffbba150000000000000000
2015-11-03 02:17:26.190 [  ALERT] CRASH: STACKTRACE
2015-11-03 02:17:26.198 [  ALERT] CRASH: /home/test/tvheadend/src/trap.c:148 0x4674e9
2015-11-03 02:17:26.202 [  ALERT] CRASH: ??:0 0x7ffadb1c1340
2015-11-03 02:17:26.202 [  ALERT] CRASH: strlen+0x2a  (/lib/x86_64-linux-gnu/libc.so.6)
2015-11-03 02:17:26.202 [  ALERT] CRASH: __strdup+0xe  (/lib/x86_64-linux-gnu/libc.so.6)
2015-11-03 02:17:26.212 [  ALERT] CRASH: /home/test/tvheadend/src/input/mpegts/iptv/iptv_auto.c:216 0x4ef6d5
2015-11-03 02:17:26.222 [  ALERT] CRASH: /home/test/tvheadend/src/input/mpegts/iptv/iptv_auto.c:337 0x4efc59
2015-11-03 02:17:26.230 [  ALERT] CRASH: /home/test/tvheadend/src/download.c:68 0x478a2a
2015-11-03 02:17:26.239 [  ALERT] CRASH: /home/test/tvheadend/src/main.c:555 0x42e09c
2015-11-03 02:17:26.239 [  ALERT] CRASH: __libc_start_main+0xf5  (/lib/x86_64-linux-gnu/libc.so.6)

History

#1

Updated by Jaroslav Kysela about 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|fdf282626e99ec8431d77f08fc4033a3e03ffc97.

Also available in: Atom PDF