Re: plperl segfault in plperl_trusted_init() on kfreebsd

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl segfault in plperl_trusted_init() on kfreebsd
Дата
Msg-id 244.1368675320@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plperl segfault in plperl_trusted_init() on kfreebsd  (Christoph Berg <cb@df7cb.de>)
Ответы Re: plperl segfault in plperl_trusted_init() on kfreebsd
Список pgsql-hackers
Christoph Berg <cb@df7cb.de> writes:
> Here's what I did:

> ./configure
> cd src && make
> cd pl/plperl && make clean && make CFLAGS="-g"
> make check

You sure that wholesale override of CFLAGS is a good idea?
This report doesn't show what flags the rest of your system was built
with, but seems like there could be a compatibility issue.  Or maybe
you prevented plperl from being built with -fpic, or something like
that.

I tend to usemake PROFILE="-g"
for this sort of tweak to the compile flags --- that adds the flags
you specify, without removing any.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: fallocate / posix_fallocate for new WAL file creation (etc...)
Следующее
От: Jon Nelson
Дата:
Сообщение: Re: fallocate / posix_fallocate for new WAL file creation (etc...)