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

[WIP] Fix Windows CI #165

Closed
wants to merge 5 commits into from
Closed

[WIP] Fix Windows CI #165

wants to merge 5 commits into from

Conversation

MilesCranmer
Copy link
Owner

This eliminates a few potential data races in an attempt to fix JuliaLang/julia#47957. I still see segfaults on Windows for earlier Julia versions, so am going to try ThreadSanitizer too. If I can't solve it on the SymbolicRegression.jl side, perhaps it is something else. Regardless, these data races should be fixed anyways (even though they don't seem to affect the search).

@MilesCranmer MilesCranmer marked this pull request as draft December 23, 2022 19:32
@MilesCranmer
Copy link
Owner Author

Seems like this has been fixed by setting the --heap-size-hint

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

Successfully merging this pull request may close these issues.

Repeated segfaults on Windows integration tests
1 participant