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

From: Jens-Wolfhard Schicke <ml+pgsql-bug(at)asco(dot)de>
To: Andrew Klosterman <andrew5(at)ece(dot)cmu(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2246: Bad malloc interactions: ecpg, openssl
Date: 2006-02-14 07:59:47
Message-ID: 13CD0E07F7D663DA5B9513B9@[192.168.1.72]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

--On Montag, Februar 13, 2006 21:25:30 -0500 Stephen Frost
<sfrost(at)snowman(dot)net> wrote:

> * Andrew Klosterman (andrew5(at)ece(dot)cmu(dot)edu) wrote:
>> > 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?
> aptitude install build-essential debhelper cdbs bison perl libperl-dev \
> tk8.4-dev flex libreadline5-dev libssl-dev zlib1g-dev \
> libpam0g-dev libxml2-dev libkrb5-dev libxslt1-dev python-dev \
> gettext bzip2 fakeroot
You might want to add valgrind to this list. It analyzes code on assembler
basis and does a lot of memory checking / undefined variables checking
while the program runs. Fixed all SIGSEGV I ever encoutered which were not
infinite recursions.

Mit freundlichem Gruß
Jens Schicke
--
Jens Schicke j(dot)schicke(at)asco(dot)de
asco GmbH http://www.asco.de
Mittelweg 7 Tel 0531/3906-127
38106 Braunschweig Fax 0531/3906-400

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michal Dvoracek 2006-02-14 15:42:53 BUG #2259: never ending select from selects
Previous Message Stephen Frost 2006-02-14 02:25:30 Re: BUG #2246: Bad malloc interactions: ecpg, openssl

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2006-02-14 12:54:10 Re: Free WAL caches on switching segments
Previous Message Peter Eisentraut 2006-02-14 06:22:13 Re: [HACKERS] Online backup vs Continuous backup