开发者

GDB locking up in Ubuntu 10.04 (Lucid Lynx)

开发者 https://www.devze.com 2023-01-16 01:26 出处:网络
Since I upgraded my OS to Ubuntu 10.04, I\'m experiencing serious problems with GDB. Basically, every time I try to auto-complete us开发者_开发百科ing TAB, the process becomes unresponsive for several

Since I upgraded my OS to Ubuntu 10.04, I'm experiencing serious problems with GDB. Basically, every time I try to auto-complete us开发者_开发百科ing TAB, the process becomes unresponsive for several seconds, or forever. I have to kill gdb and lose my session.

The same happens if I accidentally try to print a variable that isn't in scope or doesn't exist (which is easy to do by accident).

Anyone else see this? Any ideas?


I did a little poking around and it seems that 7.1 has issues (my particular one was the inability to print variables without locking up). IIRC it had to do w/ large footprint binaries. Can't seem to find the link...

0

精彩评论

暂无评论...
验证码 换一张
取 消