Comment 4 for bug 769531

Revision history for this message
Bernhard D (bernhard-d-telering) wrote :

The error occurs right after program start. It must have something to do with epg, because there is no error if I start with --disable-epg-scanner (see attachment).

GNU gdb (Gentoo 7.2 p1) 7.2
Copyright (C) 2010 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-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/local/bin/gnome-dvb-daemon...done.
(gdb) run
Starting program: /usr/local/bin/gnome-dvb-daemon
[Thread debugging using libthread_db enabled]
** Message: Main.vala:59: Creating new Manager D-Bus service
** Message: Main.vala:80: Creating new RecordingsStore D-Bus service

** (gnome-dvb-daemon:4339): CRITICAL **: RecordingsStore.vala:70: Recording with id 2 already available

** (gnome-dvb-daemon:4339): CRITICAL **: RecordingsStore.vala:70: Recording with id 3 already available

** (gnome-dvb-daemon:4339): CRITICAL **: RecordingsStore.vala:70: Recording with id 1 already available

** (gnome-dvb-daemon:4339): CRITICAL **: RecordingsStore.vala:70: Recording with id 6 already available

** (gnome-dvb-daemon:4339): CRITICAL **: RecordingsStore.vala:70: Recording with id 5 already available
** Message: Main.vala:161: Restoring 2 device groups
[New Thread 0x7ffff2e05700 (LWP 4344)]
** Message: Manager.vala:448: Restoring timers of device group 1
[New Thread 0x7ffff1cdd700 (LWP 4345)]
** Message: Manager.vala:448: Restoring timers of device group 2

Program received signal SIGSEGV, Segmentation fault.
0x0000000000470e0d in dvb_channel_get_Sid (self=0x823b40) at src/Channel.c:351
351 result = self->priv->sid;