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]

Signal handling (cygrunsrv)


Hi,
I'm trying to run as a service 2 exe with cygrunsrv.
The first exe goes ok starting and stopping,
the second (which handles 1 COM), gets an error 1053 when stopping it.
Looking at signal processing I noticed that
the first does not handle SIGTERM,
instead the second does handle it.
The signal which both handle are SIGHUP,SIGINT.
Is it correct to cut SIGTERM or maybe I
sould use some -y option in cygrunsrv?
Thanks
Andrea


--
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]