-
Notifications
You must be signed in to change notification settings - Fork 61
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
SymPy.jl not threadsafe? #431
Comments
Hmm, I can't reproduce this on my Mac laptop. The first thing I tried was whether it was an issue with
|
I have to say that I am on WSL 2 Ubuntu 20.04 on Windows 10 Pro 21H1. This is the output:
On the host OS, Windows 10 PRO 21H1, I don't get segfault but
|
For WSL:
For windows:
|
I checked quickly on my notebook which is running Windows 10 Enterprise 20H2. In WSL 2 Ubuntu 20.04 I get
While on the host OS I get
|
Yeah, my guess is this is something to report to |
That looks relevant. Thanks! So we have to wait until JuliaPy/PyCall.jl#882 is solved and then check again. |
While working with polynomials in
SymPy.jl
I encountered segfaults when using Julia threads. MWE:Is this only problematic with some functions or is
SymPy.jl
in general not threadsafe?The text was updated successfully, but these errors were encountered: