c++ - CGDB - cannot add breakponts -


sometimes cannot add breakpoints using (c)gdb.

i can add them after first or second run of program, when try set more (either in library or application source code) (either through cgdb window or gdb command line) i'm greet following information:

cannot access memory @ address 0x7fffeb480d10

sometimes works great , without problems.

system: sles 11 sp3 (3.0.76-0.11)   cgdb: 0.6.7    gdb: 7.5.1-0.7.29 

running root/as regular user makes no difference in behavior. should provide more details - say. have been using configuration quite long time , didn't encounter (any) problem earlier.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -