Skip to content
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

Remove extra single quote in LdPreload debug log #79

Conversation

christophebedard
Copy link
Member

This can be seen in the test output for test_tracetools_launch:

test/test_tracetools_launch/test_trace_action.py::TestTraceAction::test_action_ld_preload [DEBUG] [launch.launch_context]: emitting event synchronously: 'launch.events.IncludeLaunchDescription'
[INFO] [launch]: All log files can be found below /home/christophe.bedard/.ros/log/2023-08-30-14-54-14-398230-ul-pa-1255-1-1810625
[INFO] [launch]: Default logging verbosity is set to DEBUG
[DEBUG] [launch]: processing event: '<launch.events.include_launch_description.IncludeLaunchDescription object at 0x7f6fd7b98ee0>'
[DEBUG] [launch]: processing event: '<launch.events.include_launch_description.IncludeLaunchDescription object at 0x7f6fd7b98ee0>' ✓ '<launch.event_handlers.on_include_launch_description.OnIncludeLaunchDescription object at 0x7f6fd7b98be0>'
[DEBUG] [tracetools_launch.actions.ld_preload]: whereis command for 'liblttng-ust-libc-wrapper.so' exited with 0: liblttng-ust-libc-wrapper.so: /usr/lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so
[DEBUG] [tracetools_launch.actions.ld_preload]: lib paths for 'liblttng-ust-libc-wrapper.so'': ['/usr/lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so']
[DEBUG] [tracetools_launch.actions.ld_preload]: Shared library for 'liblttng-ust-libc-wrapper.so' found at: /usr/lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so
[DEBUG] [tracetools_launch.actions.ld_preload]: whereis command for 'liblttng-ust-pthread-wrapper.so' exited with 0: liblttng-ust-pthread-wrapper.so: /usr/lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so
[DEBUG] [tracetools_launch.actions.ld_preload]: lib paths for 'liblttng-ust-pthread-wrapper.so'': ['/usr/lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so']
[DEBUG] [tracetools_launch.actions.ld_preload]: Shared library for 'liblttng-ust-pthread-wrapper.so' found at: /usr/lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so
[DEBUG] [tracetools_launch.actions.ld_preload]: whereis command for 'liblttng-ust-dl.so' exited with 0: liblttng-ust-dl.so: /usr/lib/x86_64-linux-gnu/liblttng-ust-dl.so
[DEBUG] [tracetools_launch.actions.ld_preload]: lib paths for 'liblttng-ust-dl.so'': ['/usr/lib/x86_64-linux-gnu/liblttng-ust-dl.so']
[DEBUG] [tracetools_launch.actions.ld_preload]: Shared library for 'liblttng-ust-dl.so' found at: /usr/lib/x86_64-linux-gnu/liblttng-ust-dl.so
[DEBUG] [tracetools_launch.actions.ld_preload]: whereis command for 'liblttng-ust-cyg-profile-fast.so' exited with 0: liblttng-ust-cyg-profile-fast.so: /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so
[DEBUG] [tracetools_launch.actions.ld_preload]: lib paths for 'liblttng-ust-cyg-profile-fast.so'': ['/usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so']
[DEBUG] [tracetools_launch.actions.ld_preload]: Shared library for 'liblttng-ust-cyg-profile-fast.so' found at: /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so

See: lib paths for 'liblttng-ust-dl.so''.

Also, update a nearby comment about possible files returned by whereis -b to mention .la files.

@christophebedard
Copy link
Member Author

Testing packages above tracetools_launch:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@christophebedard christophebedard merged commit 0041e07 into rolling Aug 31, 2023
8 checks passed
@christophebedard christophebedard deleted the christophebedard/remove-extra-single-quote-debug-message branch August 31, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants