SCO 3.2v4.2 and OpenSSH -current --> connection hangs and does n o t close
Vikash Badal - PCS
VikashB at ComparexAfrica.co.za
Mon Sep 15 17:44:39 EST 2003
> -----Original Message-----
> From: Ben Lindstrom
> Sent: 15 September 2003 08:53
> To: Vikash Badal - PCS
> Cc: 'openssh-unix-dev at mindrot.org'
> Subject: Re: SCO 3.2v4.2 and OpenSSH -current --> connection hangs and
> does no t close
>
> go into bsd-misc.c and comment out the define and try it
> again. We should
> be using mysignal by default now, but it may have
> disagreeable results.
>
> - Ben
>
Commented out the
#define signal (a,b) mysignal(a,b)
in bsd-misc.h,
recompiled ( make clean && make )
still the same problem exists:
(gdb)
wait_until_can_do_something (readsetp=0x7ffff8e4, writesetp=0x7ffff8e0,
maxfdp=0x7ffff8dc, nallocp=0x7ffff8d8, max_time_milliseconds=0)
at serverloop.c:313
313 if (child_terminated &&
packet_not_very_much_data_to_write())
(gdb)
317 if (max_time_milliseconds == 0)
(gdb)
318 tvp = NULL;
(gdb)
326 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
(gdb) bt
#0 wait_until_can_do_something (readsetp=0x7ffff8e4, writesetp=0x7ffff8e0,
maxfdp=0x7ffff8dc, nallocp=0x7ffff8d8, max_time_milliseconds=0)
at serverloop.c:326
#1 0x8bfc in server_loop2 (authctxt=0x42f91c) at serverloop.c:771
#2 0x1030f in do_authenticated2 (authctxt=0x42f91c) at session.c:2086
#3 0xcc19 in do_authenticated (authctxt=0x42f91c) at session.c:216
#4 0x2eaa in main (ac=6, av=0x7ffffe28) at sshd.c:1506
(gdb) s
More information about the openssh-unix-dev
mailing list