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 - Unbuffer.is64BitExecutable() called on remote execution
Summary: Unbuffer.is64BitExecutable() called on remote execution
Status: RESOLVED DUPLICATE of bug 170950
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 17:41 UTC by _ gordonp
Modified: 2009-10-05 17:22 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 _ 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 ***