Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT Luna 4.4.1 Indexer not compatible with boost
CDT Luna 4.4.1 Indexer not compatible with boost [message #1451877] Fri, 24 October 2014 12:30 Go to next message
Erwan Queinnec is currently offline Erwan QueinnecFriend
Messages: 1
Registered: October 2014
Junior Member
hello,
I started to index a project using boost on ubuntu and the indexing process hang on boost/typeof/std trying to parse fstream header
I increased eclipse.ini java memory and still same issue.
I'm using eclipse.ini:
--launcher.XXMaxPermSize
2048m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=2048m
-Xms4096m
-Xmx8192m

I'm using boost 1.39
And using Luna 4.4.1
Re: CDT Luna 4.4.1 Indexer not compatible with boost [message #1498700 is a reply to message #1451877] Thu, 04 December 2014 15:59 Go to previous messageGo to next message
Benjamin Shadwick is currently offline Benjamin ShadwickFriend
Messages: 7
Registered: February 2014
Junior Member
I'm running into the same issue with Luna SR1 and CDT 8.5 indexing Boost 1.54.

I've tried using different garbage collectors, switching to 64-bit, allocating 6GB of RAM to the JVM, etc, but Eclipse always runs out of heap space or exceeds GC overhead limits (whatever that means).

Is Eclipse CDT just incapable of indexing Boost?
Re: CDT Luna 4.4.1 Indexer not compatible with boost [message #1499566 is a reply to message #1498700] Fri, 05 December 2014 08:24 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
I would suggest opening a bug.
https://wiki.eclipse.org/How_to_report_a_deadlock
Re: CDT Luna 4.4.1 Indexer not compatible with boost [message #1499968 is a reply to message #1499566] Fri, 05 December 2014 15:18 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
please refer to below link:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400073
Re: CDT Luna 4.4.1 Indexer not compatible with boost [message #1500125 is a reply to message #1499968] Fri, 05 December 2014 18:08 Go to previous message
Benjamin Shadwick is currently offline Benjamin ShadwickFriend
Messages: 7
Registered: February 2014
Junior Member
Thanks, I had already posted there too Smile

Someone reopened the bug, so maybe it will get looked at.
Previous Topic:Create getters/setters with Doxygen documentation
Next Topic:Can't run C++ program
Goto Forum:
  


Current Time: Thu Apr 25 05:35:00 GMT 2024

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

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

Back to the top