gdb:Cannot access memory at address 0xxxxx的问题 Hanging

gdb调试的时候突然就遇到一个问题

l xxx.cpp:512 没有问题

但是b xxx.cpp:512的时候就会出现

Cannot access memory at address 0xxxxx的问题

 

原因是什么?

 

 

转载于:https://www.cnblogs.com/justinyo/archive/2013/03/11/2954076.html