* oops on e4k5
@ 2006-07-21 20:18 daniel+devel.linux.lkml
2006-07-21 21:06 ` David Miller
0 siblings, 1 reply; 6+ messages in thread
From: daniel+devel.linux.lkml @ 2006-07-21 20:18 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]
The full output when switching the key to servicemode didnt show any
problems.
Please find attached the full crash log with trace.
Regards Daniel
wuffmaster login:
\|/ ____ \|/
"@'/ .. \`@"
/_| \__/ |_\
\__U_/
Unable to handle kernel paging request at virtual address
000000018da5e000
OOPS: Bogus kernel PC [fffff800066fc048] in fault handler
tsk->{mm,active_mm}->context = 00000000000c0001
tsk->{mm,active_mm}->pgd = 0000000000050001
OOPS: Fault was to vaddr[fffff800066fc048]
[-- Attachment #1.2: e4k5-crash.log --]
[-- Type: application/octet-stream, Size: 72160 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: oops on e4k5
2006-07-21 20:18 oops on e4k5 daniel+devel.linux.lkml
@ 2006-07-21 21:06 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2006-07-21 21:06 UTC (permalink / raw)
To: daniel+devel.linux.lkml; +Cc: linux-kernel
Please report this to the Sparc developer list at
sparclinux@vger.kernel.org, thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* oops on e4k5
@ 2006-07-22 6:56 Daniel J. Priem
2006-07-22 8:10 ` David Miller
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Daniel J. Priem @ 2006-07-22 6:56 UTC (permalink / raw)
To: sparclinux
[-- Attachment #1.1: Type: text/plain, Size: 592 bytes --]
Hello list,
i get oops on my e4k5.
The full output when switching the key to servicemode didnt show any
problems.
Please find attached the full crash log with trace.
Regards Daniel
wuffmaster login:
\|/ ____ \|/
"@'/ .. \`@"
/_| \__/ |_\
\__U_/
Unable to handle kernel paging request at virtual address
000000018da5e000
OOPS: Bogus kernel PC [fffff800066fc048] in fault handler
tsk->{mm,active_mm}->context = 00000000000c0001
tsk->{mm,active_mm}->pgd = 0000000000050001
OOPS: Fault was to vaddr[fffff800066fc048]
[-- Attachment #1.2: e4k5-crash.log --]
[-- Type: application/octet-stream, Size: 72160 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: oops on e4k5
2006-07-22 6:56 Daniel J. Priem
@ 2006-07-22 8:10 ` David Miller
2006-07-22 8:45 ` daniel+devel-linux-sparclinux
2006-07-23 6:07 ` daniel+devel.linux.sparclinux
2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2006-07-22 8:10 UTC (permalink / raw)
To: sparclinux
The OOPS is severely truncated where the most important
information would normally appear. Please reproduce with
the following patch applied.
It might also help if you turn off CONFIG_PROM_CONSOLE.
The zilog serial driver should drive your console just fine,
and your logs show it does register properly.
Also, what kind of cpus are in this machine? (/proc/cpuinfo
output is sufficient)
Thanks.
diff --git a/arch/sparc64/mm/fault.c b/arch/sparc64/mm/fault.c
index 6e002aa..b8f0d2e 100644
--- a/arch/sparc64/mm/fault.c
+++ b/arch/sparc64/mm/fault.c
@@ -19,6 +19,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kprobes.h>
+#include <linux/kallsyms.h>
#include <asm/page.h>
#include <asm/pgtable.h>
@@ -98,6 +99,8 @@ static void bad_kernel_pc(struct pt_regs
printk(KERN_CRIT "OOPS: Bogus kernel PC [%016lx] in fault handler\n",
regs->tpc);
+ printk(KERN_CRIT "OOPS: RPC [%016lx]\n", regs->u_regs[15]);
+ print_symbol("RPC: <%s>\n", regs->u_regs[15]);
printk(KERN_CRIT "OOPS: Fault was to vaddr[%lx]\n", vaddr);
__asm__("mov %%sp, %0" : "=r" (ksp));
show_stack(current, ksp);
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: oops on e4k5
2006-07-22 6:56 Daniel J. Priem
2006-07-22 8:10 ` David Miller
@ 2006-07-22 8:45 ` daniel+devel-linux-sparclinux
2006-07-23 6:07 ` daniel+devel.linux.sparclinux
2 siblings, 0 replies; 6+ messages in thread
From: daniel+devel-linux-sparclinux @ 2006-07-22 8:45 UTC (permalink / raw)
To: sparclinux
Hello David,
thanks for your response
David Miller <davem@davemloft.net> writes:
> The OOPS is severely truncated where the most important
> information would normally appear. Please reproduce with
> the following patch applied.
okay i will do so.
>
> It might also help if you turn off CONFIG_PROM_CONSOLE.
> The zilog serial driver should drive your console just fine,
> and your logs show it does register properly.
>
> Also, what kind of cpus are in this machine? (/proc/cpuinfo
> output is sufficient)
>
> Thanks.
cpu : TI UltraSparc II (BlackBird)
fpu : UltraSparc II integrated FPU
prom : OBP 3.2.26 2000/05/09 19:07
type : sun4u
ncpus probed : 10
ncpus active : 10
D$ parity tl1 : 0
I$ parity tl1 : 0
Cpu0Bogo : 800.48
Cpu0ClkTck : 0000000017d78400
Cpu1Bogo : 800.05
Cpu1ClkTck : 0000000017d78400
Cpu4Bogo : 800.05
Cpu4ClkTck : 0000000017d78400
Cpu5Bogo : 800.05
Cpu5ClkTck : 0000000017d78400
Cpu8Bogo : 800.05
Cpu8ClkTck : 0000000017d78400
Cpu9Bogo : 800.05
Cpu9ClkTck : 0000000017d78400
Cpu10Bogo : 800.05
Cpu10ClkTck : 0000000017d78400
Cpu11Bogo : 800.05
Cpu11ClkTck : 0000000017d78400
Cpu12Bogo : 800.05
Cpu12ClkTck : 0000000017d78400
Cpu13Bogo : 800.05
Cpu13ClkTck : 0000000017d78400
MMU Type : Spitfire
State:
CPU0: online
CPU1: online
CPU4: online
CPU5: online
CPU8: online
CPU9: online
CPU10: online
CPU11: online
CPU12: online
CPU13: online
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: oops on e4k5
2006-07-22 6:56 Daniel J. Priem
2006-07-22 8:10 ` David Miller
2006-07-22 8:45 ` daniel+devel-linux-sparclinux
@ 2006-07-23 6:07 ` daniel+devel.linux.sparclinux
2 siblings, 0 replies; 6+ messages in thread
From: daniel+devel.linux.sparclinux @ 2006-07-23 6:07 UTC (permalink / raw)
To: sparclinux
[-- Attachment #1.1: Type: text/plain, Size: 213 bytes --]
Good day David,
now i 've much more inside the log.
if i can do more just tell me.
I've been tried to enter the OBP to execute some trace/dump commands,
but this don't work.
The log is attached.
Regards
Daniel
[-- Attachment #1.2: ttya.log --]
[-- Type: application/octet-stream, Size: 49297 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-23 6:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21 20:18 oops on e4k5 daniel+devel.linux.lkml
2006-07-21 21:06 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2006-07-22 6:56 Daniel J. Priem
2006-07-22 8:10 ` David Miller
2006-07-22 8:45 ` daniel+devel-linux-sparclinux
2006-07-23 6:07 ` daniel+devel.linux.sparclinux
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.