From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0A0F-0007hI-H7 for qemu-devel@nongnu.org; Sun, 25 May 2008 02:46:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0A0B-0007gt-49 for qemu-devel@nongnu.org; Sun, 25 May 2008 02:46:46 -0400 Received: from [199.232.76.173] (port=51286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0A0A-0007gq-Ud for qemu-devel@nongnu.org; Sun, 25 May 2008 02:46:42 -0400 Received: from mx20.gnu.org ([199.232.41.8]:11157) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K0A0A-0008JF-Jf for qemu-devel@nongnu.org; Sun, 25 May 2008 02:46:42 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0A09-0004S7-5N for qemu-devel@nongnu.org; Sun, 25 May 2008 02:46:41 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1323985rvb.22 for ; Sat, 24 May 2008 23:46:39 -0700 (PDT) Message-ID: Date: Sun, 25 May 2008 09:46:39 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] Segfaulting on Solaris10u5/sparc? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 5/25/08, Jonathan Kalbfeld wrote: > I built my QEMU using all the same tools I have been using for months, > i.e., blastwave GCC, etc. > > Consistently QEMU seems to segmentation fault for the last two weeks. > I have been using the CVS head. CVS? I hope you mean SVN. > Is there something I should know about the sparc edition? Sparc host support is being converted to TCG, but the process is still unfinished. Handcrafted Sparc32/Sparc64 helloworld programs run on Sparc32plus/Sparc64 host without crashing.