From owner-freebsd-current Fri Jun 21 5:23:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 09CE737B406; Fri, 21 Jun 2002 05:23:26 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g5LCNNb40950; Fri, 21 Jun 2002 14:23:23 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g5LCNM9014194959; Fri, 21 Jun 2002 14:23:22 +0200 (MES) Date: Fri, 21 Jun 2002 14:25:18 +0200 (CEST) From: Martin Blapp To: Anders Nordby , , Cc: Daniel Eischen Subject: Re: Apache2 in threaded mode for FreeBSD ... Message-ID: <20020621141713.O550-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Daniel, Port is /usr/ports/www/apache2, compiled with: make WITH_MPM=perchild FORCE_THREADING_MPM=yes install Note that this problem happens with ALL threaded MPM's. bash-2.05a# ps -aux | grep httpd root 96690 0.0 0.4 5800 3944 ?? Ss 2:13PM 0:00.01 httpd www 96691 0.0 0.4 5800 3980 ?? S 2:13PM 0:00.00 httpd bash-2.05a# telnet localhost 80 Trying ::1... Connected to localhost. Escape character is '^]'. GET / HTTP/1.0 and there it hangs. Gdb only shows: PID 96690 #0 0x282b2808 in _thread_sys_poll () from /usr/lib/libc_r.so.4 #1 0x282b177e in thread_kern_poll (wait_reqd=2) at /usr/src/lib/libc_r/uthread/uthread_kern.c:829 #2 0x282b0dea in _thread_kern_scheduler () at /usr/src/lib/libc_r/uthread/uthread_kern.c:482 #3 0x0 in ?? () PID 96691 #0 0x282b2808 in _thread_sys_poll () from /usr/lib/libc_r.so.4 #1 0x282b177e in thread_kern_poll (wait_reqd=2) at /usr/src/lib/libc_r/uthread/uthread_kern.c:829 #2 0x282b0dea in _thread_kern_scheduler () at /usr/src/lib/libc_r/uthread/uthread_kern.c:482 #3 0x0 in ?? () Martin PS: I seem to get the same deadlock if in OpenOffice if I open a website and try to edit it ... Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message