Activity log for bug #1709727

Date Who What changed Old value New value Message
2017-08-09 22:41:19 dann frazier bug added bug
2017-08-09 23:06:25 dann frazier nominated for series Ubuntu Zesty
2017-08-09 23:06:25 dann frazier bug task added gcc-6 (Ubuntu Zesty)
2017-08-09 23:06:25 dann frazier nominated for series Ubuntu Xenial
2017-08-09 23:06:25 dann frazier bug task added gcc-6 (Ubuntu Xenial)
2017-08-09 23:06:37 dann frazier bug task added gcc-5 (Ubuntu)
2017-08-09 23:14:34 dann frazier attachment added patch for gcc-6/artful https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1709727/+attachment/4929775/+files/artful.debdiff
2017-08-09 23:28:45 dann frazier gcc-6 (Ubuntu Xenial): status New Invalid
2017-08-10 00:27:03 Ubuntu Foundations Team Bug Bot tags patch
2017-08-10 13:51:20 dann frazier attachment added patch for gcc-5/xenial https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1709727/+attachment/4930030/+files/gcc-5.debdiff
2017-08-10 14:02:18 dann frazier gcc-5 (Ubuntu): status New Triaged
2017-08-10 14:02:20 dann frazier gcc-5 (Ubuntu Xenial): status New Triaged
2017-08-10 14:02:23 dann frazier gcc-5 (Ubuntu Zesty): status New Triaged
2017-08-10 14:02:26 dann frazier gcc-6 (Ubuntu): status New Triaged
2017-08-10 14:02:29 dann frazier gcc-6 (Ubuntu Zesty): status New Triaged
2017-08-16 15:10:45 Raghuram Kota bug added subscriber Raghuram Kota
2017-08-21 07:39:08 Launchpad Janitor gcc-6 (Ubuntu): status Triaged Fix Released
2017-08-21 11:36:08 Launchpad Janitor gcc-5 (Ubuntu): status Triaged Fix Released
2017-09-13 19:22:32 Matthias Klose 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] [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 ...] Plus see the tests in the libasan testsuite succeed. [Regression Risk] None, unless the 48bit-vma support is removed again from the kernel. Can't find the corresponding kernel SRU which explained the regression potential in this kernel change.
2017-09-13 20:13:42 Brian Murray gcc-5 (Ubuntu Xenial): status Triaged Fix Committed
2017-09-13 20:13:45 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-09-13 20:13:47 Brian Murray bug added subscriber SRU Verification
2017-09-13 20:13:51 Brian Murray tags patch patch verification-needed verification-needed-xenial
2017-09-14 22:26:01 dann frazier tags patch verification-needed verification-needed-xenial patch verification-done verification-done-xenial
2017-10-04 17:11:20 Launchpad Janitor gcc-5 (Ubuntu Xenial): status Fix Committed Fix Released
2017-10-04 17:11:47 Brian Murray removed subscriber Ubuntu Stable Release Updates Team