Thread: World crashes
View Single Post
  #8  
Old 07-07-2009, 01:18 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

You can get a backtrace of the corefile using gdb:

Code:
gdb ./world <corefilename>
...bunch of output...
(gdb) bt
...output from backtrace...
(gdb)
Replace <corefilename> with the name of the core file. Save the output from the backtrace and post it here.
Reply With Quote