[bf1942] forgive my n00bness, but....

Ryan C. Gordon icculus at clutteredmind.org
Mon Jan 6 15:38:40 EST 2003


> What am I doing wrong here!?! Went through the whole man/info for gdb
> but.... no joy :( I'd be very grateful if someone could help me out :)

gdb is useless in this respect, since when the server respawns itself for
mapchange, it confuses the debugger.

Run:

  ulimit -c unlimited

Run the server. If it crashes, it'll leave a core.* file in the directory.

THEN, run "gdb ./bf1942_lnxded core.*"  (".*" being whatever the corefile
is actually called)

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

--ryan.






More information about the Bf1942 mailing list