Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5260 Discussions

Unable to install on Centos 6.5

Eli_Blackman
Beginner
724 Views

Using this version: vtune_amplifier_xe_2015_update1.tar.gz

Below is the output after running "install.sh":

--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
*** glibc detected *** /data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install: double free or corruption (!prev): 0x00000000169dad60 ***
======= Backtrace: =========
/lib64/libc.so.6[0x3333a75e66]
/lib64/libc.so.6[0x3333a789b3]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(get_rpm_info+0x13b0)[0x45b1e0]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(coex_apply_rpm_filter+0xd2)[0x419eb2]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(coex_proceed_node+0x75b)[0x4191fb]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(coex_diag_init+0x7d1)[0x41bc01]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(actions_execute+0xb1)[0x412771]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(_Z25sequence_execute_documentP9session_tP5cab_tP6node_tPcPS5_PiS6_S6_+0xca7)[0x460037]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(sequence_execute+0x25c)[0x45c76c]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(main+0x2a7f)[0x4104df]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x3333a1ed5d]
/data/home/elemental/vtune_amplifier_xe_2015_update1/./pset/32e/install(__gxx_personality_v0+0xd2)[0x40d9ca]
======= Memory map: ========
00400000-004d8000 r-xp 00000000 fd:04 6426589                            /data/home/elemental/vtune_amplifier_xe_2015_update1/pset/32e/install
005d8000-005dc000 rw-p 000d8000 fd:04 6426589                            /data/home/elemental/vtune_amplifier_xe_2015_update1/pset/32e/install
005dc000-005dd000 rw-p 00000000 00:00 0 
0216a000-169f7000 rw-p 00000000 00:00 0                                  [heap]
...<suppressed lines>...

7fea1c4f2000-7fea1c515000 rw-p 0017d000 fd:01 537839                     /tmp/install.wi62f7/activation/libcrypto.so.1.0.0./install.sh: line 574:  4119 Aborted                 (core dumped) "$pset_engine_cli_binary" --TEMP_FOLDER="$temp_folder" $params $@

 

We are able to install on Centos 7. Any suggestions?

0 Kudos
2 Replies
Peter_W_Intel
Employee
724 Views

Was it possible there was no 32bit glibc libraries - it seems that installer is 32e based. Maybe your Cent OS 7 have glibc both for 32bit & 64bit.

A quick solution is to copy whole vtune directory from 7.0 to 6.5 - then build/load vtune drivers under vtune_amplifier_xe_2015/sepdk/src.

0 Kudos
Dmitry_P_Intel1
Employee
724 Views

Hello Eli,

Could you please provide the following log file from your CentOS 6.5 box to look at:

$TMP/intel.pset.*  

This will help us to explore on the issue.

Thanks & Regards, Dmitry

 

0 Kudos
Reply