From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uahy9-0006CT-Tn for qemu-devel@nongnu.org; Fri, 10 May 2013 03:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uahy9-0005iE-0l for qemu-devel@nongnu.org; Fri, 10 May 2013 03:42:21 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:33538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uahy8-0005iA-Qx for qemu-devel@nongnu.org; Fri, 10 May 2013 03:42:20 -0400 Received: by mail-wg0-f52.google.com with SMTP id k13so3665709wgh.31 for ; Fri, 10 May 2013 00:42:20 -0700 (PDT) Date: Fri, 10 May 2013 09:42:17 +0200 From: Stefan Hajnoczi Message-ID: <20130510074217.GB1500@stefanha-thinkpad.redhat.com> References: <518C8FD7.9080201@profihost.ag> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <518C8FD7.9080201@profihost.ag> Subject: Re: [Qemu-devel] kvm process disappears List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Priebe - Profihost AG Cc: qemu-devel , "pve-devel@pve.proxmox.com" On Fri, May 10, 2013 at 08:12:39AM +0200, Stefan Priebe - Profihost AG wrote: > i've now seen this several times. A VM is suddently down no segfault > nothing the kvm process just disappears... > > Anybody any idea how to debug this? > > Sadly i can't reproduce. Qemu version is 1.4.1. 1. Double-check dmesg(1) for out-of-memory killer or segfaults. 2. Check libvirt or other management tool logs again. 3. Either use gdb or an LD_PRELOAD library that catches exit(3) and _exit(2) and dumps core using abort(3). Make sure core dumps are enabled. Stefan