Page 1 of 1

Starting debugger freezes my Computer

Posted: Thu Nov 17, 2011 11:22 am
by evstevemd
Hi,
is there anyone who is experiencing this? When I start debugger it freezes my computer until I change tty and kill gdb. I just updated svn and recompiled CL
I'm using ubuntu Oneiric and compiling is fine and debugger worked in previous version!

Re: Starting debugger freezes my Computer

Posted: Thu Nov 17, 2011 3:38 pm
by eranif
Do you have any log file of the debugger?
When switching tty, have you looked at 'top' to see which process is consuming CPU / IO and is responsible for the hang?
Can you provide a simple reproduction?

Eran

Re: Starting debugger freezes my Computer

Posted: Fri Nov 18, 2011 8:28 am
by evstevemd
eranif wrote:Do you have any log file of the debugger?
When switching tty, have you looked at 'top' to see which process is consuming CPU / IO and is responsible for the hang?
Can you provide a simple reproduction?

Eran
I'm not sure where I can find debugger log but When switching to tty, I have firefox at the top (20%) and codelite takes only 4. I have attached top log if that will help but then I don't what you mean by example, you mean a code? Debugger hangs once it gets to the first breakpoint before I do anything.

Re: Starting debugger freezes my Computer

Posted: Fri Nov 18, 2011 1:43 pm
by DavidGH
Hi,

Does this always happen whenever you use gdb in CL, or is this one particular program with the breakpoint in one particular place? I ask because the appearance of a freeze can happen if you put a breakpoint in certain places e.g. when a menu has just opened: the mouse is captured (or maybe the window-manager just gets confused) and subsequently clicking anywhere has no effect.

Try creating a new wx-enabled executable project, and put a breakpoint somewhere unexciting e.g. the frame ctor. Does the problem still happen?

Regards,

David

Re: Starting debugger freezes my Computer

Posted: Sat Nov 19, 2011 9:31 pm
by evstevemd
Hi Dave,
It happened regardless of where breakpoint is (when debugger just starts it is where it freezed)
After Updating SVN the problem is gone.
Thanks all for comments :)