^Z causes time to exit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
time (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
sometimes you're running a program that's been taking awhile, and you want to pause it, maybe to make sure that it's still actually doing something, or to examine its state
but if you use your shell to send ^Z to the program, time interprets that as time to exit:
example
time sleep 2390438903
^Z
[1]+ Stopped sleep 2390438903
real 0m0.792s
user 0m0.000s
sys 0m0.000s
what should probably happen
time sleep 2390438903
^Z
$ fg
real blahblah
user blahblah
sys blahblah
time:
Installed: 1.9-0.1build2
Candidate: 1.9-0.1build2
Version table:
*** 1.9-0.1build2 500
500 http://
100 /var/lib/
ubuntu jammy 22.04.2 LTS
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: time 1.9-0.1build2
Uname: Linux 6.0.7-gnulibre-
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun 27 12:06:54 2023
InstallationDate: Installed on 2017-04-18 (2260 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: time
UpgradeStatus: Upgraded to jammy on 2023-06-14 (12 days ago)
mtime.conffile.
tags: | added: lunar mantic |