This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: core dump when watchpoint set


> -----Original Message-----
> From: gdb-owner@sourceware.org
> [mailto:gdb-owner@sourceware.org] On Behalf Of Michael Snyder
> Sent: 09 September 2008 23:10
> To: Joel Sherrill
> Cc: gdb@sourceware.org
> Subject: Re: core dump when watchpoint set
>
> Hmmm, yeah, a null value is being passed up, resulting in
> a null type being sent to value_type, which dereferences it
> without null-checking.
>
> And in fact, the current source (breakpoint.c) does check
> b->val != NULL before it makes the corresponding call.
>
> So you can expect that this is fixed.

In fact I fixed exactly this bug in our 6.8 port this week by applying this patch:

http://sourceware.org/ml/gdb-patches/2008-02/msg00472.html

Robert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]