[mohaa] Alpha 1b...

Luke Salsich lsalsich at cox.net
Wed Jan 1 16:58:54 EST 2003


I would like to enable this traceback feature to help with any
debugging, but when I enter 'ulimit -c unlimited' and then run the game,
I can locate no core.xxxx files after a crash........

Anyone offer some more information on the steps to enable this?

Thanks,
Luke




-----Original Message-----
From: Ryan C. Gordon [mailto:icculus at clutteredmind.org] 
Sent: Wednesday, January 01, 2003 1:13 AM
To: mohaa at icculus.org
Subject: RE: [mohaa] Alpha 1b...



> I'm getting random crashes. Is there anything I can turn on to get a 
> traceback for you to analyze?

ulimit -c unlimited
Then run the server.

Let the server crash. Every time it crashes, it should leave a
"core.xxxxx" file in the current directory where "xxxxx" is the process
id that crashed.

 then run gdb ./spearhead_lnxded core.xxxxx

When gdb loads, enter "bt" to get a backtrace.

Send the output of that backtrace to me.

--ryan.









More information about the Mohaa mailing list