Bug 2238843

Summary: Grantlee-editor koji build fails on i686
Product: [Fedora] Fedora Reporter: marcdeop
Component: glibcAssignee: Carlos O'Donell <codonell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: arjun, codonell, dj, fberat, fweimer, jlaw, mcermak, mcoufal, mfabian, pfrankli, sipoyare, skolosov
Target Milestone: ---Keywords: Automation, BuildBlocker
Target Release: ---   
Hardware: i686   
OS: Linux   
URL: https://kojipkgs.fedoraproject.org//work/tasks/5776/106135776/build.log
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-09-14 10:55:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description marcdeop 2023-09-13 20:03:46 UTC
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

Comment 1 Carlos O'Donell 2023-09-14 10:52:32 UTC
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.

Comment 2 Carlos O'Donell 2023-09-14 10:55:03 UTC
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 ***