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 221668 - UnsupportedOperationException: Sending signal to a pid is not supported on localhost
Summary: UnsupportedOperationException: Sending signal to a pid is not supported on lo...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 17:02 UTC by szmitek
Modified: 2012-11-16 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194707


Attachments
stacktrace (4.40 KB, text/plain)
2012-11-07 17:02 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2012-11-07 17:02:10 UTC
Build: NetBeans IDE Dev (Build 201211060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
szmitek: Opening Netbeans




Stacktrace: 
java.lang.UnsupportedOperationException: Sending signal to a pid is not supported on localhost
   at org.netbeans.modules.nativeexecution.signals.SignalSupport.signalProcess(SignalSupport.java:72)
   at org.netbeans.modules.nativeexecution.AbstractNativeProcess.destroy(AbstractNativeProcess.java:339)
   at org.netbeans.modules.cnd.toolchain.compilers.CCCCompiler.getSystemIncludesAndDefines(CCCCompiler.java:343)
   at org.netbeans.modules.cnd.toolchain.compilers.GNUCCCCompiler.getFreshSystemIncludesAndDefines(GNUCCCCompiler.java:91)
   at org.netbeans.modules.cnd.toolchain.compilers.SPICompilerAccesor.getSystemIncludesAndDefines(SPICompilerAccesor.java:63)
   at org.netbeans.modules.cnd.toolchain.compilerset.ToolchainValidator.validateImpl(ToolchainValidator.java:128)
Comment 1 szmitek 2012-11-07 17:02:13 UTC
Created attachment 127333 [details]
stacktrace
Comment 2 Andrew Krasny 2012-11-15 16:24:33 UTC
http://hg.netbeans.org/cnd-main/rev/cf617dae47b0
Comment 3 Quality Engineering 2012-11-16 02:41:41 UTC
Integrated into 'main-golden', will be available in build *201211160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cf617dae47b0
User: Andrew Krasny <akrasny@netbeans.org>
Log: #221668 - UnsupportedOperationException: Sending signal to a pid is not supported on localhost

It would be better to introduce some isSupported() or getSupportForSpecificSignaller(), but as it is not a public api, I would keep away from making many changes...