From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host
Date: Fri, 01 Sep 2006 22:45:05 +0200 [thread overview]
Message-ID: <44F89BD1.9000004@mail.berlios.de> (raw)
In-Reply-To: <44F87D3D.9000003@cse.unl.edu>
Neo schrieb:
> hi,
>
> I am running qemu (latest version from CVS) on my I32 Linux desktop to
> emulate the MIPS arch. While running the mips-test-0.1.tar.gz
> <http://www.qemu.org/mips-test-0.1.tar.gz>, everything works fine
> except executing the "exit" command. I got the following information.
>
> BusyBox v1.01 (Debian 1:1.01-4) Built-in shell (ash)
> Enter 'help' for a list of built-in commands.
>
> ~ # help
>
> Built-in commands:
> -------------------
> . : break cd chdir command continue eval exec exit export false
> hash help let local pwd read readonly return set shift times
> trap true type ulimit umask unset wait
>
> ~ # exit
> Kernel panic - not syncing: Attempted to kill init!
>
> Is it a bug or not?
>
> Thanks,
> Neo
>
No bug. With exit, you terminate the shell (/bin/sh).
In this test, /bin/sh is the init process which normally
never terminates while your OS is running. If it does,
you get a kernel panic ...
Stefan
next prev parent reply other threads:[~2006-09-01 20:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-01 18:34 [Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host Neo
2006-09-01 20:45 ` Stefan Weil [this message]
2006-09-01 22:01 ` Neo
2006-09-01 22:16 ` Jernej Simonèiè
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=44F89BD1.9000004@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.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.