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
When I published to /test/test1 or /test/test2, segmentation fault occurs.
Debugging with @Affonso-Gui found the following code also occurs segmentation fault:
I want to define multiple subscribers by
dotimes
, but that trial failed with segmentation fault.Here is the simple sample code:
When I published to
/test/test1
or/test/test2
, segmentation fault occurs.Debugging with @Affonso-Gui found the following code also occurs segmentation fault:
When we erase local variable
b
, add one more argument tolambda
fuction, or don't use global variablevar
, segmentation fault doesn't occur.The text was updated successfully, but these errors were encountered: