On Sun, 5 Oct 2003, Martin Mewes wrote: > Howdy, > > Am Sam, den 04.10.2003 schrieb Sasa Stupar um 23:38: > > > How can I debug them to see which program is dying? > > I kew this would come up, but unfortunately I have to leave this to the > experts for I do not know myself ... > > kind regards > > Martin The first thing to do is $ file core.xxxxx You will get a response like: $ file core core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'program' which tells you that the program "program" crashed to generate the file. >From there, you are into the realm of debuggers such as gdb or ddd. -- Matthew Saltzman Clemson University Math Sciences mjs AT clemson DOT edu http://www.math.clemson.edu/~mjs -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list