qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Fiber switching and stack protection


From: Pavel Dovgaluk
Subject: [Qemu-devel] Fiber switching and stack protection
Date: Fri, 6 Apr 2012 14:38:27 +0400

Hello.

 

Recently I tried to build qemu-1.0 with MinGW and start it with qcow file created with previous version of qemu.

But after starting guest Windows loading process qemu had closed because of an exception.

 

I figured out that this exception is “stack smashing” and it happened in qemu_coroutine_switch of coroutine-win32.c file.

But when I remove -fstack-protector-all option from makefile nothing changes – an exception occurs again.

 

Does anyone have an idea about such behavior?

 

Pavel Dovgaluk

 


reply via email to

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