Re: ecpg test thread/alloc hangs on sidewinder running NetBSD 9.3

From: Mikael Kjellström <mikael(dot)kjellstrom(at)gmail(dot)com>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>, Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ecpg test thread/alloc hangs on sidewinder running NetBSD 9.3
Date: 2026-02-22 08:31:17
Message-ID: a30fb7fa-abda-425f-8269-371333b42417@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2026-02-21 19:00, Alexander Lakhin wrote:

> It reminded me of [2]. In my system, I found p5-IPC-Run-20231003.0nb1
> installed. So I tried to update it with:
> sudo pkg_delete p5-IPC-Run
> git clone https://github.com/cpan-authors/IPC-Run.git
> (cd IPC-Run*/ && perl Makefile.PL && make && sudo make install)
> and it really helped -- no failure reproduced with many more runs. (I can
> share my repro if needed.)
>
> So maybe you could consider updating IPC::Run on sidewinder too...

I haven't done an upgrade of the packages in a while and I just ran a
pkgin update and saw that it wanted to upgrade to
"p5-IPC-Run-20250809.0" so I can maybe try that first and see if that helps.

Anyway I have now upgraded all the packages so they should be up to
date.  Let's see if that makes a difference.

Otherwise I could do a manual install of IPC-Run.

/Mikael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexandre Felipe 2026-02-22 08:47:05 Re: Regression failures after changing PostgreSQL blocksize
Previous Message Hüseyin Demir 2026-02-22 08:05:19 Re: COMMENTS are not being copied in CREATE TABLE LIKE