If you're just starting out, why not use 2.0.1 instead of 1.8 . A lot of the programming faults are cleaned up in there, it's a bit more stable. Take a look in comm.c line 422, that's where the problem is. Since you didn't post that, it's not easy to tell what it's at (most of us have highly edited code;)).
On Fri, 1 Apr 2005 19:52:58 -0600, Kevin Mcdougal wrote: > Greetings, > > This is my first posting to this list, and for running rom in > general, so if this post is insanely newbish, please be nice (; . I > recently downloaded a copy of rom2.4b6 in the hopes of starting one > of the many roms out there already. I decided that rather than > developing my areas offline, I'd much rather go the OLC route, so I > patched the stock code with Ivan's OLC 1.81. Now, the problem is > I'm getting segfaults, and don't really know where they're coming > from (crappy wifi connection, ssh session drops, makes using gdb > remotely a pain). For the sake of trying to further clarify, here's > what gdb dumps me during startup of the MUD: > > 0xffffe002 in ?? () > (gdb) bt > #0 0xffffe002 in ?? () > #1 0x0805fc91 in main (argc=2, argv=0x0) at comm.c:422 #2 > 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6 > > So I guess my question is whether or not there are any well known > bugs concerning this version of ivan's olc that I should be aware > of? And if so, if there's any fixes available? Sorry this couldn't > be more descript, and any information would be much appreciated. > Thanks! > > sigma

