You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generally don't maintain old releases and I doubt gcc 4.8 is maintained at all as it's 3.5 years old.
Please try latest gcc or clang. It's likely the problem is already fixed there whatever it is.
Info: gcc-4.8.3, Ubuntu 16.04 LTS.
I compiled a project with
-fsanitize=address
. At startup the process freezes:in gdb I see that my code has hung in:
Issue #733 is somewhat similar but does not provide clear answer to the problem.
How can I experiment with shadow memory as mentioned in #733?
The text was updated successfully, but these errors were encountered: