Bug 578749 - Bug - unhandled loop expection , out of memory
Summary: Bug - unhandled loop expection , out of memory
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.22   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2022-02-14 16:19 EST by Ratna Pondugula CLA
Modified: 2022-02-16 06:37 EST (History)
2 users (show)

See Also:


Attachments
Error Attached (66.96 KB, image/png)
2022-02-14 16:40 EST, Ratna Pondugula CLA
no flags Details
Logfile atached (52.06 KB, application/octet-stream)
2022-02-15 03:02 EST, Ratna Pondugula CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ratna Pondugula CLA 2022-02-14 16:19:03 EST
On any search , i get an Internal Error - Unhandled loop expection , out of memory

-- Configuration Details --
Product: Eclipse IDE 4.22.0.20211202-1200 (org.eclipse.epp.package.jee.product)Installed Features:
 org.eclipse.platform 4.22.0.v20211124-1800
Comment 1 Andrey Loskutov CLA 2022-02-14 16:23:44 EST
Please attach Eclipse error log and explain in detail how to reproduce your problem.
Comment 2 Ratna Pondugula CLA 2022-02-14 16:40:20 EST
Created attachment 288045 [details]
Error Attached
Comment 3 Andrey Loskutov CLA 2022-02-14 17:12:53 EST
(In reply to Ratna Pondugula from comment #2)
> Created attachment 288045 [details]
> Error Attached

Please attach error *log*. is inside the workspace directory, attach .metadata/.log file here.
Comment 4 Ratna Pondugula CLA 2022-02-15 03:02:50 EST
Created attachment 288046 [details]
Logfile atached
Comment 5 Ratna Pondugula CLA 2022-02-15 03:03:19 EST
Log file attached , please let me know if you need further details
Comment 6 Andrey Loskutov CLA 2022-02-15 03:10:08 EST
How much heap uses your Eclipse and how big is your workspace? How do you start your search, which search exactly with which arguments?

Is this a regression in 4.22 or did it happen before?
Comment 7 Ratna Pondugula CLA 2022-02-16 04:28:47 EST
It is happening only now .
Workspace / 512 MB
Heap - 512
I click CTRL +H and Search for INSERT_UPDATE CMSNavigationNode
Comment 8 Ratna Pondugula CLA 2022-02-16 04:32:03 EST
Also tried by increasing it does not help
Comment 9 Jörg Kubitz CLA 2022-02-16 06:37:28 EST
i suggest to increase heap to 2G
eclipse.exe -vmargs -Xmx2G

If that does not help mind to share a heap dump? you could create it with
eclipse.exe -vmargs -Xmx512m -XX:HeapDumpPath=c:/temp/heapdump.hprof -XX:+HeapDumpOnOutOfMemoryError