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 150371 - [65cat] NullPointerException at org.netbeans.modules.python.debugger.Utils.markCurrent
Summary: [65cat] NullPointerException at org.netbeans.modules.python.debugger.Utils.ma...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: jymen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 13:01 UTC by sunbiz
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 128856


Attachments
stacktrace (1.21 KB, text/plain)
2008-10-16 13:01 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-16 13:01:08 UTC
Build: NetBeans IDE Dev (Build 20081015193613)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Added a breakpoint in a blank line and started to debug the project...



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.debugger.Utils.markCurrent(Utils.java:56)
        at org.netbeans.modules.python.debugger.PythonDebugger.handleDebuggerEvent(PythonDebugger.java:457)
        at org.netbeans.modules.python.debugger.actions.JpyDbgView.newDebuggingEvent(JpyDbgView.java:114)
        at org.netbeans.modules.python.debugger.gui.PythonDebugContainer$_DEBUGEVENT_MANAGER_.populateToPlugin(PythonDebugContainer.java:661)
        at org.netbeans.modules.python.debugger.gui.PythonDebugContainer$_DEBUGEVENT_MANAGER_.populateLocalSource(PythonDebugContainer.java:676)
        at org.netbeans.modules.python.debugger.gui.PythonDebugContainer$_DEBUGEVENT_MANAGER_.storeRemoteFile(PythonDebugContainer.java:876)
Comment 1 sunbiz 2008-10-16 13:01:15 UTC
Created attachment 71960 [details]
stacktrace
Comment 2 jymen 2008-10-17 16:35:58 UTC
just checking for null line in markCurrent
available since hudson build #69
Comment 3 Peter Lam 2008-12-15 05:37:08 UTC
verified in build 320 (20081212)