Actions
Bug #2266
openSegmentation fault mit der letzten GIT-Version, VDR 2.2.0
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
11/01/2015
Due date:
% Done:
0%
Estimated time:
Description
Mit der letzten GIT-Version des master-branches erhalte ich mit dem VDR 2.2.0 folgendes:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff767fc700 (LWP 20119)] 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00007ffff3753835 in net_real_write () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 #2 0x00007ffff3753afb in net_flush () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 #3 0x00007ffff3753efe in net_write_command () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 #4 0x00007ffff3750fb0 in cli_advanced_command () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 #5 0x00007ffff374bcb2 in mysql_stmt_close () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 #6 0x00007ffff3c7998f in cDbStatement::clear (this=0x7fff68507fa0) at db.c:300 #7 0x00007ffff3c78fc5 in cDbStatement::~cDbStatement (this=0x7fff68507fa0, __in_chrg=<optimized out>) at db.c:73 #8 0x00007ffff3c7902a in cDbStatement::~cDbStatement (this=0x7fff68507fa0, __in_chrg=<optimized out>) at db.c:74 #9 0x00007ffff3c7a35b in cDbTable::close (this=0x7fff68501230) at db.c:559 #10 0x00007ffff3c7a216 in cDbTable::~cDbTable (this=0x7fff68501230, __in_chrg=<optimized out>) at db.c:535 #11 0x00007ffff3c6d017 in ~cTableVdrs (this=0x7fff68501230, __in_chrg=<optimized out>) at lib/tabledef.h:391 #12 cTableVdrs::~cTableVdrs (this=0x7fff68501230, __in_chrg=<optimized out>) at lib/tabledef.h:391 #13 0x00007ffff3c67767 in cUpdate::exitDb (this=this@entry=0xa3d990) at update.c:450 #14 0x00007ffff3c6bae7 in cUpdate::checkConnection (this=0xa3d990, timeout=@0x7fff767fbeac: 10) at update.c:481 #15 0x00007ffff3c6c762 in cUpdate::Action (this=0xa3d990) at update.c:680 #16 0x000000000050d2d9 in cThread::StartThread (Thread=0xa3d990) at thread.c:262 #17 0x00007ffff798d0ca in start_thread (arg=0x7fff767fc700) at pthread_create.c:309 #18 0x00007ffff634006d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 (gdb) quit
Ein Downgrade auf die Version 0.1.12 (http://projects.vdr-developer.org/git/vdr-plugin-epg2vdr.git/snapshot/vdr-plugin-epg2vdr-57766287256873ab843f1366258e139b5ccf9dbb.tar.gz) läuft hingegen (aktuell und hoffentlich bleibt es so) stabil.
Updated by horchi over 8 years ago
- Status changed from New to Resolved
im http-Branch behoben, Master-Branch wird nicht mehr gepflegt bzw. http demnächst nach Master gemerged
Actions