|
From: Tom H. <th...@cy...> - 2003-08-27 15:23:05
|
In message <287...@se...>
Jason Gauthier <jga...@la...> wrote:
> Maybe I just don't completely understand what I'm looking for. Can someone
> offer an idea?
>
> ==20872== Conditional jump or move depends on uninitialised value(s)
> ==20872== at 0x81361A0: check_dispel (magic.c:246)
> ==20872== by 0x8123B6F: char_to_room (handler.c:1904)
> ==20872== by 0x81024BC: reset_room (db.c:2797)
> ==20872== by 0x8102B1B: reset_area (db.c:2990)
>
> So,I look at reset_area:
The first place you want to look is check_dispel, as that is the
innermost function in that stack trace.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|