[MEncoder-users] MEncoder segfault

Andrew Savchenko Bircoph at list.ru
Wed Jan 17 16:28:51 CET 2007


> > (gdb) help stack
> > Examining the stack.
> > The stack is made up of stack frames.  Gdb assigns numbers to
> > stack frames counting from zero for the innermost (currently
> > executing) frame.
> >
> > At any time gdb identifies one frame as the "selected" frame.
> > Variable lookups are done with respect to the selected frame.
> > When the program being debugged stops, gdb selects the
> > innermost frame. The commands below can be used to select
> > other frames by number or address.
>
> Sorry for the dumb question, but how do I run MEncoder under
> gdb? I've never done this here, I'm just a regular user, not a
> debugger.
>
> Do I type on the command line: gdb bt /usr/local/bin/mencoder
> <parameters> Can someone explain to me how to run MEncoder under
> gdb (the exact command line)?

$ gdb mencoder
in the gdb shell:
(gdb) run full_list_of_parameters
(gdb) bt

"(gdb)" is gdb prompt, do not type it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mencoder-users/attachments/20070117/ce08c7a3/attachment.pgp>


More information about the MEncoder-users mailing list