Re: BUG #1131: PQfinish hangs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Walter L bker" <w(dot)luebker(at)t-online(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1131: PQfinish hangs
Date: 2004-04-13 14:56:50
Message-ID: 22793.1081868210@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> Sometime's the system hangs in PQfinish !

Hmm, that's a new one; don't think anyone has reported anything like
that before.

The closest thing that comes to mind is that most of the 7.3.* series
had data-transfer problems when using SSL-encrypted connections,
because of various bugs in the SSL-calling code in libpq. Is this
connection using SSL? Is it possible that your program is linking to
the 7.3 rather than 7.4 version of libpq?

If that's not it then you'll need to provide more information. Could
you get a stack backtrace to show just where it's hanging up?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-04-13 15:40:30 Re: BUG #1130: server terminated by signal 11 (easy to duplicate)
Previous Message Tom Lane 2004-04-13 14:41:52 Re: BUG #1130: server terminated by signal 11 (easy to duplicate)