Re: postgres dies while doing vacuum analyze

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgres dies while doing vacuum analyze
Date: 2001-06-16 17:56:25
Message-ID: xuyy9qsxq9i.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx> writes:

> teg(at)redhat(dot)com (Trond Eivind Glomsrød) writes:
>
> > Will do... what is the expected result of the testcase? It seems to
> > work alright for me, but I'm running a slightly newer version than we
> > have released yet... (glibc-2.2.3-11, look in rawhide).
>
> a core dump, at least on glibc-2.2.2-10. Try with some locale
> different than C or POSIX.
>
> masm(at)dep1$ LC_COLLATE=es_MX ./strcoll-bug
> es_MX
> zsh: 25041 segmentation fault (core dumped) LC_COLLATE=es_MX ./strcoll-bug
> masm(at)dep1$ LC_COLLATE=C ./strcoll-bug
> C
> strcoll returned -1
> masm(at)dep1$

OK, this works with my system - no coredump, correct results. I'll
take a look at the glibc sources to verify that, but it looks like
this was fixed by drepper(at)redhat(dot)com and included in glibc 2.2.3:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=36539

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-16 18:43:28 Re: [PATCH] inet << indexability
Previous Message Manuel Sugawara 2001-06-16 17:46:05 Re: postgres dies while doing vacuum analyze