<div dir="ltr">Hello data challengers,<div><br></div><div>I messed up in a recent change that I checked into the trunk and the dc-2 branch that affects hddm i/o.  I was trying to get rid of a compiler warning that recommends extra parentheses in the int expression, "4-len&3".  To "fix" this I changed the expression to "4-(len&3)" which made sense to me because the bitwise-and "&" is every bit a multiply, so it should have precedence above the +, right?  WRONG!  I have just now checked in an update that changes this to "(4-len)&3", and my test of hddm i/o is working again.</div>
<div><br></div><div>Unfortunately, if you have been building with the updated xstream source tree (updated some time a week ago) then you may be seeing random file truncation, seg faults, and the like.  I don't think this explains the short rest file problem, but it could be affecting the symptoms so please update to the latest source and rebuild before continuing with tests.  This was unnecessary, sorry about my blunder.</div>
<div><br></div><div>-Richard J.</div></div>