Description of problem: The command "/usr/bin/time bash -c 'echo test >&2'" failed since STDERR is closed by the time utility. Version-Release number of selected component (if applicable): Name : time Version : 1.9 Release : 11.fc33 Architecture : x86_64 Size : 87 k Source : time-1.9-11.fc33.src.rpm Repository : @System From repo : updates Summary : A GNU utility for monitoring a program's use of system resources URL : http://www.gnu.org/software/time/ License : GPLv3+ and GFDL Description : The GNU time utility runs another program, collects information about : the resources used by that program while it is running, and displays : the results. How reproducible: $ /usr/bin/time bash -c 'echo test >&2' Actual results: Command exited with non-zero status 1 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 3504maxresident)k 0inputs+0outputs (0major+182minor)pagefaults 0swaps Expected results: test 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 3312maxresident)k 0inputs+0outputs (0major+141minor)pagefaults 0swaps Additional info: https://github.com/erthink/libmdbx/issues/144
Seems this is duplicate of the https://bugzilla.redhat.com/show_bug.cgi?id=1898138 But in my case this leads to a database corruption (https://github.com/erthink/libmdbx/issues/144).
Another minor problem is the 'time' component at bugzilla.redhat.com mismatch to the `time` package.
*** This bug has been marked as a duplicate of bug 1898138 ***