> Now it would not be hard to extend that script to also do something like: > gdb --command=/some/file server/crossfire core > /some/other/file > > where the --command file lists the commands you want gdb to do (probably where, > q). I'm not sure if I would want to default crossloop scripts to do this - > after all, gdb isn't installed on every system. How about a separate 'crossloop-debug' script? Or have the regular script check to see if gdb is present and only run it on the core file if it is? --PC