qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8
Date: Wed, 28 Aug 2013 10:11:30 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Aug 28, 2013 at 10:14:04AM +0500, Taimoor Mirza wrote:
> I am building QEMU on Windows using MinGW + Msys. If I build QEMU with
> Glib 2.28, qemu binary works fine for sdcard. I noticed that QEMU
> binary has dependency on libgthread-2.0-0.dll in this case.
> But when I build QEMU with Glib 2.33.8 version, its sdcard option
> throw error at run time. Also generated QEMU binary has no dependency
> on gthread DLL.
> Below is the error thrown while using -sd:
> 
> vvfat C:\qemu_arm_win32\sdcard\files chs 1024,16,63
> Co-routine is yielding to no one

What is the output of:
$ grep CONFIG_COROUTINE_BACKEND config-host.mak

On Windows it should be "win32".

Can you capture a backtrace using gdb?

$ gdb --args qemu-system-arm.exe ...
(gdb) r
Co-routine is yielding to no one
(gdb) bt

Stefan



reply via email to

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