Re: [Dbdpg-general] Re: Release of DBD-pg 1.22

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-09 11:47:03
Message-ID: BAB9C6C7.16524%a.witney@sghms.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On 9/4/03 4:26 am, "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.
>>
>
> I don't see why 1.21 should work while 1.22 failes, so all I can say is
> If 1.21 works, use it. If you see this 1.21, you might want to
> try what is in CVS because much of the prepare, quoting and execute code
> was rewritten and might have fixed the issue.

The only problem is I wanted to try out the "Transform Perl arrays into
PostgreSQL arrays" feature in 1.22

Ok, so have tried the make test again and now I get this

t/04execute.........ok 9/13Attempt to free non-existent shared string at
t/04execute.t line 87.
t/04execute.........dubious
Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 10-13
Failed 4/13 tests, 69.23% okay

Have been building apache and mod_perl in between (presumably irrelevent for
this?) and have of course had several restarts of the machine (laptop)... So
apart from this nothing else should have changed.

Does this help finding the problem?

Thanks

adam

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andreas Pflug 2003-04-09 12:02:34 column type/typmod for domains in backend protocol
Previous Message Ray Cheng 2003-04-09 10:32:52 Listen/Notify Application using libpq++ library