On 20 Apr 2009 at 22:38, Peter Hjalmarsson wrote: > strace ./FahCore_a0.exe -dir work/ -suffix 01 -checkpoint 15 -verbose > -version 602 > ~/fah6-stdout 2> ~/fah6-stderr
try strace -f, it seems the app is forking and that's probably where something goes wrong. -ff -o are also useful switches for saving the log files.