-
Notifications
You must be signed in to change notification settings - Fork 478
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
how to trace a dynamic lib #1926
Comments
Hi @realharvey,
That's expected. You cannot run If the target binary is named as |
Thanks for your reply @honggyukim I have tried to record the executable file In both my navigation pack(include move_base) and libsample workspace, I added |
Please make sure you library (libsample) has the function (mcount) and your program (move_base) loads the library properly. |
I can see it works properly in RVIZ |
Are you sure your program loaded the libsample you compiled with |
There will be a problem here: if the |
I don't understand what you mean. Why will it report undefined errors with |
I'm trying to trace my plugin of global planner in move_base in ROS,I compile my plugin to libsample.so. But
uftrace record libsample.so
return nothing to me "WARN: cannot open record data: uftrace.data: No data available"The text was updated successfully, but these errors were encountered: