signal 4 recieved when index creation

Started by Nonameover 21 years ago2 messagesgeneral
Jump to latest
#1Noname
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

#2Martijn van Oosterhout
kleptog@svana.org
In reply to: Noname (#1)
Re: signal 4 recieved when index creation

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/

Show quoted text

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.