-
Notifications
You must be signed in to change notification settings - Fork 15
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 1.0.3 crashes loading saved JuliaDB table with mempool error #26
Comments
Sorry, this issue slipped past me. If this still occurs, could you post
I'm curious if it's WeakRefStrings-related. |
Another table, same issue:
The issue persists on Julia 1.1.0, JuliaDB 0.11.2, MemPool 0.2.0. |
The GC walkaround works for me and allows me to read this table back.
Still happening on Julia 1.2.0-rc2, JuliaDB 0.12.0, MemPool 0.2.0 |
Closing as this issue is rather old and JuliaDB is unmaintainted; please re-open with an MWE using MemPool's master branch if you still need help. |
I am not sure whether this issue belongs here. On Julia 1.0.3, JuliaDB 0.10, and MemPool 0.1.2 (or master) I saved a table:
and when I load it back in Julia crashes with:
The text was updated successfully, but these errors were encountered: