From: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: weird buildfarm failures on arm/mipsel and --with-tcl |
Date: | 2007-01-29 19:14:41 |
Message-ID: | 45BE47A1.8060004@kaltenbrunner.cc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>> this patch definitly changes behaviour but not actually for the better :-(
>
> Oh well, it was worth a try. At this point I think we have to suppose
> this is a Tcl bug and not our fault. Can you reproduce the problem in
> bare "tclsh"? Try
>
> $ tclsh
> % interp create
> interp0
> % interp create -safe
> interp1
> % exit
> $
>
> If tclsh doesn't quit when told then it's easy to file (but you might
> want to try the latest tcl version first --- they're up to 8.4.14)
hmm the above sequence just works fine on that box - will experiment
with a more recent version as time permits (there is no other version
available in the debian repo right now which makes this a bit more
difficult).
Stefan
From | Date | Subject | |
---|---|---|---|
Next Message | Markus Schiltknecht | 2007-01-29 19:28:08 | Re: [pgsql-patches] Autovacuum launcher patch |
Previous Message | Tom Lane | 2007-01-29 19:07:25 | Re: shared_preload_libraries support on Win32? |