Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Terminate problem
Terminate problem [message #183654] Thu, 01 February 2007 13:57 Go to next message
Eclipse UserFriend
Originally posted by: jkalinowski.microwavedata.com

Hey all,
The issue I am having is that pressing the Terminate button in the Debug
window, doesn't actually terminate the program. I just recieve an
Eclipse error saying it failed to send interrupt. Also visable console
commands are seen to terminate. I'm running GDB 6.3. The only theory I
have is that _Exit could be an issue. Just trying to cut out whether its
an Eclipse problem or a GCC problem. Any ideas? Thanks a bunch!
Jeremy
Re: Terminate problem [message #183740 is a reply to message #183654] Fri, 02 February 2007 03:51 Go to previous message
Eclipse UserFriend
Hi Jerermy,

when you click "Terminate" the CDT Spawner tries to send a SIGKILL to the
process. Which works more or less well, depending on the host environment.
It does not work for my current Cygwin installation, and may also be
depending on the gdb version. I do not think that the compiler or the _Exit
implementation is a suspect.

I can only reliably kill programs being debugged when the program is halted
at a breakpoint.

Cheers,


Norbert
Previous Topic:Debugging multithreaded programs
Next Topic:Using Eclipse/CDT on a Very Large Project on Unix from Windows
Goto Forum:
  


Current Time: Tue May 06 13:25:12 EDT 2025

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

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

Back to the top