Re: BUG #2246: Bad malloc interactions: ecpg, openssl

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andrew Klosterman <andrew5(at)ece(dot)cmu(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2246: Bad malloc interactions: ecpg, openssl
Date: 2006-02-14 02:02:59
Message-ID: 20060214020259.GU4474@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

* Andrew Klosterman (andrew5(at)ece(dot)cmu(dot)edu) wrote:
> (gdb) bt
> #0 0x401c3851 in kill () from /lib/libc.so.6
> #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> #2 0x40139823 in memalign () from /usr/lib/libefence.so.0
> #3 0x401399ad in malloc () from /usr/lib/libefence.so.0
> #4 0x40139a10 in calloc () from /usr/lib/libefence.so.0
> #5 0x404a182f in krb5_set_default_tgs_ktypes () from /usr/lib/libkrb5.so.3
> #6 0x402c8b3f in ?? () from /usr/lib/libpq.so.4
> #7 0x402ded88 in ?? () from /usr/lib/libpq.so.4
> #8 0x00000000 in ?? ()
>
> Looks like something fishy going on between libpq and libkrb5. I'm
> especially suspicious since I'm not using kerberos for authentication at
> all.

Seems kind of unlikely... What exact (.deb) versions of libpq and
Postgres are you using? You originally posted w/ 8.1.0 but perhaps on
the client you had something more recent?

Thanks,

Stephen

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Klosterman 2006-02-14 02:10:13 Re: BUG #2246: Bad malloc interactions: ecpg, openssl
Previous Message Tom Lane 2006-02-13 22:09:03 Re: SIGSEGV in PQreset(..)

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-02-14 02:03:22 Re: Using stats_command_string for xact statistics
Previous Message Bruce Momjian 2006-02-14 01:47:22 Re: Free WAL caches on switching segments