CVS update: samba/source/lib

Martin Pool mbp at samba.org
Fri Nov 30 13:59:23 EST 2001


On 27 Nov 2001, tridge at samba.org wrote:
> 
> Date:	Tue Nov 27 20:44:24 2001
> Author:	tridge
> 
> Update of /home/cvs/samba/source/lib
> In directory va:/tmp/cvs-serv22415
> 
> Modified Files:
> 	util.c 
> Log Message:
> turn off the insure xterm hack for now

Would it be useful for the build farm to perhaps have (pseudocode)

 if (!getenv("DISPLAY")) {
    cmd = "(echo bt; echo while 1; echo info locals; echo up; echo end; echo quit; ) "
          ">/tmp/gdbinit.%d; "
          "gdb -x /tmp/gdbinit.%d /proc/%d/exe %d";
 }

so that we get some information about what went wrong on the
buildfarm?

-- 
Martin 




More information about the samba-cvs mailing list