From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org, PFC <lists(at)boutiquenumerique(dot)com>, postgresql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [GENERAL] My postmaster just crashed ! |
Date: | 2005-01-27 19:38:49 |
Message-ID: | 20050127193849.GA46486@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
On Thu, Jan 27, 2005 at 02:22:36PM -0500, Tom Lane wrote:
> Michael Fuhr <mike(at)fuhr(dot)org> writes:
> > On Thu, Jan 27, 2005 at 05:26:26PM +0100, PFC wrote:
> >> It seems that contrib/intagg crashes my server :
>
> > I see the same thing with PostgreSQL 8.0.0 (REL8_0_STABLE) on Solaris 9
> > and FreeBSD 4.11.
>
> The intagg source code says
>
> NOTE: This module requires sizeof(void *) to be the same as sizeof(int)
>
> which in English means "this ain't gonna work on 64-bit machines". I've
> never bothered to look at it more closely than that ...
Hmmm...the PostgreSQL binaries on my Solaris/sparc box are 32-bit
and the FreeBSD box is a 32-bit i386, yet both are susceptible to
the crash. On both boxes, a 32-bit program shows both sizeof(void *)
and sizeof(int) to be 4, so the problem doesn't appear to be due
to that necessary condition not being satisfied.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-01-27 19:59:06 | Re: 8.0.0 make check fails on Solaris 9 (sparc) |
Previous Message | Tom Lane | 2005-01-27 19:22:36 | Re: [GENERAL] My postmaster just crashed ! |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-27 19:44:40 | Re: xlog flush request 0/215D32E4 is not satisfied |
Previous Message | David Fetter | 2005-01-27 19:31:46 | Re: convert mdb files to pg? |