Re: Proxy question?
am 30.11.2005 19:39:33 von shildretOn Tue, 2005-11-29 at 11:55 -0600, Scott T. Hildreth wrote:
> Whoops, trace file was to big... attached is the first 200 lines.
>
> On Tue, 2005-11-29 at 11:39 -0600, Scott T. Hildreth wrote:
> > Perl : 5.008003 (i686-linux)
> > OS : linux (2.4.24-abi)
> > DBI : 1.48
> > DBD::mysql : 2.9008
> > DBD::Sponge : 11.10
> > DBD::Proxy : 0.2004
> >
> > Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.3/i686-linux/DBD/Proxy.pm line 533.
> > Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.3/i686-linux/DBD/Proxy.pm line 533.
> > Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.3/i686-linux/DBD/Proxy.pm line 533.
> > Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.8.3/i686-linux/DBD/Proxy.pm line 533.
> >
> > ...this is a grep from the trace log, why are the NUM_OF_FIELDS 'undef' and not 0?
Not sure what is going on here, I upgraded to 1.49 and still no
luck. Running in the debugger, I see the NUM_OF_FIELDS value is
set to '0' and from other servers I get the 'undef'. Will have to
investigate more, for now I wrap an eval around the process and
capture the uninitialized warnings. Just thought I would give an
update, in case this problem was keeping somebody up at night.....
:-)
> >
> > STORE DBI::st=HASH(0x85a8bc8) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x85a8e98) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x85ae1d4) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x8397b18) 'NUM_OF_FIELDS' => undef
> > STORE DBI::st=HASH(0x8482598) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x8488e6c) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x8482838) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x8482658) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x848141c) 'NUM_OF_FIELDS' => undef
> > STORE DBI::st=HASH(0x8488f44) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x848ead4) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x848d7e8) 'NUM_OF_FIELDS' => undef
> > STORE DBI::st=HASH(0x848cb90) 'NUM_OF_FIELDS' => '1'
> > STORE DBI::st=HASH(0x848762c) 'NUM_OF_FIELDS' => undef
> >
> >
> > DBI Trace Level 9 attached,
> >
> >
> > Thanks,
> >
> > STH
> >
--
Scott T. Hildreth