This is the mail archive of the cygwin-developers@sourceware.cygnus.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: ^Z can't suspend less in the tty mode


On Tue, May 09, 2000 at 09:13:29PM +0900, Kazuhiro Fujieda wrote:
>>>> On Tue, 9 May 2000 10:41:59 +0100 
>>>> "Fifer, Eric" <EFifer@sanwaint.com> said:
>
>> What is happening is that when SIGTSTP is caught the signal
>> handler does a longjmp().  And, when the thread restarts at the
>> setjmp() the signal mask is not restored.
>
>I can understand what is the problem. less wants setjmp() and
>longjmp() to do more than what they can do in Cygwin.

Yes.  At some point we should implement a sigsetjmp and siglongjmp.

cgf

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