From owner-freebsd-current@freebsd.org Fri Jan 26 13:24:01 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 B9663ED6A53 for ; Fri, 26 Jan 2018 13:24:01 +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 5CF5772E35 for ; Fri, 26 Jan 2018 13:24:01 +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:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1516973039; bh=E9cJttGQQjdOEW/FtpqZ/xSJe0KPM17ktYUplu9 ljBs=; b=mHGd1pD9TTqIUjFV2VBr7jDVeH1XxP9YrCa2dEBb9/duWvUwo6eX4NY /ToRJhC1Nad+k9dOiGLSVIfhf2gjZloHXTmuz8GhOxWHEk0+OCvQVpiWiNZFLe8O +ZwWXy3nSrdNeiE5uxhMCiLIsHvAyV+WpLIdCAzBOpfc8mxO/fpE= 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 C11BE29BBC for ; Fri, 26 Jan 2018 08:23:59 -0500 (EST) To: FreeBSD Current From: Michael Butler Subject: dump drops core :-( Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492; url=0442D492 Message-ID: Date: Fri, 26 Jan 2018 08:23:58 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 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 13:24:01 -0000 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! GDB output doesn't appear to be helpful :-( Reading symbols from /sbin/dump...(no debugging symbols found)...done. [New LWP 100539] Core was generated by `/sbin/dump 2Lauf - -C 32 /'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000000080079eb98 in _wait4 () from /lib/libc.so.7 (gdb) bt #0 0x000000080079eb98 in _wait4 () from /lib/libc.so.7 #1 0x0000000000406f73 in ?? () #2 0x0000000000403e99 in ?? () #3 0x0000000000402674 in ?? () #4 0x0000000800633000 in ?? () #5 0x0000000000000000 in ?? () (gdb) How to proceed? imb