All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sridhar M <msridhar87@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] init exits with signal 11
Date: Tue, 18 Aug 2009 02:16:25 -0700 (PDT)	[thread overview]
Message-ID: <25021185.post@talk.nabble.com> (raw)
In-Reply-To: <25020951.post@talk.nabble.com>


Hi,
Thanks a lot. I tried the same but it still gives me the same error. These
are the one that gets displayed.

## Booting image at 00200000 ...
   Image Name:   Linux-2.6.21
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1311814 Bytes =  1.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
## Loading RAMDisk Image at 01000000 ...
   Image Name:   Rootfs Test
   Image Type:   PowerPC Linux RAMDisk Image (gzip compressed)
   Data Size:    5046516 Bytes =  4.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Ramdisk to 0522f000, end 056ff0f4 ... OK
[    0.000000] Linux version 2.6.21 (root at cheuxeri002) (gcc version 4.1.2
(Wind River Linux Sourcery G++ 4.1-91)) #21 PREEMPT Tue Aug 18 12:9
[    0.000000] AMCC PowerPC 440EP Yosemite Platform
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->    32768
[    0.000000]   Normal      32768 ->    32768
[    0.000000]   HighMem     32768 ->    32768
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    32768
[    0.000000] Built 1 zonelists.  Total pages: 32512
[    0.000000] Kernel command line: mem=128M console=ttyS0,115200
root=/dev/ram rw init=/sbin/linuxrc panic=3 loglevel=7
[    0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
[    0.000076] Console: colour dummy device 80x25
[    0.068076] Dentry cache hash table entries: 16384 (order: 4, 65536
bytes)
[    0.075516] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.094408] Memory: 121756k available (1936k kernel code, 1044k data,
108k init, 0k highmem)
[    0.192156] Mount-cache hash table entries: 512
[    0.198250] NET: Registered protocol family 16
[    0.208218] PCI: Probing PCI hardware
[    0.222329] NET: Registered protocol family 2
[    0.252127] IP route cache hash table entries: 1024 (order: 0, 4096
bytes)
[    0.259225] TCP established hash table entries: 4096 (order: 3, 32768
bytes)
[    0.266431] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.272964] TCP: Hash tables configured (established 4096 bind 4096)
[    0.279324] TCP reno registered
[    0.292438] checking if image is initramfs...it isn't (no cpio magic);
looks like an initrd
[    1.770630] Freeing initrd memory: 4928k freed
[    1.777422] io scheduler noop registered
[    1.781425] io scheduler cfq registered (default)
[    2.071072] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ
sharing disabled
[    2.079365] serial8250: ttyS0 at MMIO 0x0 (irq = 0) is a 16550A
[    2.086089] serial8250: ttyS1 at MMIO 0x0 (irq = 1) is a 16550A
[    2.092844] serial8250: ttyS2 at MMIO 0x0 (irq = 3) is a 16550A
[    2.099560] serial8250: ttyS3 at MMIO 0x0 (irq = 4) is a 16550A
[    2.112918] RAMDISK driver initialized: 16 RAM disks of 60000K size 1024
blocksize
[    2.123495] loop: loaded (max 8 devices)
[    2.127779] nbd: registered device at major 43
[    2.139752] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
[    2.145851] Copyright (c) 1999-2006 Intel Corporation.
[    2.151342] e100: Intel(R) PRO/100 Network Driver, 3.5.17-k2-NAPI
[    2.157475] e100: Copyright(c) 1999-2006 Intel Corporation
[    2.165232] forcedeth.c: Reverse Engineered nForce ethernet driver.
Version 0.60.
[    2.173761] tun: Universal TUN/TAP device driver, 1.6
[    2.178855] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.186097] netconsole: not configured, aborting
[    2.191571] i8042.c: No controller found.
[    2.195900] mice: PS/2 mouse device common for all mice
[    2.201261] TCP cubic registered
[    2.204537] NET: Registered protocol family 1
[    2.208917] NET: Registered protocol family 17
[    2.213856] RAMDISK: Compressed image found at block 0
[    4.018906] DEBUG:Going to mount file system
[    4.023591] EXT2-fs warning: mounting unchecked fs, running e2fsck is
recommended
[    4.031412] VFS: Mounted root (ext2 filesystem).
[    4.036073] DEBUG:printing the filesystem name
[    4.040534] DEBUG:Mount root returned
[    4.044299] DEBUG:sys_mount returned
[    4.047887] DEBUG:sys_chroot returned
[    4.051557] DEBUG:security_sb_post_mountroot returned
[    4.056619] DEBUG:FILE SYSTEM mounted
[    4.060290] Freeing unused kernel memory: 108k init
[    4.065242] DEBUG:free_initmem
[    4.068302] DEBUG:unlock_kernel
[    4.071449] DEBUG:mark_rodata_ro
[    4.074692] DEBUG:numa_default_policy
[    4.078661] DEBUG:console opened successfully
[    4.083059] DEBUG:sys_dup executed twice
[    4.086991] DEBUG:value of ramdisk_execute_command <NULL>
[    4.092401] DEBUG:run_init_process
[    4.095808] DEBUG:Value of execute_command /sbin/linuxrc
[    4.101133] DEBUG:run_init_process start
[    4.106288] init has generated signal 11 but has no handler for it
[    4.112525] Kernel panic - not syncing: Attempted to kill init!
[    4.118461] Rebooting in 3 seconds..

My /etc doesnt have this ld.so.cache.

Thanks and Regards
Sridhar M


Sridhar M wrote:
> 
> Hi,
> I am trying to bring up a AMCC 440EP yosemite eval board using wind river
> linux 2.0/I cross compiled busy box 1.4.1 and the kernel . I tried to
> bring up the board using TFTP. 
> 
> It loads the kernel and the file system.I get an error message when init
> is spawned.
> 
> EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
> [    4.851771] 
> VFS: Mounted root (ext2 filesystem).
> 
> [    4.856547] Freeing unused kernel memory: 120k init
> [    
> 4.863038] init has generated signal 11 but has no handler for it
> 
> [    4.869283] Kernel panic - not syncing: Attempted to kill init!
> [    4.875221] Rebooting in 3 seconds.
> 
> 
> Please help me. Am struck with this for almost 3 days.
> 

-- 
View this message in context: http://www.nabble.com/init-exits-with-signal-11-tp25020951p25021185.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

  reply	other threads:[~2009-08-18  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-18  8:57 [U-Boot] init exits with signal 11 Sridhar M
2009-08-18  9:16 ` Sridhar M [this message]
2009-08-18 10:31   ` Detlev Zundel
2009-08-18 11:06   ` Wolfgang Denk
2009-08-18  9:17 ` Heiko Schocher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25021185.post@talk.nabble.com \
    --to=msridhar87@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.