Re: [1.7] On checkX

2009-08-28 Thread Charles Wilson
[redirecting, AGAIN, to cygwin-xfree. This is OT for the main cygwin list] Unfortunately, I can't reproduce. Try running checkX with (progressively): --no-silent --verbose --debug --debug=2 --debug=3 --debug=4 this should help to narrow down how far it gets (and perhaps why) before dy

Re: [1.7] On checkX

2009-08-28 Thread Angelo Graziosi
Charles Wilson wrote: What version of checkX.exe? Obviously the current, 'run2' and 'cygwin', packages: $ cygcheck -cd checkx run2 Cygwin Package Information Package Version run2 0.3.0-1 $ uname -a CYGWIN_NT-5.1 homepc 1.7.0(0.212/5/3) 2009-08-20 10:56 i686 Cygwin

Re: [1.7] On checkX

2009-08-28 Thread Charles Wilson
[Redirecting to cygwin-xfree; Reply-To set] Angelo Graziosi wrote: > /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. Wh

[1.7] On checkX

2009-08-28 Thread Angelo Graziosi
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