I'm getting a rather strange segmentation fault when I try to configure the MUD, but I don't see any tracebacks anywhere that would explain why. Everything seems to have worked correctly in compilation, and it all seems to be installed, except for what I've logged below. Would anyone be able to tell me where I can find the tracebacks so I can figure out what's wrong? I looked in the various log dirs, and none seemed relevant.
At this point, it seems to lock up, so I hit ^C.
[code="I then get this:"] [3] Segmentation fault ./driver config.tmi2
~/tmi2/bin$ ls
addr_server config.tmi2 driver
~/tmi2/bin$ ./driver config.tmi2&
[3] 1800
~/tmi2/bin$ using config file: config.tmi2
Initializing internal tables....At this point, it seems to lock up, so I hit ^C.
[code="I then get this:"] [3] Segmentation fault ./driver config.tmi2
Any help would be greatly appreciated, as I've never seen this error before.