"Jason Titus" <[EMAIL PROTECTED]> writes:
> OK, I think I have stumbled across an ARM issue... When I connect w/ the
> '-nt' flag, it just hangs there, with lshd taking up 98% CPU forever (20
> minutes so far). Looks like :
[...]
> I know there were some issues with gmp on ARM, so maybe its hanging in the
> library code, but I don't know.
>
> Any ideas?
If you run the cliant and/or server in gdb, you should be able to
signal it with ^C and get a backtrace. That should tell you where it
is hanging.
/Niels