Re: [BUGS] initdb and version 7 - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: [BUGS] initdb and version 7
Date
Msg-id Pine.LNX.4.21.0003040415130.489-100000@localhost.localdomain
Whole thread Raw
In response to Re: [BUGS] initdb and version 7  (michael <michael@systems.to>)
List pgsql-bugs
> $ initdb --pgdata=/usr/local/pgsql.db

> Creating template database in /usr/local/pgsql.db/base/template1
> /usr/local/pgsql/bin/initdb: line 441:   282 Broken pipe             cat
> "$TEMPL
> ATE"
>       283                       | sed -e "s/PGUID/$POSTGRES_SUPERUSERID/g"
>       284 Segmentation fault      | "$PGPATH"/postgres $FIRSTRUN
> template1

Beats me. If there's a segfault, maybe there's a core file? If so it might
help to know which program core dumps (run 'file core'). If it's postgres,
maybe you can show a stack backtrace (run 'gdb postgres core' and enter
'bt'), otherwise it's outside our jurisdiction. :)

--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [BUGS] pg_dumpall
Next
From: Peter Eisentraut
Date:
Subject: Re: [BUGS] pg_dumpall