Re: [BUGS] initdb and version 7

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: michael <michael(at)systems(dot)to>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] initdb and version 7
Date: 2000-03-04 17:06:05
Message-ID: Pine.LNX.4.21.0003040415130.489-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2000-03-04 23:00:59 Re: [BUGS] pg_dumpall
Previous Message Peter Eisentraut 2000-03-04 17:05:54 Re: [BUGS] grant/revoke bug with delete/update