-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
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
"colcon build" never finishes. #402
Comments
you mean window manager is not responding at all? can you use the shell with other terminals and try to kill the build process id? |
Neither |
that is what we do pretty much every day. using sounds like this is problem for kernel, user space should not be able to do this. |
Thank you very much. I will use those options. |
Bug report
Required Info:
Steps to reproduce issue
After I created container and check talker-listener, I wanted to create a workspace as it described in tutorial https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.html.
Expected behavior
It should install all the example package as shown in the tutorial.
Actual behavior
It cannot finish installing packages and the powershell freezes during building. The installation is also freeze the whole system so that I cannot halt or cancel process after 20 seconds build started.
Additional information
When I tried the same process for Ubuntu 22.04 Desktop, It ended up the same. Only can recover desktop as I reboot. When I checked the github repo, last time updated of rclcpp and rclpy file was last week. Maybe it can result from the update somehow.
The text was updated successfully, but these errors were encountered: