From owner-freebsd-current@freebsd.org Mon Mar 13 21:26:38 2017 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 2138ED0AC23 for ; Mon, 13 Mar 2017 21:26:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F33301936 for ; Mon, 13 Mar 2017 21:26:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 3247410A814; Mon, 13 Mar 2017 17:26:30 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, jbtakk@iherebuywisely.com Subject: Re: info.0 dump good Date: Mon, 13 Mar 2017 14:04:23 -0700 Message-ID: <3454489.WI3XFBSArZ@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 13 Mar 2017 17:26:30 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 13 Mar 2017 21:26:38 -0000 On Monday, March 13, 2017 12:28:44 PM Jeffrey Bouquet wrote: > Seems to happen when Xorg has a large webpage or a page idle for a time > > Dump header from device: /dev/gpt/WDswap > Architecture: i386 > Architecture Version: 2 > Dump Length: 285376512 > Blocksize: 512 > Dumptime: Mon Mar 13 12:12:37 2017 > Hostname: [redacted]com > Magic: FreeBSD Kernel Dump > Version String: FreeBSD 12.0-CURRENT #5 r313487: Thu Feb 9 17:32:03 PST 2017 > com:/usr/obj/usr/src/sys/[custom kernel] > Panic String: page fault > Dump Parity: 1127850006 > Bounds: 0 > Dump Status: good > > Viable to send the bounds, info.0 and vmcore.0 to somewhere where someone not > a comlete novice can find a bug somewhere? Unsure what email attachment allows > a 273MB file, an ftp server upstream ?? No time to use kdbg for a few months anyway... Do you have a core.txt.0 file? If so it should contain a stack trace from kgdb which is the first thing that would be useful to obtain. -- John Baldwin