This is on LV 8.2, I haven't tried it in previous versions
If you enter
..
into Eval Formula String (or anything else that uses NI_Gmath.lvlib:Parse Formula String), it'll enter an infinite loop in the
NI_Gmath.lvlib:String to Tree.VI
This is due to NI_Gmath.lvlib:String to Tree Inner Part.vi never ending the analysis
Anything containing ".." where a number should be (or as part of the number like 1..5) seems to cause it as well.
Currently I'm filtering out inputs containing ".." hopefully there aren't any other kinds inputs that can cause this (since when the infinite loop happens it locks up my program).
It would be helpful If someone has a fixed version of the parsing VI's or knows what kind of inputs (so I can filter all of them) can cause this infinite loop.