Hallo,
beim Absetzen des Kommandos vdr --version erhalte ich einen Speicherzugriffsfehler
Code
[root@fc21 tmp]# vdr --version
Dez 24 14:16:19.313 [general.debug] using new 1.7.11+ capture code
vdr (2.0.6/2.0.6) - The Video Disk Recorder
burn (0.2.2) - Versatile convert-and-burn plugin
scraper2vdr (0.1.5) - 'scraper2vdr' plugin
conflictcheckonly (0.0.1) - Direct access to epgsearch's conflict check menu
tvguide (1.2.2) - A fancy 2d EPG Viewer
softhddevice (0.6.1rc1) - A software and GPU emulated HD device
epgsearchonly (0.0.1) - Direct access to epgsearch's search menu
dvbhddevice (2.0.2) - HD Full Featured DVB device
epgsearch (1.0.1.beta5) - search the EPG for repeats and more
live (0.3.0) - Live Interactive VDR Environment
epg2vdr (0.1.10) - epg2vdr plugin
quickepgsearch (0.0.1) - Quick search for broadcasts
dvbsddevice (2.0.1) - SD Full Featured DVB device
skinnopacity (1.1.3) - 'nOpacity' Skin
Speicherzugriffsfehler
Display More
In den Systemmeldungen erhalte ich
Code
[root@fc21 tmp]# journalctl -b
Dez 24 13:52:38 fc21 systemd-coredump[3352]: Process 3351 (vdr) of user 1000 dumped core.
Stack trace of thread 3351:
#0 0x00007f8313e7c572 _ZN18cPluginScraper2vdrD1Ev (libvdr-scraper2vdr.so.2.0.6)
#1 0x00007f8313e7c759 _ZN18cPluginScraper2vdrD0Ev (libvdr-scraper2vdr.so.2.0.6)
#2 0x00007f831e5bee66 _ZN4cDllD1Ev (vdr)
#3 0x00007f831e5beeb9 _ZN4cDllD0Ev (vdr)
#4 0x00007f831e5ff1a4 _ZN9cListBase3DelEP11cListObjectb (vdr)
#5 0x00007f831e5c0541 _ZN14cPluginManager8ShutdownEb (vdr)
#6 0x00007f831e5c057e _ZN14cPluginManagerD1Ev (vdr)
#7 0x00007f831e554782 main (vdr)
#8 0x00007f831c772fe0 __libc_start_main (libc.so.6)
#9 0x00007f831e558035 _start (vdr)
Display More
Wenn ich einen Backtrace vom Coredump erstelle, erhalte ich folgende Ausgabe:
Code
[root@fc21 coredump]# gdb /usr/sbin/vdr --core=/var/lib/systemd/coredump/core.vdr.1000.b578c1ae7f5a411cbcfa38a0a78ff026.3351.1419425557000000GNU gdb (GDB) Fedora 7.8.1-30.fc21
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/vdr...Reading symbols from /usr/lib/debug/usr/sbin/vdr.debug...done.
done.
[New LWP 3351]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `vdr --version'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f8313e7c572 in cPluginScraper2vdr::~cPluginScraper2vdr (this=0x7f832080d1a0, __in_chrg=<optimized out>) at scraper2vdr.c:90
90 delete update;
(gdb) bt
#0 0x00007f8313e7c572 in cPluginScraper2vdr::~cPluginScraper2vdr (this=0x7f832080d1a0, __in_chrg=<optimized out>) at scraper2vdr.c:90
#1 0x00007f8313e7c759 in cPluginScraper2vdr::~cPluginScraper2vdr (this=0x7f832080d1a0, __in_chrg=<optimized out>) at scraper2vdr.c:93
#2 0x00007f831e5bee66 in cDll::~cDll (this=0x7f8320805db0, __in_chrg=<optimized out>) at plugin.c:189
#3 0x00007f831e5beeb9 in cDll::~cDll (this=0x7f8320805db0, __in_chrg=<optimized out>) at plugin.c:194
#4 0x00007f831e5ff1a4 in cListBase::Del (this=this@entry=0x7fffdb9b5910, Object=Object@entry=0x7f8320805db0, DeleteObject=DeleteObject@entry=true) at tools.c:1985
#5 0x00007f831e5c0541 in cPluginManager::Shutdown (this=this@entry=0x7fffdb9b58f0, Log=Log@entry=false) at plugin.c:519
#6 0x00007f831e5c057e in cPluginManager::~cPluginManager (this=0x7fffdb9b58f0, __in_chrg=<optimized out>) at plugin.c:306
#7 0x00007f831e554782 in main (argc=<optimized out>, argv=<optimized out>) at vdr.c:1429
(gdb)
Display More
Liegt es nun am Plugin PluginScraper2vdr oder am VDR ?