Re: lock in qnx rtp.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Leandro Medina" <lmedina(at)ingdesi(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: lock in qnx rtp.
Date: 2001-05-23 20:30:25
Message-ID: 17360.990649825@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Leandro Medina" <lmedina(at)ingdesi(dot)com> writes:
> I'm porting posgresql for QNX RTP. Compiling is ok, but
> "/usr/local/pqsql/bin/initdb -D data" command say:

> FATAL: s_lock(0x081e6029) at spin.c:162, stuck spinlock. Aborting.

Hm. The existing QNX spinlock functions do work for some people.
Is the slock_t datatype declared correctly for your platform in the
port header file?

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2001-05-24 15:53:23 Re: Re: pgsql + qnx
Previous Message Leandro Medina 2001-05-23 20:09:42 lock in qnx rtp.