RE: [HACKERS] spinlock freeze again

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Bruce Momjian" <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] spinlock freeze again
Date: 1999-07-07 23:50:53
Message-ID: 000701bec8d3$8c5e5680$2801007e@cadzone.tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

> -----Original Message-----
> From: Bruce Momjian [mailto:maillist(at)candle(dot)pha(dot)pa(dot)us]
> Sent: Thursday, July 08, 1999 3:21 AM
> To: Hiroshi Inoue
> Cc: pgsql-hackers
> Subject: Re: [HACKERS] spinlock freeze again
>
>
> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hi all,
> >
> > ProcReleaseSpins() does nothing unless MyProc is set.
> > So both elog(ERROR/FATAL) and proc_exit(0) before
> > InitProcess() don't release spinlocks.
>
> Are their any locks acquired before InitProcess()?
>

OidGenLockId spinlock is acquired in InitTransactionLog().

Regards.

Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-07 23:52:12 Re: [HACKERS] current CVS snapshot of pgsql crash ...
Previous Message Tom Lane 1999-07-07 23:49:35 Delaying insertion of default values

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-07-08 01:09:12 Re: [HACKERS] spinlock freeze again
Previous Message Chris Bitmead 1999-07-07 23:49:23 Re: [SQL] Tips and tricks