From owner-cvs-all@FreeBSD.ORG  Thu Feb 12 09:59:56 2004
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9733D16A4CE
	for <cvs-all@FreeBSD.org>; Thu, 12 Feb 2004 09:59:56 -0800 (PST)
Received: from root.org (root.org [67.118.192.226])
	by mx1.FreeBSD.org (Postfix) with SMTP id 6CC0443D1D
	for <cvs-all@FreeBSD.org>; Thu, 12 Feb 2004 09:59:56 -0800 (PST)
	(envelope-from nate@root.org)
Received: (qmail 623 invoked by uid 1000); 12 Feb 2004 17:59:57 -0000
Date: Thu, 12 Feb 2004 09:59:56 -0800 (PST)
From: Nate Lawson <nate@root.org>
To: Bruce Evans <bde@zeta.org.au>
In-Reply-To: <20040213035557.M24031@gamplex.bde.org>
Message-ID: <20040212095914.M533@root.org>
References: <200401192127.i0JLRBL3041817@repoman.freebsd.org>
	<20040213035557.M24031@gamplex.bde.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: Poul-Henning Kamp <phk@FreeBSD.org>
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386   
 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Feb 2004 17:59:56 -0000

On Fri, 13 Feb 2004, Bruce Evans wrote:
> On Tue, 20 Jan 2004, Bruce Evans wrote:
> > On Mon, 19 Jan 2004, Poul-Henning Kamp wrote:
> >
> > > phk         2004/01/19 13:27:11 PST
> > >
> > >   FreeBSD src repository
> > >
> > >   Modified files:
> > >     sys/alpha/alpha      support.s
> > >     sys/i386/i386        swtch.s
> > >     sys/kern             kern_shutdown.c
> > >     sys/sys              systm.h
> > >   Log:
> > >   Add linenumber and source filename to panic(9) output.
> >
> > This was rejected in all reviews.  It gives less information than
> > grepping the sources, at some cost (grep at least gives correct line
> > numbers when the sources don't quite match the binary).
> >
> > Please back this out.
>
> I'm still waiting for this to be backed out.
>
> I just found yet another bug in it: it defeats simple regression checks.
> Suppose you make some cosmetic changes that add a line before a panic.
> This now changes the object file even when the file is compiled without
> -g.

Me too.  backtrace() now prints uses printf, which is more useful.

-Nate