From owner-freebsd-current@freebsd.org Mon Jul 25 15:11:27 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD1ABA3CE8 for ; Mon, 25 Jul 2016 15:11:27 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3631DF9 for ; Mon, 25 Jul 2016 15:11:27 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 0B9FA56488; Mon, 25 Jul 2016 10:11:26 -0500 (CDT) Subject: Re: seldom crashes on Dell E6330 with 12-CURRENT To: Matthias Apitz , freebsd-current@freebsd.org References: <20160723072128.GA2136@c720-r292778-amd64> From: Eric van Gyzen Message-ID: <551fda4a-4220-9be2-2409-9b8ad959827f@FreeBSD.org> Date: Mon, 25 Jul 2016 10:11:23 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160723072128.GA2136@c720-r292778-amd64> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 25 Jul 2016 15:11:27 -0000 On 07/23/16 02:21 AM, Matthias Apitz wrote: > > Hello, > > I own since July 15 a new laptop and faced 3 crashes, details see below. > What can I do to gather more information? Thanks > > > notes in general: > - hardware: Dell E6330, amd64, 4 cores i5-3360M, 8 GByte RAM, 250 GByte SSD w/ TRIM > - WLAN: urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R > - kernel: GENERIC r302904 (July 15) > - poudriere 3.2-pre: compiling ~1800 ports in 4 builders > - swap as plain file in /usr/swap01, 8 GByte > - apart of the crashes below, no crash during buildworld, buildkernel and > ~48 hours of poudriere fetching distfiles and making ~1800 ports > - no errors on 'memtest 1G' > > crashes/observations: > > 16.07.2016 07:12 > - on shutdown swap device (plain file in /usr) could not be detached > - drop to kdb > - nothing in /var/log/messages > > 17.07.2016 19:41 > - hard locked, had to power-off > - last command issued on console (no X11): cp -p * /usr/PKGDIR (around 1700 files, 2 GByte) > - nothing in /var/log/messages > > 20.07.2016 19:27 > - hard locked, had to power-off > - last command issued in xterm: fgrep mra... ~/* > - nothing in /var/log/messages What file system are you using? Do a full fsck (or zfs scrub). Try moving swap to a raw (freebsd-swap) partition so that you might get a kernel core dump. That will be the essential next step. Without more details from a core dump or debugger, your best option is to try a release or an older build. If that works, try to find the commit that introduced the behavior. This will be very tedious and time-consuming for your scenario, so definitely try getting a core dump first. Eric