-
Notifications
You must be signed in to change notification settings - Fork 1k
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 output doesn't show symbols when built with clang 3.8 or 3.9 #1043
Comments
Solved. After I ran into the principle of ASan AddressSanitizerCallStack, I notice that :
I run More info here: After I built with
|
Wow, good job |
built with clang
As we can see in the output,
(/home/thinkycx/Fuzz/fuzzer/ASan/a.out+0x41b8d9
dosen't show which line it belongs to the source code. Is there anyone knows why?Env:
compile:
source code:
run:
built with gcc
When I build with gcc, it displays well.
The text was updated successfully, but these errors were encountered: