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
After I catkin_make to build the project,
I find the execution file in build/examples folder.
when I execute the file it shows
./example_KafkaConsumer_Simple
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
Could anyone help?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
After I catkin_make to build the project,
I find the execution file in build/examples folder.
when I execute the file it shows
./example_KafkaConsumer_Simple
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
Could anyone help?
Thanks in advance!
The text was updated successfully, but these errors were encountered: