On Sun, Jan 3, 2021 at 6:40 PM John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> wrote: > > On 1/3/21 10:30 PM, John Paul Adrian Glaubitz wrote: > > FWIW, the source code is here: > > > >> https://salsa.debian.org/installer-team/partman-base/-/blob/master/parted_server.c > > > > If anyone has any clever idea, please let me know. > > > > And if someone wants to debug the issue with the hanging partionier > > themselves, > > check out the log in /var/log/partman on a second terminal while the > > partionier > > is running. > > > > As one can see, it just stops after /lib/init.d/30_parted and I'm afraid, I > > have > > absolutely no idea why. There is no crash, no error, nothing.
One question... Are the binaries being built with LTO? LTO can cause a lot of problems. See, for example, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98396. In another project I am involved with, LTO has to be disabled because of inline assembly. GCC cannot optimize it properly. Also see https://github.com/weidai11/cryptopp/issues/993. Jeff Jeff