Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2021 15:14:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257505] ninja broken under Linuxulator: waitpid(5530): Interrupted system call
Message-ID:  <bug-257505-227-j8tquidQVw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257505-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257505

--- Comment #1 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
The same problem seems to be breaking "make check" in Postgres 13.3:

PATH="/home/trasz/postgresql-13.3/tmp_install/usr/local/pgsql/bin:$PATH"
LD_LIBRARY_PATH="/home/trasz/postgresql-13.3/tmp_install/usr/local/pgsql/lib" 
../../../src/test/regress/pg_regress --temp-instance=./tmp_check --inputdir=.
--bindir=     --dlpath=. --max-concurrent-tests=20 
--schedule=./parallel_schedule  
============== creating temporary instance            ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 64467 with PID 12318
============== creating database "regression"         ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test tablespace                   ... failed to wait for subprocesses:
Interrupted system call
make[1]: *** [GNUmakefile:132: check] Error 2
make[1]: Leaving directory '/home/trasz/postgresql-13.3/src/test/regress'
make: *** [GNUmakefile:69: check] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257505-227-j8tquidQVw>