"Kevin D. Clark" <[EMAIL PROTECTED]> writes:
>[EMAIL PROTECTED] writes:
>
>> It then seg-faults and core dumps. Can anyone tell me how I can read the
>> core fie and find out why it's faulting?
>
>gdb <path-to-your-executable> <path-to-your-corefile>
>
>At the prompt type "where".

Alternately: run tripwire under strace.  I usually use "strace -ff -o
log <command>".  It shows all the system requests and the replies.
The last few lines usually tell the story.  Sometimes the most useful
part is the name of the file it's trying to access.

        - Jim Van Zandt

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to