From owner-freebsd-current@freebsd.org Fri Jan 26 14:10:57 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4052ED87EE for ; Fri, 26 Jan 2018 14:10:56 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 84FEC74611 for ; Fri, 26 Jan 2018 14:10:56 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1516975848; bh=03/zoJXZ Xpeg8CFZkebebza57vmwJAlLHy7FRPDG8f4=; b=EHF2KCaPMk6wNtV6phHzx9Fn rhIN1aEeH58WSmrZ+BN8iXSHOZJMcdIjg3kDYNVkT4EcfV1E/159UxtIpizAzzuY blI4OrmX/I0Lv2MD7bGVmw7DJQT3jpLtxnkF/DTe16t5ibOET8Y6kflRFRZcDjGM uTBy3fx6BzCMOMwuPkU= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id B3B072B868 for ; Fri, 26 Jan 2018 09:10:48 -0500 (EST) Subject: Re: dump drops core :-( To: freebsd-current@freebsd.org References: From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492; url=0442D492 Message-ID: Date: Fri, 26 Jan 2018 09:10:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 14:10:57 -0000 On 01/26/18 08:23, Michael Butler wrote: > This has been happening for a couple of weeks now .. > > DUMP: Date of this level 2 dump: Fri Jan 26 08:11:22 2018 > DUMP: Date of last level 1 dump: Tue Jan 23 00:10:24 2018 > DUMP: Dumping snapshot of /dev/ada0s3a (/) to standard output > DUMP: mapping (Pass I) [regular files] > DUMP: Cache 32 MB, blocksize = 65536 > DUMP: mapping (Pass II) [directories] > DUMP: estimated 8222982 tape blocks. > DUMP: SIGSEGV: ABORTING! > DUMP: DUMP: SIGSEGV: ABORTING! > SIGSEGV: ABORTING! > DUMP: SIGSEGV: ABORTING! > DUMP: Segmentation fault > SIGSEGV: ABORTING! I should have mentioned that this is UFS + SU and a forced 'fsck -y /' reported no inconsistencies, imb