gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:

Home Page:https://www.pygimli.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERTManager.invert() --> error: malloc(): unsorted double linked list corrupted

emgema opened this issue · comments

Bildschirmfoto vom 2024-05-27 12-38-12

I want to perform a ERT-inversion,
but program fails at mgr.invert(), more precise
in ertModelling.py, line 178 in response: "resp = self._core.response(mod)"

with error:
"Fatal Python error: Aborted" (ipython)
"malloc(): unsorted double linked list corrupted" (when started inside bash)

I use:
Bildschirmfoto vom 2024-05-27 12-39-54
on Linux Mint 21.3 Cinnamon

thanks for your help!

It might be related that I solved this issue #721 by

ln -s libcholmod.so.5 libcholmod.so.3
ln -s libumfpack.so.6 libumfpack.so.5

just after installation...

This might explain a lot. Linking to a different version can be a solution but it is not recommended. Keep updated with #721.

ok, thanks! Until a fix of #721 I use:
Bildschirmfoto vom 2024-05-27 17-02-36