2021-05-05 06:56:12 |
Matthias Klose |
bug |
|
|
added bug |
2021-05-05 06:56:20 |
Matthias Klose |
tags |
|
ftbfs |
|
2021-05-05 06:56:32 |
Matthias Klose |
gdb (Ubuntu): status |
New |
Confirmed |
|
2021-05-05 06:56:37 |
Matthias Klose |
gdb (Ubuntu): importance |
Undecided |
High |
|
2021-05-05 06:56:56 |
Matthias Klose |
tags |
ftbfs |
ftbfs rls-ii-incoming |
|
2021-05-05 06:58:54 |
Matthias Klose |
summary |
gdb ftbfs on armha, tessuite timeouts |
gdb ftbfs on armhf, testsuite timeouts |
|
2021-05-05 10:41:38 |
Matthias Klose |
bug watch added |
|
https://sourceware.org/bugzilla/show_bug.cgi?id=27826 |
|
2021-05-05 10:41:38 |
Matthias Klose |
bug task added |
|
gdb |
|
2021-05-05 13:10:36 |
Bug Watch Updater |
gdb: status |
Unknown |
Confirmed |
|
2021-05-05 13:10:36 |
Bug Watch Updater |
gdb: importance |
Unknown |
Medium |
|
2021-05-06 17:49:27 |
Brian Murray |
nominated for series |
|
Ubuntu Impish |
|
2021-05-06 17:49:27 |
Brian Murray |
bug task added |
|
gdb (Ubuntu Impish) |
|
2021-05-06 17:49:37 |
Brian Murray |
tags |
ftbfs rls-ii-incoming |
ftbfs |
|
2021-05-06 17:50:19 |
Brian Murray |
tags |
ftbfs |
fr-1346 ftbfs |
|
2021-05-07 13:58:03 |
Bug Watch Updater |
gdb: status |
Confirmed |
Incomplete |
|
2021-05-07 16:00:54 |
Matthias Klose |
nominated for series |
|
Ubuntu Hirsute |
|
2021-05-07 16:00:54 |
Matthias Klose |
bug task added |
|
gdb (Ubuntu Hirsute) |
|
2021-05-07 16:00:54 |
Matthias Klose |
nominated for series |
|
Ubuntu Groovy |
|
2021-05-07 16:00:54 |
Matthias Klose |
bug task added |
|
gdb (Ubuntu Groovy) |
|
2021-05-07 16:00:54 |
Matthias Klose |
nominated for series |
|
Ubuntu Focal |
|
2021-05-07 16:00:54 |
Matthias Klose |
bug task added |
|
gdb (Ubuntu Focal) |
|
2021-05-07 16:01:36 |
Matthias Klose |
bug task added |
|
glibc (Ubuntu) |
|
2021-05-07 16:06:43 |
Matthias Klose |
tags |
fr-1346 ftbfs |
fr-1346 ftbfs rls-ff-incoming rls-gg-incoming rls-hh-incoming |
|
2021-05-07 16:06:56 |
Matthias Klose |
glibc (Ubuntu Impish): status |
New |
Fix Committed |
|
2021-05-07 16:07:11 |
Matthias Klose |
gdb (Ubuntu Impish): status |
Confirmed |
Fix Committed |
|
2021-05-07 22:06:49 |
Brian Murray |
tags |
fr-1346 ftbfs rls-ff-incoming rls-gg-incoming rls-hh-incoming |
fr-1346 ftbfs |
|
2021-05-08 03:08:39 |
Launchpad Janitor |
gdb (Ubuntu Impish): status |
Fix Committed |
Fix Released |
|
2021-05-20 09:34:00 |
Matthias Klose |
attachment added |
|
ld.diff https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1927192/+attachment/5498947/+files/ld.diff |
|
2021-05-20 12:35:43 |
Ubuntu Foundations Team Bug Bot |
tags |
fr-1346 ftbfs |
fr-1346 ftbfs patch |
|
2021-06-02 07:53:40 |
Balint Reczey |
description |
see https://launchpad.net/ubuntu/+source/gdb/10.2-0ubuntu3
$ zcat buildlog_ubuntu-impish-armhf.gdb_10.2-0ubuntu3_BUILDING.txt.gz | fgrep '(timeout)'|wc -l
10451 |
[Impact]
* Gdb can't set some breakpoints in ld.so on armhf when libc6-dbg is not installed.
[Test Plan]
* Check that ld.so is not stripped on armhf:
* Check that ld.so is stripped on amd64:
$ file /lib/x86_64-linux-gnu/ld-2.31.so
/lib/x86_64-linux-gnu/ld-2.31.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea85fcb25ee4c4c9e7b180924ab4a44257a9547a, stripped
[Where problems could occur]
* The fix is not stripping ld.so on armhf. Not stripping it comes with a slight increase in file size but this should not be performance critical. Accidentally ld.so could be left unstripped on other architectures, but the test plan covers checking that, at least on amd64. Other than those not stripping ld.so should not cause any issue.
[Original Bug Text]
see https://launchpad.net/ubuntu/+source/gdb/10.2-0ubuntu3
$ zcat buildlog_ubuntu-impish-armhf.gdb_10.2-0ubuntu3_BUILDING.txt.gz | fgrep '(timeout)'|wc -l
10451 |
|
2021-06-02 08:00:32 |
Balint Reczey |
description |
[Impact]
* Gdb can't set some breakpoints in ld.so on armhf when libc6-dbg is not installed.
[Test Plan]
* Check that ld.so is not stripped on armhf:
* Check that ld.so is stripped on amd64:
$ file /lib/x86_64-linux-gnu/ld-2.31.so
/lib/x86_64-linux-gnu/ld-2.31.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea85fcb25ee4c4c9e7b180924ab4a44257a9547a, stripped
[Where problems could occur]
* The fix is not stripping ld.so on armhf. Not stripping it comes with a slight increase in file size but this should not be performance critical. Accidentally ld.so could be left unstripped on other architectures, but the test plan covers checking that, at least on amd64. Other than those not stripping ld.so should not cause any issue.
[Original Bug Text]
see https://launchpad.net/ubuntu/+source/gdb/10.2-0ubuntu3
$ zcat buildlog_ubuntu-impish-armhf.gdb_10.2-0ubuntu3_BUILDING.txt.gz | fgrep '(timeout)'|wc -l
10451 |
[Impact]
* Gdb can't set some breakpoints in ld.so on armhf when libc6-dbg is not installed.
[Test Plan]
* Check that ld.so is not stripped on armhf:
$ /lib/*/ld-2.31.so
libc6/lib/arm-linux-gnueabihf/ld-2.31.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e20a43bff0c4d2aa7f508c93eadad973ea0c0af9, with debug_info, not stripped
* Check that ld.so is stripped on amd64:
$ file /lib/x86_64-linux-gnu/ld-2.31.so
/lib/x86_64-linux-gnu/ld-2.31.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea85fcb25ee4c4c9e7b180924ab4a44257a9547a, stripped
[Where problems could occur]
* The fix is not stripping ld.so on armhf. Not stripping it comes with a notable increase in file size and it may be performance critical 109K stripped vs 1.3M unstripped. Accidentally ld.so could be left unstripped on other architectures, but the test plan covers checking that, at least on amd64. Other than those not stripping ld.so should not cause any issue.
[Original Bug Text]
see https://launchpad.net/ubuntu/+source/gdb/10.2-0ubuntu3
$ zcat buildlog_ubuntu-impish-armhf.gdb_10.2-0ubuntu3_BUILDING.txt.gz | fgrep '(timeout)'|wc -l
10451 |
|
2021-06-02 08:04:01 |
Balint Reczey |
glibc (Ubuntu Hirsute): status |
New |
Opinion |
|
2021-06-02 08:04:18 |
Balint Reczey |
glibc (Ubuntu Groovy): status |
New |
Opinion |
|
2021-06-02 08:04:31 |
Balint Reczey |
glibc (Ubuntu Focal): status |
New |
Opinion |
|
2021-07-28 14:00:48 |
Launchpad Janitor |
glibc (Ubuntu Impish): status |
Fix Committed |
Fix Released |
|
2021-07-28 14:00:48 |
Launchpad Janitor |
cve linked |
|
2021-33574 |
|
2021-12-07 23:14:35 |
Brian Murray |
gdb (Ubuntu Groovy): status |
New |
Won't Fix |
|
2021-12-08 17:53:57 |
Brian Murray |
gdb (Ubuntu Hirsute): status |
New |
Won't Fix |
|
2021-12-13 03:58:58 |
Steve Langasek |
glibc (Ubuntu Focal): status |
Opinion |
Incomplete |
|
2021-12-13 04:03:16 |
Steve Langasek |
glibc (Ubuntu Focal): status |
Incomplete |
In Progress |
|
2021-12-13 06:03:07 |
Steve Langasek |
glibc (Ubuntu Focal): status |
In Progress |
Fix Committed |
|
2021-12-13 06:03:13 |
Steve Langasek |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2021-12-13 06:03:17 |
Steve Langasek |
bug |
|
|
added subscriber SRU Verification |
2021-12-13 06:03:21 |
Steve Langasek |
tags |
fr-1346 ftbfs patch |
fr-1346 ftbfs patch verification-needed verification-needed-focal |
|
2021-12-14 03:30:26 |
Mathew Hodson |
glibc (Ubuntu Groovy): status |
Opinion |
Won't Fix |
|
2021-12-14 03:30:39 |
Mathew Hodson |
glibc (Ubuntu Hirsute): status |
Opinion |
Won't Fix |
|
2021-12-14 23:13:44 |
Chris Halse Rogers |
gdb (Ubuntu Focal): status |
New |
Fix Committed |
|
2022-01-17 17:18:02 |
Brian Murray |
tags |
fr-1346 ftbfs patch verification-needed verification-needed-focal |
fr-1346 ftbfs patch verification-done verification-done-focal |
|
2022-01-19 00:16:25 |
Chris Halse Rogers |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2022-01-19 00:17:03 |
Launchpad Janitor |
gdb (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2022-02-10 21:48:53 |
Brian Murray |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2022-02-10 21:48:57 |
Brian Murray |
tags |
fr-1346 ftbfs patch verification-done verification-done-focal |
fr-1346 ftbfs patch verification-needed verification-needed-focal |
|
2022-04-28 02:22:51 |
Michael Hudson-Doyle |
tags |
fr-1346 ftbfs patch verification-needed verification-needed-focal |
fr-1346 ftbfs patch verification-done-focal |
|
2022-05-11 01:47:31 |
Launchpad Janitor |
glibc (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2022-05-14 08:11:58 |
Bug Watch Updater |
gdb: status |
Incomplete |
Fix Released |
|
2022-05-15 19:39:13 |
Cemirtan Igor Grigore |
bug |
|
|
added subscriber Cemirtan Igor Grigore |
2022-05-15 19:39:16 |
Cemirtan Igor Grigore |
removed subscriber Cemirtan Igor Grigore |
|
|
|
2022-05-15 19:39:17 |
Cemirtan Igor Grigore |
bug |
|
|
added subscriber Cemirtan Igor Grigore |
2022-05-15 19:39:19 |
Cemirtan Igor Grigore |
removed subscriber Cemirtan Igor Grigore |
|
|
|
2022-05-15 19:39:21 |
Cemirtan Igor Grigore |
bug |
|
|
added subscriber Cemirtan Igor Grigore |
2023-06-27 10:42:50 |
Simon Chopin |
nominated for series |
|
Ubuntu Mantic |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
gdb (Ubuntu Mantic) |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
glibc (Ubuntu Mantic) |
|
2023-06-27 10:42:50 |
Simon Chopin |
nominated for series |
|
Ubuntu Lunar |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
gdb (Ubuntu Lunar) |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
glibc (Ubuntu Lunar) |
|
2023-06-27 10:42:50 |
Simon Chopin |
nominated for series |
|
Ubuntu Kinetic |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
gdb (Ubuntu Kinetic) |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
glibc (Ubuntu Kinetic) |
|
2023-06-27 10:42:50 |
Simon Chopin |
nominated for series |
|
Ubuntu Jammy |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
gdb (Ubuntu Jammy) |
|
2023-06-27 10:42:50 |
Simon Chopin |
bug task added |
|
glibc (Ubuntu Jammy) |
|
2023-06-27 10:43:40 |
Simon Chopin |
glibc (Ubuntu Mantic): importance |
Undecided |
High |
|
2023-06-27 10:43:40 |
Simon Chopin |
glibc (Ubuntu Mantic): status |
Fix Released |
In Progress |
|
2023-06-27 10:43:51 |
Simon Chopin |
glibc (Ubuntu Lunar): status |
New |
Won't Fix |
|
2023-06-27 10:43:59 |
Simon Chopin |
glibc (Ubuntu Kinetic): status |
New |
Won't Fix |
|
2023-06-27 10:44:12 |
Simon Chopin |
glibc (Ubuntu Jammy): importance |
Undecided |
High |
|
2023-06-27 10:44:12 |
Simon Chopin |
glibc (Ubuntu Jammy): status |
New |
Triaged |
|
2023-06-27 10:44:24 |
Simon Chopin |
gdb (Ubuntu Jammy): status |
New |
Fix Released |
|
2023-06-27 10:44:30 |
Simon Chopin |
gdb (Ubuntu Kinetic): status |
New |
Fix Released |
|
2023-06-27 10:44:39 |
Simon Chopin |
gdb (Ubuntu Lunar): status |
New |
Fix Released |
|
2023-06-27 10:46:59 |
Simon Chopin |
glibc (Ubuntu Jammy): importance |
High |
Medium |
|
2023-07-28 18:36:04 |
Brian Murray |
glibc (Ubuntu Jammy): status |
Triaged |
Fix Committed |
|
2023-07-28 18:36:09 |
Brian Murray |
tags |
fr-1346 ftbfs patch verification-done-focal |
fr-1346 ftbfs patch verification-done-focal verification-needed verification-needed-jammy |
|
2023-08-04 05:04:24 |
Matthias Klose |
tags |
fr-1346 ftbfs patch verification-done-focal verification-needed verification-needed-jammy |
fr-1346 ftbfs patch verification-done verification-done-focal verification-done-jammy |
|
2023-09-12 15:48:24 |
Launchpad Janitor |
glibc (Ubuntu Jammy): status |
Fix Committed |
Fix Released |
|