From: Ralph Siemsen <rsiemsen@rossvideo.com>
To: PPC_LINUX <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Init hangs
Date: Fri, 06 Aug 2004 07:22:33 -0400 [thread overview]
Message-ID: <411369F9.5060506@rossvideo.com> (raw)
In-Reply-To: <20040806081151.B77FCC109F@atlas.denx.de>
Wolfgang Denk wrote:
> Looks as if your init is crashing.
>
> Try running a (statically linked) shell instead (by passing some
> init=/bin/sh" option on the boot command line).
This could also be a floating point issue. Most code compiled against
libc will try to "reset" the floating point state upon startup. This
will cause a fault if you do not have a kernel floating point emulator
of some sort loaded to handle it. (Even though init doesn't use any
floating point itself). So as a quick test try building your kernel
with CONFIG_MATH_EMULATION=y
-R
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-08-06 11:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 9:54 Init hangs Marco Schramel
2004-08-05 10:33 ` Wolfgang Denk
2004-08-05 15:28 ` Marco Schramel
2004-08-05 17:48 ` Wolfgang Denk
2004-08-06 6:26 ` Marco Schramel
2004-08-06 8:11 ` Wolfgang Denk
2004-08-06 11:22 ` Ralph Siemsen [this message]
2004-08-06 12:38 ` Dan Malek
2004-08-06 13:14 ` Robert P. J. Day
2004-08-06 13:49 ` Dan Malek
2004-08-06 12:46 ` Wolfgang Denk
2004-08-06 13:12 ` Ralph Siemsen
2004-08-06 13:44 ` Dan Malek
2004-08-06 14:36 ` Wolfgang Denk
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=411369F9.5060506@rossvideo.com \
--to=rsiemsen@rossvideo.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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.