src/winsup/cygwin ChangeLog cygtls.h path.cc t ...

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-16 08:01:00 Modified files: winsup/cygwin : ChangeLog cygtls.h path.cc tls_pbuf.cc tls_pbuf.h tlsoffsets.h

src/winsup/cygserver ChangeLog bsd_helper.cc b ...

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-16 08:30:48 Modified files: winsup/cygserver: ChangeLog bsd_helper.cc bsd_mutex.cc cygserver-config transport_pipes.cc

src/winsup/cygwin ChangeLog dtable.cc fhandler ...

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-16 09:54:57 Modified files: winsup/cygwin : ChangeLog dtable.cc fhandler_disk_file.cc fhandler_proc.cc

src/winsup/cygwin/release 1.7.31

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-16 10:15:37 Added files: winsup/cygwin/release: 1.7.31 Log message: Patches:

src/winsup/cygwin/release 1.7.31 1.7.32

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-07-16 10:15:26 Modified files: winsup/cygwin/release: 1.7.31 Added files: winsup/cygwin/release: 1.7.32 Log message: Patches:

src/winsup/cygwin ChangeLog sigproc.cc thread. ...

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-16 10:28:48 Modified files: winsup/cygwin : ChangeLog sigproc.cc thread.cc winsup/cygwin/include: pthread.h

src/winsup/cygwin/release 1.7.31

2014-07-16 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-07-16 10:29:28 Modified files: winsup/cygwin/release: 1.7.31 Log message: Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.31.diff?cvsroot=srcr1=1.3r2=1.4

src/winsup/cygwin/release 1.7.31

2014-07-16 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2014-07-16 14:30:56 Modified files: winsup/cygwin/release: 1.7.31 Log message: . Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.31.diff?cvsroot=srcr1=1.4r2=1.5

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-16 Thread Corinna Vinschen
Hi JonY, On Jul 15 16:39, Corinna Vinschen wrote: On Jul 15 21:55, JonY wrote: On 7/15/2014 21:08, Corinna Vinschen wrote: FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. JonY, do you have a chance to have a look into this issue? Sorry, I have

RE: pipe handling errors

2014-07-16 Thread Nellis, Kenneth
, with this snapshot I was not able to reproduce the problem. Thank you! Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.272/5/3) 20140716 11:15:29 x86_64 Cygwin Cygwin64 --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: timeout in LDAP access

2014-07-16 Thread Corinna Vinschen
On Jul 15 18:29, Denis Excoffier wrote: On 2014-07-14 15:48 Corinna Vinschen wrote: On Jul 14 11:51, Corinna Vinschen wrote: On Jul 12 15:39, Denis Excoffier wrote: On 2014-07-09 12:12 Corinna Vinschen wrote: I have encountered this case in real life. The domain admins have set the

Re: pipe handling errors

2014-07-16 Thread Christopher Faylor
the problem. Please try the latest snapshot. Indeed, with this snapshot I was not able to reproduce the problem. Thank you! Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.272/5/3) 20140716 11:15:29 x86_64 Cygwin Good to hear. Thanks for confirming. For the curious, I increased the size of the signal

Re: pipe handling errors

2014-07-16 Thread Ti Strga
Christopher Faylor wrote: Increasing the size of the buffer should have been enough to fix the problem but, when possible, I like to use two forms of protection when I fix a bug. I recall someone on a project here doing a bugfix with a commit log like: -mm-dd The Guy's Name blah@blah

Some programs (vi, ssh) crash when screen buffer height is big

2014-07-16 Thread sous lesquels
Environment CYGWIN_NT-6.1 1.7.29(0.272/5/3) 2014-04-07 13:46 Windows 7 Steps to reproduce the issue: - With vi.exe Execute the following bash script: #!/bin/bash for i in {1..123}; do echo -e \033[5A\033[50C\033[0;35mhello\033[0m head -n1000 /var/log/setup.log done vi

Re: Some programs (vi, ssh) crash when screen buffer height is big

2014-07-16 Thread sous lesquels
A few more things to add: - This crashes under the regular Windows console, i.e. run cmd.exe, then bash, then follow the above - It also crashes under some other emulators (I actually noticed it under ConEmu, see https://code.google.com/p/conemu-maximus5/issues/detail?id=1644), though this is

Re: Core dump on 32-bit Cygwin if program calls dlopen

2014-07-16 Thread JonY
On 7/16/2014 15:02, Corinna Vinschen wrote: Hi JonY, On Jul 15 16:39, Corinna Vinschen wrote: On Jul 15 21:55, JonY wrote: On 7/15/2014 21:08, Corinna Vinschen wrote: FWIW, the problem disappears if I revert gcc-core and libgcc1 to 4.8.2-2. JonY, do you have a chance to have a look into

Re: Some programs (vi, ssh) crash when screen buffer height is big

2014-07-16 Thread Christopher Faylor
On Wed, Jul 16, 2014 at 04:29:54PM -0400, sous lesquels wrote: A few more things to add: - This crashes under the regular Windows console, i.e. run cmd.exe, then bash, then follow the above You've discovered that Cygwin has limits. You can't run it with console windows that are too big. Sorry.