[Bug sanitizer/70746] UBSAN runtime fail: undefined symbol: __ubsan_handle_nonnull_arg
ch3root at openwall dot com
gcc-bugzilla@gcc.gnu.org
Thu Apr 21 09:09:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70746
Alexander Cherepanov <ch3root at openwall dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Alexander Cherepanov <ch3root at openwall dot com> ---
I figured it out. New gcc was installed in parallel with the system one and due
to wrong LD_LIBRARY_PATH settings, an old system libubsan.so was used. With the
right libubsan.so everything works fine. Sorry for the noise!
More information about the Gcc-bugs
mailing list