From owner-freebsd-bugs Sun Feb 25 12:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFFDD37B67D for ; Sun, 25 Feb 2001 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1PKe2W05311; Sun, 25 Feb 2001 12:40:02 -0800 (PST) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 4F46F37B4EC for ; Sun, 25 Feb 2001 12:31:23 -0800 (PST) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 14X7pC-0007jH-00; Sun, 25 Feb 2001 21:31:22 +0100 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.2/8.11.1) id f1PJqDG80433; Sun, 25 Feb 2001 20:52:13 +0100 (CET) (envelope-from naddy) Message-Id: <200102251952.f1PJqDG80433@kemoauc.mips.inka.de> Date: Sun, 25 Feb 2001 20:52:13 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.inka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/25361: dump(8) command segfaults Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25361 >Category: bin >Synopsis: dump(8) command segfaults >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 25 12:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sat Feb 24 14:37:31 CET 2001 naddy@kemoauc.mips.inka.de:/usr/src/sys/compile/KEMOAUC alpha >Description: The dump(8) command segfaults: $ dump 0af /dev/null / DUMP: Date of this level 0 dump: Sun Feb 25 20:44:21 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/da0a (/) to /dev/null DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 67655 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: SIGSEGV: ABORTING! DUMP: SIGSEGV: ABORTING! DUMP: SIGSEGV: ABORTING! DUMP: SIGSEGV: ABORTING! DUMP: SIGSEGV: ABORTING! Segmentation fault (core dumped) dump was working fine in -current as of Dec 25. The only changes to it since then are the introduction of instead of a home-rolled list and the replacement of '\007' with '\a'. These changes are innocuous; if backed out, dump still segfaults. This suggests that the problem has been triggered by a kernel change. >How-To-Repeat: $ dump 0af /dev/null / >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message