Re: openldap on Cygwin

2019-07-25 Thread Quanah Gibson-Mount
--On Thursday, July 25, 2019 9:30 PM +0200 Achim Gratz wrote: Quanah Gibson-Mount writes: […] Sorry for wedging in sideways, but I've looked into building a more up-to-date openldap and there's missing detection / configuration for Cygwin. Specifically, there's code trying to use robust POSI

openldap on Cygwin (was: Bug report: Killing a native process may not actually kill it)

2019-07-25 Thread Achim Gratz
Quanah Gibson-Mount writes: […] Sorry for wedging in sideways, but I've looked into building a more up-to-date openldap and there's missing detection / configuration for Cygwin. Specifically, there's code trying to use robust POSIX mutexes, which Cygwin doesn't have. As there is no configure opt

Bug report: Killing a native process may not actually kill it

2019-07-25 Thread Quanah Gibson-Mount
As found and reported to the MSYS team back in 2006 by Howard Chu, if a native process is spawned, control-C, the kill command, etc, may not actually kill the process. Details are here: as well as here:

Re: Can't debug bash with gdb 8.2.1-1

2019-07-25 Thread Jon Turney
On 24/07/2019 15:42, Ken Brown wrote: On 7/24/2019 10:32 AM, Ken Brown wrote: On 7/24/2019 8:33 AM, Ken Brown wrote: $ cat getpgrp_test.c #include #include #include int main () { pid_t pid = getpid (); pid_t pgid = getpgid (0); printf ("getpid () = %d, getpgid (0) = %d, er