Re: [Qemu-devel] Double-free due to e5dc1a6c6c

2018-01-19 Thread Stefan Berger
On 01/19/2018 09:05 PM, Emilio G. Cota wrote: On Fri, Jan 19, 2018 at 17:55:27 -0500, Stefan Berger wrote: I get double-free memory errors when QEMU terminates due to commit e5dc1a6c6c. The way to reproduce the error is to 1st do a 'system_reset' in the monitor and then get into the grub consol

Re: [Qemu-devel] Double-free due to e5dc1a6c6c

2018-01-19 Thread Emilio G. Cota
On Fri, Jan 19, 2018 at 17:55:27 -0500, Stefan Berger wrote: > I get double-free memory errors when QEMU terminates due to commit > e5dc1a6c6c. > > The way to reproduce the error is to 1st do a 'system_reset' in the monitor > and then get into the grub console and do a 'halt' there. Can you pleas

[Qemu-devel] Double-free due to e5dc1a6c6c

2018-01-19 Thread Stefan Berger
I get double-free memory errors when QEMU terminates due to commit e5dc1a6c6c. The way to reproduce the error is to 1st do a 'system_reset' in the monitor and then get into the grub console and do a 'halt' there. Stefan commit e5dc1a6c6c4359cd783810f63eb68e9e09350708 Author: Marc-Andr