Cannot locate symbol "__gxx_personality_v0"
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.