Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
emgema opened this issue May 27, 2024 · 4 comments
Closed

Comments

@emgema
Copy link

emgema commented May 27, 2024

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!

@emgema
Copy link
Author

emgema commented May 27, 2024

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...

@halbmy
Copy link
Contributor

halbmy commented May 27, 2024

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

@emgema
Copy link
Author

emgema commented May 27, 2024

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

@halbmy
Copy link
Contributor

halbmy commented Aug 27, 2024

Going back to old versions should never be an option. As far as I can see it is a specific constellation on Python 3.11.
Closing this issue anyway but other issues with linking problems stay open until being solved through pgcore 1.6.

@halbmy halbmy closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants