Received: by taz.hyperreal.com (8.6.12/8.6.5) id IAA22210; Thu, 12 Oct 1995 08:55:40 -0700 Received: by taz.hyperreal.com (8.6.12/8.6.5) id IAA22204; Thu, 12 Oct 1995 08:55:38 -0700 From: Rob Hartill Message-Id: <199510121555.IAA22204@taz.hyperreal.com> Subject: WWW Form Bug Report: "dbm auth - bus error" on HPUX (fwd) To: new-httpd@hyperreal.com Date: Thu, 12 Oct 1995 08:55:38 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1724 Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org no ack sent Forwarded message: > From nobody@hyperreal.com Wed Oct 11 15:07:50 1995 > Message-Id: <199510112207.PAA05733@taz.hyperreal.com> > From: gaz@commerce.com > To: apache-bugs%apache.org@organic.com > Date: Wed Oct 11 15:07:48 1995 > Subject: WWW Form Bug Report: "dbm auth - bus error" on HPUX > > Submitter: gaz@commerce.com > Operating system: HPUX, version: 9.01 > Extra Modules used: dbm_auth > URL exhibiting problem: > > Symptoms: > -- > I get a bus error when using the AuthDbmUserFile. I tried to replace the palloc line at mod_auth_dbm.c:117 with a malloc and it still crashed at dbm_authenticate_basic_user (line 155) I can reproduce this at will on my HP box. > -- > > Backtrace: > -- > (gdb) where #0 0x30f28 in _kill () #1 0x37268 in _raise () #2 0x2a1c0 in abort () #3 0x928c in bus_error () at http_main.c:563 #4 0x3abe8 in _sigreturn () #5 0x22778 in get_dbm_pw (r=0x4001c280, user=0x4001d250 "gaz", auth_dbmpwfile=0x4001d12c "/home/epicurus/gaz/public_html/.dbmpass") at mod_auth_dbm.c:117 #6 0x22948 in dbm_authenticate_basic_user (r=0x4001c280) at mod_auth_dbm.c:155 #7 0xc900 in run_method (r=0x4001c280, offset=44, run_all=0) at http_config.c:235 #8 0xcaf4 in check_user_id (r=0x4001c280) at http_config.c:271 #9 0xf474 in process_request_internal (r=0x4001c280) at http_request.c:588 #10 0xf5b0 in process_request (r=0x4001c280) at http_request.c:615 #11 0x9bec in child_main (child_num_arg=3) at http_main.c:814 #12 0x9d74 in make_child (server_conf=0x400181c0, child_num=3) at http_main.c:847 #13 0xa260 in standalone_main (argc=3, argv=0x7b033430) at http_main.c:944 #14 0xa5a8 in main (argc=3, argv=0x7b033430) at http_main.c:1010 (gd! > b) > -- >