You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BorjaOuterelo
changed the title
Core dump in void __cleanup_context(rcl_context_t * context)
Segmentation fault in void __cleanup_context(rcl_context_t * context)
Nov 28, 2019
Bug report
Required Info:
Steps to reproduce issue
Above code in combination with a 'rmw_init` implementation which returns something that is not RMW_RET_OK,
Expected behaviour
It should fail gently setting errors accordingly.
Actual behavior
Segmentation fault in:
rcl/rcl/src/rcl/context.c
Line 155 in fbe299a
Additional information
The dump is generated due to allocator being 0.
Combination of
rcl/rcl/src/rcl/init.c
Line 151 in 9034c40
but it is setting the allocators in a different line.
rcl/rcl/src/rcl/init.c
Line 155 in 9034c40
The text was updated successfully, but these errors were encountered: