Re: Fork issue with timerfd

2019-02-25 Thread Corinna Vinschen
On Feb 25 03:21, Ken Brown wrote: > On 2/24/2019 9:23 PM, Ken Brown wrote: > > On 2/24/2019 2:52 PM, Corinna Vinschen wrote: > >> On Feb 24 20:09, Corinna Vinschen wrote: > >>> On Feb 24 19:55, Corinna Vinschen wrote: > On Feb 24 17:27, Ken Brown wrote: > > I'm seeing sporadic errors like

Re: problem with mmap and fork()

2019-02-25 Thread Houder
On Sat, 23 Feb 2019 05:54:18, Doug Henderson wrote: > On Fri, 22 Feb 2019 at 17:01, Glyn Gowing <> wrote: > > I have a program (attached) that works correctly on my mac but does > > not work with Cygwin on Windows 10. I'm running the latest version of [snip] > On further analysis, the call to >

Re: problem with mmap and fork()

2019-02-25 Thread Corinna Vinschen
On Feb 25 11:51, Houder wrote: > On Sat, 23 Feb 2019 05:54:18, Doug Henderson wrote: > > > On Fri, 22 Feb 2019 at 17:01, Glyn Gowing <> wrote: > > > I have a program (attached) that works correctly on my mac but does > > > not work with Cygwin on Windows 10. I'm running the latest version of > [s

Re: Python extraneous dependencies

2019-02-25 Thread Steven Penny
On Sun, 24 Feb 2019 17:42:36, Yaakov Selkowitz wrote: On Sat, 2019-02-23 at 16:29 -0800, Steven Penny wrote: I noticed that "python36" requires "binutils". This is needed for ctypes.util.find_library(). FWIW, on Linux, not only binutils is used, but also gcc. Further, I noticed this depende

SAS Business Intelligence Contact list 2019

2019-02-25 Thread Abigail Harper
Hi, we would like to learn your interest in acquiring our recently updated SAS Business Intelligence Contact list which helps you to improve your business campaign. We have other Innovation information also like: MicroStrategy, Insight Squared, Looker, Phocas Software, Tableau Server, QlikView, D

[ANNOUNCEMENT] texinfo 6.6-1

2019-02-25 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * texinfo-6.6-1 * texinfo-tex-6.6-1 * info-6.6-1 Texinfo is a documentation system that uses a single source file to produce output in a number of formats, both online and printed (dvi, html, info, pdf, xml, etc.). This is an

Setup 2.895, don't install everything, striking a balance

2019-02-25 Thread Keith Christian
Jon, Thank you for all the work you do on Cygwin and especially the setup.exe program. In the past, I have always run a complete install of Cygwin because it's faster than the alternative. Is there a way to request only binaries and the needed config files without being forced to download debug

Re: Setup 2.895, don't install everything, striking a balance

2019-02-25 Thread Keith Christian
ALL, Sorry for the premature send. Jon, Thank you for all the work you do on Cygwin and especially the setup.exe program. I saw this warning: https://cygwin.com/install.html Q: How do I install everything? A: You do not want to do this! This will install an enormous numbe

Re: Fork issue with timerfd

2019-02-25 Thread Corinna Vinschen
On Feb 25 11:03, Corinna Vinschen wrote: > On Feb 25 03:21, Ken Brown wrote: > > On 2/24/2019 9:23 PM, Ken Brown wrote: > > > On 2/24/2019 2:52 PM, Corinna Vinschen wrote: > > >> On Feb 24 20:09, Corinna Vinschen wrote: > > >>> On Feb 24 19:55, Corinna Vinschen wrote: > > On Feb 24 17:27, Ken

Re: vim 64 conflict with windows slash and swapfile

2019-02-25 Thread L A Walsh
On 2/20/2019 8:28 AM, Taylor, Kit wrote: > Don't know if this is a VIM bug or CYGWIN bug. Probably something I have > configured incorrectly. > > I just cut over to Cygwin 64-bit, on Windows 10, VIM 8.0, Windows command > line (not bash). > When opening a file to edit, using back slashes in the

Re: Setup 2.895, don't install everything, striking a balance

2019-02-25 Thread Andrey Repin
Greetings, Keith Christian! > Thank you for all the work you do on Cygwin and especially the > setup.exe program. > I saw this warning: > https://cygwin.com/install.html > Q: How do I install everything? > A: You do not want to do this! This will install an enormous > numb

RE: vim 64 conflict with windows slash and swapfile

2019-02-25 Thread Taylor, Kit
Thanks for the response. My curiosity about it was that 32-bit vim works fine, only 64-bit vim shows the problem (both same version, of course). Even stranger, it doesn't happen every time. My guess is there is an embedded path internally, which uses a separator, and the 32-bit one either does

bash window start recurses

2019-02-25 Thread slibbits via cygwin
Win 7-64 I just installed cygwin on a laptop.When i start a bash shell cygwin seems to do a recursive start of bash shells. I've gotten as many as 400 shells started with a single start. I don't know how to debug this or find out what I did wrong. I currently have cygwin installed on two oth

Re: bash window start recurses

2019-02-25 Thread Doug Henderson
On Mon, 25 Feb 2019 at 16:31, slibbits via cygwin <> wrote: > > Win 7-64 > > I just installed cygwin on a laptop.When i start a bash shell cygwin > seems to do a recursive start of bash shells. I've gotten as many as 400 > shells started with a single start. > > I don't know how to debug this or fi

Re: Fork issue with timerfd

2019-02-25 Thread Ken Brown
On 2/25/2019 3:20 PM, Corinna Vinschen wrote: > On Feb 25 11:03, Corinna Vinschen wrote: >> On Feb 25 03:21, Ken Brown wrote: >>> On 2/24/2019 9:23 PM, Ken Brown wrote: On 2/24/2019 2:52 PM, Corinna Vinschen wrote: > On Feb 24 20:09, Corinna Vinschen wrote: >> On Feb 24 19:55, Corinna

Re: Setup 2.895, don't install everything, striking a balance

2019-02-25 Thread Keith Christian
On Mon, Feb 25, 2019 at 3:05 PM Andrey Repin wrote: > Greetings, Keith Christian! > > > Thank you for all the work you do on Cygwin and especially the > > setup.exe program. > > > I saw this warning: > > https://cygwin.com/install.html > > Q: How do I install everything? > >

Re: Python extraneous dependencies

2019-02-25 Thread Yaakov Selkowitz
On Mon, 2019-02-25 at 04:43 -0800, Steven Penny wrote: > On Sun, 24 Feb 2019 17:42:36, Yaakov Selkowitz wrote: > > On Sat, 2019-02-23 at 16:29 -0800, Steven Penny wrote: > > > I noticed that "python36" requires "binutils". > > > > This is needed for ctypes.util.find_library(). FWIW, on Linux, not

Re: Setup 2.895, don't install everything, striking a balance

2019-02-25 Thread Denis Excoffier
> On 2019-02-26 à 04:12, Keith Christian wrote: > >>> >> >>> Is there a way to request a complete install of everything EXCEPT >>> debuginfo and source? If not, it is going to be difficult to obtain a >>> full Cygwin install along with a successful installation. >> Hello, Select "Category

Re: Question about D-Bus and cygrunsrv

2019-02-25 Thread L A Walsh
On 2/22/2019 2:16 PM, René Berber wrote: > > > My guess is that its a permission problem: D-Bus by default on Windows > uses unix sockets (fills up your temp directory with those pesky files : > - -) > > In Cygwin the temp directory has the sticky permission (t), but the > socket file created by th