Re: why my postgresql auto crashed???

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: why my postgresql auto crashed???
Дата
Msg-id 488D8427.7070607@postnewspapers.com.au
обсуждение исходный текст
Ответ на why my postgresql auto crashed???  (Yi Zhao <yi.zhao@alibaba-inc.com>)
Ответы Re: why my postgresql auto crashed???  (Yi Zhao <yi.zhao@alibaba-inc.com>)
Список pgsql-general
Hi

When creating a new thread (asking a new question, etc) on a mailing
list please create a new message rather than replying to an existing
one. It helps people reading the mailing list keep track.

> so, I check the pg_log
> ------------
> TRAP: FailedAssertion("!(file->curFile >= 0)", File: "buffile.c", Line:
> 317)
> LOG:  server process (PID 4121) was terminated by signal 6: Aborted

This `postgres' backend detected a problem and terminated its self by
calling abort().

This forced the postmaster to terminate all other backends and restart
the whole server.

You omitted some very important information from your post, including:

- Your PostgreSQL version
- Your operating system
- The version of your operating system
- How you installed PostgreSQL and where you got it from
- Whether the problem is repeatable, ie does the server crash every time
you issue the problem command? Sometimes? Only ever happened once?

--
Craig Ringer

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

Предыдущее
От: Klint Gore
Дата:
Сообщение: Re: copy ... from stdin csv; and bytea
Следующее
От: Yi Zhao
Дата:
Сообщение: Re: why my postgresql auto crashed???