BUG #8445: the database system is in recovery mode - Mailing list pgsql-bugs

From dqwhappyday@163.com
Subject BUG #8445: the database system is in recovery mode
Date
Msg-id E1VK23d-0000IE-Rf@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8445
Logged by:          diaoqiwei
Email address:      dqwhappyday@163.com
PostgreSQL version: 9.0.0
Operating system:   centos
Description:

2013-09-11 01:03:19 CST PANIC:  stuck spinlock (0x2af93779bcd8) detected at
dynahash.c:981
2013-09-11 01:03:19 CST STATEMENT:  select
user_id,user_password,user_nameen,user_namecn,user_officephone,user_mobile
from oa_user where user_state=0 and user_nameen=$1
2013-09-11 01:03:22 CST PANIC:  stuck spinlock (0x2af93779bcd8) detected at
dynahash.c:981
2013-09-11 01:03:22 CST STATEMENT:  select
user_id,user_password,user_nameen,user_namecn,user_officephone,user_mobile
from oa_user where user_state=0 and user_nameen=$1
2013-09-11 01:03:27 CST PANIC:  stuck spinlock (0x2af93779bcd8) detected at
dynahash.c:981
2013-09-11 01:03:27 CST STATEMENT:  select
user_id,user_password,user_nameen,user_namecn,user_officephone,user_mobile
from oa_user where user_state=0 and user_nameen=$1
2013-09-11 01:03:30 CST LOG:  server process (PID 14539) was terminated by
signal 6: Aborted
2013-09-11 01:03:30 CST LOG:  terminating any other active server processes
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode
2013-09-11 01:03:30 CST FATAL:  the database system is in recovery mode

pgsql-bugs by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Cant start PostgreSQL Using command prompt
Next
From: stormbyte@gmail.com
Date:
Subject: BUG #8447: With table inheritance, indexes seems to be ignored when looking over indexed fields in base table