Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Takashi Yano via Cygwin
On Tue, 13 Apr 2021 14:13:57 -0500 René Berber wrote: > On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: > > René Berber wrote > >> At one time it was recommended to disable a Cygwin feature, something > >> like this: > >> alias cgdb="env CYGWIN=disable_pcon cgdb" > >> Not sure if this is stil

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Takashi Yano via Cygwin
On Tue, 13 Apr 2021 15:05:56 +0100 (GMT Summer Time) Arthur Norman wrote: > With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb > ./hello", break main, run then cgdb exits abruptly without sign on > actually starting my code. If I use just gdb not cgdb all is OK. If I try Th

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-13 Thread Ken Brown via Cygwin
On 4/13/2021 10:47 AM, Ken Brown via Cygwin wrote: On 4/13/2021 10:06 AM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are  sent [snip] Thanks for the t

dealing with a NTLM-proxy

2021-04-13 Thread zweiund40 via Cygwin
Hi. I'm running my cygwin installation on a Windows 10 laptop without admin rights in a corporate network. To install for example pyhton moduls using pip or stuff with ansible-galaxy, I'm supposed to cross that corporate proxy working only with the proprietary NTLM protocol. cntlm isn't a worki

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had forgotten - howeve

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Arthur Norman via Cygwin
René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had forgotten - however ion my main Windows machine I have the CYGWIN variab

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 9:05 AM, Arthur Norman via Cygwin wrote: With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb ./hello", break main, run then cgdb exits abruptly without sign on actually starting my code. If I use just gdb not cgdb all is OK. If I try "gcd -tui hello" I can sing

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-13 Thread Ken Brown via Cygwin
On 4/13/2021 10:06 AM, sten.kristian.ivars...@gmail.com wrote: Hi Ken Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not famil

RE: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-13 Thread Kristian Ivarsson via Cygwin
Hi Ken > Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems > to > drop messages or at least they are not received in the same > order they are sent > > [snip] > > > Thanks for the test case. I can confirm the problem. I'm not > > famil