-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault #47
Comments
Can you give more detail information? Sorry, I am not able to reproduce it. Also, according to ld.so manpage, |
Hi @x-y-z, Running the instr_count tool on Ubuntu 14.04, experienced the symbol lookup error issue. |
This method works for me locally. I ran Maybe you can try |
As suggested by you, I ran the tool with |
I think you should check your machine's |
It's giving me this, any pointers? |
What nvcc version were you using to compile instr_count.so? I used nvcc 11.0 and 11.2 to compile instr_count.so, both worked without any issue. |
I am using nvcc 11.2 to compile both instr_count.so and vectoradd. gcc/g++ version is 5.5.0 |
nvm, got it worked. Was invoking with incorrectly formatted LD_PRELOAD. Thank you for the help. |
Hi,
Running the instr_count tool with
LD_PRELOAD=<path to nvbit tool>,/usr/lib/x86_64-linux-gnu/libstdc++.so.6 <your app>
giving segmentation fault.The text was updated successfully, but these errors were encountered: