Re: Random "child_info_fork::abort:"

2016-10-11 Thread Brian Inglis
On 2016-10-11 15:32, Evgeny Grin wrote: I'm using Windows Insider (slow ring, prerelease). After recent update to build 14931, cygwin keeps randomly fail on fork. This happens not every fork, but frequent enough. Simplest way to trigger it is to run mandb. At variable delay I got something like c

Random "child_info_fork::abort:"

2016-10-11 Thread Evgeny Grin
Hi! I'm using Windows Insider (slow ring, prerelease). After recent update to build 14931, cygwin keeps randomly fail on fork. This happens not every fork, but frequent enough. Simplest way to trigger it is to run mandb. At variable delay I got something like child_info_fork::abort: T:\cygwin64\b

[ANNOUNCEMENT] guake 0.8.7-1

2016-10-11 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * guake-0.8.7-1 Guake is a top-down terminal for GNOME (in the style of Yakuake for KDE, Tilda or the terminal used in Quake). This is an update to the latest upstream release, which adds a dependency on python-keybinder. --

Re: uniq not working

2016-10-11 Thread Henry S. Thompson
Andrey Repin writes: > Greetings, Henry S. Thompson! > >> You may find the following bash function useful: > >> sus () >> { >> sort "$@" | uniq -c | sort -k1nr,1 >> } > > Why not sort -u ? Because then all the counts will be 1. ht -- Henry S. Thompson, School of Informatics, Univer

Re: uniq not working

2016-10-11 Thread Andrey Repin
Greetings, Henry S. Thompson! > You may find the following bash function useful: > sus () > { > sort "$@" | uniq -c | sort -k1nr,1 > } Why not sort -u ? > With you data: >> sus u.txt > 2 1 > 2 2 > 2 3 > 1 4 > 1 5 > 1 6 > 1 7 > 1 8 > ht

Re: uniq not working

2016-10-11 Thread Henry S. Thompson
You may find the following bash function useful: sus () { sort "$@" | uniq -c | sort -k1nr,1 } With you data: > sus u.txt 2 1 2 2 2 3 1 4 1 5 1 6 1 7 1 8 ht -- Henry S. Thompson, School of Informatics, University of Edinburgh

Re: uniq not working

2016-10-11 Thread Markus Schönhaber
Am 11.10.2016 um 12:43 schrieb Felipe Vieira: > the uniq program seems to be faulty on my cygwin: > [...] > /tmp » uniq -c u.txt > 1 1 > 1 2 > 1 3 > 1 4 > 1 5 > 1 1 > 1 2 > 1 3 > 1 6 > 1 7 > 1 8 > 1 > /tmp » > > As you can s

Re: uniq not working

2016-10-11 Thread Csaba Raduly
Hi Felipe, On Tue, Oct 11, 2016 at 12:43 PM, Felipe Vieira wrote: > Dear mailing list, > > the uniq program seems to be faulty on my cygwin: > > /tmp » cat u.txt > 1 > 2 > 3 > 4 > 5 > 1 > 2 > 3 > 6 > 7 > 8 > > > /tmp » uniq -c u.txt > 1 1 > 1 2 > 1 3 > 1 4 > 1 5 >

uniq not working

2016-10-11 Thread Felipe Vieira
Dear mailing list, the uniq program seems to be faulty on my cygwin: /tmp » cat u.txt 1 2 3 4 5 1 2 3 6 7 8 /tmp » uniq -c u.txt 1 1 1 2 1 3 1 4 1 5 1 1 1 2 1 3 1 6 1 7 1 8 1 /tmp » As you can see it does not eliminate dup

[ANNOUNCEMENT] keybinder 0.3.1-1

2016-10-11 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libkeybinder0-0.3.1-1 * libkeybinder-devel-0.3.1-1 * libkeybinder-doc-0.3.1-1 * libkeybinder3.0_0-0.3.1-1 * libkeybinder3.0-devel-0.3.1-1 * libkeybinder3.0-doc-0.3.1-1 * girepository-Keybinder0.0-0.3.1-1 * girepository-Keybind