Test Failure on Mac OS X 10.4.2
Damien Miller
djm at mindrot.org
Thu Aug 25 09:40:48 EST 2005
On Wed, 24 Aug 2005, Chris Rapier wrote:
> I was able to get it to compile but the tests are failing. When I run
> the test as root I get:
> run test connect.sh ...
> Connection closed by 127.0.0.1
> ssh connect with protocol 1 failed
> failed simple connect
> make[1]: *** [t-exec] Error 1
> make: *** [tests] Error 2
>
> However, when I run as a normal user I got:
> test remote exit status: proto 1 status 0
> /Users/rapier/Desktop/sshtest/openssh/regress/test-exec.sh: line 24:
> 14772 Bus error ${SSH} -$p -F $OBJ/ssh_proxy -n otherhost
That looks like something is severly hosed. Can you try adding
"set -x" to the start of test-exec.sh to see where it is failing.
Then, try running the failing command under a debugger to see where it is
crashing.
-d
More information about the openssh-unix-dev
mailing list