qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] no start on amd64 (was "Nothing happens")


From: Johannes Schindelin
Subject: Re: [Qemu-devel] no start on amd64 (was "Nothing happens")
Date: Sun, 31 Jul 2005 15:19:33 +0200 (CEST)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]