From owner-freebsd-current Mon Jul 30 17:50:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from av.fks.lan (tc2-1-1.cyberport.net [216.166.149.48]) by hub.freebsd.org (Postfix) with ESMTP id 8A28F37B401 for ; Mon, 30 Jul 2001 17:50:56 -0700 (PDT) (envelope-from myke@ees.com) Received: from localhost (myke@localhost) by av.fks.lan (8.11.3/8.11.1) with ESMTP id f6V0quD06871 for ; Mon, 30 Jul 2001 18:52:58 -0600 (MDT) (envelope-from myke@ees.com) X-Authentication-Warning: av.fks.lan: myke owned process doing -bs Date: Mon, 30 Jul 2001 18:52:56 -0600 (MDT) From: Mike Holling X-Sender: myke@av.fks.lan To: current@freebsd.org Subject: apache spins on signal 1 in -current Message-ID: 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 I've got an ongoing problem with apache. Sometimes in normal operation, and always when sent a SIGHUP, the main httpd process will spin and consume the cpu. GDB reveals that it's stuck somewhere in a thread handling routine: Program received signal SIGINT, Interrupt. 0x2862a31c in _thread_sig_handle_pending () from /usr/lib/libc_r.so.5 This is with the latest apache port and uthread_sig.c version 1.38. - Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message