Re: I discovered the problems why the program I'm trying to port crashed

2023-02-20 Thread Brian Inglis via Cygwin
On 2023-02-19 09:56, w6b7rk5yu4mt25v3 via Cygwin wrote: Quoted from https://cygwin.com/pipermail/cygwin-cvs/2020q3/014516.html: "The file mapping will be only a single page, 4K, and since 64 bit systems don't support the AT_ROUND_TO_PAGE flag, the remainder of the 64K slot will result in a SEGV

I discovered the problems why the program I'm trying to port crashed

2023-02-20 Thread w6b7rk5yu4mt25v3 via Cygwin
Quoted from https://cygwin.com/pipermail/cygwin-cvs/2020q3/014516.html: "The file mapping will be only a single page, 4K, and since 64 bit systems don't support the AT_ROUND_TO_PAGE flag, the remainder of the 64K slot will result in a SEGV when accessed." "The justification is that there's very