Bug 366270 - Indigo C++ IDE on OSX freezes
Summary: Indigo C++ IDE on OSX freezes
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.1.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-09 16:33 EST by Kea CLA
Modified: 2020-09-04 15:17 EDT (History)
3 users (show)

See Also:


Attachments
Stack Dump and My System Specs, (259.12 KB, text/plain)
2011-12-09 16:35 EST, Kea CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kea CLA 2011-12-09 16:33:23 EST
Build Identifier: 20110916-0149

Eclipse will freeze while typing c++ code in the editor, resulting in the spinning beachball and requiring a forced quit. This can happen every few minutes, sometimes it happens after an hour or two. I feel it might have something to do with cmd+space autocomplete or with autosaving because it happens at odd intervals.  No repro steps other than
-Start eclipse,
-author c++ class, using cmd space to autocomplete. Eventually, it will freeze and require a forced quit.  -Restart, type a few lines, it freezes, force quit.

I've updated cdt  to latest and this has not solved the problem.


Reproducible: Sometimes
Comment 1 Kea CLA 2011-12-09 16:35:27 EST
Created attachment 208207 [details]
Stack Dump and My System Specs,

This was obtained from the force-quit dialog.
Comment 2 Andrew Gvozdev CLA 2011-12-09 17:37:13 EST
Do you give eclipse enough memory with -Xmx and XXMaxPermSize?

The dump you provided does not show eclipse stack but rather JVM itself. Could you try http://wiki.eclipse.org/How_to_report_a_deadlock ?
Comment 3 Anton Leherbauer CLA 2011-12-12 04:32:59 EST
I would guess a duplicate of bug 345970.
Please try the workarounds mentioned in the comments.