Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium processor...

2003-06-20 Thread Taranjit Singh Lamba
] Subject: Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium processor... "Taranjit Singh Lamba" <[EMAIL PROTECTED]> writes: > H/W Configuration - Dell 7150 Quad Itanium 1 ( 733 MHz) with 4G RAM > OS - Red Hat 7.2 > - Postgresq

Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium processor...

2003-06-18 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > My guess is that we don't have spinlock code for the CPU yet. Out-of-the-box it would probably build with SysV semas instead of spinlocks, but that's not going to cause crashes, only less-than-stellar performance. regards, tom la

Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium processor...

2003-06-18 Thread Tom Lane
"Taranjit Singh Lamba" <[EMAIL PROTECTED]> writes: > H/W Configuration - Dell 7150 Quad Itanium 1 ( 733 MHz) with 4G RAM > OS - Red Hat 7.2 > - Postgresql ver 7.3.3 compiled from raw hide red hat rpms. [raises eyebrow] Does RHL 7.2 claim to support Itanium? Es

Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium processor...

2003-06-18 Thread Bruce Momjian
My guess is that we don't have spinlock code for the CPU yet. I think it may be in 7.4. --- Taranjit Singh Lamba wrote: > Hi All , > > H/W Configuration - Dell 7150 Quad Itanium 1 ( 733 MHz) with 4G RAM > > OS

Re: [ADMIN] postgreSQL 7.3.3 crashing on server with Itanium

2003-06-18 Thread scott.marlowe
Always check for bad memory when you see sig 11 first. There are bugs that can throw a sig11, but if you see them at random places, with random queries, it's usually bad memory. On Tue, 17 Jun 2003, Taranjit Singh Lamba wrote: > Hi All , > > H/W Configuration - Dell 7150 Quad Itanium 1 ( 7