blob: d15190b01896d4b895208ef1fd8ad61b85fa09b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
0.15.1 black screen and 100% cpu on start
Trying the freshly compiled 0.15.1 (command line: "qemu"), the window stays black, it uses 100% cpu, and can't be killed with ctrl-c, has to be killed with killall -9.
Strace shows it's waiting on a futex forever?
Build config:
./configure --prefix=/usr/local --interp-prefix=/usr/local/share/qemu \
--enable-mixemu --disable-brlapi --enable-io-thread --audio-drv-list="oss alsa sdl" \
--disable-opengl
|