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
rednoise
We've run into an interesting problem running the newer version of rednoise (v2.0.1) where we encounter the following error at runtime.
# Docker container version (Ubuntu 24.04) > rednoise testing_rednoise.fft Rednoise Removal Routine v2.0.1 May, 2024 *** buffer overflow detected ***: terminated Aborted (core dumped)
whereas the same file run through the previous version (v2.0) executes as expected with the correct output, e.g.,
# Bare metal install (Ubuntu 22.04), installed pre-meson build update > rednoise testing_rednoise.fft Rednoise Removal Routine v2.0 Feb, 2015 Done. Rednoise removed from 4500000 of 4500000 points.
Apart from the difference in code between versions, the difference on our end is:
-march=znver3 -O3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've run into an interesting problem running the newer version of
rednoise
(v2.0.1) where we encounter the following error at runtime.whereas the same file run through the previous version (v2.0) executes as expected with the correct output, e.g.,
Apart from the difference in code between versions, the difference on our end is:
-march=znver3 -O3
included in the meson build w/ Ubuntu 24.04The text was updated successfully, but these errors were encountered: