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.

Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 14:29 UTC by Alexander Simon
Modified: 2012-09-24 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186227


Attachments
stacktrace (3.36 KB, text/plain)
2012-05-24 14:29 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-05-24 14:29:23 UTC
Build: NetBeans IDE Dev (Build 20120524-fc4af7c249d0)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: SunOS

User Comments:
alexvsimon: copy file




Stacktrace: 
4: 
   at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1412)
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport$LsLoader.call(SftpSupport.java:575)
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport$LsLoader.call(SftpSupport.java:556)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
Comment 1 Alexander Simon 2012-05-24 14:29:29 UTC
Created attachment 119824 [details]
stacktrace
Comment 2 Andrew Krasny 2012-09-24 14:31:12 UTC
I was able to reproduce this exception situation in a debugger (while in the middle of 'ls' go to a remote console and force-kill sshd process). But this exception handled more-or-less properly. At least there is no user-visible notification about it. 
I guess Vladimir has reworked this code already.