Re: select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-09 Thread Thomas Wolff
Hi Corinna, Am 09.12.2014 um 12:19 schrieb Corinna Vinschen: Hi Thomas, On Dec 9 08:02, Thomas Wolff wrote: Calling select() to check whether input from the terminal is available fails for all but the first byte in the cygwin console if multiple bytes are entered at once, like function or cur

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Alexey Pavlov
2014-12-10 2:28 GMT+03:00 Angelo Graziosi <>: > Corinna Vinschen wrote: >> >> How nice. We have all the work and they simple grab it and don't give >> anything back to their upstream project. > > > ...the *Dark* side of free (GPL?) software... I guess.. > > In any case, you could always *grab* the

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Angelo Graziosi
Corinna Vinschen wrote: How nice. We have all the work and they simple grab it and don't give anything back to their upstream project. ...the *Dark* side of free (GPL?) software... I guess.. In any case, you could always *grab* their "pacman" manager.. Besides being very appealing, it would

Re: TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Michael DePaulo
On Sat, Dec 6, 2014 at 2:49 PM, Corinna Vinschen wrote: > For your convenience I wrote new documentation. Since this is a TEST > prerelease, the new documentation is not part of the official docs yet. > Rather have a look at > > https://cygwin.com/preliminary-ntsec.html > > If you read it (whic

Re: Possible resource leak

2014-12-09 Thread Tom Honermann
This sounds like something I diagnosed a while back. I see you have Lenovo utilities in your PATH. There is a defect in Lenovo's RapidBoot Shield Version 1.23 that results in process handles (for all processes) not getting closed. This causes these processes to remain in memory as you descri

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Warren Young
On Dec 9, 2014, at 3:56 AM, Corinna Vinschen wrote: > On Dec 8 15:14, Warren Young wrote: >> On Dec 6, 2014, at 12:49 PM, Corinna Vinschen >> wrote: >> >>> - Cygwin can now generate passwd/group entries directly from Windows >> >> don’t use AD here, and /etc/passwd suffices >> for my purpose

Re: "Bug" in setup-x86.exe command line

2014-12-09 Thread BGINFO4X
2014-12-09 19:28 GMT+01:00 Ken Brown : > On 12/9/2014 12:07 PM, Kizito Porta Balanyà wrote: >>> >>> Hello, >> >> >>> I use the latest version of the installer setup-x86.exe version 2.852 >>> I think that the command line installer has some king of "bug". >> >> >>> The following line doesn't downl

Re: "Bug" in setup-x86.exe command line

2014-12-09 Thread BGINFO4X
2014-12-09 19:27 GMT+01:00 Marco Atzeri : > On 12/9/2014 6:07 PM, Kizito Porta Balanyà wrote: >>> >>> Hello, >> >> >>> setup-x86.exe --download --site >>> http://mirrors.kernel.org/sourceware/cygwin --quiet-mode >>> --no-shortcuts --local-package-dir c:\testdir --packages csih >> >> >>> I don't un

Re: Question about using MinGW GCC on Cygwin

2014-12-09 Thread Yaakov Selkowitz
On 2014-12-08 20:48, 陳韋任 (Wei-Ren Chen) wrote: I am trying to build gdbserver [1] on cygwin with mingw-gcc, since I want to build native windows executable and cygwin-gcc doesn't support "-mno-cygwin" any more. Here is how I do the config, $ cd gdb-7.8.1/gdb/gdbserver $ CC=i686-pc-mingw32-gcc

Re: "Bug" in setup-x86.exe command line

2014-12-09 Thread Ken Brown
On 12/9/2014 12:07 PM, Kizito Porta Balanyà wrote: Hello, I use the latest version of the installer setup-x86.exe version 2.852 I think that the command line installer has some king of "bug". The following line doesn't download the bash package: setup-x86.exe --download --site http://

Re: "Bug" in setup-x86.exe command line

2014-12-09 Thread Marco Atzeri
On 12/9/2014 6:07 PM, Kizito Porta Balanyà wrote: Hello, setup-x86.exe --download --site http://mirrors.kernel.org/sourceware/cygwin --quiet-mode --no-shortcuts --local-package-dir c:\testdir --packages csih I don't understand what is happening. I attache the log files: they seem ok, but i

Re: zsh newline issues

2014-12-09 Thread Bob McGowan
On 12/6/14, 2:16 AM, "cyg" wrote: >On 12/4/2014 3:01 PM, cyg wrote: >> $uname -a >> CYGWIN_NT-6.1 host 1.7.33-2(0.280/5/3) 2014-11-13 15:47 x86_64 Cygwin >> $mintty --version >> mintty 1.2-beta1 (x86_64-pc-cygwin) >> (C) 2013 Andy Koppe >> License GPLv3+: GNU GPL version 3 or later >> There is no

Re: "Bug" in setup-x86.exe command line

2014-12-09 Thread Kizito Porta Balanyà
> Hello, > I use the latest version of the installer setup-x86.exe version 2.852 > I think that the command line installer has some king of "bug". > The following line doesn't download the bash package: > setup-x86.exe --download --site http://mirrors.kernel.org/sourceware/cygwin --quiet-mode

Re: Possible resource leak

2014-12-09 Thread Petr Titěra
On 9.12.2014 16:30, Doug Lewan wrote: Petr, You write: -Original Message- Subject: Possible resource leak I'm dealing with possible resource leak in cygwin on Windows-7. I'm running a script which repeatedly calls another script (every 5 seconds). After a while script ends with memory

RE: Possible resource leak

2014-12-09 Thread Doug Lewan
Petr, You write: > -Original Message- > Subject: Possible resource leak > > I'm dealing with possible resource leak in cygwin on Windows-7. I'm > running a script which repeatedly calls another script (every 5 > seconds). After a while script ends with memory error. All my memory > seems

Re: Possible resource leak

2014-12-09 Thread Petr Titěra
On 9.12.2014 14:05, Corinna Vinschen wrote: On Dec 9 13:25, Petr Titěra wrote: On 9.12.2014 10:58, Marco Atzeri wrote: On 12/9/2014 9:53 AM, Petr Titěra wrote: Hello, I'm dealing with possible resource leak in cygwin on Windows-7. I'm running a script which repeatedly calls another script (e

Re: Possible resource leak

2014-12-09 Thread Corinna Vinschen
On Dec 9 13:25, Petr Titěra wrote: > On 9.12.2014 10:58, Marco Atzeri wrote: > >On 12/9/2014 9:53 AM, Petr Titěra wrote: > >>Hello, > >> > >>I'm dealing with possible resource leak in cygwin on Windows-7. I'm > >>running a script which repeatedly calls another script (every 5 > >>seconds). After a

Re: Possible resource leak

2014-12-09 Thread Petr Titěra
On 9.12.2014 10:58, Marco Atzeri wrote: On 12/9/2014 9:53 AM, Petr Titěra wrote: Hello, I'm dealing with possible resource leak in cygwin on Windows-7. I'm running a script which repeatedly calls another script (every 5 seconds). After a while script ends with memory error. All my memory seems

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Andrey Repin
Greetings, Warren Young! >> - Cygwin can now generate passwd/group entries directly from Windows > This is huge, Corinna! > It must have been a lot of work, and while I personally will not benefit > much from this — don’t use AD here, and /etc/passwd suffices for my purposes > — it’s one of thos

Re: select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-09 Thread Corinna Vinschen
Hi Thomas, On Dec 9 08:02, Thomas Wolff wrote: > Calling select() to check whether input from the terminal is available > fails for all but the first byte in the cygwin console if multiple bytes > are entered at once, like function or cursor keys or non-ASCII UTF-8 > characters. > Actually, the i

Re: Possible resource leak

2014-12-09 Thread Corinna Vinschen
On Dec 9 09:53, Petr Titěra wrote: > Hello, > > I'm dealing with possible resource leak in cygwin on Windows-7. I'm running > a script which repeatedly calls another script (every 5 seconds). After a > while script ends with memory error. All my memory seems to be eaten by Page > Table entries an

Re: Question about using MinGW GCC on Cygwin

2014-12-09 Thread Corinna Vinschen
On Dec 9 10:48, 陳韋任 (Wei-Ren Chen) wrote: > Hi All, > > I am trying to build gdbserver [1] on cygwin with mingw-gcc, since > I want to build native windows executable and cygwin-gcc doesn't > support "-mno-cygwin" any more. Here is how I do the config, > > $ cd gdb-7.8.1/gdb/gdbserver > $ CC=i

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-09 Thread Corinna Vinschen
On Dec 8 15:14, Warren Young wrote: > On Dec 6, 2014, at 12:49 PM, Corinna Vinschen > wrote: > > > - Cygwin can now generate passwd/group entries directly from Windows > > This is huge, Corinna! > > It must have been a lot of work, and while I personally will not > benefit much from this — do

Re: Possible resource leak

2014-12-09 Thread Andrey Repin
Greetings, Petr Titěra! > Hello, > I'm dealing with possible resource leak in cygwin on Windows-7. I'm > running a script which repeatedly calls another script (every 5 > seconds). After a while script ends with memory error. All my memory > seems to be eaten by Page Table entries and in the m

Re: Possible resource leak

2014-12-09 Thread Marco Atzeri
On 12/9/2014 9:53 AM, Petr Titěra wrote: Hello, I'm dealing with possible resource leak in cygwin on Windows-7. I'm running a script which repeatedly calls another script (every 5 seconds). After a while script ends with memory error. All my memory seems to be eaten by Page Table entries and in

Possible resource leak

2014-12-09 Thread Petr Titěra
Hello, I'm dealing with possible resource leak in cygwin on Windows-7. I'm running a script which repeatedly calls another script (every 5 seconds). After a while script ends with memory error. All my memory seems to be eaten by Page Table entries and in the memory map I see a lot of cygwin p