Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!lll-winken!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.unix.programmer Subject: Re: binding sockets Message-ID: <9513@jpl-devvax.JPL.NASA.GOV> Date: 14 Sep 90 20:54:15 GMT References: Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Distribution: comp Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 11 In article eran@elaine7.stanford.edu (eran yehudai) writes: : I am trying to use bind() to create an entry in the file system for a : socket. I find that a socket special file is created, but its name is : only composed of the first two letters of the name I pass the system. : The same phenomena occurs on both DEC3100 and a NeXT. Any ideas? I suspect you're calling bind with two arguments instead of three, and the stack garbage happens to have a value of 2. Larry Wall lwall@jpl-devvax.jpl.nasa.gov