From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzEM3-0002Yi-OM for qemu-devel@nongnu.org; Sun, 31 Jul 2005 09:59:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzELt-0002U0-Hy for qemu-devel@nongnu.org; Sun, 31 Jul 2005 09:59:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzELt-0002TV-DT for qemu-devel@nongnu.org; Sun, 31 Jul 2005 09:59:41 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DzES4-0006cy-3n for qemu-devel@nongnu.org; Sun, 31 Jul 2005 10:06:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DzEG6-0004vJ-Us for qemu-devel@nongnu.org; Sun, 31 Jul 2005 15:53:42 +0200 Received: from 212.204.94.5 ([212.204.94.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jul 2005 15:53:42 +0200 Received: from Rudi by 212.204.94.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jul 2005 15:53:42 +0200 From: Rudi Lippert Date: Sun, 31 Jul 2005 15:58:11 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Sender: news Subject: [Qemu-devel] Re: no start on amd64 (was "Nothing happens") 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 Thanks for your reply. I only created the bt because someone said it might help. configure output looks fairly good to me, but I don't know much about those things. Is there anything else that might help understanding the problem? Btw: Qemu is not even taking up CPU. Install prefix /usr BIOS directory /usr/share/qemu binary directory /usr/bin Manual directory /usr/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /var/tmp/portage/qemu-softmmu-0.7.1/work/qemu-0.7.1 C compiler gcc Host C compiler gcc make make host CPU x86_64 host big endian no target list i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu gprof enabled no static build no SDL support yes SDL static link yes mingw32 support no Adlib support no FMOD support no kqemu support yes Johannes Schindelin wrote: > Hi, > > actually it looks more like the program was compiled with > "-fomit-frame-pointer". For that reason, you only get correct names (and > EIPs) for library calls. > > Since QEmu uses as many physical registers as it can get, it is sensible > to omit the frame pointer, because it has no meaning anyway once you are > in translated code. > > However, in your case I think it is more an SDL problem. Are you sure that > the video mode you are trying to set is supported on your system? Could > also be some sort of XShm hickup. > > Ciao, > Dscho > > -- > Viruses love Micros**t