l.wood | 28 Jul 2012 09:24
Picon
Favicon

best place to report Tcl/Tk cygwin port problems?

What's the best place to report problems with the new unixish non-Insight Tcl/Tk Cygwin port? (8.5.11,
uptodate Cygwin on Win7 64bit)

I'm able to hang it by asking about non-existent files/directories on the filesystem:

$ tclsh
% set a [file exists /cygdrive ]
1
% set a [file exists /cygdrive2 ]
(hangs, must ctrl-c, should report 0)

$ tclsh
% set a [file exists /gffg ]
(hangs, must ctrl-c, should report 0)

$ tclsh
% set a [file exists /bin ]
1
% set a [file exists /usr ]
1
% set a [file exists /banana ]
0
% set a [file exists /gffg ]
(hangs, must ctrl-c, should report 0)

and I'm also seeing some Tk oddities with e.g. tiling of PhotoImages in my app that aren't present on other platforms.

thanks,
	
Lloyd Wood
(Continue reading)

Adam Dinwoodie | 30 Jul 2012 10:44
Favicon

RE: best place to report Tcl/Tk cygwin port problems?

l.wood <at> surrey.ac.uk wrote:
>What's the best place to report problems with the new unixish non-Insight
>Tcl/Tk Cygwin port? (8.5.11, uptodate Cygwin on Win7 64bit)

Did you install it using Cygwin's setup.exe from one of the default mirrors? If
so, here, following the problem reporting instructions at
<http://cygwin.com/problems.html>. If not, report it to whoever you got the
package from.

Yaakov (Cygwin/X | 30 Jul 2012 11:02
Picon
Gravatar

Re: best place to report Tcl/Tk cygwin port problems?

On Sat, 2012-07-28 at 08:24 +0100, l.wood <at> surrey.ac.uk wrote:
> What's the best place to report problems with the new unixish
> non-Insight Tcl/Tk Cygwin port? (8.5.11, uptodate Cygwin on Win7 64bit)
> 
> I'm able to hang it by asking about non-existent files/directories
> on the filesystem:

WFM.

Yaakov
Cygwin/X


Gmane