I am trying to build grantlee-editor 23.08.0 on Rawhide and the build always fail on i686. Task with the build: https://koji.fedoraproject.org/koji/taskinfo?taskID=106135776 Log: https://kojipkgs.fedoraproject.org//work/tasks/5776/106135776/build.log Extract from the log: + /usr/bin/find-debuginfo -j5 --strict-build-id -m -i --build-id-seed 23.08.0-1.fc40 --unique-debug-suffix -23.08.0-1.fc40.i386 --unique-debug-src-base grantlee-editor-23.08.0-1.fc40.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/grantlee-editor-23.08.0 find-debuginfo: starting Extracting debug info from 4 files Fatal glibc error: malloc.c:2594 (sysmalloc): assertion failed: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0) Fatal signal: Fatal glibc error: malloc.c:2594 (sysmalloc): assertion failed: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0) Reproducible: Always Steps to Reproduce: 1. Trigger a koji build for grantlee-editor 2. Check i686 build 3.Task never finishes and we see the fatal glibc error Expected Results: Build is successful
This is likely a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=2237392 It's a known issue being worked on by the gdb developers, and has been run into by the gcc builds already.
Given the assertion is identical to that seen with gcc, and it's i686-only on fc40, I'm going to go ahead and mark this as a duplicate. *** This bug has been marked as a duplicate of bug 2237392 ***