Try running the MUD under GDB, that might help things alittle. If its running, 'gdb attach <pid>'. To boot it up 'gdb path/to/executable', then just 'run <port>', then crash it. If there is still no stack, then, well, set up logs in the code to see where its crashing
Davion On Wed, 17 Nov 2004 17:01:49 -0500, Rick St Jean <[EMAIL PROTECTED]> wrote: > When my mud crashes it leaves me a nice core.### file. which was awesome in > the past. I used to be able to specify the file .. then build the > tables. I cannot > do that any longer, each time I try ... I get no stack. how can I get my > debug info > back? > > Rick > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

