Re: gdb and core files

2020-07-02 Thread Mark Geisert
Jon Turney wrote: On 30/06/2020 04:24, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file t

Re: FAQ 1.5 changes (was: How to check cygwin version?)

2020-07-02 Thread Brian Inglis
On 2020-07-02 21:38, Brian Inglis wrote: > On 2020-07-02 09:34, Norton Allen wrote: >> On 7/2/2020 1:20 AM, Brian Inglis wrote: >>> On 2020-07-01 07:36, Jeffrey Walton via Cygwin wrote: I think the documentation leaves a lot to be desired... I'm trying to tell someone what version of Cygw

Re: FAQ 1.5 changes (was: How to check cygwin version?)

2020-07-02 Thread Brian Inglis
On 2020-07-02 09:34, Norton Allen wrote: > On 7/2/2020 1:20 AM, Brian Inglis wrote: >> On 2020-07-01 07:36, Jeffrey Walton via Cygwin wrote: >>> I think the documentation leaves a lot to be desired... I'm trying to >>> tell someone what version of Cygwin I am using. >>> There's a FAQ item at >>> ht

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Holger, Vodafone
He Steinar, That sound like a completely different topic, you should open a new thread for this > Am 02.07.2020 um 17:01 schrieb Steinar Bang : > > Here's another datapoint: > After trying to start XWin.exe, the keyboard on the laptop becomes > sluggish and laggy and the only way I've found to

Re: name pipe problem: 1 writer, multiple concurrent readers

2020-07-02 Thread Morten Kjærulff via Cygwin
> > On 5/19/2020 11:20 AM, Morten Kjærulff wrote: > > On Tue, May 19, 2020 at 3:55 PM Ken Brown via Cygwin > > wrote: > >> > >> On 5/19/2020 7:26 AM, Morten Kjærulff via Cygwin wrote: > >>> Hi, > >>> > >>> The following script: > >>> > >>> #!/bin/sh > >>> > >>> rm -f t.pip t.txt > >>> > >>> mkfif

SIGINT lost while program calls PeekMessage

2020-07-02 Thread Jon Beniston
Hi, I have a Cygwin program that: - registers a SIGINT handler, via signal(SIGINT,h) - creates a window, using Win32 CreateWindow - and is then calling PeekMessage for that window in a loop It appears that while PeekMessage is being called, any SIGINTs sent to the program are lost. Is this to be

Re: How to check cygwin version?

2020-07-02 Thread KARL BOTTS via Cygwin
Hack the attached at will... --- Karl Botts, kdbo...@usa.net cygver Description: Binary data -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#u

Re: How to check cygwin version?

2020-07-02 Thread Norton Allen
On 7/2/2020 1:20 AM, Brian Inglis wrote: On 2020-07-01 07:36, Jeffrey Walton via Cygwin wrote: I think the documentation leaves a lot to be desired... I'm trying to tell someone what version of Cygwin I am using. There's a FAQ item at https://cygwin.com/faq/faq.html#faq.what.version. It gives t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Steinar Bang
Here's another datapoint: After trying to start XWin.exe, the keyboard on the laptop becomes sluggish and laggy and the only way I've found to get it normal again, is to reboot the Windows 10 laptop. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com

Re: TCP_KEEPINVTL and TCP_KEEPIDLE - Socket Keep Alives not working

2020-07-02 Thread Cary Lewis via Cygwin
That's amazing, thanks. We'll have to try to recompile curl under cygwin to confirm that it keeps up the constants, and then does the right posix calls. I will grab the files, and try to have this tested and report back to you. Take care, Cary Lewis On Wed, Jul 1, 2020 at 3:51 PM Corinna Vinsch

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Steinar Bang
> "Holger, Vodafone" : > Update: Solution: > When changing the execution mode of C:\cygwin64\bin\XWin.exe to „Windows 7 > Compatbility“ the start of XWin work. > There is no Virus Blocking of TrendMicro but an incompatibility (no block > message in TM). Didn't help me, unfortunately. Her