linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* kernel init exception
@ 2010-06-29 15:21 wilbur.chan
  2010-06-29 16:51 ` Segher Boessenkool
  0 siblings, 1 reply; 6+ messages in thread
From: wilbur.chan @ 2010-06-29 15:21 UTC (permalink / raw)
  To: linuxppc-dev

We are   porting linux 2.6.21.7 to a powerpc e500mc board , p4080.

But something is wrong when loading init file:

log:

free init memory...

init has generated signal  4  but has no handler for it


I found it print in _exception --->

                                   if (is_init(current)) {
                                         if (handler == SIG_DFL) {
    			  printk(KERN_CRIT "init has generated signal %d "
			        "but has no handler for it\n", signr);
			do_exit(signr);
		          }
                                   }


why there generated a signal 4  in  init  process?

Thanks

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

end of thread, other threads:[~2010-07-01  0:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 15:21 kernel init exception wilbur.chan
2010-06-29 16:51 ` Segher Boessenkool
2010-06-30  0:46   ` David Gibson
2010-06-30 14:35     ` wilbur.chan
2010-06-30 22:31       ` Segher Boessenkool
2010-07-01  0:10         ` wilbur.chan

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).