Hi everyone, A couple of days ago, a module I have been working on for some time started throwing segmentation faults frequently and at random. After a lot of head-scratching, I found out that the HDF5 package was causing this.
My module starts by loading (with HDF5) some data that I processed a month or so ago and stored on my hard drive in native Julia format (with HDF5). The files did not change but the package was updated. I am not saying that this is a bug in the HDF5 package: maybe the package is not fully backward-compatible with old data, maybe I just need to re-process and re-store the data. I don't have the time to investigate right now so I am posting this hoping that it will save someone redundant head-scratching :) Ben
