RESOLVED: "Variables of File" inspector broken in 9.5 and 9.5.1 (fixed in 9.5.2)

I’ll be opening a PMR shortly, but wanted to alert to a possible gotcha. The 9.5.0 agent seems to be truncating the last character when using the “variables of file” inspector:

   q: version of client
A: 9.5.0.311
T: 0.231 ms
I: singular version

q: lines of file "c:\test\test.txt"
A: var1=value1 
A: var2=value2 
T: 0.345 ms
I: plural file line

q: keys "var1" of file "c:\test\test.txt"
A: value1
T: 0.298 ms
I: plural string

q: variables of file "c:\test\test.txt"
A: .var1=value
A: .var2=value
T: 0.563 ms
I: plural string

This result from Fixlet Debugger is also reflected in my results from Analyses. I do see correct results from client versions 9.0.835.0, 9.2.1.48, 9.2.2.21, and 9.2.5.130, but in 9.5.0.311 the last character is being truncated in every result.

1 Like

PMR 19463,004,000 opened on this.

1 Like

Thanks! This is an important inspector due to a lack of keys iterator

Wait for it… “Key of file” is broken too! Related post coming soon.

1 Like

Related: "Key of File" inspector broken in 9.5 and 9.5.1 on Windows 7 / 2008

1 Like

Confirmed this is affecting our 9.5.0 Linux clients as well.

1 Like

Please update the PMR when you validate this but the 9.5.1 clients should address this issue

1 Like

I’m afraid this is still a problem for me in 9.5.1.9, on both Linux and Windows clients.

This issue should be fixed by the 9.5.2 release

2 Likes

Indeed, 9.5.2 is looking good to me, Thanks Much!

1 Like