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 152275 - [65cat] NullPointerException at org.netbeans.modules.python.debugger.utils.ProcessLauncher.waitForCompletion
Summary: [65cat] NullPointerException at org.netbeans.modules.python.debugger.utils.Pr...
Status: VERIFIED 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-11-04 09:25 UTC by rajivderas
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 135831


Attachments
stacktrace (361 bytes, text/plain)
2008-11-04 09:25 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-11-04 09:25:23 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081104041628)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: Tried to debug py project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.debugger.utils.ProcessLauncher.waitForCompletion(ProcessLauncher.java:97)
        at org.netbeans.modules.python.debugger.backend.PythonInterpretor.doTheJob(PythonInterpretor.java:129)
        at org.netbeans.modules.python.debugger.backend.PythonInterpretor.run(PythonInterpretor.java:139)
Comment 1 rajivderas 2008-11-04 09:25:36 UTC
Created attachment 73185 [details]
stacktrace
Comment 2 jymen 2008-11-06 11:32:55 UTC
should be available in build #157 and after
Comment 3 Peter Lam 2008-12-15 05:16:01 UTC
already verified during EA testing.