-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Windows build with JULIA_THREADS = 1 segfaults #13975
Comments
ref #13970, I suspect you're only the second person to try building with multi-threading on Windows and you only missed first by a few hours. Can you try disabling the |
Can I just set the llvm url to the specific url for threading? Should I do a clean build including deps? |
Replace the
then just |
threading support is not currently available on windows (#13970 (comment)) |
I can build the jn/tls37 branch fine but
|
thanks. better if you post the entire test log to a gist. same failures might be present on unmodified 3.7.0, not sure |
I just ran into a same or similar issue today, with a fresh Julia checkout, using the instructions for the Windows build. I built Julia using a single thread. When I run Base.runtests() I get the following output:
|
This issue is about bootstrap, segfaults are currently expected and is the reason we don't enable it by default. |
that's a totally separate issue, not related to multithreading at all. ref #14206, iconv is one of the things we were borrowing from git. in a source build, you should be using the build environment's iconv during the tests, either cygwin or msys2 |
Make.user
has the requiredXC_HOST = x86_64-w64-mingw32
.I added
JULIA_THREADS = 1
as I wanted to test threads. MSYS2 isn't working still from my understanding of #13206 so I used Cygwin. The deps built successfully but when building Julia it failes with:The text was updated successfully, but these errors were encountered: