Author Topic: [SOLVED]code completion partially working  (Read 18901 times)

Offline Eric

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: code completion partially working
« Reply #15 on: August 23, 2010, 11:29:46 am »
Hello,
I've just compiled the last code completion svn (6510) and same crash as soon as a project is loaded or created...
Code
...

Caching GCC dir: /usr/include/c++/4.4
Caching GCC dir: /usr/include/c++/4.4/x86_64-linux-gnu
Caching GCC dir: /usr/include/c++/4.4/backward
Caching GCC dir: /usr/local/include
Caching GCC dir: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/include
Caching GCC dir: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/include-fixed
Caching GCC dir: /usr/include/x86_64-linux-gnu
Caching GCC dir: /usr/include
Passing list of files to batch-parser.
Header to parse up-front: '/usr/include/c++/4.4/cstddef'
Header to parse up-front: '/usr/include/wx-2.8/wx/defs.h'
Header to parse up-front: '/usr/include/wx-2.8/wx/dlimpexp.h'
Header to parse up-front: '/usr/include/wx-2.8/wx/toplevel.h'
Add up-front parsing 4 file(s) for project 'Chenillard_K8000'...
Add batch-parsing 16 file(s) for project 'Chenillard_K8000'...
Create new parser for project 'Chenillard_K8000'
Starting batch parsing for project 'Chenillard_K8000'...
codeblocks: Fatal IO error 0 (Succès) on X server :0.0.
Erreur de segmentation


Éric.

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Re: code completion partially working
« Reply #16 on: August 23, 2010, 01:09:12 pm »
update the ccbranch can solve this.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: code completion partially working
« Reply #17 on: August 23, 2010, 01:50:32 pm »
update the ccbranch can solve this.
No, not yet.

I found the cause for the crash and it was fixed by Loaden and me, but it is not (yet) committed to cc-branch.

I think, it should be done by MortenMacFly, because he most likely has other patches for the branch in his local copy and it might be easier for him if he applies it.

Offline Eric

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: code completion partially working
« Reply #18 on: August 23, 2010, 09:32:20 pm »
Crash solved with svn6521 and code completion is working  :D

Thank you for all.

Éric.