Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql General > Re: reproducibl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 3 Topic 15493 of 16941
Post > Topic >>

Re: reproducible database crash with simple sql command on postgres 8.3.1

by tgl@[EMAIL PROTECTED] (Tom Lane) May 9, 2008 at 10:18 AM

<Christian.Strobl@[EMAIL PROTECTED]
> writes:
> 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

What this typically means is that you've got an encoding/locale
configuration problem.  The thing is trying to re****t some error
or other, and it discovers that the error text is badly encoded
according to the current database encoding, and it tries to
re****t that, only *that* error text is badly encoded too, so
it tries to re****t that, getting another error, etc, until the
error recovery stack overflows.

The hope of getting rid of this scenario is one reason why we locked
down encoding/locale combinations in 8.3, so I'm disappointed that
you're still able to make it happen.  You didn't say what settings
you are using though.  Could we see

	show lc_messages;
	show lc_ctype;
	show server_encoding;
	show client_encoding;

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
 




 3 Posts in Topic:
reproducible database crash with simple sql command on postgres
Christian.Strobl@[EMAIL P  2008-05-09 10:31:48 
Re: reproducible database crash with simple sql command on postg
jmporres@[EMAIL PROTECTED  2008-05-09 11:41:26 
Re: reproducible database crash with simple sql command on postg
tgl@[EMAIL PROTECTED] (T  2008-05-09 10:18:37 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 12:27:03 CDT 2008.