Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Hanging on exit, not saving workspace
Hanging on exit, not saving workspace [message #89316] Fri, 09 January 2009 23:35 Go to next message
Paul Oehler is currently offline Paul OehlerFriend
Messages: 5
Registered: July 2009
Junior Member
Hi,

Since upgrading to PDT 2, (while loving the many new features) I've often
had a problem when trying to shutdown eclipse - it will pretend to exit,
but a "eclipse.exe" program will remain lingering in the task manager. I
can kill this, and then restart eclipse, but it won't have my workspace
settings from the previous session saved.

It doesn't happen every time, but it seems if I work long enough, it will
consistently happen when I go to exit.

Anyone know how to fix this issue?

Thanks,

Paul

Here is the last stacktrace from the error log when I went to exit:


!ENTRY org.eclipse.ui.workbench 4 0 2009-01-09 18:21:54.187
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
java.lang.NullPointerException
at
org.eclipse.php.internal.ui.outline.PHPOutlineContentProvide r$ElementChangedListener$1.run(PHPOutlineContentProvider.jav a:187)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:382)
at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(Progress MonitorDialog.java:507)
at
org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.r un(ProgressMonitorJobsDialog.java:275)
at
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor. disconnectFromWorkspace(IDEWorkbenchAdvisor.java:398)
at
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor. postShutdown(IDEWorkbenchAdvisor.java:315)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:27 08)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:9 21)
at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:8 38)
at org.eclipse.ui.internal.Workbench$23.run(Workbench.java:1082 )
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1080)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1052)
at
org.eclipse.ui.internal.handlers.QuitHandler.execute(QuitHan dler.java:41)
at
org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
at
org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(ParameterizedCommand.java:508)
at
org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.java:169)
at
org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandlerService.java:247)
at
org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:157)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:583)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:500)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Re: Hanging on exit, not saving workspace [message #89332 is a reply to message #89316] Fri, 09 January 2009 23:49 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
I have the same problem
Re: Hanging on exit, not saving workspace [message #89360 is a reply to message #89316] Fri, 09 January 2009 23:52 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Hi Paul Oehler napsal(a):

i have created patch from your message
Re: Hanging on exit, not saving workspace [message #89557 is a reply to message #89360] Mon, 12 January 2009 10:27 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
sNop napsal(a):
> Hi Paul Oehler napsal(a):
>
> i have created patch from your message

patch :D sry ticket
Re: Hanging on exit, not saving workspace [message #92371 is a reply to message #89316] Fri, 30 January 2009 07:27 Go to previous messageGo to next message
Brice Joly is currently offline Brice JolyFriend
Messages: 1
Registered: July 2009
Junior Member
I have exactly the same very frustrating problem.

I couldn't find a related ticket, sNop could you please link to the ticket
you've opened so that we can provide additional information to help solve
this?
Re: Hanging on exit, not saving workspace [message #92446 is a reply to message #92371] Fri, 30 January 2009 12:25 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Brice Joly napsal(a):
> I have exactly the same very frustrating problem.
> I couldn't find a related ticket, sNop could you please link to the
> ticket you've opened so that we can provide additional information to
> help solve this?
>

it's a bug https://bugs.eclipse.org/260609
Re: Hanging on exit, not saving workspace [message #92461 is a reply to message #92371] Fri, 30 January 2009 12:58 Go to previous messageGo to next message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
I think this is the bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260609

Dave Kelsey

Brice Joly wrote:
> I have exactly the same very frustrating problem.
> I couldn't find a related ticket, sNop could you please link to the
> ticket you've opened so that we can provide additional information to
> help solve this?
>
Re: Hanging on exit, not saving workspace [message #92551 is a reply to message #89316] Sat, 31 January 2009 00:11 Go to previous messageGo to next message
Ingo Renner is currently offline Ingo RennerFriend
Messages: 40
Registered: July 2009
Member
Paul Oehler wrote:

> Since upgrading to PDT 2, (while loving the many new features) I've
> often had a problem when trying to shutdown eclipse - it will pretend to
> exit, but a "eclipse.exe" program will remain lingering in the task
> manager. I can kill this, and then restart eclipse, but it won't have
> my workspace settings from the previous session saved.

same problem here since this week.


Ingo
Re: Hanging on exit, not saving workspace [message #92570 is a reply to message #92551] Sat, 31 January 2009 00:12 Go to previous message
Ingo Renner is currently offline Ingo RennerFriend
Messages: 40
Registered: July 2009
Member
Ingo Renner wrote:

> same problem here since this week.

.... on Mac OS X
Previous Topic:org.eclipse.php.ui.PHPCompletionProposalComputer crash
Next Topic:PDT / XDebug / JIT Path Mapping
Goto Forum:
  


Current Time: Fri Apr 19 21:19:36 GMT 2024

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

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

Back to the top