This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178403 - A lot of 'rfs_controller' processes on spb-nero
Summary: A lot of 'rfs_controller' processes on spb-nero
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 01:07 UTC by soldatov
Modified: 2010-04-09 04:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ps -ef | grep rfs_controller (51.62 KB, text/plain)
2009-12-10 01:07 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-12-10 01:07:18 UTC
Created attachment 92368 [details]
ps -ef | grep rfs_controller

I see 437 process
Comment 1 soldatov 2009-12-10 01:14:16 UTC
dev-test 27263     1   0 13:52:54 ?           0:00 /var/tmp/dlight_dev-tester1/c3eb3cb0/tools/SunOS-sparc_64/rfs_controller
  tester 15480     1   0   Dec 09 ?           0:00 /var/tmp/dlight_tester/e8fb0a21/tools/SunOS-sparc_64/rfs_controller
dev-test  8391     1   0   Dec 09 ?           0:00 /var/tmp/dlight_dev-tester/11d96c16/tools/SunOS-sparc_64/rfs_controller
dev-test 12435     1   0   Dec 09 ?           0:00 /var/tmp/dlight_dev-tester/11d96c16/tools/SunOS-sparc_64/rfs_controller
  tester 22192     1   0   Dec 09 ?           0:00 /var/tmp/dlight_tester/e962066e/tools/SunOS-sparc_64/rfs_controller
dev-test 23306     1   0   Dec 09 ?           0:00 /var/tmp/dlight_dev-tester1/27658019/tools/SunOS-sparc_64/rfs_controller
  tester 18571     1   0   Dec 09 ?           0:00 /var/tmp/dlight_tester/e962066e/tools/SunOS-sparc_64/rfs_controller
  tester 21572     1   0   Dec 09 ?           0:00 /var/tmp/dlight_tester/e962066e/tools/SunOS-sparc_64/rfs_controller
  tester 26154     1   0   Dec 09 ?           0:00 /var/tmp/dlight_tester/e962066e/tools/SunOS-sparc_64/rfs_controller
Comment 2 Vladimir Voskresensky 2009-12-12 14:53:50 UTC
see issue 174532 as well
Comment 3 Andrew Krasny 2010-03-24 16:00:07 UTC
Potentially the reason was in a race condition (and as a result a process could be left running) when a thread that initiated a process was interrupted...

(Bug 182478 -  Native process could be left running if creating thread is interrupted)
This was fixed with changeset 3850f9e1ab8f


is it still reproducible?
Comment 4 Vladimir Kvashin 2010-04-06 08:48:00 UTC
There is a complain from user on cnd forum:
http://forums.netbeans.org/topic25476.html
Comment 5 Vladimir Kvashin 2010-04-06 19:36:57 UTC
It's the same as issue 183491 reported by an external user =>
I leave the latter and making this one a duplicate

*** This bug has been marked as a duplicate of bug 183491 ***
Comment 6 Vladimir Kvashin 2010-04-06 19:47:20 UTC
According to the recent user post (see http://forums.netbeans.org/topic25476.html), the problem in the issue 183491 is different.
Comment 7 Vladimir Kvashin 2010-04-06 19:47:43 UTC
However this one is fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/d8a552df10ed
http://hg.netbeans.org/cnd-main/rev/9434e3d59792
Comment 8 Quality Engineering 2010-04-09 04:38:44 UTC
Integrated into 'main-golden', will be available in build *201004090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d8a552df10ed
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Fix for #183491 -  Remote debugging on CentOS 5.4 does not work (AKA #178403 -  A lot of 'rfs_controller' processes on spb-nero) - source update