This is the mail archive of the cygwin@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: Cygwin32 Signals


Mikey wrote:
> perhaps the following Psuedocode fragment will
> give you some workable ideas.
>

This may not help. Signal processing thread must suspend main thread 
execution and switch it to signal handler routine. The only way to do it I 
see is the current method (originally designed by Steve Chamberlain, the 
inventor of gnu-win32 project): suspend the main thread execution, save 
current inctruction pointer, set it to signal handler address and resume 
main thread. Win95 may hang if context switching is while in a syscall. Why 
did it work before? Because all the signal mechanism was almost missing in 
cygwin.dll.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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