You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message did show up on console when doing a vdr restart from menu
probably unrelated as this seems to come from glibc and can also come from somewhere else
malloc_printerr (check_action, "corrupted size vs. prev_size", P, AV);
this is the syslog when run in gdb
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `vdr -D- -l3 -w 60 -Pfemon -Psatip -d2 -s 192.168.178.129:554|DVBS2-4,DVBT2-2|m'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000563ec96b7c1f in cListBase::Clear (
this=this@entry=0x563ec99867c0 <Remotes>) at tools.c:2233
2233 delete objects;
(gdb) bt
#0 0x0000563ec96b7c1f in cListBase::Clear() (this=this@entry=0x563ec99867c0 <Remotes>) at tools.c:2233
#1 0x0000563ec96b7d07 in cListBase::~cListBase() (this=0x563ec99867c0 <Remotes>, __in_chrg=<optimized out>) at tools.c:2140
#2 0x00007f6cef19a041 in __run_exit_handlers (status=1, listp=0x7f6cef542718 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:108
#3 0x00007f6cef19a13a in __GI_exit (status=<optimized out>) at exit.c:139
#4 0x00007f6cef178b9e in __libc_start_main (main=
0x563ec95efc20 <main(int, char**)>, argc=8, argv=0x7fff8461e548, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff8461e538) at ../csu/libc-start.c:344
#5 0x0000563ec95f43fa in _start ()
(gdb)
Mar 18 23:55:08 acer533 vdr: [8708] confirm: Really restart?
Mar 18 23:55:08 acer533 vdr: [8708] warning: Really restart?
Mar 18 23:55:09 acer533 vdr: [8708] confirmed
Mar 18 23:55:09 acer533 vdr: [8724] SVDRP server handler thread ended (pid=8708, tid=8724)
Mar 18 23:55:09 acer533 vdr: [8708] saving /var/cache/vdr/cam.data
Mar 18 23:55:09 acer533 vdr: [8708] stopping plugin: satip
Mar 18 23:55:09 acer533 vdr: [8715] SATIP discover thread ended (pid=8708, tid=8715)
Mar 18 23:55:09 acer533 vdr: [8714] SATIP poller thread ended (pid=8708, tid=8714)
Mar 18 23:55:09 acer533 vdr: [8708] stopping plugin: vaapidevice
Mar 18 23:55:09 acer533 vdr: [8739] device 2 receiver thread ended (pid=8708, tid=8739)
Mar 18 23:55:09 acer533 vdr: [8722] KBD remote control thread ended (pid=8708, tid=8722)
Mar 18 23:55:09 acer533 vdr: [8708] saved setup to /var/lib/vdr/setup.conf
Mar 18 23:55:09 acer533 vdr: [8718] device 2 section handler thread ended (pid=8708, tid=8718)
Mar 18 23:55:09 acer533 vdr: [8717] SATIP#0 section handler thread ended (pid=8708, tid=8717)
Mar 18 23:55:09 acer533 vdr: [8716] SATIP#0 tuner thread ended (pid=8708, tid=8716)
Mar 18 23:55:10 acer533 vdr: [8721] device 3 section handler thread ended (pid=8708, tid=8721)
Mar 18 23:55:10 acer533 vdr: [8720] SATIP#1 section handler thread ended (pid=8708, tid=8720)
Mar 18 23:55:10 acer533 vdr: [8719] SATIP#1 tuner thread ended (pid=8708, tid=8719)
Mar 18 23:55:10 acer533 vdr: [8708] deleting plugin: satip
Mar 18 23:55:10 acer533 vdr: [8708] deleting plugin: vaapidevice
Mar 18 23:55:10 acer533 vdr: [8708] exiting, exit code 1
The text was updated successfully, but these errors were encountered:
VAAPIDEVICE SYSTEM INFORMATION REPORT
inxi
vainfo
ffmpeg
gcc
svdrpsend
INCLUDE THIS REPORT INTO YOUR GITHUB ISSUE
message did show up on console when doing a vdr restart from menu
probably unrelated as this seems to come from glibc and can also come from somewhere else
malloc_printerr (check_action, "corrupted size vs. prev_size", P, AV);
this is the syslog when run in gdb
The text was updated successfully, but these errors were encountered: