question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NodeStrategy init Hanging

See original GitHub issue

https://github.com/ros2/ros2cli/blob/094bcd9d8ba0a381f3598eeaba03eb45ed3d2df1/ros2cli/ros2cli/node/strategy.py#L25

Hangs 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:open
  • Created 3 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
konstihenggecommented, Jul 22, 2022

Thank you for your advice @audrow I’m now using Humble with Ubuntu 22.04 and it’s working fine

2reactions
bijoua29commented, Mar 19, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found