Hi, Can you reproduce as well? Thanks!
On 6 October 2015 at 21:35, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > Hi, > > What is the status of 1.0.0? I see vote completed and published to central > but I do not see it within the site. > > While trying to test what in central, I found the following issue, I am > unsure how to find root cause or if it is formal release. > > Please build the attached primitive sshd, it is used only for testing. > > Try to execute: > > $ echo xxxx | ssh -p @PORT@ root@localhost "cat > /none/exist/path/file" > > You should get the following exception in 9:10 attempts: > > Exception in thread "sshd-shell[855da06]-thread-1" > java.lang.NullPointerException > at > org.apache.sshd.server.shell.ProcessShellFactory$ProcessShell.exitValue(ProcessShellFactory.java:170) > at > org.apache.sshd.server.shell.InvertedShellWrapper.pumpStreams(InvertedShellWrapper.java:165) > at > org.apache.sshd.server.shell.InvertedShellWrapper$1.run(InvertedShellWrapper.java:125) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > I cannot understand how process can be null in this context. > > Regards, > Alon Bar-Lev.