Issue 301 in rtm-ros-robotics: rtcd increases too many

3 views
Skip to first unread message

rtm-ros-...@googlecode.com

unread,
Jan 15, 2014, 8:18:53 AM1/15/14
to rtm-ros-rob...@googlegroups.com
Status: New
Owner: emijah.s
CC: kei.ok...@gmail.com, iisaac.s...@gmail.com
Labels: Type-Defect Priority-High

New issue 301 by gm130s: rtcd increases too many
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=301



With new robot we're imstalling, we're seeing bizarre behavior of rtcd; we
haven't yet determined how to replicate the issue but we feel:

- #rtcd remains 13 or so when connecting and dicconnecting to robot
- After awhile, #rtcd suddenly jumps up. 20 in the example below

hrpsys was fetched on December 30th, around
https://code.google.com/p/hrpsys-base/source/detail?r=953 (not necessarilly
this commit. I'm not sure).

$ ps -ef|grep rtcd
0 3293205 655385 - Jan15 ? 00:00:00 /bin/sh ./rtcd.sh
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
0 5509149 3293205 - Jan15 ? 00:06:08 rtcd -f
/opt/jsk/etc/HIRONX/hrprtc/rtcdRobotMode.conf
101 7000108 839720 - 22:11 ? 00:00:00 grep rtcd
$ ps -ef|grep rtcd|wc
25 248 2645


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

rtm-ros-...@googlecode.com

unread,
Jan 15, 2014, 8:29:58 AM1/15/14
to rtm-ros-rob...@googlegroups.com

Comment #1 on issue 301 by kei.ok...@gmail.com: rtcd increases too many
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=301

It seems that #rtcd indicates the number of threads in rtcd process
If so, it might related to the connection type.

Users are able to select connection type ( subscription type ) from new or
flush. If user choose one of them, the rtm process create one thread for
data transmission.

If you observe the #rtcd and that continuously increases, that would be
strange. But if it increases for initial status, that would be ok.

rtm-ros-...@googlecode.com

unread,
Jan 15, 2014, 12:47:33 PM1/15/14
to rtm-ros-rob...@googlegroups.com

Comment #2 on issue 301 by gm130s: rtcd increases too many
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=301

> It seems that #rtcd indicates the number of threads in rtcd process

yes, the number of rtcd.

We found today the number is so unpredictable; sometimes goes up
immediately after rebooting rtcd, sometimes do so only after awhile. We'll
keep watching tomorrow as much as time allows.

rtm-ros-...@googlecode.com

unread,
Jan 24, 2014, 6:08:53 AM1/24/14
to rtm-ros-rob...@googlegroups.com
Updates:
Status: Started
Labels: -Priority-High Priority-Low

Comment #3 on issue 301 by gm130s: rtcd increases too many
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=301

So we watched over for almost a day and couldn't find anything that causes
this issue. We didn't see either the #rtcd jumped up to more than 30, which
we can't even tell if it's bad or negligible.

rtm-ros-...@googlecode.com

unread,
Jan 30, 2014, 6:39:24 AM1/30/14
to rtm-ros-rob...@googlegroups.com
Updates:
Status: WontFix

Comment #4 on issue 301 by kei.ok...@gmail.com: rtcd increases too many
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=301

(No comment was entered for this change.)
Reply all
Reply to author
Forward
0 new messages