| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Guy Deleeuw <G(dot)De_Leeuw(at)eurofer(dot)be> |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: valgrind error |
| Date: | 2010-06-16 15:02:55 |
| Message-ID: | 7269.1276700575@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Guy Deleeuw <G(dot)De_Leeuw(at)eurofer(dot)be> writes:
> When using valgrind with one of my program a have these error from
> PQconnectdb.
> ==20166== Conditional jump or move depends on uninitialised value(s)
> ==20166== at 0x9C5C1EF: BN_mod_inverse (in /usr/lib/libcrypto.so.0.9.8)
> ==20166== by 0x9C5F8D1: BN_MONT_CTX_set (in /usr/lib/libcrypto.so.0.9.8)
> ==20166== by 0x9C5FB5F: BN_MONT_CTX_set_locked (in
> /usr/lib/libcrypto.so.0.9.8)
> ==20166== by 0x9C723DF: (within /usr/lib/libcrypto.so.0.9.8)
> ==20166== by 0x9C73E18: RSA_verify (in /usr/lib/libcrypto.so.0.9.8)
> ==20166== by 0x9983974: ssl3_get_key_exchange (in
> /usr/lib/libssl.so.0.9.8)
> ==20166== by 0x9985377: ssl3_connect (in /usr/lib/libssl.so.0.9.8)
> ==20166== by 0x6158932: (within /usr/lib/libpq.so.5.1)
You'd want to report that to the openssl people, not here.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | donghe | 2010-06-16 17:56:17 | access to non public schema |
| Previous Message | qcor | 2010-06-16 12:29:53 | db recovery after raid5 failure |