initdb segfaults - latest cvs
Running initdb:
creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11
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
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;
Import Notes
Reply to msg id not found: 3FBB96B8.8090101@dunslane.net
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