Re: What in the world is happening on spoonbill?

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: What in the world is happening on spoonbill?
Date: 2008-05-17 17:01:52
Message-ID: 482F0F80.9010202@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Buildfarm member spoonbill's last four HEAD builds have all failed in
> the same utterly bizarre way. It looks like about half of the test
> results files got truncated at random places --- no errors, no nothing,
> the file just ends early. What's up with that?

psql is coredumping:

#0 0x0000000000112ea0 in print_aligned_text (cont=0xffffffffffff8a90,
fout=0x74c0c8) at print.c:664
664 if (width > 0 && width_wrap[i] &&
(gdb) bt
#0 0x0000000000112ea0 in print_aligned_text (cont=0xffffffffffff8a90,
fout=0x74c0c8) at print.c:664
#1 0x0000000000116e40 in printTable (cont=0xffffffffffff8a90,
fout=0x74c0c8, flog=0x0) at print.c:2248
#2 0x00000000001170e0 in printQuery (result=0x41a44800, opt=0x4,
fout=0x74c0c8, flog=0x0) at print.c:2365
#3 0x0000000000107dc0 in PrintQueryTuples (results=0x41a44800) at
common.c:605
#4 0x00000000001080b0 in PrintQueryResults (results=0x41a44800) at
common.c:710
#5 0x0000000000108508 in SendQuery (query=0x4f4cd600 "select * from
def_test;") at common.c:870
#6 0x000000000010c5f4 in MainLoop (source=0x74c030) at mainloop.c:242
#7 0x000000000010eb40 in main (argc=6, argv=0xffffffffffff91f8) at
startup.c:347

which points the figner towards the psql changes ...

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-05-17 17:29:47 Re: What in the world is happening on spoonbill?
Previous Message Tom Lane 2008-05-17 16:39:08 What in the world is happening on spoonbill?