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 257173 - NullPointerException at org.netbeans.modules.cnd.mixeddev.debugger.CndSessionChanger.changeSuggested
Summary: NullPointerException at org.netbeans.modules.cnd.mixeddev.debugger.CndSession...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 12:59 UTC by Exceptions Reporter
Modified: 2016-01-29 14:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221710


Attachments
stacktrace (1.10 KB, text/plain)
2015-12-16 12:59 UTC, Exceptions Reporter
Details
stacktrace (1.10 KB, text/plain)
2015-12-16 14:26 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-16 12:59:16 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 7

User Comments:
GUEST: I am trying to connect to a postgresql database using java




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.mixeddev.debugger.CndSessionChanger.changeSuggested(CndSessionChanger.java:88)
   at org.netbeans.api.debugger.SessionBridge.suggestChange(SessionBridge.java:129)
   at org.netbeans.modules.debugger.jpda.actions.RunIntoMethodActionSupport.traceLineForMethod(RunIntoMethodActionSupport.java:480)
   at org.netbeans.modules.debugger.jpda.actions.RunIntoMethodActionSupport.access$200(RunIntoMethodActionSupport.java:109)
   at org.netbeans.modules.debugger.jpda.actions.RunIntoMethodActionSupport$2.exec(RunIntoMethodActionSupport.java:379)
   at org.netbeans.modules.debugger.jpda.util.Operator.processEvents(Operator.java:512)
Comment 1 Exceptions Reporter 2015-12-16 12:59:18 UTC
Created attachment 157811 [details]
stacktrace
Comment 2 Jiri Prox 2015-12-16 14:26:00 UTC
Created attachment 157813 [details]
stacktrace

NPE when stepping  into Object.notify() method while debugging
Comment 3 henk89 2015-12-24 11:39:56 UTC
It looks like ps failed to execute or its execution was interrupted.
Comment 4 henk89 2015-12-24 11:45:57 UTC
Fixed in enum#f1a398ab69cc
Comment 5 Quality Engineering 2016-01-12 02:28:42 UTC
Integrated into 'main-silver', will be available in build *201601120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ddd492398cfb
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #257173 - NullPointerException at org.netbeans.modules.cnd.mixeddev.debugger.CndSessionChanger.changeSuggested
(transplanted from f1a398ab69cc05cb7961f4335472c7549f74f073)
Comment 6 ilia 2016-01-27 14:45:14 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/f1a398ab69cc