From owner-freebsd-current@FreeBSD.ORG Mon Aug 29 01:18:32 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21CBD16A41F for ; Mon, 29 Aug 2005 01:18:32 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F5C43D46 for ; Mon, 29 Aug 2005 01:18:30 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so556787nzd for ; Sun, 28 Aug 2005 18:18:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iJtjPglIIDHxWF2KzrvGGcWLoooqzpGitmuXb9917zAFpXS3u1eNQMNDu0AFw2WDfeDiuANHTDMLRiViGHmHbsdQU1lZEdgmFf1rwxoL1qH6rVQ/lapYkiz/3fQcW7XVmid8k233xF7rouFo6SUW0YE2NFrsNrZ6Y6anwshbVRw= Received: by 10.37.13.7 with SMTP id q7mr741810nzi; Sun, 28 Aug 2005 18:18:28 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Sun, 28 Aug 2005 18:18:27 -0700 (PDT) Message-ID: Date: Mon, 29 Aug 2005 09:18:27 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Strange threading issue with apache2 WITH_THREADS=1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 01:18:32 -0000 I have been using www/apache2 with WITH_THREADS=3D1 for a long time on a -current system. With a recent world upgrade, I start to get "Fatal error Dead thread has assumed at line 158 in file src/lib/libpthread/thread/thr_exit.c (errno =3D 0)" and httpd no longer functions. Rebuilding kernel/world/libpthread does not seem to make any difference, nor does rebuilding www/apache2 itself. Any suggestions? Jiawei Ye --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming