Re: Darwin: make check fails with "child process exited with exit code 134"

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Matthias Schmitt <freak002(at)mmp(dot)lu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Darwin: make check fails with "child process exited with exit code 134"
Date: 2013-10-28 14:42:25
Message-ID: 20131028144225.GG5577@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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/<my path>/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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Matthias Schmitt 2013-10-28 15:12:23 Re: Darwin: make check fails with "child process exited with exit code 134"
Previous Message Matthias Schmitt 2013-10-28 14:21:46 Darwin: make check fails with "child process exited with exit code 134"

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-10-28 15:12:13 Re: Detection of nested function calls
Previous Message Tom Lane 2013-10-28 14:30:22 Re: Document update in alter_foreign_data_wrapper.sgml