On Wed, Sep 27, 2006 at 09:00:19PM +0200, Martin Wache wrote:
> If you, or anyone else experiences could you please try to attach to the
> vdr with a gdb and post backtraces like Marko did? Maybe we get some
> hints from them.

Indeed.  I did something like this after the hang occurred:

$ cd vdr-1.4.2
$ ps x|grep vdr
$ gdb vdr
(gdb) attach <pid displayed by the ps command>
(gdb) set height 0
(gdb) set logging on
(gdb) i thr
(gdb) thr 1
(gdb) bt full
(gdb) thr 2
(gdb) bt full
...
(gdb) thr <highest reported by "i thr">
(gdb) bt full
(gdb) set logging off
(gdb) quit

Next time, I will override my relay box when resuming from a long
suspend, to see if any video is displayed during the one-second period
after resuming.

        Marko
_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to