malt icon indicating copy to clipboard operation
malt copied to clipboard

cannot alloc memory

Open aulwes opened this issue 2 years ago • 2 comments

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

aulwes avatar Oct 06 '23 17:10 aulwes

Nice catch. Just to link and keep track, the patch proposed is in PR #84. Thanks for reporting.

svalat avatar Oct 16 '23 13:10 svalat

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.

svalat avatar Nov 06 '23 14:11 svalat