[PATCH] Cygwin: Fixing the math behind rounding down ch.stacklimit to page size

2018-05-25 Thread Sergejs Lukanihins
Hello, Looks like ch.stacklimit wasn't being page-aligned correctly in fork.cc; you need to subtract 1 from page_size to do it correctly (see the attached patch). As a result, this was causing stack-overflow exceptions whenever the stack needed to grow beyond the stacklimit value. When the stack

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread arrl via cygwin
On 5/25/2018 10:15 AM, Marco Atzeri wrote: > On 5/25/2018 4:01 PM, arrl via cygwin wrote: >> On 5/25/2018 9:16 AM, Marco Atzeri wrote: >>> cygcheck -l gcc-core|grep  cyglto_plugin.dll >> That check is OK but gfortran doesn't update cleanly.  Multiple mirrors >> say libgfortran4- download error. So

Re: normal to blue-screen windows when doing 'ls -CF' of /proc/sys/GLOBAL?? (bug? cygcheck attached)

2018-05-25 Thread Andrey Repin
Greetings, L A Walsh! >>> To start with, I need to hook up a PS/2 kbd & mouse >>> to access those, while I could load the megaraid drivers >>> then, >> >> Or rebuild the Win7 disk image with related drivers. >> Been doing that for years myself, but YMMV. > --- > Need to learn how...just

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread Marco Atzeri
On 5/25/2018 4:01 PM, arrl via cygwin wrote: On 5/25/2018 9:16 AM, Marco Atzeri wrote: cygcheck -l gcc-core|grep  cyglto_plugin.dll That check is OK but gfortran doesn't update cleanly. Multiple mirrors say libgfortran4- download error. So it may be that the new gcc-core doesn't work with old

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread arrl via cygwin
On 5/25/2018 9:16 AM, Marco Atzeri wrote: > cygcheck -l gcc-core|grep  cyglto_plugin.dll That check is OK but gfortran doesn't update cleanly. Multiple mirrors say libgfortran4- download error. So it may be that the new gcc-core doesn't work with old libgfortran4. I am trying a bootstrap with

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread Marco Atzeri
On 5/25/2018 2:56 PM, arrl via cygwin wrote: On 5/25/2018 6:34 AM, JonY wrote: "without any problem" How may we satisfy the cyglto_plugin.dll dependency? Shouldn't it be an automatic dependency choice if gfortran requires it? can you clarify ? the plugin is in gcc-core as it is on 6.4.0-5

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread arrl via cygwin
On 5/25/2018 6:34 AM, JonY wrote: "without any problem" How may we satisfy the cyglto_plugin.dll dependency? Shouldn't it be an automatic dependency choice if gfortran requires it? -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] zstd-1.3.4-1 and development headers / libraries

2018-05-25 Thread Achim Gratz
This release updates Zstandard to the latest upstream version. Note The built-in benchmark function can infloop on too short input with some settings, apparently due to the granularity of timing measurements on Windows being too coarse. Zstandard, or zstd as short version, is a fast

zstd-1.3.4-1 and development headers / libraries

2018-05-25 Thread Achim Gratz
This release updates Zstandard to the latest upstream version. Note The built-in benchmark function can infloop on too short input with some settings, apparently due to the granularity of timing measurements on Windows being too coarse. Zstandard, or zstd as short version, is a fast

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread JonY
On 05/23/2018 06:18 PM, Ken Brown wrote: > On 5/22/2018 7:29 PM, JonY wrote: >> On 05/22/2018 06:18 PM, Marco Atzeri wrote: >>> On 5/5/2018 12:00 PM, JonY wrote: gcc-7.3.0-2 has been uploaded for Cygwin. This version is for testing. >>> >>> Hi Jon, >>> >>> I built the 64 bit version