-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
EXCEPTION_ACCESS_VIOLATION in FastTransforms tests #48907
Comments
This is likely not a Julia issue. Windows will throw this error on a double free. Since the stacktrace goes through:
It is likely an issue in the library itself. |
I wonder if it's related to #48187 since these issues also only show up on Windows with Julia > 1.8.3. |
I think this is fixed now, tests seem to pass using the latest julia nightly on Windows in the PR JuliaApproximation/FastTransforms.jl#222 Thanks a lot! Any chance of this being backported to 1.9? |
#50135 is already tagged to be backported to v1.9. |
See the run https://github.com/JuliaApproximation/FastTransforms.jl/actions/runs/4341886418/jobs/7582033357, the error message is:
The tests error only on Windows latest for Julia v1.8.5, and pass on Linux and macOS (although the other tests on Windows get cancelled because of this error). The previous CI run from 3 months back did run successfully on Windows latest (for Julia v1.8.3 and v1.7), so this appears to be a regression. Unfortunately, I don't have access to a Windows system to look into this.
The text was updated successfully, but these errors were encountered: