[mohaa] Alpha 1b...

Ryan C. Gordon icculus at clutteredmind.org
Wed Jan 1 01:38:19 EST 2003


> Tried what you said and I don't have any core.* files anywhere. When I
> say crashes I guess I should elaborate a bit. It just dies to a command
> prompt no error msgs etc. even tried turning developer var on it gives
> me tons more info but nothing when the server dies.

Might be our signal handler cleaning up without a core.

Run the server under gdb directly:
  gdb ./spearhead_lnxded

when gdb prompt comes up:
  run xxx

...where "xxx" is your command line options...when it crashes, use the
"bt" command. If it says "program exited normally"...well, that's a
problem.

--ryan.






More information about the Mohaa mailing list