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

Deadlock using Cmpi.convertFile2PyTree with a wrong file name #253

Open
nicolasgruel opened this issue Jan 8, 2025 · 0 comments
Open

Deadlock using Cmpi.convertFile2PyTree with a wrong file name #253

nicolasgruel opened this issue Jan 8, 2025 · 0 comments

Comments

@nicolasgruel
Copy link

Hello everyone,

I create this issue to share the problem encountered in ticket #11526 (https://elsa.onera.fr/issues/11526#change-379348).
It seems that the problem comes from Converter.Mpi methods. When you give a wrong file name in methods such as 'convertFile2PyTree' or 'convertFile2SkeletonTree', the calculation crashes but the job still runs.

The deadlock likely comes from the fact that processor 0 reads the file, then transmits the PyTree to other processors. With a wrong filename, processor 0 returns an error and the other processors wait for the PyTree, without returning errors.

You can find here a small case reproducing the problem, you can launch it using 'job_juno.sh' : /stck/ngruel/Public/11526

Thanks in advance,
Nicolas

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

1 participant