https://bugs.kde.org/show_bug.cgi?id=376595

--- Comment #17 from Ian Haber <master.ha...@gmail.com> ---
The patch does prevent the crash, although as you suggested, gdb is just
sitting there hanging now. Messing with the gdb console outside of kdevelop led
me to something interesting. if i use the command 'watch m_bInUpdate', when i
attempt to continue, it will just say "current stack frame does not contain a
variable named 'this'" and not do anything. If i use the command 'watch
this.m_bInUpdate', it works as i would expect. 

Could it be that when kdevelop adds a watch for member variables it just uses
'watch <varname>'? That being said, if this were the case, i would expect that
it would be causing issues for everyone.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to