The regression test is failing early on, during initdb. The core file indicates that there is a SIGBUS. Hopefully the bugs fixed as a result of the "More bogus alignment assumptions" thread will sort things out. Here are initdb.log and the stack trace. If needs be I can recompile with -g but unless I hear otherwise I'll wait for RC2.
Running with noclean mode on. Mistakes will not be cleaned up. This database system will be initialized with username "gsez020". This user will own all the data files and must also own the server process. Creating directory /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data Creating directory /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data/base Creating directory /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data/global Creating directory /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data/pg_xlog Creating template1 database in /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data/base/1 DEBUG: database system was shut down at 2001-03-27 19:10:18 BST DEBUG: CheckPoint record at (0, 8) DEBUG: Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE DEBUG: NextTransactionId: 514; NextOid: 16384 DEBUG: database system is in production state Creating global relations in /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data/global DEBUG: database system was shut down at 2001-03-27 19:10:26 BST DEBUG: CheckPoint record at (0, 112) DEBUG: Redo record at (0, 112); Undo record at (0, 0); Shutdown TRUE DEBUG: NextTransactionId: 514; NextOid: 17199 DEBUG: database system is in production state Initializing pg_shadow. Enabling unlimited row width for system tables. Creating system views. Loading pg_description. Setting lastsysoid. Vacuuming database. Bus Error - core dumped initdb failed. Data directory /SRC/freeware/solaris_2.6/postgresql-7.1RC1/src/test/regress/./tmp_check/data will not be removed at user's request.
Reading src/test/regress/tmp_check/install/usr/local/pgsql/bin/postmaster core file header read successfully Reading /usr/lib/ld.so.1 Reading /usr/lib/libresolv.so.2 Reading /usr/lib/libnsl.so.1 Reading /usr/lib/libsocket.so.1 Reading /usr/lib/libdl.so.1 Reading /usr/lib/libc.so.1 Reading /usr/lib/libmp.so.2 Reading /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 program terminated by signal BUS (invalid address alignment) (dbx) where =>[1] toast_save_datum(0x3efb38, 0x491a, 0x7, 0x4345d8, 0x67677265, 0xefff9b6d), at 0x56104 [2] toast_insert_or_update(0x3efb38, 0x44b450, 0x0, 0x298, 0x449618, 0x44b450), at 0x54ff0 [3] heap_tuple_toast_attrs(0x3efb38, 0x4495d0, 0x0, 0xefffe838, 0x449604, 0x0), at 0x535ac [4] heap_insert(0x3efb38, 0x4495d0, 0xefffe838, 0xffffffff, 0xefffe8a8, 0x0), at 0x4ea50 [5] update_attstats(0x42a2, 0x7, 0x429228, 0x429df4, 0x0, 0x429d50), at 0xc25e4 [6] analyze_rel(0x42a2, 0x0, 0xfffffffe, 0x3990d0, 0x219fa0, 0x0), at 0xc1310 [7] vac_vacuum(0x0, 0x1, 0x0, 0x2000, 0x800000, 0x0), at 0xbb074 [8] vacuum(0x0, 0x0, 0x1, 0x0, 0x0, 0x0), at 0xbaf60 [9] ProcessUtility(0x39d0a0, 0x1, 0x0, 0x0, 0x0, 0x0), at 0x160e08 [10] pg_exec_query_string(0x39cf10, 0x1, 0x3990d0, 0x0, 0x227818, 0x56), at 0x15da58 [11] PostgresMain(0x7, 0xefffecfc, 0x7, 0xefffecfc, 0x286930, 0x626f6f74), at 0x15f448 [12] main(0x7, 0xefffecfc, 0xefffed1c, 0x245000, 0x0, 0x0), at 0xf5494 (dbx)
-- Pete Forman -./\.- Disclaimer: This post is originated WesternGeco -./\.- by myself and does not represent [EMAIL PROTECTED] -./\.- opinion of Schlumberger, Baker http://www.crosswinds.net/~petef -./\.- Hughes or their divisions.
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html