| Summary: | [debug view] Exceptions when trying to restart debugger | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Pawel Piech <pawel.1.piech> |
| Component: | cdt-debug-cdi-gdb | Assignee: | Project Inbox <cdt-debug-cdi-gdb-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | Elena Laskavaia <elaskavaia.cdt> |
| Severity: | normal | ||
| Priority: | P3 | CC: | nobody, pawel.1.piech |
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 144330 *** |
I get errors popping up when trying to restart the debugger. I'm running Ubuntu 10.04 64bit (gdb v7.1-ubuntu). The reset works fine with DSF-GDB. The MI trace is below: 137-break-insert -t main 137^done,bkpt={number="10",type="breakpoint",disp="del",enabled="y",addr="0x0000000000400538",func="main",file="../localtest.c",fullname="/local/home/pawel/workspace/runtime-dsf/localtest/localtest.c",line="19",times="0",original-location="main"} (gdb) 138-exec-run =thread-exited,id="1",group-id="19634" =thread-group-exited,id="19634" =library-unloaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2" =library-unloaded,id="/usr/lib/libstdc++.so.6",target-name="/usr/lib/libstdc++.so.6",host-name="/usr/lib/libstdc++.so.6" =library-unloaded,id="/lib/libm.so.6",target-name="/lib/libm.so.6",host-name="/lib/libm.so.6" =library-unloaded,id="/lib/libgcc_s.so.1",target-name="/lib/libgcc_s.so.1",host-name="/lib/libgcc_s.so.1" =library-unloaded,id="/lib/libc.so.6",target-name="/lib/libc.so.6",host-name="/lib/libc.so.6" &"/dev/pts/3: No such file or directory.\n" /dev/pts/3: No such file or directory. =thread-group-created,id="19641" =thread-created,id="1",group-id="19641" =thread-exited,id="1",group-id="19641" =thread-group-exited,id="19641" 138^error,msg="During startup program exited with code 1." (gdb)