Hi All,
Stumbled upon the following behavior:
$ /usr/bin/lldb --version
lldb version 3.6.0 ( revision )
ok, but
/usr/bin/lldb --version >& LLDB.VERS
Segmentation fault (core dumped)
Suspect a bug, debugged it a bit, failed in wcscmp ()
More details are here:
https://github.com/rust-lang/rust/issues/26297
Thanks!
Alexander