-
-
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
GC corruption when testing DataFrames #25176
Comments
Repro? Or a set of Julia+pkg hashes? Tried to reproduce with an ASAN build, but the tests are probably bailing out early due to recent changes (printf, bindir, or whatnot). |
I don't have a minimal reproducible example at the moment, but the DataFrames commit was JuliaData/DataFrames.jl@b2075f4, and according to Travis, these are the packages it was using:
And this was its Julia version:
|
ASAN detects the corruption a little earlier, but still in precompilation:
EDIT: switched build trees (in order to bisect) and now I can't reproduce it anymore... |
If you can no longer reproduce this, should we call it a fluke and close this? |
There've been lots of missing gc roots fixed since 1.0. Absent a reproducer, I'll close this. Of course please open a new issue for any reoccurence. |
Full log here: https://gist.github.com/ararslan/8a287510a3111681641cde87d6f8cd32
cc @Keno
The text was updated successfully, but these errors were encountered: