Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Eclipse PDT "Not Responding"
Eclipse PDT "Not Responding" [message #1713765] Fri, 06 November 2015 14:09 Go to next message
Mee Too is currently offline Mee TooFriend
Messages: 4
Registered: August 2013
Junior Member
I have been using Eclipse PDT for quite a while but have hit an issue that is making my development very unproductive.

On certain files when the editor is open Eclipse will go "Not Responding" for anywhere from 2-5 minutes sometimes never coming back to a useful state.

I have tried editing the eclipse.ini to add/change memory configuration file but still no joy. This issue really has me.

Here are the Specs I am using:
Windows 10
AMD-FX8350 Processor
32GB RAM
500GB SSD

Eclipse Version: Mars.1 Release (4.5.1)
Xdebug
java version "1.8.0_65"

Any help or support appreciated.

Re: Eclipse PDT "Not Responding" [message #1713766 is a reply to message #1713765] Fri, 06 November 2015 14:13 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
1. It's on PHP or JS files?
2. What you have in logs? (cmd/ctrl + 3 and write error log)
3. Can you enable UI Responsiveness Monitoring (Preferences -> General -> UI...) and attach freeze log when available?

Common problem is index corruption. To fix it:
1. Close eclipse
2. Drop dir WORKSPACE_LOG/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2
3. Start eclipse and wait a moment for reindex


Re: Eclipse PDT "Not Responding" [message #1714024 is a reply to message #1713766] Mon, 09 November 2015 12:59 Go to previous messageGo to next message
Mee Too is currently offline Mee TooFriend
Messages: 4
Registered: August 2013
Junior Member
Dawid,

Thank you for the reply.

Further information:
I tried as you explained to drop dir WORKSPACE_LOG/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2 but still no joy.

I have attached the .log file from UI Responsiveness Monitoring.

This seems to be happening on PHP files, this is where I am testing. If I open a PHP file and start a new function using autocomplete it hangs at this point.

Is very frustrating. I develop using Windows and Mac and what is interesting is this does not happen when using the Apple.

Regards.
  • Attachment: .log
    (Size: 99.42KB, Downloaded 129 times)
Re: Eclipse PDT "Not Responding" [message #1714038 is a reply to message #1714024] Mon, 09 November 2015 14:02 Go to previous message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
At first look mylyn (tasktop) produce a lot of problems and this might destabilize PDT. Have you mylyn elements on network drive?
Can you check on fresh workspace?

It hangs always on concrete snippet? for example:
<?php
$x = new D|


If yes, can you put it here?


Previous Topic:Unbind the Alt + Shift + X key on Mac
Next Topic:Previewing Pages and a newbie
Goto Forum:
  


Current Time: Thu Apr 25 11:55:24 GMT 2024

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

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

Back to the top