https://gitlab.com/qemu-project/qemu/-/commit/3ddd9036389f5f577e09
** Changed in: qemu
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1773743
Title:
qemu-
We were mis-parsing the 'vCont' packet in the gdb protocol, so when gdb
told us "send a SIGPROF (0x1b)" we skipped the first digit in the hex
signal number and interpreted it as "send an 0xb", which happens to be
SIGSEGV.
Should be fixed by this:
https://patchew.org/QEMU/20201121210342.10089-1-pet