Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ninio_arg on February 09, 2014, 09:53:02 pm

Title: Code Completion bug
Post by: ninio_arg on February 09, 2014, 09:53:02 pm
Code
cat /etc/slackware-version
Slackware 14.1
I have build Code::Blocks 13.12 from its sources.

This the well known code completion bug, which puts your cpu at 100% and hangs there.
I can disable the plugin, but I want to have that functionality.

What solution do you propose?.
Title: Re: Code Completion bug
Post by: dmoore on February 10, 2014, 02:14:27 am
If you havent already, try building latest svn. Otherwise give us a minimal sample to reproduce your problem.
Title: Re: Code Completion bug
Post by: ollydbg on February 10, 2014, 02:15:17 am
...
What solution do you propose?.
Can you try to build a C::B from SVN HEAD (see SVN repo at Developer documentation (http://wiki.codeblocks.org/index.php?title=Developer_documentation)), I have at least fix one of the hang bug, please report back if it still exists.

Any way, can you supply a testing project/workspace and tell us the steps to reproduce the hang issue? thanks.
Title: Re: Code Completion bug
Post by: ninio_arg on February 25, 2014, 04:53:15 am
Well, I have compiled the SVN 9661 version.
Code
svn co svn://svn.code.sf.net/p/codeblocks/code/trunk
Then compiled as is shown here (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux), but installed after done the package for my distro.

Same symptoms. Just opening a "Hello world!" the completion plugins hangs.
Title: Re: Code Completion bug
Post by: ollydbg on February 25, 2014, 07:07:51 am
Hi, thanks for the test.
Can you supply a sample test project? So I can try it on my computer.
Title: Re: Code Completion bug
Post by: ninio_arg on February 26, 2014, 01:11:05 am
It happens with ANY project or cpp file. Even with a simple Hello World. Anyway the sample project is here (http://www.filedropper.com/helloworldtar).

Looking on this forum I saw another posts about this issue (C::B on Slackware) without a real solution  :-\
I'm starting to think it's a conflict with other libraries that this distro comes with.