Re: exit code 139 performing initdb (pg 9.1 on linux)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: exit code 139 performing initdb (pg 9.1 on linux)
Дата
Msg-id 10914.1315942870@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: exit code 139 performing initdb (pg 9.1 on linux)  (Gunthard Stübs <stuebs2009@gmx.de>)
Список pgsql-admin
=?ISO-8859-1?Q?Gunthard_St=FCbs?= <stuebs2009@gmx.de> writes:
> the correct backtrace looks like this:

> #3  0x082676a1 in pg_flush_data (fd=9, offset=0, amount=57344) at fd.c:335
> #4  0x0826ab02 in copy_file (fromfile=0xbfffeb90 "base/1/12051",
> tofile=0xbfffe790 "base/12277/12051")
>      at copydir.c:205
> #5  0x0826a743 in copydir (fromdir=0x85f26ec "base/1", todir=0x85f4dbc
> "base/12277", recurse=0 '\0')
>      at copydir.c:95

Thanks for doing the legwork.  Line 335 of fd.c is

    return posix_fadvise(fd, offset, amount, POSIX_FADV_DONTNEED);

which means you've got one of those nasty Linux versions that claims to
have posix_fadvise but it dumps core when executed.  As a workaround
you can comment out "#define USE_POSIX_FADVISE" in
src/include/pg_config_manual.h before building.

What kernel and glibc versions are you running, exactly?

            regards, tom lane

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

Предыдущее
От: MirrorX
Дата:
Сообщение: pg_upgrade --link
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Problem restoring a dump