Re: BUG #16036: Segmentation fault while doing an update - Mailing list pgsql-bugs

From Andres Freund
Subject Re: BUG #16036: Segmentation fault while doing an update
Date
Msg-id A1695349-530C-4871-AED5-0262A9BC9920@anarazel.de
Whole thread Raw
In response to BUG #16036: Segmentation fault while doing an update  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16036: Segmentation fault while doing an update
Re: BUG #16036: Segmentation fault while doing an update
Re: BUG #16036: Segmentation fault while doing an update
Re: BUG #16036: Segmentation fault while doing an update
List pgsql-bugs
Hi,

On October 3, 2019 6:14:33 PM PDT, "Антон Власов" <druidvav@gmail.com> wrote:
>Hello,
>
>Looks like disabling jit didn’t affect backtrace at all:
>
>0  GetMemoryChunkContext (pointer=0x0) at
>./build/../src/include/utils/memutils.h:127
>#1  pfree (pointer=0x0) at
>./build/../src/backend/utils/mmgr/mcxt.c:1033
>#2  0x0000555d7276aaca in heap_freetuple (htup=<optimized out>) at
>./build/../src/backend/access/common/heaptuple.c:1340
>#3  0x0000555d72918889 in tts_buffer_heap_clear (slot=0x555d73dbb118)
>at ./build/../src/backend/executor/execTuples.c:652
>#4  0x0000555d72918cbe in ExecClearTuple (slot=0x555d73dbb118) at
>./build/../src/include/executor/tuptable.h:428
>#5  ExecResetTupleTable (tupleTable=0x555d73db5a10, shouldFree=false)

That's good - I was only looking at that because of the truncated backtrace. Did you do anything to make that work
betterthis time? 

Are there any details that you can provide? Schema? Any extensions in use?

Does the problem happen always, or just under concurrency?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



pgsql-bugs by date:

Previous
From: Антон Власов
Date:
Subject: Re: BUG #16036: Segmentation fault while doing an update
Next
From: Антон Власов
Date:
Subject: Re: BUG #16036: Segmentation fault while doing an update