linux-um archives
 help / color / mirror / Atom feed
From: "Richard W.M. Jones" <rjones@redhat.com>
To: Richard Weinberger <richard@nod.at>
Cc: "user-mode-linux-devel@lists.sourceforge.net"
	<user-mode-linux-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] How to reliably kill all vmlinux processes for a single VM?
Date: Tue, 13 Aug 2013 13:04:01 +0100	[thread overview]
Message-ID: <20130813120401.GE10864@redhat.com> (raw)
In-Reply-To: <20130813110651.GX5918@redhat.com>


OK, I understand what's going wrong and how to reproduce the
signal-to-parent problem.  It does look like a bug in vmlinux.

It happens if the init process (PID 1) inside the VM gets a segfault.

In libguestfs we can force that easily, as there is a test path for
exercising segfaults in our init process:

----------------------------------------------------------------------
#!/bin/bash -
export LIBGUESTFS_BACKEND=uml
export LIBGUESTFS_QEMU=/home/rjones/d/linux/vmlinux
export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1
./run strace -o /tmp/strace.log ./fish/guestfish -a /dev/null <<EOF
run
get-pid
debug segv 1
!sleep 5
EOF
----------------------------------------------------------------------

The output of this and the strace log file is here:

http://oirase.annexia.org/tmp/uml-signal/

output.log.txt shows the PID of vmlinux is 6856.

strace.log.txt shows that the parent process gets terminated by
SIGTERM *from* PID 6856:

--- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=6856, si_uid=1000} ---
+++ killed by SIGTERM +++

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


  reply	other threads:[~2013-08-13 12:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11 17:48 [uml-devel] How to reliably kill all vmlinux processes for a single VM? Richard W.M. Jones
2013-08-12  7:37 ` richard -rw- weinberger
2013-08-12  8:15   ` richard -rw- weinberger
2013-08-12  8:53     ` Richard W.M. Jones
2013-08-13 10:36       ` Richard W.M. Jones
2013-08-13 10:49         ` Richard Weinberger
2013-08-13 11:06           ` Richard W.M. Jones
2013-08-13 12:04             ` Richard W.M. Jones [this message]
2013-08-13 12:25               ` Richard W.M. Jones
2013-08-15 17:34                 ` richard -rw- weinberger
2013-08-15 18:01                   ` Richard W.M. Jones

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=20130813120401.GE10864@redhat.com \
    --to=rjones@redhat.com \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox