Re: unknown bug in my mud?

From: George Greer (greerga@circlemud.org)
Date: 04/14/01


On Sun, 15 Apr 2001, Kras Kresh wrote:

>Program terminated with signal 11, Segmentation fault.
[...]
>#0  0x206c6f74 in ?? ()

(gdb) p (char)0x20
$1 = 32 ' '
(gdb) p (char)0x6c
$2 = 108 'l'
(gdb) p (char)0x6f
$3 = 111 'o'
(gdb) p (char)0x74
$4 = 116 't'

You overwrote a pointer with ' lot'.  Check strcpy, strcat, sprintf,
etc.  You may find the line:

  LIBS = -lefence

useful in your Makefile.  See 'man efence'.  If you run Windows, well, good
luck.

--
George Greer
greerga@circlemud.org

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/05/01 PST