From owner-freebsd-current@FreeBSD.ORG Fri Oct 26 17:19:23 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F001C16A417; Fri, 26 Oct 2007 17:19:22 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 1443B13C4B6; Fri, 26 Oct 2007 17:19:21 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IlSq8-000AFL-Fu; Fri, 26 Oct 2007 20:19:20 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IlSpx-000JGV-59; Fri, 26 Oct 2007 20:19:19 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l9QHJ6HQ095937; Fri, 26 Oct 2007 20:19:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l9QHJ5V7095936; Fri, 26 Oct 2007 20:19:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 26 Oct 2007 20:19:05 +0300 From: Kostik Belousov To: Gleb Kozyrev Message-ID: <20071026171905.GD37471@deviant.kiev.zoral.com.ua> References: <200710251435.58984.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AkbCVLjbJ9qUtAXD" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: 49b91432ac2f6f50aab85e53d3752740 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1684 [Oct 26 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: freebsd-current@freebsd.org Subject: Re: Deadlock, exclusive sx so_rcv_sx, amd64 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: Fri, 26 Oct 2007 17:19:23 -0000 --AkbCVLjbJ9qUtAXD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 26, 2007 at 12:52:07PM +0300, Gleb Kozyrev wrote: > On 25/10/2007, John Baldwin wrote: > > > Running rtorrent and ftp brings my system to a deadlock > > > in a few hours. Kernel still responds to pings and sends some > > > TCP acks. > ... > > > Please suggest any other commands to run in DDB if needed. > > > Cores are saved. > > > > show sleepchain will show if it's a real deadlock or not. > > >=20 > This time the freeze was a matter of minutes. >=20 > db> ps > pid ppid pgrp uid state wmesg wchan cmd > 1229 991 991 0 ? smbd > 1201 1195 1201 1001 SL+ pfault 0xffffffff80b1359c rtorrent > 1199 1193 1199 1001 Ss+ ttyin 0xffffff0001211410 tcsh > 1197 1193 1197 1001 Ss+ ttyin 0xffffff0001218810 tcsh > 1195 1193 1195 1001 Ss+ pause 0xffffff000624a0c0 tcsh > 1193 1192 1193 1001 SLs pfault 0xffffffff80b1359c screen > 1192 1190 1190 1001 S+ pause 0xffffff00013c10c0 screen > 1190 1189 1190 1001 Ss+ pause 0xffffff00065b40c0 tcsh > 1189 1187 1187 1001 S select 0xffffffff80af79d0 sshd > 1187 1097 1187 0 Ss sbwait 0xffffff00065346cc sshd > ... >=20 > db> show alllocks > Process 1187 (sshd) thread 0xffffff00065ad350 (100166) > exclusive sx so_rcv_sx r =3D 0 (0xffffff0006534670) locked @ > /usr/src/sys/kern/uipc_sockbuf.c:145 >=20 > db> show sleepchain 1187 > thread 100166 (pid 1187, sshd) sleeping on 0xffffff00065346cc "sbwait" > db> show sleepchain 1201 > thread 100164 (pid 1201, rtorrent) sleeping on 0xffffffff80b1359c "pfault" >=20 > Nothing interesting I guess... > Maybe this is not a deadlock, what else can cause such a freeze? > I won't reboot it for a while -- maybe someone can suggest anything else. Lots of the processes in the pfault state suggests that this is, in fact, vm deadlock. I think that alltrace output would be interesting, as well as output of "print cnt" from the kgdb. --AkbCVLjbJ9qUtAXD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHIiGJC3+MBN1Mb4gRAjUYAKCSYxPyri0/z8ntMJmdyGOVjnA8awCfbxpU Ox7tW7QVG+Rd3a+TtKRp1nA= =f4Dg -----END PGP SIGNATURE----- --AkbCVLjbJ9qUtAXD--