Andrew Klosterman <[EMAIL PROTECTED]> writes: > (gdb) print *conn > ... > allow_ssl_try = 1 '\001', wait_ssl_try = 0 '\0', ssl = 0x806d1d0, > peer = 0x807e430, > ... > *** glibc detected *** corrupted double-linked list: 0x0807e428 ***
Hm, it looks like the problem is associated with whatever was allocated just before conn->peer (which is returned by SSL_get_peer_certificate called from open_client_SSL). Can you get efence or some other tool to produce a trace of malloc calls so we can determine what that is? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend