Re[2]: Win32/MinGW port

2002-08-16 Thread Pavel Tsekov
Hello, Pavel! Current version is randomly freezing (not responding to keyboard). That looked harder to debug than native build :) PR This patch fixes it. Yes, it was hard to debug (2 hours). Cool! :) [snip] PR Somebody is blocking SIGCHLD, so even old_mask has SIGCHLD blocked, PR

Re[2]: Win32/MinGW port

2002-08-16 Thread Pavel Tsekov
Hello, Pavel! PR Somebody is blocking SIGCHLD, so even old_mask has SIGCHLD blocked, PR therefore the subsequent sigsuspend() call hangs forever. I'm not sure if PR it's going to be the final fix (I'm not applying it yet), but it should be PR a reasonably good workaround for Cygwin users for

Re[2]: Win32/MinGW port

2002-08-16 Thread Pavel Roskin
Hello, Pavel! PR Somebody is blocking SIGCHLD, so even old_mask has SIGCHLD blocked, PR therefore the subsequent sigsuspend() call hangs forever. I'm not sure if PR it's going to be the final fix (I'm not applying it yet), but it should be PR a reasonably good workaround for Cygwin users