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

vtune amplifier memory analysis causing hard reboot on linux

emmanuel1
Novice
1,289 Views

Hello,

I'm using vtune_amplifier_xe_2017.3.0.510739

on CentOS 7.6.1810

with processor Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz

on a simple test C++ program int main() { int s = 0; for(int i = 0; i < 1000; i++) { s += i; } printf("%d\n", s); }

I launch amplxe-gui with environment variable AMPLXE_MORE_PIN_OPTION='-ifeellucky', and nmi_watchdog disabled.

Then, a few seconds after launching the Memory Access Analysis tool, the screen turns black and the computer reboots.

Any idea?

 

Labels (1)
0 Kudos
1 Solution
ArunJ_Intel
Moderator
1,248 Views

Hey emmanuel1,


Could you please try with vtune profiler 2020 Update 3. This version is available in the download link in my previous response.



Thanks

Arun


View solution in original post

0 Kudos
7 Replies
ArunJ_Intel
Moderator
1,274 Views

Hey emmanuel1,

 

The version of vtune you use seems to be old/outdated, which might be causing the issue. Could you please try downloading the latest vtune version and try your experiment again. You can download latest version of vtune from the below Link for free.

Intel VTune Profiler

 

Please let us know if you are facing any issues with the latest version

 

Thanks

Arun Jose

 

0 Kudos
emmanuel1
Novice
1,257 Views

Hello & thanks for your suggestion.

We updated and tried vtune_amplifier_xe_2017.6.0.554757

The result is the same.

Perhaps that is not the latest version?

 

0 Kudos
Kirill_U_Intel
Employee
1,251 Views

Hi.

The last version is 2020 update 3. You have 2017 major version, I think it was 3 years ago

Kirill

0 Kudos
ArunJ_Intel
Moderator
1,249 Views

Hey emmanuel1,


Could you please try with vtune profiler 2020 Update 3. This version is available in the download link in my previous response.



Thanks

Arun


0 Kudos
emmanuel1
Novice
1,236 Views

Thanks @ArunJ_Intel @Kirill_U_Intel .

Upgrading to vtune profiler 2020 update 3 actually solves the issue.

 

ArunJ_Intel
Moderator
1,229 Views

Glad to know your issue has been resolved. We wouldn't be monitoring this thread any further. Please feel free to raise a new thread in case of any further issues.


Thanks

Arun


0 Kudos
Reply