Re: [Lxr-dev] some odd problems
Brought to you by:
ajlittoz
From: Jason D. S. <js...@de...> - 2001-08-01 15:40:39
|
Jason Dorje Short wrote: > > I'm using the CVS version of LXR on a Red Hat 7.1/i686 machine. I'm > using the Postgres database to cross-reference the code for NetHack. After re-indexing (using yesterday's version of genxref), I still get the error message: > disconnect(DBI::db=HASH(0x81c1124)) invalidates 1 active statement. > Either destroy statement handles or call finish on them before > disconnecting. at lib//LXR/Index/Postgres.pm line 272. However, now the indexing does seem to be completed, so that source browsing works as normal. There are no more errors of this type during source browsing: > ** Warning: DBD::Pg::st execute failed: ERROR: Attribute 'symid' not found > ** Warning: DBD::Pg::st fetchrow_array failed: no statement executing It seems likely that the first error message comes from trying to disconnect the database connection before postgres is finished processing. jason |