Re: postgresql-client-9.6.2-1: Where is the libpq-fe.h include?

2017-03-21 Thread Marco Atzeri
can you stop to top post ? The standard here is bottom post On 22/03/2017 07:07, Francis ANDRE wrote: BTW, why installing libpq-devel on Cygwin differs from Linux install [FrancisANDRE@idefix include ]$uname -a CYGWIN_NT-6.1-WOW idefix 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin [FrancisANDR

Re: Memory problems running C programs using GCC in NetBeans/Cygwin on Windows

2017-03-21 Thread Marco Atzeri
On 22/03/2017 00:06, Martin O'Shea wrote: Hello I am using a 64 bit GCC compiler in NetBeans to compile a series of C programs which use the GMP multiple precision library to calculate numbers with varying lengths of zeroes. The programs are called from a shell script run from NetBeans or using

Re: postgresql-client-9.6.2-1: Where is the libpq-fe.h include?

2017-03-21 Thread Francis ANDRE
BTW, why installing libpq-devel on Cygwin differs from Linux install [FrancisANDRE@idefix include ]$uname -a CYGWIN_NT-6.1-WOW idefix 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin [FrancisANDRE@idefix ~ ]$find /usr/include -name "libpq*.*" /usr/include/libpq/libpq-fs.h /usr/include/libpq-events.h

Re: [ANNOUNCEMENT] Updated: OpenSSH-7.5p1-1

2017-03-21 Thread Lionel Fourquaux
* This release deprecates the sshd_config UsePrivilegeSeparation option, thereby making privilege separation mandatory. This has (probably not wholly intended) consequences when running sshd in single user (non root) mode: $ /usr/sbin/sshd -D -f ~/.ssh/sshd_config Privilege separation user

Memory problems running C programs using GCC in NetBeans/Cygwin on Windows

2017-03-21 Thread Martin O'Shea
Hello I am using a 64 bit GCC compiler in NetBeans to compile a series of C programs which use the GMP multiple precision library to calculate numbers with varying lengths of zeroes. The programs are called from a shell script run from NetBeans or using Cygwin on Windows. What I am finding at run

[ANNOUNCEMENT] Updated: irssi-1.0.2-1

2017-03-21 Thread Marco Atzeri
New version 1.0.2-1 irssi irssi-devel have been uploaded. CHANGES This is a new upstream release focused on bug fix. https://irssi.org/2017/03/11/irssi-1.0.2-released/ full list of changes https://github.com/irssi/irssi/releases DESCRIPTION Irssi is a terminal based IRC client for UNIX sys

[ANNOUNCEMENT] xwin-xdg-menu-20170321-1

2017-03-21 Thread Jon Turney
ches) x86: 98101774b6501314c8c6a30aae5855899f5683a620c96053a95c7c7a97c70bcdb02068b6de16eba095ca716cd949375850b18336be81a2c90e7a04db85d3258b *xwin-xdg-menu-20170321-1-src.tar.xz d0cd2634edff650d6af0d525cc902fe6b3c66b3b26e954840e4a5beaca7ecceadf9515aeb3b16460e2036eab5b409d6cecb838ebece029e2af10a8d574f2 *xwin-xdg-menu-2017032

strace (from git) segfaults

2017-03-21 Thread Daniel Santos
This is a silly one because I ran gdb --args strace ls and it doesn't crash. Then I ran 'gdb --args strace strace ls' and it crashed in gdb ONCE! However, I don't usually work on Cygwin/Windows so I think gdb loaded up the wrong debug info and/or source files. I built cygwin-newlib from git

Re: fork() fails if it is called recursively from a child thread.

2017-03-21 Thread Erik Bray
On Sat, Mar 11, 2017 at 2:29 AM, Takashi Yano wrote: > Hello, > > On Fri, 10 Mar 2017 21:10:36 +0100 Corinna Vinschen wrote: >> Thanks for the report and especially the testcase. >> >> It was a tricky problem to debug so it took me a while, but I think >> I got it now. >> >> I uploaded new develope

Re: Manual installation of cygport packages

2017-03-21 Thread Andrew Schulman
> Andrew Schulman writes: > >> On 3/15/2017 6:37 AM, Rui Pedro Caldeira wrote: > >> > Hello all, I'm new to this and I successfully build a package with > >> > cygport. My problem is that, I would like to install it in order to > >> > test if the package was successfully built. Is there anyway to d

Re: dlclose() vs fork()

2017-03-21 Thread Corinna Vinschen
On Mar 21 09:03, Alexey Sokolov wrote: > Hello, > If the same DLL is dlopen()ed several times, dlclose() will actually > unload the DLL only after the same number of calls to dlclose(). > > This works fine in cygwin, until we add fork(). > > It looks like in the child process the counters of inhe

dlclose() vs fork()

2017-03-21 Thread Alexey Sokolov
Hello, If the same DLL is dlopen()ed several times, dlclose() will actually unload the DLL only after the same number of calls to dlclose(). This works fine in cygwin, until we add fork(). It looks like in the child process the counters of inherited DLLs are set to 1, so the first dlclose() unloa

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2017-03-21 Thread Marco Atzeri
On 21/03/2017 03:56, Noah Misch wrote: On Tue, Aug 03, 2004 at 12:06:12PM +0200, Corinna Vinschen wrote: On Aug 2 20:33, sarbx-cygwin6...@mailblocks.com wrote: This time around, cygserver does not eat CPU. But after 5 to 6 concurrent connections nothing seem to work, looks kind of hung. There