qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix qemu endless loop when raising a SIGSEGV/SI


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in user emulation
Date: Sat, 3 Jan 2009 14:14:41 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Jan 03, 2009 at 01:50:39PM +0100, Lionel Landwerlin wrote:
> When a SIGSEGV signal is raised in user mode emulation the current
> test to know whether the signal is sent by the kernel is wrong :
> 
> info->si_code == SI_KERNEL
> 
> according to /usr/include/bits/siginfo.h it should be
> 
> info->si_code > 0
> 

We were working on the same thing at the same time, but you has been
faster :) Patch applied, thanks.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

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