MkLinux port broken (2/15 snapshot) - Mailing list pgsql-hackers

From t-ishii@sra.co.jp
Subject MkLinux port broken (2/15 snapshot)
Date
Msg-id 199802160849.RAA22262@srapc451.sra.co.jp
Whole thread Raw
List pgsql-hackers
2/15 snapshot did not pass a regression test.

regression=> CREATE TABLE DEFAULT_TBL (i int DEFAULT 100,x text DEFAULT 'vadim', f float8 DEFAULT 123.456);
CREATE
regression=> INSERT INTO DEFAULT_TBL (i, f) VALUES (2, 987.654);
PQexec() -- Request was sent to backend, but backend closed the channel before responding.
        This probably means the backend terminated abnormally before or while processing the request.
Program received signal SIGABRT, Aborted.
0x2ad246f8 in kill ()

here is the back trace info.

(gdb) where
#0  0x2ad246f8 in kill ()
#1  0x2ad245b8 in raise ()
#2  0x2ad251cc in abort ()
#3  0x2de584 in form ()
#4  0x2de498 in ExcUnCaught ()
#5  0x2de52c in ExcRaise ()
#6  0x2ddc0c in ExceptionalCondition ()
#7  0x2e1e90 in MemoryContextAlloc ()
#8  0x2e21f4 in palloc ()
#9  0x269274 in _copyConst ()
#10 0x26aa80 in copyObject ()
#11 0x26a2b0 in _copyTargetEntry ()
#12 0x26aba0 in copyObject ()
#13 0x26ac1c in copyObject ()
#14 0x27f480 in preprocess_targetlist ()
#15 0x27c20c in union_planner ()
#16 0x27c134 in planner ()
#17 0x2b2144 in pg_parse_and_plan ()
#18 0x2b22c0 in pg_exec_query_dest ()
#19 0x2b224c in pg_exec_query ()
#20 0x2b3284 in PostgresMain ()
#21 0x26764c in main ()
#22 0x2195c0 in _start ()
--
Tatsuo Ishii
t-ishii@sra.co.jp

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: My patches from Friday
Next
From: Michael Meskes
Date:
Subject: Current snapshot problems