- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Installed Intel Inspector 2013 and while running, getting the below error.
linux-40:/home # source /opt/intel/inspector_xe_2013/inspxe-vars.sh
Copyright (C) 2009-2013 Intel Corporation. All rights reserved.
Intel(R) Inspector XE 2013 (build 313340)
linux-40:/home #
linux-40:/home # inspxe-cl -collect ti3 -r=./TEST_Tread ./a.out
/opt/intel/inspector_xe_2013/bin32/pinbin: relocation error: /lib/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Error: An internal error has occurred. Our apologies for this inconvenience. Please gather a description of the steps leading up to the problem and contact the Intel customer support team.
Warning: Encountered an issue while loading result [/home/TEST_Tread]. Cannot continue because cannot find input file.
0 new problem(s) found
linux-40:/home #
linux-40:/home #
linux-40:/home # cat /etc/SuSE-release
SUSE Linux Enterprise Server 10 (i586)
VERSION = 10
PATCHLEVEL = 1
linux-40:/home #
- Tags:
- CC++
- Debugging
- Development Tools
- Fortran
- Intel® Inspector
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
naveen k. wrote:Plz let me know, how to solve this issue.
Installed Intel Inspector 2013 and while running, getting the below error.
linux-40:/home # source /opt/intel/inspector_xe_2013/inspxe-vars.sh
Copyright (C) 2009-2013 Intel Corporation. All rights reserved.
Intel(R) Inspector XE 2013 (build 313340)
linux-40:/home #
linux-40:/home # inspxe-cl -collect ti3 -r=./TEST_Tread ./a.out
/opt/intel/inspector_xe_2013/bin32/pinbin: relocation error: /lib/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Error: An internal error has occurred. Our apologies for this inconvenience. Please gather a description of the steps leading up to the problem and contact the Intel customer support team.
Warning: Encountered an issue while loading result [/home/TEST_Tread]. Cannot continue because cannot find input file.0 new problem(s) found
linux-40:/home #
linux-40:/home #
linux-40:/home # cat /etc/SuSE-release
SUSE Linux Enterprise Server 10 (i586)
VERSION = 10
PATCHLEVEL = 1
linux-40:/home #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was aware of such problem - the problem may happen in customized Linux* OS, reported pinbin relocation error, the reason is file /etc/ld.so.preload was present in system. That file only contained one line “libachk.so” it changed the order of library loading to cause Inspector break. The solution is simply to remove /etc/ld.so.preload manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As per our company policy, we need to install specific tool. After uninstall that tool, Inspector is working fine......
Solution provided by Seems to be correct (even i didnt tried this). Thanks a lot Peter Wang.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page