Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT hangs or is slow when start (gdb) debug session(CDT hangs or is slow when start (gdb) debug session)
CDT hangs or is slow when start (gdb) debug session [message #671657] Wed, 18 May 2011 15:28 Go to next message
Fred Jensen is currently offline Fred JensenFriend
Messages: 3
Registered: May 2011
Junior Member
I have Eclipse C/++ Development version 7.0.2 and GDB common 7.0.0 and am running on Windoz 7.

When I start a debug session, it gets to around 93% complete initialization or start up & then it takes about another 2 minutes to complete start up/initialization.

This sounds like a bit like bug 290882:

bugs.eclipse.org/bugs/show_bug.cgi?id=290882

but I would expect that to be fixed in CDT 7.0.2

Any clues for me?
Thanks for any help
fwj1@yahoo.com

Re: CDT hangs or is slow when start (gdb) debug session [message #671692 is a reply to message #671657] Wed, 18 May 2011 17:25 Go to previous messageGo to next message
Fred Jensen is currently offline Fred JensenFriend
Messages: 3
Registered: May 2011
Junior Member
When I bring up the 'Progress' window it shows:
Launching: Configuring GDB
Re: CDT hangs or is slow when start (gdb) debug session [message #671750 is a reply to message #671692] Wed, 18 May 2011 21:17 Go to previous messageGo to next message
Fred Jensen is currently offline Fred JensenFriend
Messages: 3
Registered: May 2011
Junior Member
Some more information:
I do not have the 'hang' problem if I start gdb from the shell.
I am getting the following errors int the GDB (Eclipse) console window

[New thread 8428.0x1b7c]
Error: dll starting at 0x77080000 not found.
Error: dll starting at 0x76120000 not found.
Error: dll starting at 0x77080000 not found.
Error: dll starting at 0x771a0000 not found.
[New thread 8428.0x1c5c]
[New thread 8428.0x2100]


Re: CDT hangs or is slow when start (gdb) debug session [message #672209 is a reply to message #671750] Fri, 20 May 2011 10:31 Go to previous messageGo to next message
malo_nj  is currently offline malo_nj Friend
Messages: 33
Registered: December 2010
Member
Maybe its just a path lookup issue. Switch to gdb traces console maybe there will be more detailed information there. I had a similar problem because cygwin was at the end of path system variable. Also if you know which DLL are in question try to copy them in project folder.
Re: CDT hangs or is slow when start (gdb) debug session [message #672221 is a reply to message #672209] Fri, 20 May 2011 11:21 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Presumable the MinGW/Cygwin DLLs are not in your PATH.

See also
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312422


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google

[Updated on: Fri, 20 May 2011 11:27]

Report message to a moderator

Previous Topic:"Hello World" example for Eclipse HELIOS
Next Topic:Error starting process
Goto Forum:
  


Current Time: Thu Apr 25 08:24:36 GMT 2024

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

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

Back to the top