Обсуждение: signal 4 recieved when index creation

Поиск
Список
Период
Сортировка

signal 4 recieved when index creation

От
frederic.germaneau@bull.net
Дата:
hi!

I am testing postgreSQL 8.0 rc1 compiled with xlc on AIX5.2.

I'm trying to create an index on a 4 500 000 raws table and postmaster
recieves signal 4.

what can I do to resolve it?

Thanks

Frédéric Germaneau



Re: signal 4 recieved when index creation

От
Martijn van Oosterhout
Дата:
On my system signal 4 is SIGILL (Illegal instruction), maybe you're
triggering a compiler error. Can you run the backend under gdb or get a
core file to see where it's dying. Trying it compiled with gcc would be
a good test too...

On Thu, Dec 09, 2004 at 04:27:18PM +0100, frederic.germaneau@bull.net wrote:
> hi!
>
> I am testing postgreSQL 8.0 rc1 compiled with xlc on AIX5.2.
>
> I'm trying to create an index on a 4 500 000 raws table and postmaster
> recieves signal 4.
>
> what can I do to resolve it?

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения