On Tue, Jun 29, 1999 at 11:40:06AM -0500, Troy Benjegerdes wrote:
> Anyone got any idea what's going on here?
>
> (This occurs right after venus prints
> '02:40:36 Venus starting... ' )
>
> #4 <signal handler called>
> #5 __nss_lookup_function (ni=0x3005656c, fct_name=
> Cannot access memory at address 0x1510e360.
> ) at nsswitch.c:313
> #6 0x1658934 in __getservbyname_r (name=0x15109adc "codasrv",
> proto=0x151098b0 "\025\020\231", resbuf=0x16cc600,
> buffer=0x1990e80 "codasrv", buflen=1024, result=0x15109908)
> at ../nss/getXXbyYY_r.c:197
> #7 0x165874c in getservbyname () at ../nss/getXXbyYY.c:155
Hi Troy,
Either we are giving a bad arg to getservbyname again, or the codasrv
port isn't listed in /etc/services, and your glibc then manages to
crash when trying to get it from some other place (like NIS/NIS+).
Jan