Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311124 - [debug view] Exceptions when trying to restart debugger
Summary: [debug view] Exceptions when trying to restart debugger
Status: CLOSED DUPLICATE of bug 144330
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-cdi-gdb (show other bugs)
Version: 6.0   Edit
Hardware: All Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Elena Laskavaia CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 19:08 EDT by Pawel Piech CLA
Modified: 2010-04-29 19:37 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2010-04-29 19:08:18 EDT
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)
Comment 1 Nobody - feel free to take it CLA 2010-04-29 19:37:34 EDT

*** This bug has been marked as a duplicate of bug 144330 ***