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 - IDE confuses intel-Linux and intelSolaris binaries
Summary: IDE confuses intel-Linux and intelSolaris binaries
Status: RESOLVED DUPLICATE of bug 191326
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 20:25 UTC by Thomas Preisler
Modified: 2010-11-02 20:41 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 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 ***