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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Darwin: make check fails with "child process exited with exit code 134"
Дата
Msg-id 20131028144225.GG5577@awork2.anarazel.de
обсуждение исходный текст
Ответ на Darwin: make check fails with "child process exited with exit code 134"  (Matthias Schmitt <freak002@mmp.lu>)
Ответы Re: Darwin: make check fails with "child process exited with exit code 134"  (Matthias Schmitt <freak002@mmp.lu>)
Список 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 по дате отправления:

Предыдущее
От: Matthias Schmitt
Дата:
Сообщение: Darwin: make check fails with "child process exited with exit code 134"
Следующее
От: Matthias Schmitt
Дата:
Сообщение: Re: Darwin: make check fails with "child process exited with exit code 134"