JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
560 stars 92 forks source link

Segfault when trying to load this file #363

Closed chelseas closed 2 years ago

chelseas commented 2 years ago

run_99801_worst_cells.zip

Title says it all.

I tried to save it with jldsave and the kwarg syntax of jldsave("filename.jld2", a=5, b = 6) type thing.

JonasIsensee commented 2 years ago

The file itself is fine. It loads without errors in a clean julia session (without SymEngine being loaded). I don't know what's causing the segfault for you, but I'm hopeful that we can get this fixed with a dedicated custom serialization as discussed in #362