-
-
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
ASAN throwing heap-buffer-overflow errors during precompilation #53898
Comments
Should that be reported to mpfr? Does it happen before 61caaa8? |
Yes I'm getting a similar error on 944f180.
|
Didn't have an issue on 5cb0e51 which should be MPFR 4.2.0. |
Bisected to #47105 and specifically it's the bump to Parsers to v2.8.0 from 2.4.0. |
After building I ran
./build.sh ./tmp/test-asan binary-dist
and got this error three timesRunning
binary-dist
on CI segfaulted but ASAN didn't print any info, https://buildkite.com/julialang/julia-buildkite/builds/1482#018e7d5d-3b05-4e40-aa4a-dd931b9eceeb.I'm running with ASLR disabled as otherwise I was having trouble building.
Both CI and locally the warning
WARNING: using mismatched version for sanitizers:
was printed, not sure if that affects anything.Full log is here.
The text was updated successfully, but these errors were encountered: