This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU emacs 21.2-5 packages available


On Fri, Aug 16, 2002 at 11:00:07AM -0400, Joe Buehler wrote:
>Pavel Holejsovsky wrote:
>>>Does the process exit get noticed when you press control-g?
>>
>>Yes! Does it ring some bell to you?
>
>No, it's just something I noticed.  There are all sorts of #ifdefs in
>the subprocess code in emacs.  I probably do not have something ported
>quite right for Cygwin.

This kind of behavior is usually due to a signal being blocked with
sigprocmask and not correctly unblocked.  It's possible, of course,
that there is a bug in cygwin's signal code, somewhere, too.

The strace snippet that was posted was just cygwin working as designed
AFAICT.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]