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 testsuite/63939] [5 Regression] Massive asan failures (356) on x86_64-apple-darwin14


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-18
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
The patch I have submitted is taking care of that

 =================================================================
-==25409==ERROR: AddressSanitizer: global-buffer-overflow on address 0x08049daa
at pc 0x08048717 bp 0xffe2ada8 sp 0xffe2ad9c
-READ of size 1 at 0x08049daa thread T0
-    #0 0x8048716 in main
/home/howarth/gcc-trunk/gcc/testsuite/c-c++-common/asan/global-overflow-1.c:20
-    #1 0x439383f2 in __libc_start_main (/lib/libc.so.6+0x439383f2)
-    #2 0x80485c0 
(/home/howarth/build/gcc/testsuite/gcc/global-overflow-1.exe+0x80485c0)
+==3315==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0006718a
at pc 0x00066d0a bp 0xbff97748 sp 0xbff9773c
+READ of size 1 at 0x0006718a thread T0
+    #0 0x66d09 
(/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/gcc/./global-overflow-1.exe+0x1d09)
+    #1 0x93b076d8  (/usr/lib/system/libdyld.dylib+0x36d8)
+    #2 0x0  (<unknown module>)


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