initdb segfaults - latest cvs

Started by strkabout 22 years ago4 messages
#1strk
strk@keybit.net

Running initdb:

creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11

#2Andrew Dunstan
andrew@dunslane.net
In reply to: strk (#1)
Re: initdb segfaults - latest cvs

strk wrote:

Running initdb:

creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11

It is working fine for me (RH9). Can you provide more details? Platform?
How you are calling initdb?

cheers

andrew

#3strk
strk@keybit.net
In reply to: strk (#1)
Re: initdb segfaults - latest cvs

andrew wrote:

Ok, seriously weird. This is apparently from the pg_type relation and
looks just fine on my installation.

Have you tried "make distclean; cvs update; configure; make check" ?

Tried now: 4 of 93 tests failed.
.. initdb does not fault though ;)

It seems that the build system is missing something
(make distclean made it work)

Thanks for you support

--strk;

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: strk (#3)
Re: initdb segfaults - latest cvs

strk <strk@keybit.net> writes:

It seems that the build system is missing something
(make distclean made it work)

If you aren't using configure --enable-depend, you should count on doing
at least "make clean", preferably "make distclean" anytime you do a CVS
update. The default behavior is not to spend any cycles on tracking
header-file dependencies.

regards, tom lane