Re: 7.2.1 segfaults.
От
Tom Lane
Тема
Re: 7.2.1 segfaults.
Дата
Msg-id
24506.1020483832@sss.pgh.pa.us
Ответ на
Re: 7.2.1 segfaults. (Stephen Amadei)
Список
Дерево обсуждения
7.2.1 segfaults. Stephen Amadei <amadei@dandy.net>
Re: 7.2.1 segfaults. Tom Lane <tgl@sss.pgh.pa.us>
Re: 7.2.1 segfaults. Stephen Amadei <amadei@dandy.net>
Re: 7.2.1 segfaults. Tom Lane <tgl@sss.pgh.pa.us>
Re: 7.2.1 segfaults. Stephen Amadei <amadei@dandy.net>
Re: 7.2.1 segfaults. Tom Lane <tgl@sss.pgh.pa.us>
Re: 7.2.1 segfaults. Stephen Amadei <amadei@dandy.net>
Stephen Amadei writes:
>> Urgh. Can you provide a stack trace?
> You mean using strace? Yeah. The strace created quite a bit of logs, but
> the process that segfaulted is included below.
> open("/usr/local/pgsql/data/global/1262", O_RDONLY) = 4
> read(4, "\0\0\0\0\f\222\20\0\7\0\0\0\34\0\244\37\0 \0 \244\37\0"..., 8192) = 8192
> --- SIGSEGV (Segmentation fault) ---
Hmm, this does not square with your prior statement that it's a chroot
can't-call-/bin/cp issue. Would you set things up to allow a core dump
(ie, not ulimit -c 0) and then do "gdb postgres-executable corefile"
followed by "bt"?
regards, tom laneВ списке pgsql-bugs по дате отправления