BUG #8345: PostGre SQL database is crashing

From: arun(dot)rh(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8345: PostGre SQL database is crashing
Date: 2013-07-30 12:25:51
Message-ID: E1V48zv-000653-3O@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8345
Logged by: Arun Kumar
Email address: arun(dot)rh(at)gmail(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: Linux kernel 2.6.29
Description:

Currently we have ported PostGRE SQL database on to the Linux kernel 2.6.29
with Motorolla coldfire cross platform.
Version of PostgreSQL = 7.4.3.
Problem is when multiple threads are accessing the postgresql database some
times it is seen that, the database is getting crashed. Also we have seen
the following error displayed:

WARNING: terminating connection because of crash of another server process.

DETAIL: The postmaster has commanded this server process to roll back
current transaction and exit, because another server process exited
abnormally and possibly corrupted the shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat
your command.

Some times it wont recover the database.
Let me know what could be the issue and what fix is required.

Regards
Arun R.H

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Jenkinson 2013-07-30 13:25:31 Re: [GENERAL] Incorrect response code after XA recovery
Previous Message Sandeep Thakkar 2013-07-30 09:59:35 Re: BUG #8343: plperl/plperlu Install Fails