tag 309527 moreinfo unreproducible
thanks

Hi Daniel!

Daniel O'Neill [2005-05-17 12:11 -0700]:
> When calling PQclear on an allocated structure, the program exits due to
> segmentation fault.  Below is a snippit of, particularly, libdbi, which
> is the 'last point of exit':
> 
> (snip drivers/pgsql/dbd_pgsql.c:194)
> int dbd_free_query(dbi_result_t *result) {
>       PQclear((PGresult *)result->result_handle);
>       return 0;
> }
> (/snip)

Recently I bought an amd64, so that I could now actually try this.
However, the attached test program (from the postgresql docs) works
fine on both i386 and amd64, and with either libpq3 or libpq4.

Are you able to provide a self-containing test case how to reproduce
this bug?

Thanks,

Martin

-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

Attachment: signature.asc
Description: Digital signature

Reply via email to