BUG #1297: Postgres after 7.3.5 does not works on initdb stage

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1297: Postgres after 7.3.5 does not works on initdb stage
Date: 2004-10-26 23:28:44
Message-ID: 20041026232844.56F4F5A1016@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1297
Logged by: shpac

Email address: shpac(at)ru(dot)ru

PostgreSQL version: 7.3.7

Operating system: Linux 2.0.40

Description: Postgres after 7.3.5 does not works on initdb stage

Details:

Postgres after 7.3.5 does not works on initdb stage.
I compile 7.3.7 and 7.3.8, but after installing and traing to do initdb
script failt on operation:
"vacuuming template1...failed".
in the /usr/local/pgsql/data/base/1/ comes core
here backtrace (gdb postmaster core):

(gdb) bt
#0 0x4029ef50 in ?? () from /lib/libc.so.6
#1 0x8149c57 in varstr_cmp ()
#2 0x8149cdb in text_cmp ()
#3 0x8149f67 in bttextcmp ()
#4 0x8169577 in ApplySortFunction ()
#5 0x80b5a1a in compare_scalars ()
#6 0x40279e97 in ?? () from /lib/libc.so.6
#7 0x40279e0d in ?? () from /lib/libc.so.6
#8 0x40279df4 in ?? () from /lib/libc.so.6
#9 0x40279df4 in ?? () from /lib/libc.so.6
#10 0x40279df4 in ?? () from /lib/libc.so.6
#11 0x40279df4 in ?? () from /lib/libc.so.6
#12 0x40279f60 in ?? () from /lib/libc.so.6
#13 0x80b53db in compute_scalar_stats ()
#14 0x80b424e in analyze_rel ()
#15 0x80ca58e in vacuum ()
#16 0x811c41a in ProcessUtility ()
#17 0x8119d24 in pg_exec_query_string ()
#18 0x811ae67 in PostgresMain ()
#19 0x80e1b8b in main ()

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Wilde 2004-10-26 23:39:09 Strange behavior in psql
Previous Message Bruce Momjian 2004-10-26 22:13:31 Re: [Slony1-general] Thread-safety detection on HP-UX