Re: gdb [CIRCLE] [CODE]

From: Chris Gilbert (chris@buzzbee.freeserve.co.uk)
Date: 07/01/00


Felix J Vazquez wrote:
>
> Anyone ever seen something like this before?
>
> GNU gdb 19991004
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i386-redhat-linux".
> Core was generated by `bin/circle -q 5001'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x808e61e in ?? ()
> (gdb)

There's nothing saying it's reading symbols from anywhere, what command
line do you use? I use:
gdb bin/circle lib/core
and get something like:
[chris@localhost hl]$ gdb bin/circle lib/core
GNU gdb 19991004
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
Core was generated by `bin/circle 4444'.
Program terminated with signal 6, Aborted.
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.2...done.
#0  0x40083d41 in __kill () from /lib/libc.so.6

hth,
Chris


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT