Re: Question about SIGEMT under Cygwin

2010-02-23 Thread Paul McFerrin
This is a FYI on subject: Problem appears with httpd V2.0.63 as well as V2.2.2. I have compiled both versions and they both act the same. Sounds like a generic problem with cygwin, an educated guess. There is some code in connection.c which comments the fact that you should define NO_LINGCL

Re: Question about SIGEMT under Cygwin

2010-02-23 Thread Larry Hall (Cygwin)
On 02/23/2010 01:41 AM, Paul McFerrin wrote: This question is for Larry Hall. Hi Paul. Actually, there are others on this list that could answer this question for you as well. Technically, a quick look at the code provides the answer. :-) Does signal SIGEMT mean anything under Cygwin? I ha

Question about SIGEMT under Cygwin

2010-02-22 Thread Paul McFerrin
This question is for Larry Hall. Does signal SIGEMT mean anything under Cygwin? I have a Webserver process (httpd) that is terminating with a signal SIGEMT? When I looked at the code, I saw no use for SIGEMT. I'm assuming the signal is generated external to the process. - Paul -- Problem