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 243275 - NullPointerException in log
Summary: NullPointerException in log
Status: RESOLVED DUPLICATE of bug 244472
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 07:31 UTC by soldatov
Modified: 2014-05-14 06:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-03-26 07:31:09 UTC
NetBeans 7.4 with all patches. Random automatic tests ('gdb' suite) fails with NullPointerException in log

INFO [org.netbeans.ui.metrics.debugger]: Debugger session placeholder-for-NativeSessionProvider.getSessionName() started at placeholder-for-NativeSessionProvider.getLocationName() for All languages supported by gdb
SEVERE [org.openide.util.Exceptions]
java.lang.NullPointerException
	at org.netbeans.lib.terminalemulator.Term$OpsImpl.op_char(Term.java:3316)
	at org.netbeans.lib.terminalemulator.InterpDumb$InterpTypeDumb$ACT_REGULAR.action(InterpDumb.java:114)
	at org.netbeans.lib.terminalemulator.InterpDumb.processChar(InterpDumb.java:240)
	at org.netbeans.lib.terminalemulator.Term.putc_work(Term.java:4461)
	at org.netbeans.lib.terminalemulator.Term.access$400(Term.java:249)
	at org.netbeans.lib.terminalemulator.Term$BaseTermStream.putChars(Term.java:409)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap.processChar(Gdb.java:1027)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap.putChars(Gdb.java:833)
	at org.netbeans.lib.terminalemulator.Term.putChars(Term.java:3240)
	at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.preKill(NativeDebuggerImpl.java:1131)
	at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.kill(GdbDebuggerImpl.java:623)
	at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$5$1.onExit(GdbDebuggerImpl.java:719)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.dispatch(MICommandManager.java:200)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.dispatch(MIProxy.java:188)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.dispatch(Gdb.java:1091)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.result(MIProxy.java:193)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:157)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$3.run(Gdb.java:1061)
Caused: java.lang.Exception: when processing line: 51^exit

	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$3.run(Gdb.java:1063)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
INFO [org.netbeans.ui.metrics.cnd]: USG_CND_LAUNCHERS
Comment 1 soldatov 2014-05-14 06:58:14 UTC

*** This bug has been marked as a duplicate of bug 244472 ***