Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Autocomplete stopped working(Just like that.)
Autocomplete stopped working [message #554287] Fri, 20 August 2010 18:11 Go to next message
Eclipse UserFriend
Hello there !

Well I downloaded eclipse PDT (yeah php ect) a while ago, and after installing the C/C++ plugin i started using eclipse for C.

After starting my computer sooner I noticed that CTRL+SPACE on a C source is making my eclipse freeze.
Tho Eclipse is totally freezed though it is flagged as "sleeping" in the running process ... I just don't understand.

I'm running on ubuntu 10.04, and well one hour after shutting down my computer (eclipse was running fine then) I restarted it with eclipse and auto-completion ain't working at all with C/C++.
I don't understand It was working fine one hour a ago I didn't change anything to my eclipse configuration (nor my ubuntu) since a week
It decided right now to stop working ! (This is madness !)

So anw, what can I do besides redownloading a clean eclipse and configure it again from scratch ?
Ty by advance for any help.

Regards.

[Updated on: Sat, 21 August 2010 04:33] by Moderator

Re: Autocomplete stopped working [message #554428 is a reply to message #554287] Mon, 23 August 2010 02:40 Go to previous messageGo to next message
Eclipse UserFriend
Quote:
After starting my computer sooner I noticed that CTRL+SPACE on a C source is making my eclipse freeze.
Tho Eclipse is totally freezed though it is flagged as "sleeping" in the running process

Is Eclipse actually freezed and does not recover or does it take just a long time (several seconds)? Did you enter any characters before hitting CTR-SPACE?
Re: Autocomplete stopped working [message #554749 is a reply to message #554428] Tue, 24 August 2010 06:10 Go to previous messageGo to next message
Eclipse UserFriend
On 08/23/2010 08:40 AM, Axel Mueller wrote:
> Quote:
>> After starting my computer sooner I noticed that CTRL+SPACE on a C
>> source is making my eclipse freeze.
>> Tho Eclipse is totally freezed though it is flagged as "sleeping" in
>> the running process
>
> Is Eclipse actually freezed and does not recover or does it take just a
> long time (several seconds)? Did you enter any characters before hitting
> CTR-SPACE?

I'm experiencing the same behavior...
and it looks like while eclipse is freezing it tries to download
something from the net (I noticed that on a slow connection)...

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Re: Autocomplete stopped working [message #554769 is a reply to message #554749] Tue, 24 August 2010 07:34 Go to previous messageGo to next message
Eclipse UserFriend
Quote:
I'm experiencing the same behavior...
and it looks like while eclipse is freezing it tries to download
something from the net (I noticed that on a slow connection)...

That sounds like rubbish to me. Eclipse never tries to download anything by itself. Only when you say so (e.g update). And code completion invoked by CTRL+SPACE will definitely not do anything on the net.
Re: Autocomplete stopped working [message #554961 is a reply to message #554769] Tue, 24 August 2010 17:57 Go to previous messageGo to next message
Eclipse UserFriend
On 08/24/2010 01:34 PM, Axel Mueller wrote:
> Quote:
>> I'm experiencing the same behavior...
>> and it looks like while eclipse is freezing it tries to download
>> something from the net (I noticed that on a slow connection)...
>
> That sounds like rubbish to me. Eclipse never tries to download anything
> by itself. Only when you say so (e.g update). And code completion
> invoked by CTRL+SPACE will definitely not do anything on the net.

I tried this on a computer with adsl, and after a few seconds (I saw
some 400k peeks on gkrellm net monitor) code completion worked on STL
library classes (such as ostringstream)... it sounds strange to me as
well, but that's what I noticed...

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Re: Autocomplete stopped working [message #554962 is a reply to message #554769] Tue, 24 August 2010 18:00 Go to previous messageGo to next message
Eclipse UserFriend
On 08/24/2010 01:34 PM, Axel Mueller wrote:
> Quote:
>> I'm experiencing the same behavior...
>> and it looks like while eclipse is freezing it tries to download
>> something from the net (I noticed that on a slow connection)...
>
> That sounds like rubbish to me. Eclipse never tries to download anything
> by itself. Only when you say so (e.g update). And code completion
> invoked by CTRL+SPACE will definitely not do anything on the net.

by the way, I noticed that sourceware was contacted (using netstat), and
by googling I found this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318706

it doesn't look like rubbish to me ;)

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Re: Autocomplete stopped working [message #555003 is a reply to message #554962] Wed, 25 August 2010 03:07 Go to previous messageGo to next message
Eclipse UserFriend
Quote:
by the way, I noticed that sourceware was contacted (using netstat), and
by googling I found this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318706

it doesn't look like rubbish to me Wink

Mea culpa!
I did not know about this (and I am using this plugin!) and did not expect something like this. Thanks for the hint.
Re: Autocomplete stopped working [message #555097 is a reply to message #555003] Wed, 25 August 2010 08:58 Go to previous message
Eclipse UserFriend
On 08/25/2010 09:07 AM, Axel Mueller wrote:
> Quote:
>> by the way, I noticed that sourceware was contacted (using netstat),
>> and by googling I found this:
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=318706
>>
>> it doesn't look like rubbish to me ;)
>
> Mea culpa!
> I did not know about this (and I am using this plugin!) and did not
> expect something like this. Thanks for the hint.

however, it looks like it's an issue with linuxtools plugin, not cdt
itself :)

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Previous Topic:Indexer, references functions and parameters
Next Topic:MAC OS X intellisense typedef problem
Goto Forum:
  


Current Time: Fri Jul 04 17:10:23 EDT 2025

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

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

Back to the top