-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
julia-debug.exe segfaults during spawn test ever since #9266 #10111
Comments
Works fine without sys.dll, so maybe not too big an issue. Does make #10045 harder to debug locally. |
that seems to be a non-sequitur. the debug build is supposed to ignore sys.dll, since loading it would cause errors. although, i do keep seeing warnings that seem to result from it having gotten loaded? |
Lightly refactor to make this somewhat more maintainable. fixes JuliaLang#10111
Lightly refactor to make this somewhat more maintainable. fixes JuliaLang#10111
Thanks for the fix here @ihnorton. I'm guessing it would look a fair bit different on release-0.3. It might be okay as a wontfix there though, since I highly doubt we'll be shipping sys.dll with any 0.3 release. |
cc @vtjnash see logs, and bisect results from win32 and win64 here: https://gist.github.com/tkelman/7e6aa9bf14d382ba5b65
(skips were build failures)
The text was updated successfully, but these errors were encountered: