Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 234585 Details for
Bug 415512
Eclipse unresponsive when stepping through code (Linux)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Stack trace
file_415512.txt (text/plain), 9.71 KB, created by
Mark Sutheran
on 2013-08-20 14:02:17 EDT
(
hide
)
Description:
Stack trace
Filename:
MIME Type:
Creator:
Mark Sutheran
Created:
2013-08-20 14:02:17 EDT
Size:
9.71 KB
patch
obsolete
>!ENTRY org.eclipse.ui 4 0 2013-08-21 00:42:12.430 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed) > at org.eclipse.swt.SWT.error(SWT.java:4397) > at org.eclipse.swt.SWT.error(SWT.java:4312) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3717) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3366) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > 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(EclipseStarter.java:354) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) >Caused by: org.eclipse.swt.SWTException: Widget is disposed > at org.eclipse.swt.SWT.error(SWT.java:4397) > at org.eclipse.swt.SWT.error(SWT.java:4312) > at org.eclipse.swt.SWT.error(SWT.java:4283) > at org.eclipse.swt.widgets.Widget.error(Widget.java:481) > at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:418) > at org.eclipse.swt.widgets.Caret.getSize(Caret.java:257) > at org.eclipse.swt.custom.StyledText.getCaretWidth(StyledText.java:3676) > at org.eclipse.swt.custom.StyledTextRenderer.calculate(StyledTextRenderer.java:208) > at org.eclipse.swt.custom.StyledTextRenderer.calculateClientArea(StyledTextRenderer.java:229) > at org.eclipse.swt.custom.StyledText.resetCache(StyledText.java:7827) > at org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:9775) > at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:7749) > at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4845) > at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4924) > at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:582) > at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:571) > at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:567) > at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:227) > at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2830) > at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3501) > at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:972) > at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:954) > at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:948) > at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1087) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) > ... 24 more > >!ENTRY org.eclipse.ui 4 0 2013-08-21 00:42:34.921 >!MESSAGE Unhandled event loop exception >!STACK 0 >java.lang.NullPointerException > at org.eclipse.swt.widgets.Caret.killFocus(Caret.java:321) > at org.eclipse.swt.widgets.Canvas.gtk_focus_out_event(Canvas.java:189) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2095) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:5467) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4569) > at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8707) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1243) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2287) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > 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(EclipseStarter.java:354) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > >!ENTRY org.eclipse.ui 4 0 2013-08-21 00:42:34.923 >!MESSAGE Unhandled event loop exception >!STACK 0 >java.lang.NullPointerException > at org.eclipse.swt.widgets.Caret.isFocusCaret(Caret.java:317) > at org.eclipse.swt.widgets.Canvas.gtk_expose_event(Canvas.java:174) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2090) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:5467) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4569) > at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8707) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1243) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2287) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > 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(EclipseStarter.java:354) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) >!SESSION 2013-08-21 00:43:19.382 -----------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 415512
: 234585