Re: [BUGS] BUG #14462: Segment Fault recovery mode

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [BUGS] BUG #14462: Segment Fault recovery mode
Дата
Msg-id CAB7nPqRE=R=CFT6N43zE41=xmqtXMrxjw-fY=BKFjnTwZzWJTQ@mail.gmail.com
обсуждение исходный текст
Ответ на [BUGS] BUG #14462: Segment Fault recovery mode  (lara.schembri@nyxgg.com)
Список pgsql-bugs
On Tue, Dec 13, 2016 at 10:30 PM,  <lara.schembri@nyxgg.com> wrote:
> While a running a vacuum, the database crashed for 20 seconds and went into
> recovery mode.
>
> < 2016-12-12 08:52:25.163 UTC >LOG:  server process (PID 40436) was
> terminated by signal 11: Segmentation fault
> < 2016-12-12 08:52:25.163 UTC >DETAIL:  Failed process was running: VACUUM
> (FREEZE, VERBOSE, ANALYZE);
> < 2016-12-12 08:52:25.163 UTC >LOG:  terminating any other active server
> processes
>
> INFO:  analyzing "public.<<table>>"
> INFO:  "<<table>>": scanned 150000 of 14701352 pages, containing 6786398
> live rows and 1026 dead rows; 150000 rows in sample, 665186112 estimated
> total rows
> vacuumdb: vacuuming of database "" failed: server closed the connection
> unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
>
> In /var/messages/log
>
> Dec 12 08:52:25 kernel: postmaster[40436]: segfault at 154f209d ip
> 000000000045da6c sp 00007ffe597fd7e0 error 4 in postgres[400000+519000]
>
> Can you please help on what might be the issue?

You don't share much information here :(
Do you have at least a core file or a backtrace?
-- 
Michael


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: lara.schembri@nyxgg.com
Дата:
Сообщение: [BUGS] BUG #14462: Segment Fault recovery mode
Следующее
От: digoal@126.com
Дата:
Сообщение: [BUGS] BUG #14463: refcursor cann't used with array or variadic parameter?