Anyone know how to capture error messages as strings? This is for debugging of code run on remote machines, as the trace on the master node appears to be incomplete.
Note I am *not* asking about the atexit() behaviour. I am asking about capturing non-fatal errors like sqrt(-1) rather than segfaults etc. Much appreciated Matthew