[Lxr-dev] Re: /bin/true as a zombie
Brought to you by:
ajlittoz
|
From: Jan-Benedict G. <jb...@lu...> - 2001-07-30 16:32:18
|
On Mon, Jul 30, 2001 at 01:34:03PM +0200, Peder O. Klingenberg wrote: > > Is there any solutiion to avoid the zombie or to fetch the SIGCHLD and > > to wait() for it? Personally, I don't have any clue about Perl so > > I cannot fix it myself:-( > > Hopefully, this is fixed in the current CVS tree. > > By the way, you are aware of the move to sourceforge? There's some > new mailing lists and a new CVS repository. See > http://sourceforge.net/projects/lxr/. Well, I've checked the current CVS version. It fails. Configuration uses Postgres in conjunction with CVS (as I mentioned before). The current CVS version cannot ./genxref my sources. It only prints two lines: www-data@mirror:/home/data/lxr-cvs$ ./genxref --url="http://mirror.microdata-pos.de/lxr-cvs" --version="jbglaw_0_13" *** / jbglaw_0_13 ### / jbglaw_0_13 "jbglaw_0_13" is a tag. Tryin' to get files (read: HTML made-up sources) from it fails, too: The directory /home/data/CVSROOT/linux// does not exist. ** Warning: Unable to open /home/data/CVSROOT/linux// Of course, everything *is* in place:-) strace'ing it shows that LXR stat()s all files in the given directory, but doesn't actually do something. Do you know what I could do wrong? MfG, JBG |