From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59484 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhKw2-0005Jl-L7 for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:17:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhKw1-0004Ec-L8 for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:17:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhKw1-0004EL-EW for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:17:57 -0400 Message-ID: <4C5BEF5F.90809@redhat.com> Date: Fri, 06 Aug 2010 13:17:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion References: <4C5BED29.2080801@redhat.com> In-Reply-To: <4C5BED29.2080801@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Novotny Cc: Peter Lieven , qemu-devel@nongnu.org, kvm@vger.kernel.org On 08/06/2010 01:08 PM, Michal Novotny wrote: >> Aug 5 20:43:06 172.21.59.142 kvm: Aborted >> Aug 5 20:43:06 172.21.59.142 kvm errno=134 > > when I tried to seach some information on errno=134 (based on > assumption it's a standard OS error) I don't know where exactly the output is coming from, but in this case 134 is not really an errno, but a value returned from waitpid. It indicates that kvm exited with SIGABRT (SIGABRT = 6, plus bit 7 is set). > I used perror but it returned some kind of MySQL error code: $ perror > 134 MySQL error code 134: Record was already deleted (or record file > crashed) $ You're confusing the C standard function perror with some random executable you have on your system: $ yum whatprovides '*/perror' mysql-server-5.1.45-2.fc13.x86_64 : The MySQL server and related files Repo : fedora Matched from: Filename : /usr/bin/perror :) > Is your patch for LSI SCSI controller applied in the upstream ? Yes, Gerd already pointed to it. Paolo