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

Bruce Evans bde at zeta.org.au
Tue Jan 20 02:00:10 PST 2004


On Tue, 20 Jan 2004, Mike Silbersack wrote:

> On Tue, 20 Jan 2004, Bruce Evans wrote:
>
> <much deleted>
>
> > This can be obtained by running a debugger on the panic dump.  Line
> > numbers and source file names can also be printed by the debugger
> > if the executable has at least line numbers in its debugging info.
>
> True, if you can convince the reporter to enable crashdumps and recreate
> the panic... having even roughly accurate line numbers would increase the
> usefulness of PRs quite a bit.

Just the text of the panic messages is all that you can hope for in that
case.

There are also some bugs in the details:
- the file and line are not printed in panicstr
- the file and line are printed on a separate line
- some style bugs, starting with duplicating code to print the line numbers
  in the newpanic and !newpanic cases despite the previous 2 bugs making
  the message about the line numbers being independent of newpanic.

Bruce


More information about the cvs-all mailing list