NodeStrategy init Hanging
See original GitHub issueHangs within this method. Issue: #ros2/ros2/issues/1093
can recreate with command:
ros2 topic list (hangs with constant increase of memory allocation until manually killed)
and directly recreate with:
/root/wsdev/src/jtbot/src/topicList.py
lv = ListVerb()
v.main(args=None)
Environment:
ros-foxy-desktop/focal,now 0.9.2-1focal.20210226.004308 amd64 [installed]
Docker ubuntu 20.04
python3.8/focal-updates,focal-security,now 3.8.5-1~20.04.2 amd64 [installed,automatic]
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
could anyone direct me on what to do next for installing ...
I am running this on virtual box using ubuntu. I am trying to get the most recent version of ROS2(Humble) installed. Any direction...
Read more >i have an error when i want to ros2 node list - ROS Answers
when i command ros2 node list, i get follwing line menguiin@menguiin-Lenovo-IdeaPad-S340-15API:~$ ros2 node list Traceback (most recent call ...
Read more >Why the Hell Would I Use Node.js? A Case-by-case Tutorial
js application implements: A GET / request handler which serves the webpage containing a message board and a 'Send' button to initialize new...
Read more >Linked List Problems - Stanford CS Education Library
Dummy node strategy for the head end void SortedInsert2(struct node** headRef, struct node* ... current->next = *bRef; // hang the b list off...
Read more >User Guide | JPPF
Back to the main method, after initializing the JPPF client, the next steps are to ... 3.7.1.2 Step 2: add more tasks to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your advice @audrow I’m now using Humble with Ubuntu 22.04 and it’s working fine
I’m using osrf/ros:foxy-desktop as the base image for my docker. The issue is random and I can’t really detect a pattern to it yet. It happens when I run my application and then I want to list topics and nodes. Closing the application doesn’t seem to help. When it happens, only a reboot of the host seems to fix it. Anyway, I will keep trying to get more information on the failure mode.