[Bug 261744] LLDB crashes when autocompleting variable name with p

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Feb 2022 12:26:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261744

--- Comment #1 from Daniel PĂ©rez <steew0x8@protonmail.com> ---
Stack dump:
0.      Program arguments: lldb ./drez
1.      <user expression 1>:1:1: current parser token 'to_ref'
2.      <lldb wrapper prefix>:44:1: parsing function body '$__lldb_expr'
3.      <lldb wrapper prefix>:44:1: in compound statement ('{}')
#0 0x0000000003ee1191 PrintStackTrace
/usr/src/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:565:13
#1 0x0000000003edf647 RunSignalHandlers
/usr/src/contrib/llvm-project/llvm/lib/Support/Signals.cpp:72:18
#2 0x0000000003ee1790 SignalHandler
/usr/src/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:0:3
#3 0x0000000809e74ba0 handle_signal /usr/src/lib/libthr/thread/thr_sig.c:0:3
Segmentation fault (core dumped)

This happens when trying to autocomplete variable name with TAB. Does work
correctly if variable is typed manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.