|
Message-ID: <20150818182014.GA1244@nyan> Date: Tue, 18 Aug 2015 20:20:14 +0200 From: Felix Janda <felix.janda@...teo.de> To: musl@...ts.openwall.com Cc: Tastky <tastky@...il.com> Subject: Re: nfs-utils broken with musl: "select: Bad file descriptor" Rich Felker wrote: > On Tue, Aug 18, 2015 at 06:50:54PM +0200, Tastky wrote: > > Just checked with said include and everything recompiled. > > Unfortunately the same error persists. > > > > Running OpenWrt's command > > /usr/sbin/rpc.statd -p 32778 -o 32779 -F > > manually (following the script's prior steps, ofc) results in a loop of: > > > > sm-notify: Version 1.3.2 starting > > sm-notify: Already notifying clients; Exiting > > > > With strace: http://pastebin.com/raw.php?i=9ypUbmsp > > From the strace, I see that a nonsensical fd #105 is in the fd_set > readfds that comes from SVC_FDSET. I don't know where the latter is > defined or modified. It is defined in system.h (now hopefully) to be svc_fdset, which seems to be defined as a global variable by the rpc headers. Felix
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.