On 04/14/2017 10:49 PM, Dan Kegel wrote:
On Fri, Apr 14, 2017 at 8:41 PM, Daniel Santos wrote:
oops, I meant -g3 :)
That was suboptimal of you
/me ducks
lol!
/me swings
/me ducks
/me misses, damn!
strace ls doesn't die for me with plain old cygwin installed a while ago.
Is this only w
On Thu, 13 Apr 2017 13:48:04, Eric Blake wrote:
Is it still a problem with pselect, where rebuilding with the same
configuration as 7.0.1-2 fixes things? I'm really not sure how to even
go about debugging this one, and it's not my highest priority at the
moment (I've got coreutils 8.27 to build f
I didn't have cygwin1.dll built with -O3,
oops, I meant -g3 :)
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Is anybody else getting this problem? I'm using Windows 7 pro that's
fully updated. At least I'm getting the crash consistently now, even
when debugging. I didn't have cygwin1.dll built with -O3, so I had to
experiment to find the thread local storage. If I've done in correctly,
then it look
I'm hacking expect to try to solve its "broken pipe" problem, but I
haven't done any serious windows programming/debugging in over 10
years. I want to be able to set some type of "trap" after a fork (on
the child) and then disable it before it calls execvp to catch any
crashes or normal progra
On 2017-04-14 02:27, Thorsten Kampe wrote:
> * Andrew Schulman (Thu, 06 Apr 2017 21:22:38 -0400)
>> My regular shell is fish. To make local terminals run fish instead
>> of bash when I start them, I set
>> SHELL=/usr/bin/fish
>> in my desktop environment. This works fine: I start MinTTY, and
>> fis
On 4/14/2017 8:42 AM, cyg Simple wrote:
On 4/13/2017 2:43 PM, Brian Inglis wrote:
defensive coding is your friend to avoid disasters:
if [ -n "$foodir" ] && [ -d $foodir/ ]; then
/bin/rm -fR -- $foodir || exit
else
echo "Can't find directory '$foodir'"
(Ok I tried to send this to the list and it failed ... I had an image of
my black screen in it)
I still just get a blank screen. When i type xwin or startxwin .
I found instructions to look for the variable "tty" under Windows
Environment Variables in Control Panel and remove it but i
On 4/13/2017 2:43 PM, Brian Inglis wrote:
> defensive coding is your friend to avoid disasters:
> if [ -n "$foodir" ] && [ -d $foodir/ ]; then
> /bin/rm -fR -- $foodir || exit
> else
> echo "Can't find directory '$foodir'"
> exit 2
> fi
>
And even this
I noticed that a few apps don't manage focus properly when running under
XWin.
Summary:
Given a focused X11 app, focusing a native Windows window, the focus is
not lost in the X11 window.
Steps to reproduce (with terminator):
- Start terminator under XWin with multiwindow window manager
- Foc
New version 487-1 of
less
is available in the Cygwin distribution
CHANGES
Last upstream release.
http://www.greenwoodsoftware.com/less/
DESCRIPTION
Less is a free, open-source file pager.
It can be found on most versions of Linux, Unix and Mac OS,
as well as on many other operating systems.
Versions 6.2.0-1 of
libonig4
liboning-devel
have been uploaded.
CHANGES
New upstream version
https://github.com/kkos/oniguruma/releases
DESCRIPTION
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expressio
New versions 1.8.1-1 of
mutt
is available in the Cygwin distribution:
CHANGES
Last upstream release.
Full details on:
http://www.mutt.org/doc/devel/UPDATING
http://www.mutt.org/doc/devel/ChangeLog
DESCRIPTION
The Mutt E-Mail Client
"All mail clients suck. This one just sucks less."
Mutt is
* Andrew Schulman (Thu, 06 Apr 2017 21:22:38 -0400)
>
> My regular shell is fish. To make local terminals run fish instead of bash
> when
> I start them, I set
>
> SHELL=/usr/bin/fish
>
> in my desktop environment. This works fine: I start MinTTY, and fish starts.
>
> But when I log into that
14 matches
Mail list logo