Re: InitDB: Bad system call

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: Torsten Zühlsdorff <foo(at)meisterderspiele(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: InitDB: Bad system call
Date: 2010-08-11 02:59:19
Message-ID: 24678.1281495559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Smith <greg(at)2ndquadrant(dot)com> writes:
> Torsten Zhlsdorff wrote:
>> Bad system call (core dumped)

> Have you tried running the initdb with strace or truss? That might give
> you a clue as to exactly what system call is failing. Your jail isn't
> allowing something fundamental here, but it's hard to guess what.

Or even easier, gdb the core file ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2010-08-11 03:35:59 Re: fork() and dynamically loaded c functions....
Previous Message Greg Smith 2010-08-11 02:32:53 Re: InitDB: Bad system call