bug-time
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

time 1.9 is broken


From: Leonid Yuriev
Subject: time 1.9 is broken
Date: Sat, 5 Dec 2020 21:24:30 +0300

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

More info:
https://github.com/erthink/libmdbx/issues/144
https://bugzilla.redhat.com/show_bug.cgi?id=1898138
https://bugzilla.redhat.com/show_bug.cgi?id=1904650

Regards,
Leonid.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]