Re: [MEMORY]

From: Chuck Reed (creed@I-55.COM)
Date: 02/26/98


>Try 'list' 'bt' 'info locals' and lots of 'print's

(gdb) bt
#0  get_char_idnum (nr=Cannot access memory at address 0xbffff758.
) at handler.c:65
Cannot access memory at address 0xbffff750.
(gdb)


(gdb) list
60
61        for (i = character_list; i; i = i->next)
62          if (GET_IDNUM(i) == nr)
63            return i;
64
65        return NULL;
66      }
67
68
69      char *fname(char *namelist)
(gdb)

(gdb) info locals
nr = 135299892
i = (struct char_data *) 0x8107c38
(gdb)

(gdb) print
The history is empty.
(gdb)

Hope this helps (cause it sure don't mean a thing to me :)

Chuck


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



This archive was generated by hypermail 2b30 : 12/15/00 PST