-
Notifications
You must be signed in to change notification settings - Fork 474
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
I want to automatically generate a /info file when the program ends. #1952
Comments
It should generate the |
I terminate the application through a signal. Currently, to correctly obtain the info file, I need to kill the process of gprep uftrace with |
Oh, do you mean uftrace didn't stop or didn't generate the info file after your app finished? Or do you want to finish uftrace while your app is running? |
Didn't generate the info file after my app finished |
That's strange.. what does it look like in the uftrace.data directory after your app finished? Do you see any *.sym files? |
I want to automatically generate a /info file when the program ends.
Why can't either of the following methods generate a /info file in the collection directory?
Is there a way to stop collection and generate an
info
file when the program terminates?The text was updated successfully, but these errors were encountered: