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
Google protobuf doesn't like the way we are linking the messages in our repository. Whenever we try to run two TestFixtures in the same process the tests will segfault.
The text was updated successfully, but these errors were encountered:
protocolbuffers/protobuf#4126 suggests loading/unloading protobuf message shared libraries leaves bad global state behind. Perhaps we can preload them?
In general running two servers in the same test seems to be troublesome with gazebo. Dunno if its the same issue but I also had troubles trying to run two servers in the same test file in gz-sim so I have to split them in two files (here and here).
Google protobuf doesn't like the way we are linking the messages in our repository. Whenever we try to run two TestFixtures in the same process the tests will segfault.
The text was updated successfully, but these errors were encountered: