This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Background processes prevent terminal window from closing


Hi,

I have found that background processes prevent the terminal window
from closing. I have tried with the cmd terminal as well as mintty.
Here is a simple example:

$ notepad .profile &
[1] 10260
$ exit
logout

The window remains until I close the notepad window. I have also
reproduced the issue using a simple looping shell script instead of a
windows program.

I thought that running disown would detach the process to turn it into
a daemon, but this has no effect.

Is there any way to detach running background processes such that the
terminal can be closed?

Cheers,

Ryan Dortmans

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]