[/etc/inetd.conf] srvx/1 dgram rpc/udp wait root /usr/local/bin/rpc-service [/etc/rpc] srvx 99 When doing "inetd -fe" it gives a segmentation fault. It seems to crash at prepare_socket_fd() Inside that function "set_nport(&sep->se_lsa->u.sa, 0);" is performed, but "sep->se_lsa" seems not to be initialized (and thus NULL).