Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 4871 invoked by uid 6000); 28 Jun 1999 17:07:01 -0000 Received: (qmail 4827 invoked from network); 28 Jun 1999 17:06:54 -0000 Received: from mailserver.west.com (HELO mailserver.wtc.west.com) (199.38.51.216) by taz.hyperreal.org with SMTP; 28 Jun 1999 17:06:54 -0000 Received: from wtcex-w01pdcbh.wtc.west.com (wtcex-w01pdcbh.wtc.west.com [199.38.76.204]) by mailserver.wtc.west.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id MAA26498; Mon, 28 Jun 1999 12:06:36 -0500 Received: by wtcex-w01pdcbh.wtc.west.com with Internet Mail Service (5.5.2448.0) id ; Mon, 28 Jun 1999 12:06:12 -0500 Message-ID: <1F06E140313CD211936F00104B648D500154799A@WTCEX-W06BDCMB> From: "Dietz, Phil E." To: "'coar@apache.org'" , apache-bugdb@apache.org Subject: RE: general/2245: Insure memory checker found errors Date: Mon, 28 Jun 1999 12:01:58 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: apache-bugdb-owner@apache.org Precedence: bulk I checked out apache-1.3_19990622191229.tar.gz, compiled it with most apache modules, and ran it against the newest beta of Insure5.0 for HPUX10. The only warnings it issued were: [alloc.c:1578] **USER_ERROR** >> qsort(cat_keys, nkeys, sizeof(overlap_key), sort_overlap); Non-positive numbers of elements passed to qsort: 0 Stack trace where the error occurred: qsort() ap_overlap_tables() alloc.c, 1578 get_mime_headers() http_protocol.c, 902 ap_read_request() http_protocol.c, 964 child_main() http_main.c, 3976 make_child() http_main.c, 4091 startup_children() http_main.c, 4173 standalone_main() http_main.c, 4461 main() http_main.c, 4777 [mod_setenvif.c:384] **PARM_NULL** >> if (!ap_regexec(b->preg, val, 0, NULL, 0)) { Array parameter is null: pmatch Stack trace where the error occurred: ap_regexec() match_headers() mod_setenvif.c, 384 run_method() http_config.c, 360 ap_run_post_read_request() http_config.c, 402 ap_read_request() http_protocol.c, 1051 child_main() http_main.c, 3976 make_child() http_main.c, 4091 startup_children() http_main.c, 4173 standalone_main() http_main.c, 4461 main() http_main.c, 4777 and those errors seem to just be of the informational variety. Otherwise quite clean. I will continue testing with more modules. -----Original Message----- From: coar@apache.org [SMTP:coar@apache.org] Sent: Wednesday, May 05, 1999 3:26 PM To: apache-bugdb@apache.org; coar@apache.org; pedietz@west.com Subject: Re: general/2245: Insure memory checker found errors [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. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: Insure memory checker found errors State-Changed-From-To: open-feedback State-Changed-By: coar State-Changed-When: Wed May 5 13:26:22 PDT 1999 State-Changed-Why: How does this look against the post-beta 1.3.6 version?