Re: [BUGS] BUG #1131: PQfinish hangs

2004-04-13 Thread Tom Lane
Walter =?iso-8859-1?q?L=FCbker?= <[EMAIL PROTECTED]> writes: > here the stack trace: > (gdb) bt > #0 0x401e0f1a in malloc_consolidate () from /lib/libc.so.6 > #1 0x401e0e4f in _int_free () from /lib/libc.so.6 > #2 0x401dfa5f in free () from /lib/libc.so.6 > #3 0x40132fda in freePGconn () from /

Re: [BUGS] BUG #1131: PQfinish hangs

2004-04-13 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> 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-encrypt

[BUGS] BUG #1131: PQfinish hangs

2004-04-13 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1131 Logged by: Walter Lübker Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: suse linux 8.2 Description:PQfinish hangs Details: I'm having some problems using libpq: Some deta