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

vtune - unexpected AUX VEC type 26

Marinescu_B_
Beginner
2,521 Views

when i'm tring to colect data with vtune

amplxe: Error: [Instrumentation Engine]: Source/pin/injector_nonmac/auxvector.cpp: CopyAux: 291: unexpected AUX VEC type 26

os: arch linux

kernel vs: 4.11.3-1

vtune_amplifier_xe_2017

 

0 Kudos
7 Replies
Vladimir_R_Intel
Employee
2,520 Views

Hi,

please specify the hardware you are working on.

Also please write an exact VTune version you used or just upload a broken result.

0 Kudos
Christian_v_
Beginner
2,520 Views

Hi,

same error here. I'm using at the same os:

XE 2017 Update 3 (build 510739)

with a

vendor_id : GenuineIntel

cpu family : 6

model : 78

model name : Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz

stepping : 3

microcode : 0xba

cpu MHz : 3183.026

cache size : 4096 KB

0 Kudos
Marinescu_B_
Beginner
2,521 Views

vendor_id       : GenuineIntel
cpu family      : 6
model           : 58
model name      : Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
stepping        : 9
microcode       : 0x17

flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rd
tscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 c
x16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx f16c lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms x
saveopt dtherm arat pln pts

vtune_amplifier_xe_2017.3.0.510739

 

VLADIMIR R. (Intel) wrote:

Hi,

please specify the hardware you are working on.

Also please write an exact VTune version you used or just upload a broken result.

 

 

0 Kudos
Marinescu_B_
Beginner
2,521 Views

i guess pin is causing the problem, running it without  the ' -ifeellucky ' flag i get the following

A: Source/pin/injector_nonmac/auxvector.cpp: CopyAux: 291: unexpected AUX VEC type 26

NO STACK TRACE AVAILABLE
Detach Service Count: 1
Pin 3.2
Copyright (c) 2003-2016, Intel Corporation. All rights reserved.
@CHARM-VERSION: $Rev: 81720 $
C: Injector exited with signal 6
E: Wait for injector failed: No child processes
fish: './pin -appdebug  -- ~/CLionProj…' terminated by signal SIGILL (Illegal instruction)

 

 

 

how can a force the ' -ifeellucky '  in amplxe-cl?

 

0 Kudos
Ekaterina_L_Intel
2,521 Views

Hello,

Support for kernels 4.10 and newer is not available in Pin version of VTune Amplifier XE 2017 U3. It will be included in future releases.

You can try the env variable below to propagate the flag:

AMPLXE_MORE_PIN_OPTIONS='-ifeellucky'

Regards, Katya

0 Kudos
Nimier-David__Merlin
2,521 Views

For reference, the corresponding environment variable for Advisor is: ADVIXE_MORE_PIN_OPTIONS.
It's possible to use the GUI along with the option: 

ADVIXE_MORE_PIN_OPTIONS='-ifeellucky' advixe-gui
0 Kudos
Blanuša__Jovan
Beginner
2,521 Views

Ekaterina L. (Intel) wrote:

Hello,

Support for kernels 4.10 and newer is not available in Pin version of VTune Amplifier XE 2017 U3. It will be included in future releases.

You can try the env variable below to propagate the flag:

AMPLXE_MORE_PIN_OPTIONS='-ifeellucky'

Regards, Katya

Hi,

How to fix this issue if I am running VTune Amplifier Host from macos, and the target is Linux?

Using this env variable worked when running vtune directly on linux.

Best,

Jovan

0 Kudos
Reply