|
|
 | | From: | Peter Eisentraut | | Subject: | Re: postgresql 8.0.0 make check fails | | Date: | Sat, 22 Jan 2005 00:16:30 +0100 |
|
|
 | Alexander Nolting wrote: > enabling unlimited row size for system tables ... child process > exited with exit code 132
This means the process was aborted by the SIGILL signal, which means that the executable is corrupted or there is a bug in the code or the compiler. Try to find the core file and get a backtrace.
-- Peter Eisentraut http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
|
|
|