The XML parser blows up when it finds the following:
AC_ALPHALIMITS -0.087 0.28 <!-- blah -->
</METRICS>
Must have a least two whitespace chars at the end of
the AC_ALPHALIMITS line (besides what's inside a
comment). A blank line before closing </METRICS> tag
may make a difference
The result is what I consider an infinite loop. I
stuck a cout at the
end of GetNextConfigLine(), and it just prints out EOF
forever.
Logged In: YES
user_id=144031
I tried this and it now appears to work.