You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Mi...@gad.de on 2001/05/18 11:08:44 UTC

Strange error log entries

[Perl 5.6.1, mod_perl 1.25, Apache 1.3.19 compiled with gcc 2.95.2 on Aix 4.3.3]

Hi all,

I've found some strange entries in the error_log and just don't know where to
start debugging. Could anyone point me into the right direction?


This is what I get when I try to Data::Dumper::Dumper any hash or object that
contains a DBI handle:

SV = RV(0x20c40bf4) at 0x206832b4
  REFCNT = 1
  FLAGS = (ROK)
  RV = 0x206832a8
[Fri May 25 10:19:07 2001] [error] dbih_getcom handle 'DBI::db=HASH(0x206832a8)'
 is not a DBI handle (has no magic) at /opt/perl/lib/5.6.1/aix/Data/Dumper.pm
line 150.


This is what I get after every request (after the cleanup-handler) (number
varies):

SV = RV(0x20c40bf4) at 0x206832b4
  REFCNT = 1
  FLAGS = (ROK)
  RV = 0x206832a8
SV = RV(0x20b172f4) at 0x2ff21f30
  REFCNT = 1
  FLAGS = (ROK,READONLY)
  RV = 0x206832a8
SV = RV(0x20c40b34) at 0x20cca2c4
  REFCNT = 1
  FLAGS = (ROK)
  RV = 0x20cca2d0
SV = RV(0x20ccd6f8) at 0x2ff21b38
  REFCNT = 1
  FLAGS = (ROK,READONLY)
  RV = 0x20cca2d0


An this on server restart (number varies):

Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.


TIA!

Michael Jacob