From owner-freebsd-current@FreeBSD.ORG Tue Oct 15 08:36:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BAEEBB7 for ; Tue, 15 Oct 2013 08:36:31 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A09522CC7 for ; Tue, 15 Oct 2013 08:36:30 +0000 (UTC) Received: from mail-wg0-f47.google.com ([74.125.82.47]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKUlz+ct12D82Z7wGKuWKweB9cV3aHZqWF@postini.com; Tue, 15 Oct 2013 08:36:30 UTC Received: by mail-wg0-f47.google.com with SMTP id c11so3357876wgh.2 for ; Tue, 15 Oct 2013 01:36:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:cc :reply-to:in-reply-to; bh=Ou4YbHxnVaCL/YU6ZS0DdIh3k55xIIg4DZs6C/5sJRE=; b=H4IxteGmI8/YTQZFkbvDZq2CWrB5fwTfZq4k+T/6AmTlvv1E+oDScsVoSnljgPN32L JimD28JjkaxjQfCzqp/Y5wvL90D4IvVMr5e4PrrkBj2CVxpDTP7dttS7cdS2XYwLsfLy tk366anJkBbiSiRwtRfapWyjcZq/wSr50J/LOEI7MqLqHUuecmRSCyvSnLbq1fgakR++ h84kWyr39bdwTF3volOUt6ZQKNUqN5ercnJYzIOkDSxb65OqfhKWUwY1m1htYvhEj9Ia Ak2VlLGU2PDDdvYi6Cz79hH4si3b6ixpHTUlcI5qlI1OUaqI0POgFW39EBc3atahbMpM M2gg== X-Gm-Message-State: ALoCoQkLFmtrMF0YT4yhMkyTbqxYd46JYRVHF5skr1MDRrJOTtGm/0lj2IYPNUm2IiFdHNZD3x+07853Yg6taXIfM2odx7V7KgD2+t9gGzuf8Wg0kT0+6MZMt9NVRVSntLgdqUmDMHymNWVwRJiNxF4EpCFi8u/fInx5Y19mNm38c+307yx7BrI= X-Received: by 10.180.95.202 with SMTP id dm10mr13692836wib.62.1381826162075; Tue, 15 Oct 2013 01:36:02 -0700 (PDT) X-Received: by 10.180.95.202 with SMTP id dm10mr13692817wib.62.1381826161932; Tue, 15 Oct 2013 01:36:01 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id mw9sm376220wib.0.2013.10.15.01.35.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Oct 2013 01:36:00 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9F8ZwlK043225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 15 Oct 2013 09:35:58 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9F8ZwZk043224; Tue, 15 Oct 2013 09:35:58 +0100 (BST) (envelope-from mexas) Date: Tue, 15 Oct 2013 09:35:58 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310150835.r9F8ZwZk043224@mech-cluster241.men.bris.ac.uk> To: davide@freebsd.org, mexas@bris.ac.uk Subject: Re: panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe000000012d07b00, blocked for 902743 ticks In-Reply-To: Cc: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 08:36:31 -0000 >From davide.italiano@gmail.com Fri Oct 11 15:39:49 2013 > >If you're not able to get a full dump, a textdump would be enough. >In your DDB scripts just remove the 'call doadump' step and you should >be done, unless I'm missing something. >Please adjust the script as well to include all the informations >requested as mentioned in my previous link, e.g. 'show lockedvnods' is >not mentioned on the example section of textdump(4) manpage but it >could be useful to ease debugging. It seems "call doadump" is always needed. At least it is included in textdump(4) examples. Also, this tutorial incluldes it: http://www.etinc.com/122/Using-FreeBSD-Text-Dumps I think I still haven't got textdump right, because instead of savecore: writing core to textdump.tar.0 I see: savecore: writing core to /var/crash/vmcore.9 Thanks Anton