Bugreport: openldap 2.4.48-1 ldapsearch coredump

2019-09-04 Thread Alexander Voropay
Hi! Ildapsearch coredumps on (semi) complicated filter on MS AD LDAP (Filtered request to find all non-blocked users w/o e-mail address). (I've changed our domain name and output, sorry, DN is in UNICODE) === $ ldapsearch -H ldaps://SPSDCMAIN.office.local -x -W -D "User.NM@office.local" -b "dc=of

Re: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-09-04 Thread Brian Inglis
On 2019-09-03 10:38, Stephen Provine wrote: > On 2019-08-30 21:58, Brian Inglis wrote: >> Not being in the same Cygwin process group and lacking the appropriate >> interface >> info indicates that the invoker was not Cygwin. > > Should I interpret this to mean the "winshell" parameter is not an a

Re: netinet/* in Cygwin

2019-09-04 Thread Brian Inglis
On 2019-09-04 00:36, Lukasz Swierczewski wrote: > I have question. > I need netinet/* in my C project. > For example: > #include > #include > #include > #include > Is this available in Cygwin? $ cygcheck -p usr/include/netinet/ Found 6 matches for usr/include/netinet/ cygwin-devel-3.0.6-1 - cy

Re: Cygwin glade v3.20.3 crashing with a segment fault.

2019-09-04 Thread Brian Inglis
On 2019-09-03 05:00, tvonderhaar wrote: > Has anyone gotten Cygwin glade v3.20.3 to run without it crashing with a > segment > fault. I got the latest updates to make sure it had not been fixed. No luck. > The > strace is very long. I had attached a 7z compressed version of it but my > E-Mail >

WARNING: Couldn't compute FAST_CWD pointer...

2019-09-04 Thread Jonathan Beit-Aharon
1 [main] bash 11276 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Wouldn't you need additional information? The OS was upgraded from Win 7 to 10 recently... should I just reinstall Cygwin? -- Problem repo

Re: WARNING: Couldn't compute FAST_CWD pointer...

2019-09-04 Thread cygwinautoreply
> 1 [main] bash 11276 find_fast_cwd: WARNING: Couldn't compute FAST_CWD >pointer. Please report this problem to the public mailing list >cygwin@cygwin.com >Wouldn't you need additional information? >The OS was upgraded from Win 7 to 10 recently... should I just reinstall >Cygwin? https://

RE: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-09-04 Thread Stephen Provine via cygwin
On 2019-09-04 10:20, Brian Inglis wrote: > and ask if you really expect anyone else to use or reproduce this insanity, > rather than a sane POSIX parser? I know it's insanity, but it's insanity that almost all Windows programs inherit and implement consistently enough because they use standard li

createevent access denied

2019-09-04 Thread Cary Lewis
I am trying to write to the windows events sub system using createevent, but I am getting access denied. Is there a cygwin utility that provides a way to create a windows event? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: createevent access denied

2019-09-04 Thread Brian Inglis
On 2019-09-04 19:29, Cary Lewis wrote: > I am trying to write to the windows events sub system using createevent, > but I am getting access denied. > > Is there a cygwin utility that provides a way to create a windows event? Cygwin package util-linux contains logger which should create Windows ev

Re: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-09-04 Thread Brian Inglis
On 2019-09-04 17:46, Stephen Provine wrote: > On 2019-09-04 10:20, Brian Inglis wrote: >> and ask if you really expect anyone else to use or reproduce this insanity, >> rather than a sane POSIX parser? > > I know it's insanity, but it's insanity that almost all Windows programs > inherit and > im

Re: netinet/* in Cygwin

2019-09-04 Thread Lukasz Swierczewski
Thanks! It looks like it works ... You can tell where I can find: #include #include Any idea? ;) --- Best Regards Lukasz Swierczewski W dniu 2019-09-04 18:34, Brian Inglis napisaƂ(a): On 2019-09-04 00:36, Lukasz Swierczewski wrote: I have question. I need netinet/* in my C project. For