From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFErj-0007fN-RV for qemu-devel@nongnu.org; Sat, 05 Jul 2008 17:00:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFErh-0007b7-0Z for qemu-devel@nongnu.org; Sat, 05 Jul 2008 17:00:19 -0400 Received: from [199.232.76.173] (port=45588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFErg-0007aw-Ix for qemu-devel@nongnu.org; Sat, 05 Jul 2008 17:00:16 -0400 Received: from mx1.redhat.com ([66.187.233.31]:44784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFErf-0005Hj-Uz for qemu-devel@nongnu.org; Sat, 05 Jul 2008 17:00:16 -0400 Date: Sat, 5 Jul 2008 17:55:28 -0300 From: Marcelo Tosatti Message-ID: <20080705205528.GA20800@dmt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] SMP broken in SVN? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook , qemu-devel@nongnu.org Linux SMP guests hang on boot with current SVN: Program received signal SIGINT, Interrupt. [Switching to Thread 0x7f937e06b6f0 (LWP 13483)] 0x000000004221ebc3 in ?? () (gdb) bt #0 0x000000004221ebc3 in ?? () #1 0x0000000000000202 in ?? () #2 0xffffffff8022f000 in ?? () #3 0x000000000022f000 in ?? () #4 0x000000000048b76b in tlb_set_page_exec (env=0x7f932d6bf790, vaddr=2277376, paddr=0, prot=762050448, mmu_idx=0, is_softmmu=8) at /home/marcelo/git/qemu/trunk/exec.c:354 #5 0x00000000004f5d78 in tlb_fill (addr=2, is_write=0, mmu_idx=762050448, retaddr=0x0) at /home/marcelo/git/qemu/trunk/target-i386/op_helper.c:4716 #6 0x000000000048df51 in __ldb_cmmu (addr=18446744071564359625, mmu_idx=0) at /home/marcelo/git/qemu/trunk/softmmu_template.h:134 #7 0x000000000049165a in cpu_x86_exec (env1=) at /home/marcelo/git/qemu/trunk/cpu-exec.c:620 #8 0x000000000041037b in main (argc=21, argv=) at /home/marcelo/git/qemu/trunk/vl.c:7266 (gdb) Is this a known issue?