Just for completeness...
I have a few scripts containing the following code:
[...]
start_XWin()
{
# Cleanup from last run.
rm -rf /tmp/.X11-unix
XWin -multiwindow -clipboard -silent-dup-error &
}
/usr/bin/checkX || start_XWin
[...]
Now, it happens that, often (perhaps always), if the x-server is not
running, then checkX stackdumps, in the sense I find
checkX.exe.stackdump in HOME, but it is empty! 0 bytes.
Cheers,
Angelo.
--
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