Conrad T. Pino wrote: >Probably. Please suggest function(s) where I should set breakpoint(s). > >
I'm not really sure. start_rsh_server might be an obvious suspect in a client, but you are getting a message from the server. I would probably try to figure out where the directory not found error message is being generated on the server first - since you can generate it with a working server, the client is probably sending bad data, but finding out _what_ bad data from the server end might tell you something. At that, the CVS_CLIENT_LOG might help there too. If all else fails, perhaps watching the loop in get_server_responses in the client might give you a clue. Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
