Re: An Ooops for you all

kjetilho@math.uio.no
Fri, 21 Jul 1995 06:16:57 +0200


Here's a patch relative to 1.2.11 :-) I think something like this could
go in the kernel. It might break ksymoops, though -- I haven't looked.

--- ./arch/i386/kernel/traps.c~ Fri Jul 21 06:03:57 1995
+++ ./arch/i386/kernel/traps.c Fri Jul 21 06:10:50 1995
@@ -131,6 +131,8 @@
printk("\n ");
printk("%08lx ", get_seg_long(ss,stack++));
}
+ printk("\nLook up the call trace in System.map before submitting a bug "
+ "report. \n(For details, see the kernel README.)");
printk("\nCall Trace: ");
stack = (unsigned long *) esp;
i = 1;

Of course, the other architectures should get similar treatment.

Kjetil T.