Re: strace crash (TLS data not initializing?)

2017-04-14 Thread Daniel Santos
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

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3

2017-04-14 Thread Steven Penny
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

Re: strace crash (TLS data not initializing?)

2017-04-14 Thread Daniel Santos
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

strace crash (TLS data not initializing?)

2017-04-14 Thread Daniel Santos
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

How to trap crash or exit in Windows?

2017-04-14 Thread Daniel Santos
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

Re: how to make sshd start a shell other than bash when I log in?

2017-04-14 Thread Brian Inglis
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

Re: /bin/ gets deleted on error

2017-04-14 Thread Norton Allen
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'"

Re: Can not get XWindows to Work in Cygwin/X .... I LOVE CYGWIN, USE IT EVERY DAY

2017-04-14 Thread Mike Rushton
(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

Re: /bin/ gets deleted on error

2017-04-14 Thread cyg Simple
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

XWin focus in multiwindow mode

2017-04-14 Thread Nicolas Goy
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

[ANNOUNCEMENT] Updated: less-487-1

2017-04-14 Thread Marco Atzeri
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.

[ANNOUNCEMENT] Updated: Onigurama 6.2.0-1

2017-04-14 Thread Marco Atzeri
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

[ANNOUNCEMENT] Updated: mutt-1.8.1-1

2017-04-14 Thread Marco Atzeri
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

Re: how to make sshd start a shell other than bash when I log in?

2017-04-14 Thread Thorsten Kampe
* 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