This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

latest patches breaks network code



Hello,

I have a problem with the cvs snapshot from 10. July 1998: I use
ypbind-mt 1.3, a multithreaded ypbind daemon, which uses linuxthreads.

Now, if I open the config file with fopen, read the data and close
the file, I couldn't longer send data over the network. ypbind always
hangs in the syscall 179 (rt_sigsuspend I think). I don't know, what
happens, if you use strace on a threaded program, so it could be, that
the problem is in another place.
If I don't read the config file, it works without problems. Any ideas,
which changes could cause this ? I think it must have something to do
with the IO or linuxthreads changes, because other daemons works. 
Only this, who opens a file and uses threads doesn't work any longer.

  Thorsten

-- 
Thorsten Kukuk  kukuk@vt.uni-paderborn.de
                http://www-vt.uni-paderborn.de/~kukuk/
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]