hi

> On Mon, 2005-07-11 at 17:14 -0400, John Saylor wrote:
> > apache [mod_perl] seg faults on startup.

( 05.07.11 17:26 -0400 ) Perrin Harkins:
> When exactly does it segfault?

it never completes starting up. it segfaults when it goes to the db to
grab the data. i enabled DBI tracing and saw these lines:

!   <- DESTROY(DBI::db=HASH(0x989468c))= undef during global destruction
!   <- DESTROY(DBI::dr=HASH(0x82889ec))= (not implemented) during global
destruction

which makes me think your guess [below] is accurate

> One possible cause would be storing your database handles in a global
> or in a closure variable (as opposed to letting Apache::DBI handle
> them).

can you point me somewhere to read about this in greater detail so i
might be able to fix it?

-- 
\js     oblique strategy: feedback recordings into an acoustic situation

Reply via email to