Hi, > Don't know what status of this, but let me comment. > > On Thu, Mar 08, 2007 at 07:43:20AM +0900, Junichi Uekawa wrote: > [] > > The problem was that > > > > close(0); > > open(filename,XXX); > > > > does not return file descriptor 0. > > Debugging. > > Can it be bypassing of the exit status of the "int close(int)"?
This problem has been fixed. The problem was that > > close(0); > > open(filename,XXX); this open triggered cowdancer to load ilist file (using file descriptor 0) 'screen' ./configure script assumed that close(0); open() will give file descriptor 0, but file descriptor 0 was already taken by cowdancer. The current solution is to initialize cowdancer at an earlier stage as to use file descriptor 3. regards, junichi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]