Debugger problem - attach to process
Posted: Sun Mar 07, 2010 9:00 pm
Hello,
I am using CL rev. 3846, self built on fedora 8 64bit using g++ 4.1.2. I have gdb 6.6-35 installed.
The debugger works fine while debugging in a usual way, i.e. setting a breakpoint and pressing 'Start/Continue debugger'.
The problem pops up when I run an application from a terminal and then try to attach to a process just started.
In Debug window i got:
Using gdbinit file: /home/ogee77/.gdbinit
Failed to initialize debugger: /usr/bin/gdb
In Trace window:
05:54:16 PM: Launching console: /home/ogee77/codelite/cl-install/bin/codelite_xterm 'CodeLite: gdb' 'sleep 83905'
05:54:17 PM: Failed to allocate console for debugger
The debugger is not run.
This happens only when trying to attach to a process. I made a simple console application to test it and the problem reappears.
What can be the cause of it?
Regards,
Paul
I am using CL rev. 3846, self built on fedora 8 64bit using g++ 4.1.2. I have gdb 6.6-35 installed.
The debugger works fine while debugging in a usual way, i.e. setting a breakpoint and pressing 'Start/Continue debugger'.
The problem pops up when I run an application from a terminal and then try to attach to a process just started.
In Debug window i got:
Using gdbinit file: /home/ogee77/.gdbinit
Failed to initialize debugger: /usr/bin/gdb
In Trace window:
05:54:16 PM: Launching console: /home/ogee77/codelite/cl-install/bin/codelite_xterm 'CodeLite: gdb' 'sleep 83905'
05:54:17 PM: Failed to allocate console for debugger
The debugger is not run.
This happens only when trying to attach to a process. I made a simple console application to test it and the problem reappears.
What can be the cause of it?
Regards,
Paul