Re: Darwin: make check fails with "child process exited with exit code 134" - Mailing list pgsql-bugs

From Andres Freund
Subject Re: Darwin: make check fails with "child process exited with exit code 134"
Date
Msg-id 20131028144225.GG5577@awork2.anarazel.de
Whole thread Raw
In response to Darwin: make check fails with "child process exited with exit code 134"  (Matthias Schmitt <freak002@mmp.lu>)
Responses Re: Darwin: make check fails with "child process exited with exit code 134"  (Matthias Schmitt <freak002@mmp.lu>)
List pgsql-bugs
Hi,

On 2013-10-28 15:21:46 +0100, Matthias Schmitt wrote:
> > creating information schema ... sh: line 1: 54928 Abort trap: 6           "<my
path>/postgresql-9.3.1/src/test/regress/tmp_check/install/<mypath>/pgsql/bin/postgres" --single -F -O -c
search_path=pg_catalog-c exit_on_error=true -j template1 > /dev/null 

Could you execute the following (replacing <my path> with your directory)
export PGDATA=<my path>/postgresql-9.3.1/src/test/regress/tmp_check/data/
<my path>/postgresql-9.3.1/src/test/regress/tmp_check/install/<my path>/pgsql/bin/postgres" --single -F -O -c
search_path=pg_catalog-c exit_on_error=true -j template1 

That might already fail. If so, the output would be interesting. If it
doesn't fail, could you execute the following in the shell the above
will open?

UPDATE information_schema.sql_implementation_info SET character_value = 'blub'  WHERE implementation_info_name = 'DBMS
VERSION';
COPY information_schema.sql_features (feature_id, feature_name, sub_feature_id, sub_feature_name, is_supported,
comments)FROM E'<my path>/postgresql-9.3.1/src/test/regress/tmp_check/install/share/sql_features.txt' 

Again, the error message (something about a failed assert) would be the
interesting part.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: Matthias Schmitt
Date:
Subject: Darwin: make check fails with "child process exited with exit code 134"
Next
From: Matthias Schmitt
Date:
Subject: Re: Darwin: make check fails with "child process exited with exit code 134"