Re: Initdb problem on debian mips cobalt: Bus error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: glynastill(at)yahoo(dot)co(dot)uk
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-general(at)postgresql(dot)org
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Date: 2008-07-22 18:22:43
Message-ID: 2383.1216750963@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:
>> What ulimit settings are operative anyway? (ulimit -a
>> might tell you)

> deb:/usr/pgsql_src/postgresql-8.3.3/src/test/regress# ulimit -a
> core file size (blocks, -c) 0

Hmm, are you sure the core actually corresponds to your failure?
Because this says you've got core dumps turned off.

> stack size (kbytes, -s) 8192

The stack size rlimit looks normal, which makes a crash in this spot
look even less probable. I think maybe you are looking at a stale
corefile that doesn't quite correspond to this postgres executable.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2008-07-22 18:30:13 Re: Problems Restarting PostgreSQL Daemon
Previous Message Glyn Astill 2008-07-22 18:09:02 Re: Initdb problem on debian mips cobalt: Bus error