We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce:
writer::named_file::config c({0.01,0.01,0.01}, {0.0,0.0,0.0}); writer::named_file out(tempfile, c); out.close(); // <- Segfault
The issue is due to pcompressor never getting set as writePoints is never called. However, writing an empty file should be a valid operation.
pcompressor
writePoints
The text was updated successfully, but these errors were encountered:
do not segfault when writing no points #138
684374f
Fix implemented in #139
Sorry, something went wrong.
do not segfault when writing no points #138 (#139)
aa6f371
No branches or pull requests
To reproduce:
The issue is due to
pcompressor
never getting set aswritePoints
is never called. However, writing an empty file should be a valid operation.The text was updated successfully, but these errors were encountered: