linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux crash when big application executing on PPC405GP board
@ 2003-04-04  7:33 Jikun Sun
  0 siblings, 0 replies; 4+ messages in thread
From: Jikun Sun @ 2003-04-04  7:33 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,

Board: CSB272 IBM PPC405GP
Linux kernel version: 2.4.17
Linux kernel can boot nfs root filesystem on the board. Shell works
correctly.
However the system will oops when execute big applications, such as
copying a file which is larger than 2MBytes.
The following is ksymoops:

The size of vmlinux.srec is 2.076Mbytes.
root@192.9.200.145:/# cp vmlinux.srec  vmlinux.srec.bak

Oops: kernel access of bad area, sig: 11
NIP: C002CA74 XER: 00000000 LR: C002CA50 SP: C017BDA0 REGS: c017bce0
TRAP: 0800
Using defaults from ksymoops -t elf32-little -a unknown
MSR: 00001030 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 11
TASK = c0179ff0[0] 'swapper' Last syscall: 120
last math 00000000 last altivec 00000000
GPR00: C01D26D0 C017BDA0 C0179FF0 00000001 00009030 00000006 C02C9015
FFFFFC18
GPR08: C1FD2240 38300D0A C02D3640 42333846 42000022 10021A24 00000000
00000030
GPR16: 00000000 00000000 00000000 00000001 00001032 0017BEA0 00000000
C0002BCC
GPR24: C0003F78 C01A0000 00000010 C0180000 00000020 C01D26C8 C017BDA8
C01D26C0
Call backtrace:
C0016750 C00EBDB0 C00D7930 C00D7CD4 C0003EC8 C0003FB4 C0002BCC
C0021F90 C00044E0 C0004508 C000240C C018C794 C0002318
Kernel panic: Aiee, killing interrupt handler!
Warning (Oops_read): Code line not seen, dumping what data is available

>>???; c002ca74 <kmalloc+e0/1b0>   <=====
Trace; c0016750 <get_fast_time+1c/2c>
Trace; c00ebdb0 <alloc_skb+124/204>
Trace; c00d7930 <ppc405_rx_fill+50/134>
Trace; c00d7cd4 <ppc405_eth_rxeob+d4/108>
Trace; c0003ec8 <ppc_irq_dispatch_handler+1b0/260>
Trace; c0003fb4 <do_IRQ+3c/c0>
Trace; c0002bcc <ret_from_intercept+0/8>
Trace; c0021f90 <check_pgt_cache+20/30>
Trace; c00044e0 <idled+50/68>
Trace; c0004508 <cpu_idle+10/24>
Trace; c000240c <rest_init+30/40>
Trace; c018c794 <start_kernel+150/164>
Trace; c0002318 <start_here+48/a0>

Hope for helps


Jikun Sun


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* re: Linux crash when big application executing on PPC405GP board
@ 2003-04-10 21:30 Dan Kegel
  2003-04-11  1:18 ` Jikun Sun
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Kegel @ 2003-04-10 21:30 UTC (permalink / raw)
  To: jack.sun; +Cc: linuxppc-embedded


jack.sun@bmrtech.com wrote:
> Board: CSB272 IBM PPC405GP
> Linux kernel version: 2.4.17
> Linux kernel can boot nfs root filesystem on the board. Shell works
> correctly.
> However the system will oops when execute big applications, such as
> copying a file which is larger than 2MBytes.
> The following is ksymoops:
>
> The size of vmlinux.srec is 2.076Mbytes.
> root@192.9.200.145:/# cp vmlinux.srec vmlinux.srec.bak
>
> Oops: kernel access of bad area, sig: 11

Where did you get your kernel?
What compiler did you use to build it?
- Dan

--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Linux crash when big application executing on PPC405GP board
  2003-04-10 21:30 Dan Kegel
@ 2003-04-11  1:18 ` Jikun Sun
  2003-04-11  5:51   ` Dan Kegel
  0 siblings, 1 reply; 4+ messages in thread
From: Jikun Sun @ 2003-04-11  1:18 UTC (permalink / raw)
  To: Dan Kegel; +Cc: linuxppc-embedded


> jack.sun@bmrtech.com wrote:
> > Board: CSB272 IBM PPC405GP
> > Linux kernel version: 2.4.17
> > Linux kernel can boot nfs root filesystem on the board. Shell works
> > correctly.
> > However the system will oops when execute big applications, such as
> > copying a file which is larger than 2MBytes.
> > The following is ksymoops:
> >
> > The size of vmlinux.srec is 2.076Mbytes.
> > root@192.9.200.145:/# cp vmlinux.srec vmlinux.srec.bak
> >
> > Oops: kernel access of bad area, sig: 11
>
> Where did you get your kernel?

MontaVista

>
> What compiler did you use to build it?

ppc_405-gcc


Jikun


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Linux crash when big application executing on PPC405GP board
  2003-04-11  1:18 ` Jikun Sun
@ 2003-04-11  5:51   ` Dan Kegel
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Kegel @ 2003-04-11  5:51 UTC (permalink / raw)
  To: Jikun Sun; +Cc: linuxppc-embedded


Jikun Sun wrote:
>>jack.sun@bmrtech.com wrote:
>>
>>>Board: CSB272 IBM PPC405GP
>>>Linux kernel version: 2.4.17
>>>Linux kernel can boot nfs root filesystem on the board. Shell works
>>>correctly.
>>>However the system will oops when execute big applications, such as
>>>copying a file which is larger than 2MBytes.
>>>The following is ksymoops:
>>>
>>>The size of vmlinux.srec is 2.076Mbytes.
>>>root@192.9.200.145:/# cp vmlinux.srec vmlinux.srec.bak
>>>
>>>Oops: kernel access of bad area, sig: 11
>>
>>Where did you get your kernel?
>
>
> MontaVista

Which version, Montavista Linux 2.1?
Are you using their software unmodified, or have you changed anything?
I assume this is the unsupported preview edition,
otherwise you'd be on the phone to Montavista?

>>What compiler did you use to build it?
>
>
> ppc_405-gcc

What does ppc_405-gcc --version say?
- Dan


--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-04-11  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04  7:33 Linux crash when big application executing on PPC405GP board Jikun Sun
  -- strict thread matches above, loose matches on Subject: below --
2003-04-10 21:30 Dan Kegel
2003-04-11  1:18 ` Jikun Sun
2003-04-11  5:51   ` Dan Kegel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).