Comment 21 for bug 743012

Revision history for this message
Sebastian Pölsterl (sebp) wrote :

I'm sorry, but gdb didn't log the output as I expected, therefore the output of the daemon is still missing. The following command should work:

$ G_DEBUG=fatal_criticals gdb --args gnome-dvb-daemon --debug --disable-epg-scanner
(gdb) set logging on
(gdb) run > output.txt 2>&1

This redirects the output of the daemon to the file "output.txt" and the output of gdb to "gdb.txt". Hopefully, this will help to narrows it down.

Feel free to try it on Ubuntu 10.10, the version there is the same as for 10.04, I would be surprised if the issue disappears there. Make sure to install debugging symbols as mentioned in comment 12, though.