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 232933 - Attach Debugger could not list all remote linux host PIDs
Summary: Attach Debugger could not list all remote linux host PIDs
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 20:36 UTC by nb.user
Modified: 2013-07-19 09:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nb.user 2013-07-17 20:36:38 UTC
Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Updates: Updates available
Java: 1.7.0_25; OpenJDK 64-Bit Server VM 23.7-b01
Runtime: OpenJDK Runtime Environment 1.7.0_25-mockbuild_2013_07_02_08_52-b00
System: Linux version 2.6.18-348.12.1.el5 running on amd64; UTF-8; en_US (nb)

Tried to use "Attach debugger" to debug remote application on remote linux host.
It only listed part of PIDs. It missed many PIDs including that PID would be attached.
Comment 1 Martin Entlicher 2013-07-17 21:00:33 UTC
I believe this belongs to CND debugger.
Comment 2 nb.user 2013-07-17 23:33:58 UTC
It's Netbeans C++. Any solution to list all PIDs running on remote host in 'Attach Debugger' setting?
Comment 3 henk89 2013-07-19 09:05:49 UTC
Linux does not allow to attach to a process created by another user. So NetBeans allows you to see processes you can attach to. If you wanna see your process in the list you should enter the name of a user who created the process as a login to remote host in NetBeans.