Обсуждение: initdb segfaults - latest cvs

Поиск
Список
Период
Сортировка

initdb segfaults - latest cvs

От
strk
Дата:
Running initdb:

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


Re: initdb segfaults - latest cvs

От
Andrew Dunstan
Дата:
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



Re: initdb segfaults - latest cvs

От
strk
Дата:
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;


Re: initdb segfaults - latest cvs

От
Tom Lane
Дата:
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