Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64 - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64
Date
Msg-id CA+hUKG+8a_NOUbNFuboqh6DLBb5m3AnmaqB4fg4w4SZHi3Hs4g@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64  (Stefan Heine <github.stheine@heine7.de>)
Responses Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64
Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64
List pgsql-bugs
On Thu, Jun 13, 2024 at 1:47 AM Stefan Heine <github.stheine@heine7.de> wrote:
> do you have instructions for the gdb backtrace?

gdb /path/to/executable -c /path/to/core
... loads stuff ...
(gdb) bt
... prints out function call stack ...

It will probably just show some library names and addresses, but so
far we don't even know if this is crashing in LLVM or in PostgreSQL
code so that'd be a clue.  Maybe function names would appear if you
set up DEBUGINFOD_URLS, depending on where you got your packages from:

https://wiki.debian.org/HowToGetABacktrace

Hoping to find time to repro this later on a cloud host.  If this is a
cloud host, can you tell me which cloud, instance type, memory size
etc?  I had already been trying on some local ARM hardware with no
luck (same versions but diferrent OS, so going to try making more
things match you case)...



pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #18377: Assert false in "partdesc->nparts >= pinfo->nparts", fileName="execPartition.c", lineNumber=1943
Next
From: Thomas Munro
Date:
Subject: Re: BUG #18503: Reproducible 'Segmentation fault' in 16.3 on ARM64