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 191576

Summary: IDE confuses intel-Linux and intelSolaris binaries
Product: cnd Reporter: Thomas Preisler <thp>
Component: -- Other --Assignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Thomas Preisler 2010-11-02 20:25:23 UTC
From CR 6994038:

This was observed while Andrey and I were visiting Cadence.

At some point some feature of the IDE that automatically searches for
binaries kicked in and chose a binary to populate BuildResult or something
Then when we ran or debugged that project the run failed. 
It turned out to be because the IDE search machinery could not
differentiate between an intel-Solaris and a intel-Linux binary.
In fact the ELF header looks identical for these two.
We needed to solve a similar problem in dbx (see CR 6988833)
and for now will look at the ".interp" section to
distinguish solaris from Linux binaries.
*** (#1 of 1): 2010-10-21 15:35:45 PDT ivan
Comment 1 Vladimir Voskresensky 2010-11-02 20:41:15 UTC

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