Re: dsa_allocate() faliure

From: Jakub Glapa <jakub(dot)glapa(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Subject: Re: dsa_allocate() faliure
Date: 2019-02-18 09:11:10
Message-ID: CAJk1zg2uLmyq7FfD2fDWsHV=E8UBA=aaAMvjTLuoFHCB92X6CA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Hi I just checked the dmesg.
The segfault I wrote about is the only one I see, dated Nov 24 last year.
Since then no other segfaults happened although dsa_allocated failures
happen daily.
I'll report if anything occurs.
I have the core dumping setup in place.

--
regards,
pozdrawiam,
Jakub Glapa

On Sun, Feb 17, 2019 at 11:21 PM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:

> Hi,
>
> On Mon, Nov 26, 2018 at 09:52:07AM -0600, Justin Pryzby wrote:
> > Hi, thanks for following through.
> >
> > On Mon, Nov 26, 2018 at 04:38:35PM +0100, Jakub Glapa wrote:
> > > I had a look at dmesg and indeed I see something like:
> > >
> > > postgres[30667]: segfault at 0 ip 0000557834264b16 sp 00007ffc2ce1e030
> > > error 4 in postgres[557833db7000+6d5000]
> >
> > That's useful, I think "at 0" means a null pointer dereferenced.
>
> Thomas fixed several bugs in DSA, which will be in next release, postgres
> 10.8
> and 11.3.
>
> However that doesn't explain the segfault you saw, and I don't see anything
> which looks relevant changed since in 10.5.
>
> If you still see that using the latest minor release (10.7), please try to
> capture a core file and send a backtrace with a new thread on
> pgsql-hackers.
>
> Thanks,
> Justin
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Higuchi, Daisuke 2019-02-18 09:19:29 RE: [Bug Fix] ECPG: could not use some CREATE TABLE AS syntax
Previous Message Iwata, Aya 2019-02-18 08:33:28 RE: libpq debug log

Browse pgsql-performance by date

  From Date Subject
Next Message Bob Jolliffe 2019-02-18 15:49:34 Re: How can sort performance be so different
Previous Message Justin Pryzby 2019-02-17 22:21:29 Re: dsa_allocate() faliure