[lldb-dev] suspect bug: lldb segfault when redirecting `--version` output

Pavel Labath labath at google.com
Mon Jun 15 10:52:52 PDT 2015


Hi,
I haven't been able to reproduce this with the latest lldb (from git).
Could you check if this is still an issue there.

pl

On 14 June 2015 at 23:18, Alexander Samoilov
<alexander.samoilov at googlemail.com> wrote:
> Hi All,
>
> Stumbled upon the following behavior:
>
> ```sh
> $ /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
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>



More information about the lldb-dev mailing list