Bug 147493
Summary: | glibc issue with javaws, waitid with no options set | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Scot Harris <scot> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | jerome.fillon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-02-09 13:25:25 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
Scot Harris
2005-02-08 15:44:26 UTC
Dup of bug #138982 This is a javaws bug, not glibc bug. http://www.opengroup.org/onlinepubs/009695399/functions/waitid.html mandates that options is formed by OR'ing together one or more of the following flags... but javaws uses 0 for options. Note one or more, not zero or more. The difference from FC2 is that starting with FC3, glibc uses kernel waitid syscall if available, while FC2 used just not very conformant wrapper around waitpid and allowed many broken combinations of arguments. *** Bug 138982 has been marked as a duplicate of this bug. *** |