Ramakrishna Kuppa wrote:
> Chris,
> 
> I upgraded our system to use OpenSSL 0.9.6g from your latest build. 
> However, the error I was referring to occurred in the previous build 
> that had version 0.9.6d of OpenSSL.
> 
> The error is a Dr.Watson error. The usual popup box comes with the above 
> message and until the user acknowledges, the system doesn't service any 
> requests. There aren't any useful messages that get logged either.
> 
> The complete message is as follows:
> "Apache.exe generates errors and will be closed by Windows. You will 
> need to restart the program. An error log is being created."

... from first note ... I understand now.
>  Alternatively, can the server be made to service user requests?

I think what you are asking here is... is there a way to continue after 
a Dr Watson message has happened and there is no user to press ok.

There may be, but I have never found it.  I write most of my service and 
console code with structured exception handlers that handle access 
violations, so that most of my applications do not behave this way.  I 
have had some frustration in this because tech's want to leave the 
dialog on the screen for others to see and applications cannot finish 
dying until the user clicks ok.  Sometimes a new instance will start but 
rarely.

Most of the time they are caused by an access violations.  Frequently 
caused by truncated/corrpted files.  One of my applications kept causing 
Explorer to crash when it was infiltrated with Nimda and was being run 
during user signon.

Chris.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to