Bug 368110 - Background indexer OOME crash
Summary: Background indexer OOME crash
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 15:32 EST by Krzysztof Daniel CLA
Modified: 2022-10-07 12:41 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Daniel CLA 2012-01-08 15:32:46 EST
I work with Eclipse, EGit and command line git. Frequent branch changes (like 5 checkouts) in command line cause Eclipse to hang.
Comment 1 Paul Webster CLA 2012-01-08 16:07:30 EST
You might have to up the stack ... with EGit, I run -Xms64m -Xmx1024m or a multi-branch history on a repo will kill eclipse.

PW
Comment 2 Ayushman Jain CLA 2012-01-09 02:05:54 EST
Can you please provide a thread dump?
c.f. http://wiki.eclipse.org/How_to_report_a_deadlock
Comment 3 Krzysztof Daniel CLA 2012-01-09 09:14:44 EST
I do not think providing a deadlock dump will help here - as I have said it is OOME and when there is no more memory Eclipse hangs (and eventually shows error dialog). After a while it starts working a little bit, but generally is unresponsibve, unstable and throws errors very often.
Comment 4 Remy Suen CLA 2012-01-09 09:35:08 EST
If the application is running out of memory then it's best to ask the VM to create a heap dump when it crashes. Once that has been generated, you can use MAT and analyze the dump to see where most of the memory is being taken up by.

If you have the 'History' view up then I'm going to guess it's a bunch of byte[] objects.
Comment 5 Eclipse Genie CLA 2020-09-09 11:30:53 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Eclipse Genie CLA 2022-10-07 12:41:09 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.