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 248905 - AssertionError: Process list:[[vamiot, 16376, 1, Nov 09, trnsrv trnsrv dual_entry], [vamiot, 16377, 1, Nov 09, trnsrv trnsrv1 pimco], [vamiot, 16378, 1, Nov 09, trnsrv trnsrv10 pimco], [vamiot, 18485,
Summary: AssertionError: Process list:[[vamiot, 16376, 1, Nov 09, trnsrv trnsrv dual_e...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
: 247631 249159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-25 21:04 UTC by Exceptions Reporter
Modified: 2015-09-08 01:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213657


Attachments
stacktrace (2.93 KB, text/plain)
2014-11-25 21:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-25 21:04:21 UTC
This issue was reported manually by alexvsimon.
It already has 2 duplicates 


Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: SunOS

User Comments:
GUEST: debugger launch

GUEST: firefox help when debugging?




Stacktrace: 
java.lang.AssertionError: Process list:[[vamiot, 16376, 1, Nov 09, trnsrv trnsrv dual_entry], [vamiot, 16377, 1, Nov 09, trnsrv trnsrv1 pimco], [vamiot, 16378, 1, Nov 09, trnsrv trnsrv10 pimco], [vamiot, 18485, 1, 15:27:26, /appl/toolbox/solarisstudio12.4/lib/dbx/tools_svc_mgr -daemon ], [vamiot, 17793, 17792, Nov 13, /usr/bin/pfcsh -c 'xterm -sl 3000 -sb -title `uname -n` -fn lucinda -display nb-17-1036.pimco.imswest.sscims.com:0.0 -e /bin/bash --rcfile /home/vamiot/.bashrc' ], [vamiot, 12746, 3248, 16:00:43, /usr/bin/bash /home/vamiot/SandBox/SolarisStudio12.4-solaris-sparc-bin/solarisstudio12.4/bin/solstudio --jdkhome /home/vamiot/SandBox/jdk1.8.0_25 ], [vamiot, 29482, 23942, 16:40:38, /home/vamiot/GNU/bin/tail -f debug.log ], [vamiot, 24396, 24395, 17:50:20, /usr/bin/ps -fu 18468], [vamiot, 24381, 24376, 17:50:09, /home/vamiot/SandBox/SolarisStudio12.4-solaris-sparc-bin/solarisstudio12.4/lib/], [vamiot, 18119, 17793, Nov 13, xterm -sl 3000 -sb -title aprpmace2 -fn lucinda -display nb-17-1036.pimco.imswe],
   at org.netbeans.modules.cnd.debugger.common2.utils.PsProvider.updatePargsData(PsProvider.java:313)
   at org.netbeans.modules.cnd.debugger.common2.utils.PsProvider$SolarisPsProvider.getData(PsProvider.java:288)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeSessionProvider.getSessionName(NativeSessionProvider.java:81)
   at org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:328)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.debugNoAsk(NativeDebuggerManager.java:999)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.startDebugger(NativeDebuggerManager.java:970)
Comment 1 Exceptions Reporter 2014-11-25 21:04:23 UTC
Created attachment 150709 [details]
stacktrace
Comment 2 henk89 2014-12-22 08:44:24 UTC
*** Bug 249159 has been marked as a duplicate of this bug. ***
Comment 3 henk89 2014-12-22 12:23:42 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/f59288d6c9bc
(logging improvements to detect the cause)
Comment 4 henk89 2014-12-22 14:34:00 UTC
*** Bug 247631 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2014-12-23 04:35:54 UTC
Integrated into 'main-silver', will be available in build *201412230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f59288d6c9bc
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #248905 - AssertionError
Comment 6 henk89 2015-07-13 13:02:02 UTC
According to the latest exception report the issue is still reproducible (at least in the full remote mode). It seems like a target host became unreachable after a ps call but before a pargs call.
Comment 7 henk89 2015-09-07 10:59:38 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/e4d3f90c8642

Now we apply changes only in case there is nothing suspicious. In the other case we disable calling pargs.
Comment 8 Quality Engineering 2015-09-08 01:21:12 UTC
Integrated into 'main-silver', will be available in build *201509080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e4d3f90c8642
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #248905 - AssertionError: Process list