This is the mail archive of the cygwin 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: lost SIGTERM signal handler and winpcap....


S A wrote:

> I'm using Winpcap 4.0.2 in a cygwin application for
> local packet capture.
> 
> My application registers a SIG_TERM signal handler.

Unless you built winpcap as a Cygwin application, I don't think you
should expect this to work.  The winpcap as downloaded from their site
is a native library (i.e. MSVCRT) and so signal handling for Cygwin
signals is bound to have strange effects, on account of MSVCRT having a
much different and restricted view of what a signal is.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]