Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 7456 invoked by uid 6000); 3 Feb 2000 19:36:16 -0000 Received: (qmail 7428 invoked from network); 3 Feb 2000 19:36:11 -0000 Received: from web1.ntrnet.net (206.66.160.5) by taz.hyperreal.org with SMTP; 3 Feb 2000 19:36:11 -0000 Received: from mail.ntrnet.net (mail.ntrnet.net [206.66.160.4]) by web1.ntrnet.net (8.8.5/8.8.5) with ESMTP id OAA00837 for ; Thu, 3 Feb 2000 14:36:10 -0500 Received: from shell.ntrnet.net (squid.ntrnet.net [206.66.160.7]) by mail.ntrnet.net (Postfix) with ESMTP id 204D27680A for ; Thu, 3 Feb 2000 14:36:10 -0500 (EST) Received: (from rbb@localhost) by shell.ntrnet.net (8.8.5/8.8.5) id OAA14541; Thu, 3 Feb 2000 14:36:09 -0500 Date: Thu, 3 Feb 2000 14:36:09 -0500 (EST) From: rbb@apache.org X-Sender: rbb@shell.ntrnet.net To: new-httpd@apache.org Subject: Re: [BUG] current apache-2.0 hangs on linux. In-Reply-To: <20000201015258.C17486@pgtm0035.mch.sni.de> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Status: O > semget(IPC_PRIVATE, 1, IPC_CREAT|0x180|0600) = 15 > semctl(15, 0, SETVAL, 0xbffff26c) = 0 > semop(0xe, 0x1, 0, 0x80cfdfc > ^^^^^^^^and there it simply hangs. > I assume that the deadlock is caused by lock_inter() but could not > verify that yet. Is there a way to get apache 2.0 running *EVEN ON > LINUX* ?!?! I think I have fixed this problem. The problem was related to my changing the locking mechanism for APR last week. Basically, we have to call ap_initialize() before we try to use ANY locks in a program. The reason for this is that ap_initialize sets up any global variables needed for the locks. For example, the op_on and op_off variables for semaphores. I am committing this any minute now. :-) Ryan Come to the first official Apache Software Foundation Conference!!! _______________________________________________________________________________ Ryan Bloom rbb@ntrnet.net 2121 Stonehenge Dr. Apt #3 Raleigh, NC 27615 Ryan Bloom -- thinker, adventurer, artist, writer, but mostly, friend. -------------------------------------------------------------------------------