dbTalk Databases Forums  

[BUGS] BUG #2234: terminated by signal 11

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2234: terminated by signal 11 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kresimir Tonkovic
 
Posts: n/a

Default [BUGS] BUG #2234: terminated by signal 11 - 02-03-2006 , 06:34 AM







The following bug has been logged online:

Bug reference: 2234
Logged by: Kresimir Tonkovic
Email address: kresimir.tonkovic (AT) gmail (DOT) com
PostgreSQL version: 8.1.0_3
Operating system: Linux debian sarge
Description: terminated by signal 11
Details:

I'm running a script that migrates data from an application that uses
another database to another application that uses postgres. Both
applications are in use during the migration, so it goes in one large
transaction. The job is actually not so big, involves about 60000 rows.
However I'm certain to get disconnected during this job at random stages.
The log says:

LOG: server process (PID 19375) was terminated by signal 11
LOG: terminating any other active server processes
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the
current transaction and exit, because another server process exited
abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and
repeat your command.

The last 3 messages are repeated for every connected client. After that, it
says:

LOG: all server processes terminated; reinitializing
LOG: database system was interrupted at 2006-02-03 12:42:37 CET
LOG: checkpoint record is at 0/19CF9688
LOG: redo record is at 0/19CF9688; undo record is at 0/0; shutdown FALSE
LOG: next transaction ID: 125842; next OID: 17390
LOG: next MultiXactId: 1; next MultiXactOffset: 0
LOG: database system was not properly shut down; automatic recovery in
progress
LOG: redo starts at 0/19CF96CC
LOG: unexpected pageaddr 0/175A8000 in log file 0, segment 26, offset
5931008
LOG: redo done at 0/1A5A7F7C
LOG: database system is ready
LOG: transaction ID wrap limit is 2147484146, limited by database
"postgres"

I presume this data is not quite sufficient for a good bug hunt, so please
instruct me how to give more data.

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote
  #2  
Old   
Alvaro Herrera
 
Posts: n/a

Default Re: [BUGS] BUG #2234: terminated by signal 11 - 02-03-2006 , 08:51 AM






Kresimir Tonkovic wrote:

Quote:
PostgreSQL version: 8.1.0_3
If this is really 8.1.0, then you should update to the newest version,
as there are some known bugs that cause this problem (autovacuum
related).

Quote:
LOG: server process (PID 19375) was terminated by signal 11
LOG: terminating any other active server processes
What was process 19375 doing? If it was autovacuum, then upgrade to
8.1.2 and try again. If not, let's see a backtrace of the resulting
core dump. Do you have user-defined functions in C language?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.