I get this with Hardy too. I strace'd the bash running in another
window. Here are some selected highlights after entering `sfkjsfskfjsd
&'.
write(2, "[1] 22001\n", 10) = 10
write(1, "\33]0;[EMAIL PROTECTED]: ~\7", 19) = 19
write(2, "$ ", 2) = 2
read(0, 0xbfb0382f, 1) = -1 EIO (Input/output error)
write(2, "logout\n", 7) = 7
open("/home/ralph/.bash_logout", O_RDONLY|O_LARGEFILE) = 3
So bash prints the background PID, updates the terminal title bar,
prints $PS1, and then attempts to read from fd 0 but gets an EIO and
bails out.
--
bogus background command often causes shell to exit
https://bugs.launchpad.net/bugs/127399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs