[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Job control trouble on FreeBSD-CURRENT
From: |
Christian Weisgerber |
Subject: |
Job control trouble on FreeBSD-CURRENT |
Date: |
Wed, 7 Aug 2002 03:12:44 +0200 |
User-agent: |
Mutt/1.4i |
I'm seeing a weird job control problem with bash 2.05b (also 2.05a)
built on recent FreeBSD 5.0-CURRENT/alpha.
$ less IrcLog
...
^Z
[1]+ Stopped less IrcLog
$ jobs
[1]+ Running less IrcLog &
What tipped me off was that resuming stopped jobs doesn't work--because
bash considers them running and never sends a SIGCONT.
Any suggestions where in jobs.c I should look to track down this
curious bookkeeping change from stopped to running?
--
Christian "naddy" Weisgerber naddy@mips.inka.de
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Job control trouble on FreeBSD-CURRENT,
Christian Weisgerber <=