Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 62348] New: [Debug] Launch a debug caused NPE

https://bugs.eclipse.org/bugs/show_bug.cgi?id=62348

           Summary: [Debug] Launch a debug caused NPE
           Product: CDT
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: lapensee@xxxxxxxxxx


Eclipse 200405140800  CDT 200405121551

When I launch a newly created debug session, I got this exception.  It was 
reproduced by the rest of the team:

!ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 12:48:01.562
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
	at 
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.initViewCol
lection(LaunchViewContextListener.java:330)
	at 
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.init
(LaunchViewContextListener.java:318)
	at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened
(LaunchView.java:640)
	at org.eclipse.ui.internal.PartListenerList$5.run
(PartListenerList.java:105)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
	at org.eclipse.core.runtime.Platform.run(Platform.java:668)
	at org.eclipse.ui.internal.PartListenerList.firePartOpened
(PartListenerList.java:103)
	at org.eclipse.ui.internal.WorkbenchPage.firePartOpened
(WorkbenchPage.java:1384)
	at org.eclipse.ui.internal.PartPane.createChildControl
(PartPane.java:119)
	at org.eclipse.ui.internal.ViewPane.createChildControl
(ViewPane.java:143)
	at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
	at org.eclipse.core.runtime.Platform.run(Platform.java:668)
	at org.eclipse.ui.internal.ViewFactory.busyRestoreView
(ViewFactory.java:202)
	at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:452)
	at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart
(ViewFactory.java:93)
	at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange
(WorkbenchPage.java:130)
	at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:248)
	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:259)
	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:625)
	at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible
(PresentableViewPart.java:114)
	at 
org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart
(DefaultPartPresentation.java:777)
	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection
(PartStack.java:717)
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:315)
	at org.eclipse.ui.internal.ViewStack.createControl(ViewStack.java:99)
	at org.eclipse.ui.internal.PartSashContainer.createControl
(PartSashContainer.java:392)
	at org.eclipse.ui.internal.PerspectiveHelper.activate
(PerspectiveHelper.java:156)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718)
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective
(WorkbenchPage.java:2683)
	at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective
(WorkbenchPage.java:728)
	at org.eclipse.ui.internal.WorkbenchPage.access$8
(WorkbenchPage.java:713)
	at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2826)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective
(WorkbenchPage.java:2824)
	at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run
(ChangeToPerspectiveMenu.java:87)
	at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303)
	at org.eclipse.ui.actions.PerspectiveMenu$3.widgetSelected
(PerspectiveMenu.java:119)
	at org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:89)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2538)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2249)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:298)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:249)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:126)
	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.core.launcher.Main.basicRun(Main.java:269)
	at org.eclipse.core.launcher.Main.run(Main.java:722)
	at org.eclipse.core.launcher.Main.main(Main.java:706)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top