cannot alloc memory
Hi,
I'm getting this error when running an app with MPI:
Error : At /users/rta/workspace/malt/src/lib/core/SymbolSolver.cpp:516 : Error : Fail to use addr2line on /path/to/executable to load symbols : Cannot allocate memory.
I also tried running with fewer ranks per node, but still getting the same error. Is there something else that can cause a failure to allocate memory for addr2line?
Thanks,Rob
Nice catch. Just to link and keep track, the patch proposed is in PR #84. Thanks for reporting.
I merged PR #84.
If the problem you reported is related, if should work now (notice I didn't yet made extensive tests after the merge so if you make some tests, I will be happy to know it works).
Cheers, Sébastien.