[mohaa] Alpha 1b...

Ryan C. Gordon icculus at clutteredmind.org
Wed Jan 1 01:13:25 EST 2003


> 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