This is the mail archive of the cygwin-developers@sources.redhat.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]

Re: testsuite signal handling patch


On Mon, Sep 04, 2000 at 01:10:36PM -0400, Chris Faylor wrote:
>On Mon, Sep 04, 2000 at 02:41:06PM +0400, Egor Duda wrote:
>>Hi!
>>
>>Monday, 04 September, 2000 Egor Duda deo@logos-m.ru wrote:
>>
>>ED>   currently,  tests  from winsup.api/ltp/ can possibly catch fatal
>>ED> signals such as SIGSEGV recursively. attached patch fixes this.
>>
>>btw,  shouldn't  call_handler()  set  signal  handler to SIG_DFL while
>>program is in handler?
>
>No.

Just to be a little more verbose, cygwin has AFAIK always followed the
BSD behavior of keeping a signal armed.

You're right that the sa_flags field isn't completely implemented.  I
keep waiting for someone to complain about that.

It shouldn't be hard to do the right thing.  I'll see what I can do.

cgf

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