Re: Crash and core on 10.1 and 10.2

From: Kelly Burkhart <kelly(dot)burkhart(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Crash and core on 10.1 and 10.2
Date: 2018-03-08 19:05:29
Message-ID: CAND8VyCe9ButVAgfQDX-0e5szGfpp3XcXJ3bzLbuMiwfNV4LSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We're on centos 7.0, glibc-2.17-55. Current centos is
7.4, glibc-2.17-196. We have some hosts on the newer centos, I'll ask our
sysadmin about upgrading.

Do you know of glibc issues that would be of relevance?

Our main production database has been running the same centos and pg 9.4.4
without any issue for a very long time. (Although we use no json or gin
stuff there).

-K

On Thu, Mar 8, 2018 at 11:00 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Kelly Burkhart <kelly(dot)burkhart(at)gmail(dot)com> writes:
> > Hello, I've had two core dumps in the last couple of weeks. The most
> > recent, yesterday was on version 10.2:
>
> > (gdb) bt
> > #0 0x00007f317a043886 in get_next_seq () from /lib64/libc.so.6
> > #1 0x00007f317a044acc in strcoll_l () from /lib64/libc.so.6
> > #2 0x00000000007ced5f in varstrfastcmp_locale ()
> > #3 0x000000000081b6fb in qsort_ssup ()
> > #4 0x000000000081d8e1 in tuplesort_performsort ()
>
> Hm. If you'd just showed this one, my thoughts might bend towards a bug
> in our sort abbreviation logic, which is relatively new ...
>
> > (gdb) bt
> > #0 0x00007f6e1f09d8ea in get_next_seq () from /lib64/libc.so.6
> > #1 0x00007f6e1f09eacc in strcoll_l () from /lib64/libc.so.6
> > #2 0x00000000007cf70b in varstr_cmp ()
> > #3 0x000000000075f25b in compareJsonbContainers ()
> > #4 0x000000000075d8f2 in jsonb_eq ()
>
> ... but this stack trace is not going anywhere near that code. The
> common factor is just strcoll_l(), raising the possibility that you're
> dealing with a glibc bug, or perhaps corrupted locale data on your
> machine. Are you up-to-date on glibc patches?
>
> regards, tom lane
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Pryzby 2018-03-08 19:45:59 Re: circular wait not triggering deadlock ?
Previous Message Tom Lane 2018-03-08 18:57:06 Re: circular wait not triggering deadlock ?