All of lore.kernel.org
 help / color / mirror / Atom feed
* Oops: kernel access of bad area, sig: 11  ( mpc852t)
@ 2006-04-11 14:06 gautam borad
  2006-04-11 14:39 ` Mark Chambers
  0 siblings, 1 reply; 2+ messages in thread
From: gautam borad @ 2006-04-11 14:06 UTC (permalink / raw)
  To: linuxppc-embedded

Hi,
    Im having problem porting linux kernel 2.4.21 to our mpc852T custom 
board.The kernel
panics randomly with sig 11.
The board boots up fine and we also get to the prompt.When we open 3-4 
telnet sessions
and try to run some command the kernel panics.This is completely 
random.Sometimes it
even panics before opening the telnet session.

One of the oops dump is:

-----------------------------------------------------------------------------------------------------------------------------
Oops: kernel access of bad area, sig: 11
NIP: C0019FD0 XER: 00000000 LR: C001A06C SP: C1C33AD0 REGS: c1c33a20 
TRAP: 0300    Not tainted
MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
DAR: 725F6578, DSISR: 0000000B
TASK = c1c32000[48] 'insmod' Last syscall: 5
last math 00000000 last altivec 00000000
GPR00: 7361726D C1C33AD0 C1C32000 00000000 C0113678 C0150000 C0150000 
C014B210
GPR08: C014B210 C012D060 00000000 725F6578 04000024 00000000 00000000 
00000000
GPR16: 00000000 00000000 00000000 00000000 00001032 01C33BA0 00000000 
C0000000
GPR24: C014BE38 C0150000 C0110000 C0110000 C0140000 00000001 00000000 
00000001
Call backtrace:
C001A0C8 C0016174 C0015FEC C0015CC0 C0005E38 C0004668 C1C33D10
C0004670 C004A380 C003FFD4 C00404D8 C0040AD4 C0040FF8 C00330D8
C00334AC C000443C 1006EF48 1001FCF0 1002023C 10003A18 100036A0
300591AC 00000000
-----------------------------------------------------------------------------------------------------------------------------

The call trace back is of not much help because it is different on all oops.
We are using u-boot 1-1-3.

Thanks in advance.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kernel access of bad area, sig: 11  ( mpc852t)
  2006-04-11 14:06 Oops: kernel access of bad area, sig: 11 ( mpc852t) gautam borad
@ 2006-04-11 14:39 ` Mark Chambers
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Chambers @ 2006-04-11 14:39 UTC (permalink / raw)
  To: gautam borad, linuxppc-embedded

> Hi,
>    Im having problem porting linux kernel 2.4.21 to our mpc852T custom
> board.The kernel
> panics randomly with sig 11.
> The board boots up fine and we also get to the prompt.When we open 3-4
> telnet sessions
> and try to run some command the kernel panics.This is completely
> random.Sometimes it
> even panics before opening the telnet session.
>
> One of the oops dump is:
>
> -----------------------------------------------------------------------------------------------------------------------------
> Oops: kernel access of bad area, sig: 11
> NIP: C0019FD0 XER: 00000000 LR: C001A06C SP: C1C33AD0 REGS: c1c33a20
> TRAP: 0300    Not tainted
> MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
> DAR: 725F6578, DSISR: 0000000B
> TASK = c1c32000[48] 'insmod' Last syscall: 5
> last math 00000000 last altivec 00000000
> GPR00: 7361726D C1C33AD0 C1C32000 00000000 C0113678 C0150000 C0150000
> C014B210
> GPR08: C014B210 C012D060 00000000 725F6578 04000024 00000000 00000000
> 00000000
> GPR16: 00000000 00000000 00000000 00000000 00001032 01C33BA0 00000000
> C0000000
> GPR24: C014BE38 C0150000 C0110000 C0110000 C0140000 00000001 00000000
> 00000001
> Call backtrace:
> C001A0C8 C0016174 C0015FEC C0015CC0 C0005E38 C0004668 C1C33D10
> C0004670 C004A380 C003FFD4 C00404D8 C0040AD4 C0040FF8 C00330D8
> C00334AC C000443C 1006EF48 1001FCF0 1002023C 10003A18 100036A0
> 300591AC 00000000
> -----------------------------------------------------------------------------------------------------------------------------
>
> The call trace back is of not much help because it is different on all 
> oops.
> We are using u-boot 1-1-3.
>
> Thanks in advance.
>

You almost certainly have SDRAM problems.  If you have thoroughly checked 
out the
complete address range statically, remember that burst accesses will not 
occur until the
cache is turned on, so your problem may be with bursting.  But you can also 
have severe
problems like a missing address line and linux still run for a few seconds.

Mark Chambers 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-11 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-11 14:06 Oops: kernel access of bad area, sig: 11 ( mpc852t) gautam borad
2006-04-11 14:39 ` Mark Chambers

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.