Re: "gitk &" closes parent bash upon exit

2010-12-10 Thread Illia Bobyr
On 9/26/2010 6:24 PM, Keith Thompson wrote: > Keith Thompson writes: >> "Illia Bobyr" writes: >> [...] >>> When I do "gitk&" upon gitk exit the parent bash process >>> terminates as well. >>> When I do "(gitk&)" it works fine. There does not seem to be any >>> crash dumps. But somet

Re: "gitk &" closes parent bash upon exit

2010-12-09 Thread Keith Thompson
Keith Thompson writes: > "Illia Bobyr" writes: > [...] >> When I do "gitk &" upon gitk exit the parent bash process >> terminates as well. >> When I do "(gitk &)" it works fine. There does not seem to be any >> crash dumps. But sometimes bash outputs "Logout" before it exits just >

Re: "gitk &" closes parent bash upon exit

2010-12-09 Thread Keith Thompson
"Illia Bobyr" writes: [...] > When I do "gitk &" upon gitk exit the parent bash process > terminates as well. > When I do "(gitk &)" it works fine. There does not seem to be any > crash dumps. But sometimes bash outputs "Logout" before it exits just > as if I would press ^D on promp

Re: "gitk &" closes parent bash upon exit

2010-09-20 Thread Eric Blake
On 09/20/2010 12:44 PM, Illia Bobyr wrote: It may be a Cygwin specific problem. Approximately at the time the problem appeared cygwin.dll was also updated. This is a known cygwin problem, caused by the fact that cygwin tcl is not cygwin-aware, which makes cygwin have a tough time knowin