20 Feb
2013
20 Feb
'13
11:22 a.m.
On 20/02/13 15:46, A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
Arg. Arran has a Centos system which reproduces this. He's looking at it now.
cool, I like reproducability
Valgrind doesn't find anything. This is weird as hell.
not cool. things just not working is wierd.
Well, based on the discrepancy between the source file and gdb line counts, I wonder if it's a gcc-ism - maybe inline behaviour or something? - that's also screwing things up. Also: is the intent of the various "const" in conffile.c to avoid mutating the CONF_PARSER objects? Because if so, I think they're the wrong way round - shouldn't they be: CONF_PARSER const* x ...rather than const CONF_PARSER *x ?