Re: [Lxr-dev] Re: /bin/true as a zombie
Brought to you by:
ajlittoz
From: Jan-Benedict G. <jb...@lu...> - 2001-07-31 12:09:32
|
On Tue, Jul 31, 2001 at 01:32:02PM +0200, Peder O. Klingenberg wrote: > Jan-Benedict Glaw <jb...@lu...> writes: > > > > Yep. It's a bug in the database interface libraries. > > > > Do you know in which part of it? LXR's handler routines? Perl'S DBI > > interface? Or in PostgreSQL's libpq? > > My current theory is that it's in the interaction between Perls DBI > and LXRs Postgres and MySQL modules. It's discussed in the bugracker > at SF, See > <https://sourceforge.net/tracker/index.php?func=detail&aid=428513&group_id=27350&atid=390117> I've done further tests. - Drop database lxr-cvs - Create DB lxr-cvs - psql lxr-cvs --> \i initdb-postgres - ./genxref --url="http://mirror.microdata-pos.de/lxr-cvs" --allversions --> Indexes only head, without database error --> all other tags are ignored - ./genxref --url="http://mirror.microdata-pos.de/lxr-cvs" --allversions --> Prints warnings that those files were already referenced and exits with database error --> Only head is indexed, all other tags are ignored The used genxref is current sourceforge CVS. MfG, JBG |