-
Notifications
You must be signed in to change notification settings - Fork 126
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
Bug: Zero-Sized (NULL) Blocs and Operators #3460
Comments
Latest release, ADIOS 2.8.3 w/ c-blosc 1.21.0, fails with the same segfault. Testing master as of 98bef0e and c-blosc 2.6.1 next. |
Compile error in SST as of master:
Will disable SST #3463 to proceed |
The
|
I think the segfault is here:
|
Tried #3465, but |
@ax3l we merged a fix for BP4, could you try running this again and see if you get an error? |
PR #3542 should fix this bug |
Can we have a test for this? Zero blocks and compression. |
On Summit as of ADIOS 2.8.3, writes crash when trying to write zero-sized/null blocks and having c-blosc 1.21.0 compression enabled.
Crash in
void adios2::format::BPSerializer::PutOperationPayloadInBuffer<unsigned long>(adios2::core::Variable<unsigned long> const&, adios2::core::Variable<unsigned long>::BPInfo const&)+0xd8
:Compression parameters used:
attn @pnorbert @guj
cc @franzpoeschel
X-Ref.:
The text was updated successfully, but these errors were encountered: