-
Notifications
You must be signed in to change notification settings - Fork 479
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 #1945
Comments
+1 |
can you add #!/usr/bin/env python3 chmod +x conv2d.py then uftrace record conv2d.py |
I have added shebang to my python script, but it still fails
|
You should remove Do you want to trace python function or python interpreter itself, which is written in C? |
I want to trace the C/C++ interface functions in pytorch |
Then it will need more fine tuned argument usage. Having |
When I added the "-e" option, although I couldn't record the exit time, I was able to trace the function interface of pytorch. |
I've recorded the following pytorch program with uftrace.
It works fine without uftrace.
But it fails when running with uftrace as follows.
The text was updated successfully, but these errors were encountered: