Re: [Qemu-devel] BUG: memory API related abort (bisected)

2013-09-04 Thread Paolo Bonzini
Il 05/09/2013 03:08, Luiz Capitulino ha scritto: > Reproducer: > > 1. Start QEMU with gdb support: > > $ qemu [...] -kernel [...] -s > > 2. Start gdb and install a breakpoint > > gdb /path/to/vmlinux > (gdb) target remote localhost:1234 > (gdb) b init_hw_perf_events > Remo

[Qemu-devel] BUG: memory API related abort (bisected)

2013-09-04 Thread Luiz Capitulino
Reproducer: 1. Start QEMU with gdb support: $ qemu [...] -kernel [...] -s 2. Start gdb and install a breakpoint gdb /path/to/vmlinux (gdb) target remote localhost:1234 (gdb) b init_hw_perf_events Remote communication error. Target disconnected.: Connection reset by peer.