From owner-freebsd-stable@FreeBSD.ORG Tue Dec 4 14:03:44 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C03016A496 for ; Tue, 4 Dec 2007 14:03:44 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id F3E5E13C45B for ; Tue, 4 Dec 2007 14:03:43 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2961225nfb for ; Tue, 04 Dec 2007 06:03:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2VhKmEVJMkr+rPCzF/PkRlPZ3Kk/HQ1C4FUpD5nM1Q4=; b=S9twZloTNsXRS/Cp9VhlcNSdeH+ku3tPPA6e3PNoxNQsn/FuxK9yIFu0GXcE9Fs0MV5sMJUVbcJTKBNMisqJzztL5C5oDRv9YAcLDHMAStcv78Wsvcv5kBIwD3O95oU0k+ywfjZ80o8F9qlh46IJ66Stz+29ptR2THr4wwPSYlk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pxL0iNtDar3osMyqrYHnGHHf0mqC2oe9DHAkMA/pXVJeUiz+B9I4DmACKtuUgYNJVYD+/y0lxVXv8B2MYDiqEem6gSh2q28iuLkTdXc3ogidZA2yhCmas4asC+j/Rn8TeJxBw1NrG/YDNmMlJGXC2yqHTSDUMmAfpgksCsU65u0= Received: by 10.78.171.20 with SMTP id t20mr3540202hue.1196775581939; Tue, 04 Dec 2007 05:39:41 -0800 (PST) Received: by 10.78.168.5 with HTTP; Tue, 4 Dec 2007 05:39:36 -0800 (PST) Message-ID: <7ad7ddd90712040539t21b114a6m76496e7041fe01f5@mail.gmail.com> Date: Tue, 4 Dec 2007 14:39:36 +0100 From: "Ulrich Spoerlein" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7ad7ddd90712040238s33afde77t4805cb6430b597fa@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: Threads stuck in sbwait X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 14:03:44 -0000 On Dec 4, 2007 1:01 PM, Ivan Voras wrote: > > we are running the Jabber server Openfire on FreeBSD 6.1 and it > > doesn't close its sockets, forcing use to periodically recycle the > > java process. Here's some interesting output: > > Can you upgrade to FreeBSD 6.3? There were some fixes that might help > you. Also, try using libthr instead of libpthread. Not easily, no. But I'll try libthr upon next restart of the process. Uli