On Wed, 4 Mar 1998, Dan Argent wrote: >(gdb) print *d >Cannot access memory at address 0x0. > >What were the addresses of those patches again (grovel). That's not your problem. The problem is that your 'd' is NULL and trying to dereference it for 'd->olc' causes a crash. You'll have to examine why 'd' is NULL at the point it is used. (Remember that the xxx_save_to_disk routines take an integer now, not a struct descriptor_data *, which might be your cause if it's not in do_olc.) -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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