Monday, February 14, 2005

loonix kernel crash on sparc :)

from bacula users list (someone was testing the tape with btape)


Feb 11 16:04:45 mybox kernel: sym0:4: FAST-10 SCSI 5.0 MB/s ST (200.0
ns, offset 15)
Feb 11 16:04:45 mybox kernel: st0: Block limits 1 - 16777215 bytes.
Feb 11 16:04:45 mybox kernel: st0: Mode 0 options: buffer writes: 1,
async writes: 1, read ahead: 1
Feb 11 16:04:45 mybox kernel: st0: can bsr: 0, two FMs: 0, fast
mteom: 0, auto lock: 0,
Feb 11 16:04:45 mybox kernel: st0: defs for wr: 0, no block limits:
0, partitions: 0, s2 log: 0
Feb 11 16:04:45 mybox kernel: st0: sysv: 0 nowait: 0
Feb 11 16:04:54 mybox kernel: \|/ ____ \|/
Feb 11 16:04:54 mybox kernel: "@'/ .. \`@"
Feb 11 16:04:54 mybox kernel: /_| \__/ |_
Feb 11 16:04:54 mybox kernel: \__U_/
Feb 11 16:04:54 mybox kernel: btape(567): Oops
Feb 11 16:04:54 mybox kernel: TSTATE: 0000000011f09606 TPC:
0000000000426330 TNPC: 0000000000426334 Y: 00000000 Not tainted void


here is the line linux-2.6.10/arch/sparc64/kernel/traps.c

die_if_kernel(char *str, struct pt_regs *regs)
{
static int die_counter;
extern void __show_regs(struct pt_regs * regs);
extern void smp_report_regs(void);
int count = 0;

/* Amuse the user. */
printk(
" \\|/ ____ \\|/\n"
" \"@'/ .. \\`@\"\n"
" /_| \\__/ |_\\\n"
" \\__U_/\n");

No comments: