PG Bug reporting form <noreply@postgresql.org> writes:
> The following anonymous block causes a server termination:
> =======
> do language plpython3u $$
> import chdb
> chdb.query(sql='''select * from
> s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/aapl_stock.csv')
> limit 10''')
> $$
> =======
> The related logs:
> =======
> 2023-12-04 13:36:28.086 UTC [3202531] LOG: server process (PID 3216826) was
> terminated by signal 6: Aborted
The useful details would have appeared *before* this message.
Look for TRAP: lines, or possibly python-generated messages.
(This could easily have been a python-internal abort, rather
than anything Postgres did.) Also there might be a stack trace.
regards, tom lane