From: | Adam Witney <awitney(at)sghms(dot)ac(dot)uk> |
---|---|
To: | Rudy Lippan <rlippan(at)remotelinux(dot)com> |
Cc: | Ian Barwick <barwick(at)gmx(dot)net>, pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>, DBD-pg <dbdpg-general(at)gborg(dot)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: [Dbdpg-general] Re: Release of DBD-pg 1.22 |
Date: | 2003-04-08 13:55:33 |
Message-ID: | BAB89365.1637D%a.witney@sghms.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On 8/4/03 2:32 pm, "Rudy Lippan" <rlippan(at)remotelinux(dot)com> wrote:
> On Tue, 8 Apr 2003, Adam Witney wrote:
>
>> .....
>> t/03bind............ok
>> t/04execute.........ok 9/13*** malloc[20356]: error for object 0x235c20:
>> Incorrect checksum for freed object - object was probably modified after
>> being freed; break at szone_error
>> *** malloc[20356]: error for object 0x235c20: Incorrect checksum for freed
>> object - object was probably modified after being freed; break at
>> szone_error
>> t/04execute.........dubious
>> Test returned status 0 (wstat 11, 0xb)
>> DIED. FAILED tests 10-13
>> Failed 4/13 tests, 69.23% okay
>
> I do not like the looks of this. Did this test fail with DBD::Pg 1.21?
Just downloaded, built and tested DBD-Pg-1.21 with no problems.
>> at blib/lib/DBD/Pg.pm line 291.
>> t/15funct...........ok 56/59Argument "7.3.2" isn't numeric in numeric lt (<)
>> at blib/lib/DBD/Pg.pm line 291.
>
> I ran into this on my system also. There is a if $version >7.x where I
> can't remember what x is. Anyway the regex that pulls version gets "7.3.2"
> which can't be used as a number so perl warns you. I will write up a
> patch for this later today. Grrr.
I had a look myself... Its this one
$version < 7.3
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
From | Date | Subject | |
---|---|---|---|
Next Message | greg | 2003-04-08 14:03:43 | Re: [Dbdpg-general] Re: Release of DBD-pg 1.22 |
Previous Message | Adam Witney | 2003-04-08 13:50:14 | Re: [Dbdpg-general] Re: Release of DBD-pg 1.22 |