help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Found where it crashes!


From: Hans Deragon
Subject: Re: Found where it crashes!
Date: Fri, 26 Sep 2003 15:30:49 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030905

Mark.Burgess@iu.hio.no wrote:
Sorry - this is a red herring. The list will always be NULL in
a recusrive evaluation. The error here is only in the debugging
code. This is not why cfengine is crashing under normal circumstances.

Mark

Why do you call this a red herring? It was my problem (I always ran cfagent with -d2 while debugging my scripts) and now I fixed it. I did the following:

item-ext.c:394

if(list != NULL)
   {
   Debug("LocateItemMatchingRexExp(%s,%s)\n",list->name,string);
   }
else
   {
   Debug("LocateItemMatchingRexExp(N/A,%s)\n",string);
   }

Will you bring a fix for this issue? I assume it, but I did not receive any confirmation from you. ;)

For the moment, I have no other problems with CFEngine. I still have a few runs to make to verify if everything is working as I expect and if I find any problems, be reassured that I will report them. :)

Have a nice weekend.
Hans Deragon
--
Consultant en informatique/Software Consultant
Deragon Informatique inc.         Open source:
http://www.deragon.biz            http://swtmvcwrapper.sourceforge.net
mailto://hans@deragon.biz         http://autopoweroff.sourceforge.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]