Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

vtune_amplifier_xe_2013_update14

俊_李_
Beginner
613 Views

During installation of the vtune amplifier xe 2013 update14 for Red Hat 4.8.2, a error was complained. My installation steps is following:

1) tar zxvf vtune_amplifier_xe_2013_update14.tar.gz
2) cd vtune_amplifier_xe_2013_update14
3) ./install.sh

The error is:

Error:  Buffer overrun occurred, forced exit
./install.sh: line 751:   508 Aborted                 (core dumped) $pset_engine_cli_binary --tmp_dir=$user_tmp --TEMP_FOLDER=$temp_folder --log_file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath --PSET_MODE=install
 

But when i try to install vtune for SUSE Linux, everything is ok.

0 Kudos
5 Replies
俊_李_
Beginner
613 Views

OS above is Red Hat Enterprise Linux Server release 7.0

0 Kudos
Xiaoping_D_Intel
Employee
613 Views

这个版本不支持RHEL7。

可以下载最新的vtune_amplifier_xe_2015_update1进行安装。

0 Kudos
俊_李_
Beginner
613 Views

xiaoping-duan 你好

当使用最新的vtune_amplifier_xe_2015_update1进行安装,执行install.sh脚步时,又遇到了如下的问题:

[root@localhost vtune_amplifier_xe_2015_update1]# ./install.sh
./install.sh: line 574: 185610 Segmentation fault      (core dumped) "$pset_engine_cli_binary" --TEMP_FOLDER="$temp_folder" $params $@

0 Kudos
俊_李_
Beginner
613 Views

xiaoping-duan 你好

当使用最新的vtune_amplifier_xe_2015_update1进行安装,执行install.sh脚步时,又遇到了如下的问题:

[root@localhost vtune_amplifier_xe_2015_update1]# ./install.sh
./install.sh: line 574: 185610 Segmentation fault      (core dumped) "$pset_engine_cli_binary" --TEMP_FOLDER="$temp_folder" $params $@

0 Kudos
俊_李_
Beginner
613 Views

solution:

using sudo before ./install.sh for root user

# sudo ./install.sh

# mv /etc/ld.so.preload /etc/ld.so.preload.bak

0 Kudos
Reply