From naddy@mips.inka.de  Sun Feb 25 12:31:24 2001
Return-Path: <naddy@mips.inka.de>
Received: from mail.inka.de (quechua.inka.de [212.227.14.2])
	by hub.freebsd.org (Postfix) with ESMTP id 4F46F37B4EC
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <naddy@mips.inka.de>
Reply-To: naddy@mips.inka.de
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: dump(8) command segfaults
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         25361
>Category:       bin
>Synopsis:       dump(8) command segfaults
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 25 12:40:00 PST 2001
>Closed-Date:    Wed Mar 28 08:20:53 PST 2001
>Last-Modified:  Wed Mar 28 08:21:16 PST 2001
>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 <sys/queue.h> 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:

From: Matthew Jacob <mjacob@feral.com>
To: Christian Weisgerber <naddy@mips.inka.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/25361: dump(8) command segfaults
Date: Sun, 25 Feb 2001 12:41:23 -0800 (PST)

 Addenda: this apparently only occurs on alpha.
 
 
 

From: Matthew Jacob <mjacob@feral.com>
To: Christian Weisgerber <naddy@mips.inka.de>,
	Andrew Gallatin <gallatin@cs.duke.edu>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/25361: dump(8) command segfaults
Date: Mon, 5 Mar 2001 13:33:56 -0800 (PST)

 Both the -stable and -current with kernels and userland later than February 26
 do not show this problem.
 
 A -current with a userland of 2/13 and a kernel from yesterday shows this
 problem. 
 
 I believe the problem has been addressed, but I'll reconfirm tonite after a
 buildworld.
 
 -matt
 
 
 
 > 
 > >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 <sys/queue.h> 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
 > 
 

From: Christian Weisgerber <naddy@mips.inka.de>
To: Matthew Jacob <mjacob@feral.com>
Cc: Andrew Gallatin <gallatin@cs.duke.edu>,
	FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/25361: dump(8) command segfaults
Date: Tue, 6 Mar 2001 15:01:22 +0100

 Matthew Jacob:
 > 
 > Both the -stable and -current with kernels and userland later than February 26
 > do not show this problem.
 
 Sorry, but I'm running kernel and userland from March 4, and this
 is *not* resolved.
 
 -- 
 Christian "naddy" Weisgerber                          naddy@mips.inka.de

From: Matthew Jacob <mjacob@feral.com>
To: Christian Weisgerber <naddy@mips.inka.de>
Cc: Andrew Gallatin <gallatin@cs.duke.edu>,
	FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/25361: dump(8) command segfaults
Date: Tue, 6 Mar 2001 07:25:57 -0800 (PST)

 -current or -stable?
 
 
 On Tue, 6 Mar 2001, Christian Weisgerber wrote:
 
 > Matthew Jacob:
 > > 
 > > Both the -stable and -current with kernels and userland later than February 26
 > > do not show this problem.
 > 
 > Sorry, but I'm running kernel and userland from March 4, and this
 > is *not* resolved.
 > 
 > -- 
 > Christian "naddy" Weisgerber                          naddy@mips.inka.de
 > 
 

From: Christian Weisgerber <naddy@mips.inka.de>
To: Matthew Jacob <mjacob@feral.com>
Cc: Andrew Gallatin <gallatin@cs.duke.edu>,
	FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/25361: dump(8) command segfaults
Date: Tue, 6 Mar 2001 17:42:21 +0100

 Matthew Jacob:
 
 > > Sorry, but I'm running kernel and userland from March 4, and this
 > > is *not* resolved.
 > 
 > -current or -stable?
 
 -CURRENT.
 
 -- 
 Christian "naddy" Weisgerber                          naddy@mips.inka.de
State-Changed-From-To: open->closed 
State-Changed-By: mjacob 
State-Changed-When: Wed Mar 28 08:20:53 PST 2001 
State-Changed-Why:  
John Baldwin fixed the kernel problems that caused this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25361 
>Unformatted:
