Re: exit code 139 performing initdb (pg 9.1 on linux) - Mailing list pgsql-admin

From Tom Lane
Subject Re: exit code 139 performing initdb (pg 9.1 on linux)
Date
Msg-id 10914.1315942870@sss.pgh.pa.us
Whole thread Raw
In response to Re: exit code 139 performing initdb (pg 9.1 on linux)  (Gunthard Stübs <stuebs2009@gmx.de>)
List 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 by date:

Previous
From: MirrorX
Date:
Subject: pg_upgrade --link
Next
From: Guillaume Lelarge
Date:
Subject: Re: Problem restoring a dump