ERRORDATA_STACK_SIZE exceeded (server crash)

From: "Ibrar Ahmed" <ibrar(dot)ahmad(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ERRORDATA_STACK_SIZE exceeded (server crash)
Date: 2008-10-27 10:49:23
Message-ID: 8494ccf60810270349s7bb57fcelcb597d253e714e84@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have encountered a server crash while working with different locale
settings. After searching on the internet I have seen a similar issue
with 8.3.1 release and Tom has fixed that issue. That bug was only in
Windows but I am getting same server crash on Linux, although I am
using a later release with the patch applied.

Here is the link of previous bug

http://archives.postgresql.org/pgsql-committers/2008-05/msg00349.php

OS = ubuntu
PG Version = psql (8.4devel)

postgres=# show server_encoding;
server_encoding
-----------------
UTF8
(1건 있음)

postgres=# show client_encoding;
client_encoding
-----------------
UTF8
(1건 있음)

postgres=# set client_encoding ='euc-jp';
SET
postgres=# x;
서버가 갑자기 연결을 닫았음
이런 처리는 클라이언트의 요구를 처리하는 동안이나
처리하기 전에 서버가 갑자기 종료되었음을 의미함
서버로부터 연결이 끊어졌습니다. 다시 연결을 시도합니다: 실패.
!>

--
Ibrar Ahmed
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-10-27 10:59:51 Re: ERRORDATA_STACK_SIZE exceeded (server crash)
Previous Message ITAGAKI Takahiro 2008-10-27 09:00:22 Re: contrib/pg_stat_statements