Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1822468
Summary: | glibc: wait4 cannot handle NULL rusage arguments | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zdenek Dohnal <zdohnal> |
Component: | glibc | Assignee: | Carlos O'Donell <codonell> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | anto.trande, aoliva, arjun.is, codonell, dj, fweimer, law, mfabian, mhroncok, pfrankli, rjones, rth, sgallagh, siddhesh, sipoyare, vondruch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.31.9000-9.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-21 14:22:24 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 245418, 1489998, 1818011 |
Description
Zdenek Dohnal
2020-04-09 06:21:20 UTC
In the meantime, I'm running: $ koji tag f33-pending glibc-2.31.9000-6.fc33 Created task 43153881 Watching tasks (this may be safely interrupted)... 43153881 tagBuild (noarch): free 43153881 tagBuild (noarch): free -> closed 0 free 0 open 1 done 0 failed 43153881 tagBuild (noarch) completed successfully However I'm never sure if this is enough. Releng ticket to untag: https://pagure.io/releng/issue/9395 With glibc-2.31.9000-6.fc33 back in the buildroot, the problem seem to be gone (for now). The make failure looks like this (only happens with -jN if more than one target is built): ==46== Invalid write of size 4 ==46== at 0x4A8B4F9: valid_timeval64_to_timeval (time.h:367) ==46== by 0x4A8B4F9: rusage64_to_rusage (resource.h:97) ==46== by 0x4A8B4F9: wait4 (wait4.c:125) ==46== by 0x4A8B2C9: waitpid (waitpid.c:38) ==46== by 0x12104A: reap_children (in /usr/bin/make) ==46== by 0x121D94: new_job (in /usr/bin/make) ==46== by 0x1133C8: execute_file_commands (in /usr/bin/make) ==46== by 0x12E33C: ??? (in /usr/bin/make) ==46== by 0x12EE12: update_goal_chain (in /usr/bin/make) ==46== by 0x11074A: main (in /usr/bin/make) ==46== Address 0x0 is not stack'd, malloc'd or (recently) free'd This was reported on libc-alpha: https://sourceware.org/pipermail/libc-alpha/2020-April/112547.html A fix is under review: https://sourceware.org/pipermail/libc-alpha/2020-April/112574.html https://sourceware.org/pipermail/libc-alpha/2020-April/112596.html The patch needs a v3. Fix was pushed upstream: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=00515ea3a15703a3d196c1d1bd372214abc990ad So we a good to rebase glibc past this bug. https://koji.fedoraproject.org/koji/taskinfo?taskID=43439516 https://koji.fedoraproject.org/koji/taskinfo?taskID=43439614 ?? I'm seeing this again as well. https://koji.fedoraproject.org/koji/taskinfo?taskID=43439082 https://koji.fedoraproject.org/koji/taskinfo?taskID=43439297 https://koji.fedoraproject.org/koji/taskinfo?taskID=43439518 Untag request: https://pagure.io/releng/issue/9405 I'm deeply sorry about this, I had a momentary lapse of judgement. *** Bug 1824307 has been marked as a duplicate of this bug. *** |