Anyone? At the moment it is very hard to debug parallel work. With issues like #14456 <https://github.com/JuliaLang/julia/issues/14456> and related problems, it would be extraordinarily helpful to have access to the full error messages from remotes.
I care enough about this to actually try writing code implementing any hints / suggestions people might have. On Wednesday, March 30, 2016 at 5:53:53 PM UTC+1, Matthew Pearce wrote: > > > 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 >
