This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 167114 - NullPointerException at org.netbeans.modules.python.debugger.DebuggerPythonLogger.getDebugger
Summary: NullPointerException at org.netbeans.modules.python.debugger.DebuggerPythonLo...
Status: RESOLVED INCOMPLETE
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 15:48 UTC by limuhob
Modified: 2015-01-23 19:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152618


Attachments
stacktrace (434 bytes, text/plain)
2009-06-15 15:48 UTC, limuhob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description limuhob 2009-06-15 15:48:43 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-gentoo-r5, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.debugger.DebuggerPythonLogger.getDebugger(DebuggerPythonLogger.java:143)
        at org.netbeans.modules.python.debugger.DebuggerPythonLogger.taskStarted(DebuggerPythonLogger.java:101)
        at org.netbeans.modules.python.debugger.spi.TargetExecutor.run(TargetExecutor.java:146)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 limuhob 2009-06-15 15:48:47 UTC
Created attachment 83592 [details]
stacktrace
Comment 2 Lou Dasaro 2015-01-23 19:53:52 UTC
Without any context, and given the age of this bug, I am closing it as INCOMPLETE. If the bug occurs again, please reopen and describe steps to reproduce. Thank you.