Quoting Goga777 <[EMAIL PROTECTED]>:

> > > 30 17:26:13 localhost vdr: [18056] cVideoRepacker: switching to MPEG1/2 
> > > mode
> > > > Oct 30 17:26:13 localhost vdr: [18056] cVideoRepacker: operating in 
> > > > MPEG1/2 mode
> > > > Oct 30 17:26:13 localhost kernel: [19192.761934] vdr[18059]: segfault 
> > > > at 0 ip b7a1a1e2 sp
> > > b2a5c130 error 4 in
> > > > libavformat.so .52.23.1[b79f9000+ba000]
> > >
> > >
> > > seems to me - need to run vdr with gdb
> > >
> > > could someone give detail instruction how can I do it for that command 
> > > line
> > > ./vdr -c /etc/vdr -P "softdevice -vo xv:"
> >
> > gdb ./vdr
> >
> > (gdb) set args -P "softdevice -vo xv:" -P extrecmenu ....
> > (gdb) run
> >
> > (gdb) bt full
>
> [EMAIL PROTECTED]:/usr/src/vdr1_70$ gdb ./vdr
> GNU gdb 6.8-debian
> Copyright (C) 2008 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 "i486-linux-gnu"...
> (gdb)  set args -P "softdevice -vo xv:"

All arguments should be specified here, symbolized by "....".
>From your example above, "-c /etc/vdr" should appear too, I guess.


> (gdb) run
> Starting program: /usr/src/vdr1_70/vdr -P "softdevice -vo xv:"
> [Thread debugging using libthread_db enabled]
>
> [4]+  Stopped                 gdb ./vdr
> [EMAIL PROTECTED]:/usr/src/vdr1_70$

Stopped messages are usually caused by pressing CONTROL-Z.

>
>
> I don't know why I have [4]+  Stopped                 gdb ./vdr

Command "fg" brings suspended (stopped) processes back to foreground
of controlling terminal.

If you want to detach a suspended (stopped) process, command "bg"
background can be used to append and "&" to previous issued command.

Stefan Lucke
_______________________________________________
Softdevice-devel mailing list
Softdevice-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to