In the Makefile make sure you have this after the gcc line -ggdb That will install a "Stack Table" for you.
Inside the debugger just type "where" and it will show you the stack trace. ----- Original Message ----- From: "Rick St Jean" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, November 17, 2004 5:01 PM Subject: gdb doesn't have a stack? > 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 > >

