From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsZ2K-0008Ap-OT for qemu-devel@nongnu.org; Sun, 15 Feb 2004 22:03:08 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsZ1i-0007RB-CJ for qemu-devel@nongnu.org; Sun, 15 Feb 2004 22:03:01 -0500 Received: from [134.2.12.32] (helo=mx5.informatik.uni-tuebingen.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsZ1h-0007QY-O7 for qemu-devel@nongnu.org; Sun, 15 Feb 2004 22:02:29 -0500 Received: from localhost (loopback [127.0.0.1]) by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP id 7A1BB117 for ; Mon, 16 Feb 2004 04:02:25 +0100 (NFT) Received: from mx5.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx5 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38534-01 for ; Mon, 16 Feb 2004 04:02:23 +0100 (NFT) Received: from juist (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66]) by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP id 7390710D for ; Mon, 16 Feb 2004 04:02:23 +0100 (NFT) Received: from falk by juist with local (Exim 3.36 #1 (Debian)) id 1AsZ1Z-0000ut-00 for ; Mon, 16 Feb 2004 04:02:21 +0100 From: Falk Hueffner Date: 16 Feb 2004 04:02:21 +0100 Message-ID: <87n07jpw02.fsf@student.uni-tuebingen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Crashes on Alpha Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I'm still getting segfaults in the generated code on most non-trivial programs. The generated code looks OK, it seems some values got clobbered (null pointers are dereferenced or similar). Also, for example tests/test-i386 crashes immediately usually, but only after lots of output when giving -d (write log file). I can't really think what might cause that... any ideas how I can further debug it? -- Falk