Re: why my postgresql auto crashed??? - Mailing list pgsql-general

From Craig Ringer
Subject Re: why my postgresql auto crashed???
Date
Msg-id 488D8427.7070607@postnewspapers.com.au
Whole thread Raw
In response to why my postgresql auto crashed???  (Yi Zhao <yi.zhao@alibaba-inc.com>)
Responses Re: why my postgresql auto crashed???
List 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 by date:

Previous
From: Klint Gore
Date:
Subject: Re: copy ... from stdin csv; and bytea
Next
From: Yi Zhao
Date:
Subject: Re: why my postgresql auto crashed???