What to do with core dumps (was: Punkbuster)

ScratchMonkey ScratchMonkey at MatureAsskickers.net
Tue Jun 21 13:56:15 EDT 2005


--On Tuesday, June 21, 2005 6:55 PM +0100 Nigel Smart 
<nigel.smart at tranceairwaves.com> wrote:

> run GDB on them like this ..
>
> gdb -c <corefile> ./bin/ia-32/bf2_f
> change ia-32 to amd-64 if using amd64 processor

And then issue the "bt" (backtrace) command to get a dump of the stack. 
That should give a clue to what the actual problem is.

(Does this program have multiple threads? It may be necessary to list the 
threads, select each in turn, and issue bt on each one.)





More information about the Bf1942 mailing list