Specifying a net type causes a seg fault:
clnt_create ("10.14.65.93", PROG_NUM, VER_NUM,
"tcp");
I have probed a little and found that the fault occurs in an xdr transform function and the net type is null.
Also, I ported the same program to Solaris and it works fine.
Logged In: YES
user_id=1507069
Originator: YES
Forgot to include OS information:
Redhat4 kernel 2.6.9-5
Chris,
Is this still happen with the latest version? If so could you please post the reproducer?