From: Bjorn Reese (breese@mail1.stofanet.dk)
Date: Fri Feb 02 2001 - 11:52:19 EST
Caran julien wrote:
> /bin/sh: 17188 Floating exception - core dumped
Adding a stacktrace could be helpful. The way you do this is to
1. Locate the core dump
% find . -name core -print
2. Change directory if necessary
3. Find out which executable caused the core dump
% file core
4. Start a debugger for post-mortem investigation
% gdb insert-the-executable-here core
If you don't have gdb, use dbx instead.
5. Make a stacktrace from the debugger
(gdb) where
---- Message from the list xml@rpmfind.net Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
This archive was generated by hypermail 2b29 : Fri Feb 02 2001 - 12:43:36 EST