Re: git checkout problem

2009-06-30 Thread gauthier
nch "new_file_system" from the master branch (or > vice versa) would result an error that a file can't be unlinked. I've had the same problem. I closed my editor (slickedit), restarted my git bash, and the checkout worked. Did you solve your problem? Hth. Gauthier -- Vie

Calls to system() blocks return of SIGCHLD signal

2004-10-06 Thread Remy Gauthier
(no blocked signals), the sigprocmask call will not be done, therefore leaving SIGCHLD blocked. We have done a workaround by blocking SIGUSR2 (which we are not using) as part of the init process of the application, and this seems to have cured the behaviour problem. Thank you for looking into t