Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-29 Thread Stefan Kaltenbrunner
Tom Lane wrote: I wrote: One possibility for fixing it is that maybe we should be making an effort to execute Tcl_Finalize() before exiting the backend. If so, having pltcl set up an on_proc_exit callback to do it would be the appropriate thing. This is all speculation though. Just for

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-29 Thread Tom Lane
Stefan Kaltenbrunner [EMAIL PROTECTED] 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 $

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-29 Thread Stefan Kaltenbrunner
Alvaro Herrera wrote: Stefan Kaltenbrunner wrote: backtrace for 7235: (gdb) bt Please do this in GDB: thread apply all bt (or maybe it is threads apply all bt) This'll give you backtraces for all threads in the process. sorry forgot to mention that - the backtrace for the other

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-29 Thread Stefan Kaltenbrunner
Tom Lane wrote: Stefan Kaltenbrunner [EMAIL PROTECTED] 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?

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-28 Thread Tom Lane
Stefan Kaltenbrunner [EMAIL PROTECTED] writes: FWIW - I removed --with-tcl from quagga's configuration about two weeks ago and it has not failed(for that reason) again. So the issue most definitly looks like plptcl related ... I poked around a bit in the Tcl sources, and as far as I can tell

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-24 Thread Stefan Kaltenbrunner
Stefan Kaltenbrunner wrote: Tom Lane wrote: Stefan Kaltenbrunner [EMAIL PROTECTED] writes: one of my new buildfarm boxes (an Debian/Etch based ARM box) is sometimes failing to stop the database during the regression tests:

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-24 Thread Tom Lane
Stefan Kaltenbrunner [EMAIL PROTECTED] writes: FWIW - I removed --with-tcl from quagga's configuration about two weeks ago and it has not failed(for that reason) again. So the issue most definitly looks like plptcl related ... It sorta looks like Tcl might be installing an atexit() callback

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-24 Thread Stefan Kaltenbrunner
Tom Lane wrote: Stefan Kaltenbrunner [EMAIL PROTECTED] writes: FWIW - I removed --with-tcl from quagga's configuration about two weeks ago and it has not failed(for that reason) again. So the issue most definitly looks like plptcl related ... It sorta looks like Tcl might be installing an

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-08 Thread Tom Lane
Stefan Kaltenbrunner [EMAIL PROTECTED] writes: one of my new buildfarm boxes (an Debian/Etch based ARM box) is sometimes failing to stop the database during the regression tests: http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=quaggadt=2007-01-08%2003:03:03 this only seems to happen

Re: [HACKERS] weird buildfarm failures on arm/mipsel and --with-tcl

2007-01-08 Thread Stefan Kaltenbrunner
Tom Lane wrote: Stefan Kaltenbrunner [EMAIL PROTECTED] writes: one of my new buildfarm boxes (an Debian/Etch based ARM box) is sometimes failing to stop the database during the regression tests: http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=quaggadt=2007-01-08%2003:03:03 this