Hello, novice Postgres user, seg fault investigation

From: James Creasy <james(at)buildtrue(dot)io>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Hello, novice Postgres user, seg fault investigation
Date: 2024-04-24 21:26:41
Message-ID: CADN1ADcgWN+kWEeCmQ4pwx91PjAXjYuYYunSArw9cyvDW8ZeZg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Trying to figure out which list to post which types of questions to. New to
Postgres and the community so I thought I'd post an introduction.

We're also using the PostGIS extension for 3D data, PostgREST for the API,
socketio for push notifications. Deployed on AWS via Docker. We analyze 3D
data with incremental changes over year+ long time periods.

Now the interesting part, we're getting a seg fault which goes away when we
run VACUUM on the table before writing to it, which is perplexing as the
table can be newly created and contains a few hundred rows. How could the
db get into a fatal state so quickly?

We are setting up Postgres for debugging and see where we go from there.
Looks like gdb and valgrind are still the tools of choice. Lots to learn,
and that's where we are currently.

James
Bay Area, U.S.A

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2024-04-24 21:59:01 Re: Hello, novice Postgres user, seg fault investigation
Previous Message Alvaro Herrera 2024-03-28 17:32:26 Re: Performance after restart/reboot pre-Analyze