Re: Bug in GCC / libstdc++: Space character categorized as non-printable by std::ctype

2024-07-26 Thread ASSI via Cygwin
Kristian Spangsege via Cygwin writes: > In C++, a space character is reported as non-printable by > `std::ctype` in the "C" locale (the only locale supported by > `std::ctype`). In other words, the following expression evaluates to > `false`: > > ctype.is(std::ctype_base::print, ctype.widen(' '

Re: DBD::mysql not reading host from config file

2024-07-26 Thread ASSI via Cygwin
Danny Rice via Cygwin writes: > With a dsn like > > $dsn = > "dbi:mysql:mysql_ssl=1;mysql_read_default_file=test.cnf;mysql_read_default_group=test_group"; > $dbh = DBI->connect($dsn); > > seemingly fails to read the host from [test_group] in test.cnf. Adding a > valid host=host_name to the $dsn suc

Re: Advice sought: Cygwin or gcc or ???: unable to figure out odd gcc error message [WITHDRAWN]

2024-07-26 Thread ASSI via Cygwin
Richard via Cygwin writes: > As anticipated, after further investigation, it is NOT a > Cygwin-related issue, hence I withdraw my request with apologies for > noise. You didn't say what you are trying to achieve, but since the exercise seems to be to learn something about Linux kernel (module) pro

Re: Rewriting the FIFO code

2024-07-26 Thread Jameson Nash via Cygwin
I am hopping in late to this conversation, after working on debugging a confusing issue where my NamedPipe stopped working reliably after being passed to a cygwin program, where I believe it used to work okay with older versions of cygwin. I just want to point out that the current flag being used (

Re: double-fork issue on Windows on ARM64

2024-07-26 Thread Jeremy Drake via Cygwin
Replying to cygwin@cygwin.com list due to determination that this thread was incorrectly sent to cygwin-developers. I apologize for the inconvenience. On Tue, 21 May 2024, Jeremy Drake wrote: > On Mon, 20 May 2024, Jeremy Drake wrote: > > > Today, I was attempting to look at the TerminateThread

Advice sought: Cygwin or gcc or ???: unable to figure out odd gcc error message [WITHDRAWN]

2024-07-26 Thread Richard via Cygwin
Sirs: As anticipated, after further investigation, it is NOT a Cygwin-related issue, hence I withdraw my request with apologies for noise. FWIW and benefit of future readers (or victims), let it be noted that the compiler is reacting to the architecture-related parameter '-mmodel=kernel', as i