Re: Serious problem with my postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Serious problem with my postgres
Date: 2002-08-29 02:36:13
Message-ID: 7004.1030588573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> After a crash and several restarts this morning, my postgres 7.2.1 is
> running very oddly.
> The processes are hanging in semwait or sbwait or biord states, but mostly
> sbwait.

Some random poking around in google says that sbwait state is "waiting
for data to arrive at/drain from a socket buffer". Network problems,
perhaps?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2002-08-29 02:40:04 Re: MemoryContextAlloc: invalid request size 1934906735
Previous Message Robert Treat 2002-08-29 02:29:14 Re: [SQL] LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1?