On Fri, 24 Jan 1997, marimah@ksu.ksu.edu wrote: - Hi, I'm not well-versed in using gdb and I need to know what this means. - This is after I type 'where' - - #0 0x4003c40d in __libc_free () - #1 0x8123628 in ?? () - #2 0x1 in ?? () - #3 0x7d830845 in ?? () - Cannot access memory at address 0x8be58955 What you're seeing is what I tried to explain in my how-to post. The info you're getting means the crash happened while you were trying to free some memory that wasn't allocated (already freed). If you follow the steps in my post you should be able to track down the actual cause. Sam +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST