On Sun, Mar 29, 1998 at 10:02:21PM +1000, Mark Rogers wrote:
> Hi,
> 
>  How do I get some useful info from the core dump file (core)??
> E.g What program caused it?

        Strings core | less

and near the top you should find the program name.

for more detail, assuming the program has not been stripped, you can
do:

        gdb program -c core

Fred
-- 
---- Fred Smith -- [EMAIL PROTECTED] ----------------------------
                    The Lord detests the way of the wicked 
                  but he loves those who pursue righteousness.
----------------------------- Proverbs 15:9 (niv) -----------------------------


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to