DNM Demonstrate segfault with variable-width strings#38
Conversation
|
Unsure why CI is not being triggered? |
Because there is not a proper CI set yet (we typically test this plugin manually with PyTables). Would you like to provide one? Also, I don't see the fix in the PR (apparently it was reverted in a commit?). Also missing the PR for the hdf5-blosc2 plugin. |
Yes, happy to work on it.
Yes, I'm working on it.
Also working on it. It's the same problem. |
83c52f8 to
f537f9f
Compare
| const char* complist; | ||
| char errmsg[256]; | ||
|
|
||
| assert(cd_nelmts >= 4); |
There was a problem hiding this comment.
test_strings crashes here if you remove the workaround hack from it. blosc_set_local did not run so this is valued 0.
a906df9 to
57c53b2
Compare
a77a20b to
29416b8
Compare
|
Opened upstream issue: HDFGroup/hdf5#5942 |
09a833a to
e1229ea
Compare
The filter segfaults when faced with char** data.
This PR demonstrates the issue on hdf5 1.4 and shows how it's fixed in the upcoming 2.1, thanks to HDFGroup/hdf5#6178.
XREFs
can_applyandset_localfilter callbacks skipped forH5T_VARIABLEdtypes HDFGroup/hdf5#5942