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-08 02:07:10 |
Message-ID: | 000901bec8e6$967c14a0$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 10:09 AM
> To: Hiroshi Inoue
> Cc: pgsql-hackers
> Subject: Re: [HACKERS] spinlock freeze again
>
>
> > > Are their any locks acquired before InitProcess()?
> > >
> >
> > OidGenLockId spinlock is acquired in InitTransactionLog().
> >
> > Regards.
> >
>
> Well, seems we have a Proc queue that holds locks, but for these other
> cases, we don't. We could use the on_shmexit queue to add an cleanup
> handler once we get the lock, and remove it from the queue once we
> release the lock. We don't currently have the ability to remove
> specific queue entries, but we could easily do that.
>
> Is the lock failure a problem that happens a lot?
>
It doesn't happen oridinarily.
I don't remember well how it happend.
Probably it was caused by other spinlock(io_in_progress_lock ?)
freeze while testing 6.5-beta.
Regards.
Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp
From | Date | Subject | |
---|---|---|---|
Next Message | Vince Vielhaber | 1999-07-08 02:20:26 | Re: [HACKERS] PATCH for pgconnection.h |
Previous Message | Bruce Momjian | 1999-07-08 02:06:41 | Re: [HACKERS] acl problem in NetBSD/m68k |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-07-08 02:18:30 | Re: [SQL] Escaping w/i regular expressions |
Previous Message | Bruce Momjian | 1999-07-08 01:09:12 | Re: [HACKERS] spinlock freeze again |