Pin tool segmentation error for Ubuntu 17.04

I am successfully running pin with one of my own inscount use cases for ubuntu 12.04. But I have a different situation for Uubuntu 17.04 version. Here's what he showed:

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: 81201 $
C: Injector exited with signal 6
E: Wait for injector failed: No child processes
Segmentation fault (core dumped)

      

Can you guess what might be the reason?

+3


source to share


1 answer


Linux kernel support for this version of Ubuntu has probably not been added yet. Try to launch Pin using the command line button -ifeellucky

, this may temporarily fix the problem until a new version of Pin is available.



+3


source







All Articles