According to Stacy L. Zeder:
> I tried what you suggested, using htsearch -vvv from the command line.  I
> immediately get a "Segmentation error, core dump" message with htsearch.core
> being created.  I've never used gdb before, but upon trying, and doing the
> following:
> 
> (gdb) file htsearch
> (gdb) info stack
> (gdb) bt
> (gdb) backtrace
> 
> all the stack related commands come back saying there is no stack.

This is likely because gdb didn't know about the core file.  There are a
couple things you can do:

1)  $ gdb /path/to/htsearch /path/to/htsearch.core
    (gdb) bt

2)  $ gdb /path/to/htsearch
    (gdb) run -vvv
    (gdb) bt


-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to