This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dodji at gcc dot gnu.org,
                   |                            |dvyukov at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org
          Component|testsuite                   |sanitizer
            Summary|[5 Regression] Massive asan |[5 Regression] Massive asan
                   |failures (356) on           |failures (356) on darwin
                   |x86_64-apple-darwin14       |

--- Comment #4 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
The difference is that darwin doesn't give symbols associated with the
backtrace (the "in main" part). This should be ultimately fixed in libbacktrace
(see for example: https://gcc.gnu.org/ml/gcc/2012-10/msg00053.html), because as
I understand it it is libbacktrace that provides symbolization for
libsanitizer.

In the meantime, the testsuite requirements should be relaxed. The question for
the sanitizer maintainers is: is Dominique's patch acceptable to achieve this?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]