This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: hardware watchpoint does not stop with the value modified
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: YuyaKobayashi <ky dot epk dot leo at gmail dot com>
- Cc: gdb at sourceware dot org
- Date: Tue, 29 Mar 2016 12:19:55 +0100
- Subject: Re: hardware watchpoint does not stop with the value modified
- Authentication-results: sourceware.org; auth=none
- References: <68175ED7-BC86-4E8B-9B94-4A9BBBF37964 at gmail dot com>
YuyaKobayashi <ky.epk.leo@gmail.com> writes:
> (gdb) c Continuing.
> [Thread 0x7fffc2dad700 (LWP 3162) exited]
> [New Thread 0x7fffc2dad700 (LWP 3169)]
> [Thread 0x7fffc2dad700 (LWP 3169) exited]
> [New Thread 0x7fffc2dad700 (LWP 3173)] qemu:
> /home/nutsman/git_repo/M-QEMU/qemu-2.3.1/exec.c:3007: ldl_phys_internal:
> Assertion `val1 == val' failed.
Looks the assertion is triggered, and it probably means there is
something wrong in QEMU. You need to fix the QEMU problem first or
change to a different version of QEMU.
--
Yao (éå)