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

Random crashes after libraries were installed #9922

Open
yurivict opened this issue Dec 11, 2022 · 2 comments
Open

Random crashes after libraries were installed #9922

yurivict opened this issue Dec 11, 2022 · 2 comments

Comments

@yurivict
Copy link

Description

Once libraries were installed OMEdit now crashes in random places during startup.
I think that the problem might be with multithreading.
Is it possible to always limit it to a single thread as an experiment?

Version and OS

  • OpenModelica Version: 1.20
  • OS: FreeBSD 13.1
@StefanBruens
Copy link

On Linux, you can use taskset to limit the CPU mask (i.e. to a single cpu/core).

@yurivict
Copy link
Author

I think that there's some problem with parallelism/thread managament or synchronization.
I disabled threads (setting ncpu=1) and now there are no crashes.
But this needs to be investigated.

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