Re: panic: DESTROY (dbih_clearcom) in trace output
- From: Tim.Bunce@xxxxxxxxx (Tim Bunce)
- Date: Thu, 7 Jun 2007 23:46:41 +0100
On Thu, Jun 07, 2007 at 08:53:56PM +0100, Martin J. Evans wrote:
(in cleanup) panic: DESTROY (dbih_clearcom) inner handle HASH is not a hash ref at /usr/lib/perl5/site_perl/5.8.8/DBIx/Log4perl/db.pm line 55.
I can find in the following in dbih_inner
/* extra checks if being paranoid */
if (DBIS->debug && (!SvROK(hrv) || SvTYPE(SvRV(hrv)) != SVt_PVHV)) {
if (!what)
return NULL;
sv_dump(orv);
croak("panic: %s inner handle %s is not a hash ref",
what, neatsvpv(hrv,0));
}
but I'm not sure what it is croaking about. Is this something I need to
worry about?
Nope. Upgrade your DBI.
This was fixed in r9395. The log comment was: "Remove old DBI internal
sanity check that's no longer valid (after spending a few hours banging
my head against it)"
:)
Tim.
.
- Follow-Ups:
- Re: panic: DESTROY (dbih_clearcom) in trace output
- From: Martin Evans
- Re: panic: DESTROY (dbih_clearcom) in trace output
- References:
- panic: DESTROY (dbih_clearcom) in trace output
- From: Martin J. Evans
- panic: DESTROY (dbih_clearcom) in trace output
- Prev by Date: Typo in documentation
- Next by Date: RE: Incompatibility with DBI v1.56 / DBD::Sybase v1.08 / DBIx::ContextualFetch v1.03
- Previous by thread: panic: DESTROY (dbih_clearcom) in trace output
- Next by thread: Re: panic: DESTROY (dbih_clearcom) in trace output
- Index(es):
Relevant Pages
|