From: | Alexander Lakhin <exclusion(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | a(dot)kozhemyakin(at)postgrespro(dot)ru, pgsql-bugs(at)lists(dot)postgresql(dot)org, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, johncnaylorls(at)gmail(dot)com |
Subject: | Re: BUG #18483: Segmentation fault in tests modules |
Date: | 2024-06-08 05:00:00 |
Message-ID: | 439c9310-1d71-f2c6-b213-a9a2ea732ba9@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello Michael and Tom,
08.06.2024 01:29, Michael Paquier wrote:
> On Fri, Jun 07, 2024 at 04:32:56PM -0400, Tom Lane wrote:
>> The test_predtest problem is mine, will fix it in a bit.
> Thanks.
May I ask you about the project policy regarding such test modules
failures?
Do you think all of these should be fixed or it's ok to have some
server-crashing modules in the tree?
I'm asking because I collected a number of such defects but didn't dare to
report them yet.
For example:
echo "CREATE EXTENSION test_shm_mq;
SELECT test_shm_mq_pipelined(64, '', 1, 0);
" > src/test/modules/test_shm_mq/sql/test_shm_mq.sql
make -s check -C src/test/modules/test_shm_mq/
leads to:
1087 Assert(handle->slot < max_worker_processes);
(gdb) bt
#0 GetBackgroundWorkerPid (handle=0x7f7f7f7f00000000, ...) at bgworker.c:1087
#1 0x000055cab243b2a6 in shm_mq_counterparty_gone (...) at shm_mq.c:1193
...
Best regards,
Alexander
From | Date | Subject | |
---|---|---|---|
Next Message | Floris Van Nee | 2024-06-08 11:52:43 | RE: error "can only drop stats once" brings down database |
Previous Message | John Naylor | 2024-06-08 03:17:13 | Re: BUG #18483: Segmentation fault in tests modules |