On Friday 02 Jan 2004 5:30 pm, Ronald J. Hall wrote:Yes that seems right, see this,
On Friday 02 January 2004 11:59 am, John Richard Smith wrote: -> When you get a core dump, what can you then do to read it ? ->
Have you tried:
gdb -core=3D<core file name>
I don't see why the 3D. Try gdb -core=core
Without the executable file that produced the core you aren' t likely to get much useful information. What are you trying to do?
[EMAIL PROTECTED] root]# cd /mnt/ext2-vol6/downloads2/divx
[EMAIL PROTECTED] divx]# ls
core.10551 core.7674 dvdripsingle toystory1.avi
[EMAIL PROTECTED] divx]# gdb -core=core.7674
GNU gdb 5.3-22mdk (Mandrake Linux)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu".
Core was generated by `mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=1024 -oac mp3lam'.
Program terminated with signal 11, Segmentation fault.
#0 0x081b5fb8 in ?? ()
(gdb)
so when you get through the pre-amble it doesn't say much really,but,
Core was generated by `mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=1024 -oac mp3lam'.
Program terminated with signal 11, Segmentation fault.
#0 0x081b5fb8 in ?? ()
(gdb)
So you see I'm trying to run down a problem with mencoder, but this core dump doesn't really say much, unless #0 0x081b5fb8 in ?? () is saying something cryptic I cannot possibly understand. I don't suppose someone knows if it is ?
John
--
John Richard Smith
[EMAIL PROTECTED]
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
