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

            Bug ID: 67168
           Summary: Asan crashes on program startup
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bizyaev.game at yandex dot ru
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
  Target Milestone: ---

I've compiled my program with -fsanitize=address and -lasan, and it crashes
with the following console output:

==4563==Sanitizer CHECK failed:
../../../../src/libsanitizer/asan/asan_malloc_linux.cc:85 ((allocated <
kCallocPoolSize)) != (0) (0, 0)

Reply via email to