From owner-freebsd-current@FreeBSD.ORG Thu May 15 14:00:18 2014 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 ESMTPS id 7FE38BCD for ; Thu, 15 May 2014 14:00:18 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ED32AD2 for ; Thu, 15 May 2014 14:00:17 +0000 (UTC) Received: from firewall.mikej.com (162-238-140-44.lightspeed.lsvlky.sbcglobal.net [162.238.140.44]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id s4FE0GRw079136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 15 May 2014 10:00:16 -0400 (EDT) (envelope-from mikej@mikej.com) Received: from mail.mikej.com (firewall [192.168.6.63]) by firewall.mikej.com (8.14.8/8.14.7) with ESMTP id s4FDxtun026221 for ; Thu, 15 May 2014 10:00:15 -0400 (EDT) (envelope-from mikej@mikej.com) X-Authentication-Warning: firewall.mikej.com: Host firewall [192.168.6.63] claimed to be mail.mikej.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 15 May 2014 09:59:55 -0400 From: Michael Jung To: freebsd-current@freebsd.org Subject: Gallium debugging and crash dumps Message-ID: X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.0.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 15 May 2014 14:00:18 -0000 Hi: If there is a better list to post this to please let me know. I've started playing with VT and gallium. I boot on ZFS but have a UFS drive and swap partition. Anyone with idea's why I'm not getting any crash info? I am guessing it is because the machine is not rebooting but locks up hard so is there any extra debugging that can be turned on? On the surface Gallium seems to be the root of the problem. Here is my dump/swap config: FreeBSD charon 10.0-STABLE FreeBSD 10.0-STABLE #0 r265914M: Wed May 14 15:44:17 EDT 2014 mikej@charon:/usr/obj/usr/src/sys/VT amd64 root@charon:/usr/home/mikej # swapinfo Device 1K-blocks Used Avail Capacity /dev/ada2s1a 16777216 0 16777216 0% root@charon:/usr/home/mikej # root@charon:/usr/home/mikej # dumpon -l ada2s1a root@charon:/usr/home/mikej # root@charon:/usr/home/mikej # grep dump /etc/rc.conf dumpdev="AUTO" # Device to crashdump to (device name, AUTO, or NO). dumpdir="/data/crash" # Directory where crash dumps are to be stored root@charon:/usr/home/mikej # root@charon:/usr/home/mikej # ls -lad /data/crash/ drwxr-xr-x 2 root wheel 512 Apr 20 13:15 /data/crash/ root@charon:/usr/home/mikej # http://216.26.158.189/Xorg.0.log --mikej