[Bug 1709727] [NEW] asan causes hangs on arm64

dann frazier dann.frazier at canonical.com
Wed Aug 9 22:41:19 UTC 2017


Public bug reported:

[Impact]
Binaries built w/ asan support hang on arm64. This causes many timeouts during the test phase of a gcc build, causing builds to need ~24 hours to complete.

[Test Case]
$ cat test.c
#include <stdio.h>

void main() {
  printf("hi.\n");
}
$ gcc test.c -g -fsanitize=address -fno-omit-frame-pointer test.c -o test
$ ./test
==46644==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.h:844 "((res)) < ((kNumPossibleRegions))" (0xffffb4b, 0x8000000)
[... HANG ...]

[Regression Risk]

** Affects: gcc-6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-6 in Ubuntu.
https://bugs.launchpad.net/bugs/1709727

Title:
  asan causes hangs on arm64

Status in gcc-6 package in Ubuntu:
  New

Bug description:
  [Impact]
  Binaries built w/ asan support hang on arm64. This causes many timeouts during the test phase of a gcc build, causing builds to need ~24 hours to complete.

  [Test Case]
  $ cat test.c
  #include <stdio.h>

  void main() {
    printf("hi.\n");
  }
  $ gcc test.c -g -fsanitize=address -fno-omit-frame-pointer test.c -o test
  $ ./test
  ==46644==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.h:844 "((res)) < ((kNumPossibleRegions))" (0xffffb4b, 0x8000000)
  [... HANG ...]

  [Regression Risk]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-6/+bug/1709727/+subscriptions



More information about the foundations-bugs mailing list