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

GKlib triggerred an errexit when calling gk_mcorePop->gk_free with multi-thread #17

Open
whaleeej opened this issue Aug 8, 2022 · 1 comment

Comments

@whaleeej
Copy link

whaleeej commented Aug 8, 2022

Hi developer,

This is an issue happening with multi-threading. When using Metis::METIS_PartGraphRecursive in one thread, everything works ok. However, switching to parallel calls triggers a wired error related to "mallac&free", as illustrated by following image.
image

I have tried to make the static int gk_exit_on_error = 0. But further incertain access voliation would be thrown.

@mapret
Copy link

mapret commented Sep 8, 2023

I had the same crash with MSVC (which based on your screenshot you are also using), which I fixed in PR #31 .

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