lanl / lanl/gs_patterns

Cannot locate symbol "__gxx_personality_v0"

Open
#1 1 comment 0 reactions 1 assignee View on GitHub

@kssheridan is already working on this.

Since Sep 14, 2023.

Dominant language
C++
Stars
6
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I'm having trouble running the pin tracing tools.

Building the tool worked fine, but when I tried to run the first example in the README on a hello world program, I get the following error:

$PIN_DIR/pin -t $PIN_DIR/source/tools/ImemROI/obj-intel64/ImemInscount.so -- ./hello-cpp

E: Unable to load /global/u2/p/prlavin/lanl/pin-3.28/source/tools/ImemROI/obj-intel64/ImemInscount.so: dlopen failed: cannot locate symbol "__gxx_personality_v0" referenced by "/global/u2/p/prlavin/lanl/pin-3.28/source/tools/ImemROI/obj-intel64/ImemInscount.so"...

Perhaps it is a pin version issue? I'm using pin 3.28 and GCC 11.2.0. I tried putting the pin libraries at the start of my LD_LIBRARY_PATH to no avail.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.