-
Notifications
You must be signed in to change notification settings - Fork 8
coredump when run the example #40
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When run the example: get the coredump
OMP_PROC_BIND=TRUE numaprof ./omp-loop
C: [tid:4173805] Tool (or Pin) caused signal 11 at PC 0x7f7fb6ba1ad4
/root/loushuai/numaprof-1.1.3/build/install/bin/numaprof: line 78: 4173805 Segmentation fault (core dumped) ${PINTOOL_PIN} -t ${NUMAPROF_PREFIX}/lib/libnumaprof-pintool.so -- "$@"
```
Run omp-loop directly is fine:
```
$ time ./omp-loop
real 0m1.878s
user 3m8.540s
sys 0m2.472s
```
numaprof:numaprof-1.1.3.tar
pin-3.24-98612-g6bd5931f2-gcc-linux
linux uname -r
5.19.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working