Re: Screen crippled by applications using alternative screen

2014-05-02 Thread Csaba Raduly
On Fri, May 2, 2014 at 7:37 AM, Christopher Faylor wrote: (snip)> > Oh, and another reason for my reaction was that the web page used the > term "annoying cygwin behavior" when Cygwin is working as designed. One man's "working as designed" is another man's "annoying behavior" :) Csaba -- GCS a+

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-02 Thread Ken Brown
On 5/2/2014 6:50 AM, Achim Gratz wrote: Achim Gratz writes: Sorry for the long delay. I've now ran the two Emacs versions side by side for two days. The original has crashed twice during that time and the patched version is still running… so I'd call that a fix. Thanks! Just as I had sent t

Re: ioctl crash in mpg123

2014-05-02 Thread JonY
On 5/2/2014 23:15, Christopher Faylor wrote: > On Fri, May 02, 2014 at 07:16:25PM +0800, JonY wrote: >> Hi, >> >> I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar >> with the OSS sounds API. I traced the ioctl calls and made this example, >> is it supposed to work? > > If you'

Re: two execve() inconsistencies (was cygwin-bash compat/regression bug... startup line prob)

2014-05-02 Thread Linda Walsh
Eric Blake wrote: So why doesn't a single argument work (-u?) Because you didn't pass a single argument, but left trailing space ... --- But looking at the file, I didn't notice that until I recreated the file w/o using cut/paste (i.e. happened in another script that had -u at the top, and I

Re: ioctl crash in mpg123

2014-05-02 Thread Christopher Faylor
On Fri, May 02, 2014 at 07:16:25PM +0800, JonY wrote: >Hi, > >I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar >with the OSS sounds API. I traced the ioctl calls and made this example, >is it supposed to work? If you're asking if Cygwin is supposed to SEGV in certain situation

ioctl crash in mpg123

2014-05-02 Thread JonY
Hi, I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar with the OSS sounds API. I traced the ioctl calls and made this example, is it supposed to work? #include #include #include #include #include #include #include int main(){ int fmt = AFMT_MU_LAW; int chan = 0;

Re: Screen crippled by applications using alternative screen

2014-05-02 Thread Maximus5
Christopher Faylor cygwin.com> writes: > > On Fri, May 02, 2014 at 01:33:30AM -0400, Christopher Faylor wrote: > >I think I understand now. The request if for Cygwin to "do nothing" > >when it sees escape sequences since, apparently, ConEmu will handle > >escape sequences on its own. This is n

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-02 Thread Achim Gratz
Achim Gratz writes: > Sorry for the long delay. I've now ran the two Emacs versions side by > side for two days. The original has crashed twice during that time and > the patched version is still running… so I'd call that a fix. Thanks! Just as I had sent this mail, the new Emacs also crashed.

Re: [ANNOUNCEMENT] Updated: perl-5.18.2-1 (x86) [test] Attn Maintainers with perl reqs

2014-05-02 Thread Achim Gratz
Reini Urban writes: > perl, perl_vendor, perl_manpages, perl_debugbuild The debug package is actually named perl_debuginfo at the moment, but perhaps it should be renamed perl-debuginfo to conform to all other packages? @INC looks strange: why do you keep vendor_perl for 5.10, but not for 5.14?