src/winsup/cygwin/include/cygwin version.h

2014-07-15 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-07-15 08:45:10 Modified files: winsup/cygwin/include/cygwin: version.h Log message: Fix typo Patches:

src/winsup/doc ChangeLog legal.xml

2014-07-15 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-15 13:37:33 Modified files: winsup/doc : ChangeLog legal.xml Log message: * legal.xml: Fix copyright. Patches:

src/winsup/cygserver ChangeLog bsd_helper.cc

2014-07-15 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-15 14:35:00 Modified files: winsup/cygserver: ChangeLog bsd_helper.cc Log message: * bsd_helper.cc (ipcexit_creat_hookthread): Delete

src/winsup/cygwin ChangeLog sigproc.cc

2014-07-15 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-07-15 15:48:45 Modified files: winsup/cygwin : ChangeLog sigproc.cc Log message: * sigproc.cc (send_sig): Don't report an error if

src/winsup/cygwin ChangeLog sigproc.cc

2014-07-15 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2014-07-15 22:11:23 Modified files: winsup/cygwin : ChangeLog sigproc.cc Log message: * sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes. (sig_send): Retry

Re: Typo in snapshots /usr/include/cygwin/version.h

2014-07-15 Thread Corinna Vinschen
On Jul 15 02:12, Andrey Repin wrote: Greetings, All! + 273: Introduce account mapping from WIndows account DBs. Add CW_SETENT, ^ erroneous capital i. Fixed. Thanks, Corinna -- Corinna Vinschen Please, send mails

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

2014-07-15 Thread Corinna Vinschen
On Jul 14 19:42, Ken Brown wrote: I'm getting a core dump on exit from a program that does nothing but call dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit case. Here's a simple test case. $ cat test_dlopen.c #include stdio.h #include dlfcn.h int main() {

Re: pipe handling errors

2014-07-15 Thread Corinna Vinschen
On Jul 14 17:40, Nellis, Kenneth wrote: When running a bash pipeline using the latest 64-bit packages, I occasionally get output like the following: 1479561950 [waitproc] -bash 1 sig_send: error sending signal 20, pipe handle 0x2710, nb 132, packsize 0, Win32 error 109 That one was

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

2014-07-15 Thread Ken Brown
On 7/15/2014 5:02 AM, Corinna Vinschen wrote: On Jul 14 19:42, Ken Brown wrote: I'm getting a core dump on exit from a program that does nothing but call dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit case. Here's a simple test case. $ cat test_dlopen.c #include

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

2014-07-15 Thread Corinna Vinschen
On Jul 15 07:45, Ken Brown wrote: On 7/15/2014 5:02 AM, Corinna Vinschen wrote: On Jul 14 19:42, Ken Brown wrote: I'm getting a core dump on exit from a program that does nothing but call dlopen. (But the call to dlopen succeeds.) This happens only in the 32-bit case. Here's a simple test

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

2014-07-15 Thread Houder
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? Trying to help ... - test program #include windows.h #include stdio.h //int main (int argc, char **argv) int main (int argc, char *argv[]) { HMODULE m =

RE: pipe handling errors

2014-07-15 Thread Nellis, Kenneth
with the suggested snapshot: 0 [main] -bash 8812 sig_send: error sending signal -66, pid 8812, pipe handle 0x80, nb 0, packsize 176, Win32 error 0 Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 09:22:44 x86_64 Cygwin Cygwin64

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

2014-07-15 Thread JonY
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 been busy these few weeks, but I am well aware that there is a problem with one of the libgcc

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

2014-07-15 Thread Corinna Vinschen
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 been busy these few weeks, but I am well aware that there is

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

2014-07-15 Thread Jan Nijtmans
2014-07-15 16:39 GMT+02:00 Corinna Vinschen: 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 been busy these few

How to mount all network drives noacl

2014-07-15 Thread Lemke, Michael SZ/HZA-ZSW
I am sure this is described somewhere but I (or rather google) can't find it: What to put into /etc/fstab to make any access to a network share use the noacl option? E.g. cp ... //server1/path should create all files with default Windows permissions on the remote end, same for //server2/path2

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

2014-07-15 Thread Corinna Vinschen
On Jul 15 16:45, Jan Nijtmans wrote: 2014-07-15 16:39 GMT+02:00 Corinna Vinschen: 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: How to mount all network drives noacl

2014-07-15 Thread Corinna Vinschen
On Jul 15 15:24, Lemke, Michael SZ/HZA-ZSW wrote: I am sure this is described somewhere but I (or rather google) can't find it: What to put into /etc/fstab to make any access to a network share use the noacl option? E.g. cp ... //server1/path should create all files with default Windows

Re: pipe handling errors

2014-07-15 Thread Corinna Vinschen
better to find the cause. FYI, got it again this morning, this time with the suggested snapshot: 0 [main] -bash 8812 sig_send: error sending signal -66, pid 8812, pipe handle 0x80, nb 0, packsize 176, Win32 error 0 Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 09

RE: How to mount all network drives noacl

2014-07-15 Thread Lemke, Michael SZ/HZA-ZSW
On 15 Jul 2014 17:30:40 +0200, Corinna Vinschen wrote: On Jul 15 15:24, Lemke, Michael SZ/HZA-ZSW wrote: I am sure this is described somewhere but I (or rather google) can't find it: What to put into /etc/fstab to make any access to a network share use the noacl option? E.g. cp ...

Re: How to mount all network drives noacl

2014-07-15 Thread Larry Hall (Cygwin)
On 07/15/2014 11:59 AM, Lemke, Michael SZ/HZA-ZSW wrote: On 15 Jul 2014 17:30:40 +0200, Corinna Vinschen wrote: On Jul 15 15:24, Lemke, Michael SZ/HZA-ZSW wrote: I am sure this is described somewhere but I (or rather google) can't find it: What to put into /etc/fstab to make any access to a

Re: timeout in LDAP access

2014-07-15 Thread Denis Excoffier
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 trustPosixOffset of the secondary domain to

Re: timeout in LDAP access

2014-07-15 Thread Andrey Repin
Greetings, Denis Excoffier! A POSIX offset of 0 is bad. If other trusted domains have no functional POSIX offset value, but are set to 0 instead, they won't have different UID values for accounts of different domains. Two users from different domains, both with RID 1000 will both have UID

RE: pipe handling errors

2014-07-15 Thread Nellis, Kenneth
-srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 09:22:44 x86_64 Cygwin Cygwin64 Thanks. I just created another snapshot which is supposed to fix this issue (curtesy cgf). Can you give it a try, please? Well, I'm getting different results with the latest snapshot. Instead of getting

RE: pipe handling errors

2014-07-15 Thread Nellis, Kenneth
From: Nellis, Kenneth snip Well, I'm getting different results with the latest snapshot. Instead of getting the error message, I'm getting a hang for maybe a minute before it continues. I used the following command to encourage a failure: clear; for f in $(find */Debug -name

RE: pipe handling errors

2014-07-15 Thread Nellis, Kenneth
date. As before: Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 15:34:37 x86_64 Cygwin Cygwin64 --Ken Nellis

Re: pipe handling errors

2014-07-15 Thread Christopher Faylor
On Tue, Jul 15, 2014 at 07:17:48PM +, Nellis, Kenneth wrote: From: Nellis, Kenneth snip Well, I'm getting different results with the latest snapshot. Instead of getting the error message, I'm getting a hang for maybe a minute before it continues. I used the following command to

RE: pipe handling errors

2014-07-15 Thread Nellis, Kenneth
$PWD C:\cygwin\home\knellis Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 15:34:37 x86_64 Cygwin Cygwin64 --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: pipe handling errors

2014-07-15 Thread Christopher Faylor
16:32:52 EDT 2014 Cygwin64 pwd /home/knellis Cygwin64 cygpath -w $PWD C:\cygwin\home\knellis Cygwin64 uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 15:34:37 x86_64 Cygwin Cygwin64 Yes, I saw that, but I can't duplicate the problem with that command sequence. cgf -- Problem reports

Re: pipe handling errors

2014-07-15 Thread Christopher Faylor
On Tue, Jul 15, 2014 at 06:05:27PM -0400, Christopher Faylor wrote: Yes, I saw that, but I can't duplicate the problem with that command sequence. I took a stab at another change which may ameliorate the problem. Please try the latest snapshot. cgf -- Problem reports:

Re: cygutils Postinstall Script Errors With Exit Code 128

2014-07-15 Thread dylanhay
exit code 128 http://www.keepdynamic.com/barcoding/asp-net-barcode-generator.shtml Generally, this kind of failure stems from a few common problems: 1. The existence of another (often old) cygwin1.dll. Find it. Remove it. 2. http://cygwin.com/acronyms/#BLODA. Remove BLODA. 3. Possibly