Go Back   Velocity Reviews > Newsgroups > PERL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

PERL - Bad Free() error

 
Thread Tools Search this Thread
Old 08-17-2006, 02:58 AM   #1
Default Bad Free() error


Hi,

I recently upgraded perl to 5.8.8.
There is an error when I execute a perl script that interact with
postgres DB.
Here is the error:

[warn] [96181]ERR: 32: Warning in Perl code: Bad free() ignored
(PERL_CORE) at /usr/local/lib/perl5/site_perl/5.8.8/SnowPg.pm line 123

Line 123 from SnowPg.pm is trying to execute a sql statement:
undef $self->{query};
LINE 123 -->> my $r = $self->{conn}->exec($query);
$self->{query} = $r;

What should I do to fix this error/warning msg?

Thanks
Sam


Pet Farrari
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump