Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debug problem: gdb: unknown target exception
Debug problem: gdb: unknown target exception [message #207106] Mon, 24 December 2007 03:47
Eclipse UserFriend
Originally posted by: matthieu.bolt.klm.com

All,

I’m using Eclipse CDT (Version: 3.3.1.1 Build id: M20071023-1652) with
Cygwin on Windows XP to create a C++ program and run in the following
error when trying to debug:
Dialog: Execution is suspended because of an error. You can't do that
without a process to debug.
Console: gdb: unknown target exception 0xc0000135 at 0x7c964ed1. You can't
do that without a process to debug.

Symbols are also not loaded.
The binary parser used is “Cygwin PE parser”. The debugger is Cygwin gdb
debugger.

The executable itself however is normally created, executable and can be
debugged. The executable can also be run from Eclipse. On the shell: $
“gdb executable name” results in a normal gdb session. After the command
"run" the program executes normally. Because of this I think the error is
caused within Eclipse CDT. The project is a “Makefile project” and due to
using several different IDE’s the folder structure is as following:

Project/bin/eclipse/.cproject
Project/bin/eclipse/.project
Project/bin/eclipse/Makefile
Project/build/eclipse/executable.exe
Project/source/source.cpp

The workspace is located somewhere else.
Previous Topic:compile errors not showing up under Problems
Next Topic:open run dialog seems to be broken
Goto Forum:
  


Current Time: Tue Nov 04 07:49:28 EST 2025

Powered by FUDForum. Page generated in 0.06719 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top