From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFW48-0002Te-TN for qemu-devel@nongnu.org; Thu, 17 Jan 2008 09:50:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFW45-0002RY-RJ for qemu-devel@nongnu.org; Thu, 17 Jan 2008 09:50:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFW45-0002RI-Cf for qemu-devel@nongnu.org; Thu, 17 Jan 2008 09:49:57 -0500 Received: from kassel160.server4you.de ([62.75.246.160] helo=csgraf.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFW44-0008Q8-Pf for qemu-devel@nongnu.org; Thu, 17 Jan 2008 09:49:57 -0500 Message-ID: <478F6B13.9080500@csgraf.de> Date: Thu, 17 Jan 2008 15:49:55 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host References: <478EF8DE.2050103@csgraf.de> <478F0D5F.2000204@csgraf.de> <20080117132136.09788220.Jens.Arm@gmx.de> <478F2318.1030902@csgraf.de> <478F658F.3050006@csgraf.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Schindelin Cc: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Thu, 17 Jan 2008, Alexander Graf wrote: > > >> Alexander Graf wrote: >> >>> Jens Arm wrote: >>> >>> >>>> With this I can compile, but qemu segfaults now when trying to start a ros image: >>>> >>>> Starting program: /home/tux/QEMU/qemu -m 192 ros/ros >>>> [Thread debugging using libthread_db enabled] >>>> [New Thread -1212344640 (LWP 18268)] >>>> >>>> Program received signal SIGSEGV, Segmentation fault. >>>> [Switching to Thread -1212344640 (LWP 18268)] >>>> 0x08bcb3b4 in code_gen_buffer () >>>> (gdb) bt >>>> #0 0x08bcb3b4 in code_gen_buffer () >>>> #1 0x080de65b in cpu_x86_exec (env1=0x9c497e8) at /home/tux/compile/qemu/cpu-exec.c:679 >>>> #2 0x0805738f in main (argc=119537671, argv=0x20000720) at /home/tux/compile/qemu/vl.c:7445 >>>> >>>> Any hints? >>>> >>> Looks like it's still broken. This can only be something minor, as it >>> did work for me in between, but now I can reproduce you failure here >>> as well. Stay tuned. >>> >> Oh well, take 3 it is then. >> >> This patch should work for most targets now. All comments so far should >> be integrated too, so if you're missing something you said, please tell >> me. >> > > It fixed it for me, but only after a "make distclean && ./configure && > make". Apparently there are still some dependencies which are not right. > > Thanks, > Dscho > I changed the configure script, so this is quite reasonable. Alex