Received: (qmail 3076 invoked by uid 2012); 15 Jun 1998 03:05:47 -0000 Message-Id: <19980615030547.3075.qmail@hyperreal.org> Date: 15 Jun 1998 03:05:47 -0000 From: Shanti Rao Reply-To: shanti@raosoft.com To: apbugs@hyperreal.org Subject: mod_isapi crashes when the server DLL returns HST_STATUS_ERROR X-Send-Pr-Version: 3.2 >Number: 2444 >Category: mod_isapi >Synopsis: mod_isapi crashes when the server DLL returns HST_STATUS_ERROR >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sun Jun 14 20:10:01 PDT 1998 >Closed-Date: Mon Oct 16 23:11:11 PDT 2000 >Last-Modified: Mon Oct 16 23:11:11 PDT 2000 >Originator: shanti@raosoft.com >Release: 1.3.0 >Organization: >Environment: Compiled distribution, using an ISAPI DLL compiled with Borland C++ >Description: when an ISAPI returns a server_error message, Apache GPFs. Easy fix: ignore those errors and write the problem to the log file instead. >How-To-Repeat: return anything but OK from the server DLL >Fix: os/win32/mod_isapi line 286: case HSE_STATUS_ERROR: default: /* return SERVER_ERROR; this had a problem */ return OK; } >Release-Note: >Audit-Trail: Category-Changed-From-To: os-windows-mod_isapi Category-Changed-By: abagchi Category-Changed-When: Thu Jun 15 10:35:24 PDT 2000 State-Changed-From-To: open-feedback State-Changed-By: wrowe State-Changed-When: Sun Oct 1 13:33:13 PDT 2000 State-Changed-Why: Please keep an eye out for the latest Apache 1.3.13 binary, to determine if it resolves your issues. mod_isapi has been overhauled, so you can expect that this is no longer an issue. Comment-Added-By: wrowe Comment-Added-When: Sun Oct 1 13:34:33 PDT 2000 Comment-Added: Footnote, you can grab the latest tree at dev.apache.org if you would like to help test the mod_isapi. Also, at this moment, it is available as a .zip file from the dev.apache.org/~wrowe, although it will disappear from that url once 1.3.13 is released. State-Changed-From-To: feedback-closed State-Changed-By: wrowe State-Changed-When: Mon Oct 16 23:11:10 PDT 2000 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]