Re: Initdb problem on debian mips cobalt: Bus error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Date: 2008-07-18 17:03:12
Message-ID: 29506.1216400592@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> No. Will recompile with debug info and post back when done.

FWIW, the most likely issue here is the MIPS-specific assembly code in
src/include/storage/s_lock.h --- I'm not sure how many MIPS platforms
that's really been exercised on, but it may not work on yours. While
you're waiting for the rebuild you might try to find a MIPS guru to
show that code to.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lennin Caro 2008-07-18 17:03:15 Re: Initdb problem on debian mips cobalt: Bus error
Previous Message Tom Lane 2008-07-18 17:00:36 Re: Reducing memory usage of insert into select operations?