Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 193554] New: NPE in AbstractCLaunchDelegate.getProjectName

https://bugs.eclipse.org/bugs/show_bug.cgi?id=193554 
Product/Component: CDT / cdt-launch

           Summary: NPE in AbstractCLaunchDelegate.getProjectName
           Product: CDT
           Version: 4.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: jensseidel@xxxxxxxxxxxx
                CC: jensseidel@xxxxxxxxxxxx


Build ID: 3.3 RC4
CDT: 4.0.0-I200706200100

I got the following exception:

I suspect it is related to the fact that I deleted my test project (also from
filesystem) at the same time. Maybe a
background process was still accessing it?

An exception occurred while dispatching debug events.

java.lang.NullPointerException
        at
org.eclipse.cdt.launch.AbstractCLaunchDelegate.getProjectName(AbstractCLaunchDelegate.java:180)
        at
org.eclipse.cdt.launch.AbstractCLaunchDelegate.getCProject(AbstractCLaunchDelegate.java:165)
        at
org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin.handleDebugEvents(LaunchUIPlugin.java:213)
        at
org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1074)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at
org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1108)
        at
org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:360)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top