-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
libafl_libfuzzer fails to build with error: 'sanitizer/allocator_interface.h' file not found #2535
Comments
I ran LibAFL/libafl_libfuzzer/build.rs Lines 137 to 140 in 2c676f0
|
Looks like you're OOMing during build. Check your memory usage during the build? |
How much memory is expected to be required?
|
LTO is pretty greedy... unfortunately we don't have a good way to disable this. At build time I observed 2GB, at link time I observed up to 4.2GB. |
I am trying to use the libafl_libfuzzer shim with cargo-fuzz and hitting this error:
As I have not been able to find any info on this error elsewhere, I'd appreciate any help. I am using
rustc 1.83.0-nightly (c52c23b6f 2024-09-16)
and running on an X86_64 Ubuntu serverThe text was updated successfully, but these errors were encountered: