reproducible database crash with simple sql command on postgres 8.3.1

From: <Christian(dot)Strobl(at)dlr(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: reproducible database crash with simple sql command on postgres 8.3.1
Date: 2008-05-09 08:31:48
Message-ID: AC78B6BABBC9A74C95028F87A0EACF79015BBFCB@exbe04.intra.dlr.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general


hi all,

first i create a table
create table regions (id integer, name varchar);

then i want to set a default value for a column, e.g.
alter table regions alter column name set default 'bavaria';

at this point crashes the database with the message

PANIK: ERROR_STACK_SIZE exceeded

the rest of the message is unfortunately in german then i have to
restart the postgres-service manually this error is very easy
reproducible at my environment

is this a problem of my installation or can anybody reproduce this error
at his environment

thanks and greetings from munich
christian

p.s. os windows xp, sp2
postgres 8.3.1, visual c++, build 1400

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message josep porres 2008-05-09 09:41:26 Re: reproducible database crash with simple sql command on postgres 8.3.1
Previous Message Bruce Momjian 2008-05-09 03:37:02 Submitting security bugs

Browse pgsql-general by date

  From Date Subject
Next Message Justin 2008-05-09 08:59:30 timestamps-accuracy
Previous Message Greg Smith 2008-05-09 07:51:19 Re: [GENERAL] pgbench not setting scale size correctly?