** Description changed: + [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
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927192 Title: gdb ftbfs on armhf, testsuite timeouts To manage notifications about this bug go to: https://bugs.launchpad.net/gdb/+bug/1927192/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
