Re: Crash in pgCrypto?

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Mario Weilguni" <mweilguni(at)sime(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Crash in pgCrypto?
Date: 2008-06-16 11:00:18
Message-ID: e51f66da0806160400n628cf3f9i7f80771cc634d90e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/16/08, Mario Weilguni <mweilguni(at)sime(dot)com> wrote:
> Could someone using the pgcrypto extension please verify this?
>
> SELECT encode(digest(null, 'md5'::text), 'hex');
> or
> SELECT digest(null, 'md5');
>
> Takes a few seconds, and then crashes the server with a Signal 11. My
> system is PostgreSQL 8.2.7. Seems to be an unchecked access to memory
> location 0.

Seems you loaded pgcrypto function signatures from dump (from 8.0).

http://marc.info/?l=postgresql-general&m=118794006505296&w=2

Recreate the functions with pgcrypto.sql.

--
marko

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Weilguni 2008-06-16 11:20:15 Re: Crash in pgCrypto?
Previous Message Mario Weilguni 2008-06-16 10:46:16 Crash in pgCrypto?