-
Notifications
You must be signed in to change notification settings - Fork 199
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
SIGSEGV on macOS when run in parallel #1005
Comments
Any idea what might be happening @lgottwald ? |
I'll have a look soon
15.11.2022 15:41:00 Julian Hall ***@***.***>:
… Any idea what might be happening @lgottwald[https://github.com/lgottwald] ?
—
Reply to this email directly, view it on GitHub[#1005 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABBCMRHIKPO5SERKU4CTGE3WIOOHXANCNFSM6AAAAAASA7ZQBI].
You are receiving this because you were mentioned.[Verfolgungsbild][https://github.com/notifications/beacon/ABBCMRDBZRNE2WJSITULFFTWIOOHXA5CNFSM6AAAAAASA7ZQBKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSOM6BQ6.gif]
|
I'm consistently getting a SIGSEGV on macOS with the following:
Can anyone else confirm that they are able to reproduce this? |
Here's the backtrace:
Looks like some thread-local work queue may not have been initialized properly. |
What macOS version are you using? |
This issue no longer seems to occur on the latest version of macOS. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run HiGHS solvers from multiple threads using the Rust binding, I get SIGSEGV on macOS:
lldb output:
See also rust-or/highs#6
The text was updated successfully, but these errors were encountered: