Re: Crash in vacuum analyze - Mailing list pgsql-general

From Tom Lane
Subject Re: Crash in vacuum analyze
Date
Msg-id 22010.999842643@sss.pgh.pa.us
Whole thread Raw
In response to Re: Crash in vacuum analyze  ("Jeff Boes" <jboes@nexcerpt.com>)
List pgsql-general
"Jeff Boes" <jboes@nexcerpt.com> writes:
> In article <999558317.8648.1.camel@inspiron.cramers>, "Dave Cramer"
> <Dave@micro-automation.net> wrote:
>> There is a bug in the glibc library that causes this. I think there is
>> some documentation on the list about it.

> Anybody have a pointer to more info about this?

See the thread starting at

http://fts.postgresql.org/db/mw/msg.html?mid=1021209

Bottom line is that strcoll() is broken in glibc versions before 2.2.3.
If you are running a Postgres installation with locale support compiled
in, then you are vulnerable to this bug.

This may or may not explain your particular problem, of course, but
it's a good thing to check before digging further.

            regards, tom lane

pgsql-general by date:

Previous
From: Robert L Mathews
Date:
Subject: Re: Crash in vacuum analyze
Next
From: jd@commandprompt.com (Joshua Drake)
Date:
Subject: Re: PHP performance problems with postgres