]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
linux-user: remove signal handler before calling abort()
authorRiku Voipio <riku.voipio@nokia.com>
Mon, 25 Jan 2010 12:30:49 +0000 (14:30 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 16:19:43 +0000 (17:19 +0100)
commitfd052bf63a2ee8e8aff9bb9a51ce7c5f744561f4
tree9107abec60f02e66ade807fa75620667dc3c49dd
parentcab1b4bdc7d42759e0487e73cc19946e77c82a3a
linux-user: remove signal handler before calling abort()

Qemu may hang in host_signal_handler after qemu has done a
seppuku with cpu_abort(). But at this stage we are not really
interested in target process coredump anymore, so unregister
host_signal_handler to die grafefully.

Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
exec.c