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 149390

Summary: Unbuffer.is64BitExecutable() called on remote execution
Product: cnd Reporter: _ gordonp <gordonp>
Component: -- Other --Assignee: Egor Ushakov <gorrus>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ gordonp 2008-10-07 17:41:05 UTC
While doing a Run on a remote project I noticed a log.warning about arguments_1 not being found.
I searched the log and it comes from Unbuffer.is64BitExecutable(). I get it both on Run and Debug.

It shouldn't be called if I'm doing remote execution or debug.
Comment 1 Egor Ushakov 2009-10-05 17:22:42 UTC
gdb is using common unbuffer infrastructure, so it is not valid any more

*** This issue has been marked as a duplicate of 170950 ***