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 242369 - remove "-xinstrument=datarace" from Pi sample
Summary: remove "-xinstrument=datarace" from Pi sample
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 14:30 UTC by soldatov
Modified: 2014-04-24 02:09 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 soldatov 2014-02-26 14:30:41 UTC
Scenario:
- Create Pi sample (select GNU toolchain)
- Select 'Pthreads' configuration on main toolbar
- Build project
==>
gcc -xinstrument=datarace   -c -g -MMD -MP -MF "build/Pthreads/GNU-Solaris-x86/pi_pthreads.o.d" -o build/Pthreads/GNU-Solaris-x86/pi_pthreads.o pi_pthreads.c
gcc: error: language instrument=datarace not recognized
gcc: error: language instrument=datarace not recognized
gmake[2]: *** [build/Pthreads/GNU-Solaris-x86/pi_pthreads.o] Error 1
gmake[2]: Leaving directory `/export/files/NB/Pi_1'
gmake[1]: *** [.build-conf] Error 2
gmake[1]: Leaving directory `/export/files/NB/Pi_1'
gmake: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 114ms)
Comment 1 Alexander Simon 2014-04-14 12:46:32 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/53b448f3530b
Comment 2 Quality Engineering 2014-04-18 02:42:56 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/53b448f3530b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242369 remove "-xinstrument=datarace" from Pi sample
Comment 3 soldatov 2014-04-22 09:31:55 UTC
verified in trunk build 201404220001
Comment 4 Quality Engineering 2014-04-24 02:09:03 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/e5991c05b003
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242369 remove "-xinstrument=datarace" from Pi sample
(transplanted from 53b448f3530bf2b071cef7075990b55f62f7e5ef)