02-22-2012, 04:06 PM
Under Linux, the only advice I can offer is to run MCServer under gdb. then if it crashes, you can locate both where and why, that is, if you built with gdb symbols (default for the GNUmakefile)
For windows, i'm working on a solution that will write dump-files upon crash and the developers can later view the dump-files for information - they have each thread's callstack and global variables. However that needs a bit more infrastructure, such as centralized nightbuilds.
For windows, i'm working on a solution that will write dump-files upon crash and the developers can later view the dump-files for information - they have each thread's callstack and global variables. However that needs a bit more infrastructure, such as centralized nightbuilds.