We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Professor I used the content in the tutorial to compile and test, but encountered an error when running the test at the end:
run_test.sh: line 10: 3997 Segmentation fault (core dumped) ./publisher -DCPSConfigFile ../rtps.ini Publisher exited with status 139 run_test.sh: line 17: 3996 Segmentation fault (core dumped) LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$dir" python3 subscriber.py (wd: ~/snap/pyopendds-master/tests/basic_test) Subscriber exited with status 139
The version I am using is: opendds 3.30 python 3.10.12
The text was updated successfully, but these errors were encountered:
iguessthislldo
No branches or pull requests
Hello, Professor
I used the content in the tutorial to compile and test, but encountered an error when running the test at the end:
run_test.sh: line 10: 3997 Segmentation fault (core dumped) ./publisher -DCPSConfigFile ../rtps.ini
Publisher exited with status 139
run_test.sh: line 17: 3996 Segmentation fault (core dumped) LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$dir" python3 subscriber.py (wd: ~/snap/pyopendds-master/tests/basic_test)
Subscriber exited with status 139
The version I am using is: opendds 3.30 python 3.10.12
The text was updated successfully, but these errors were encountered: