Date: Sun, 06 Feb 2022 12:26:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261744] LLDB crashes when autocompleting variable name with p Message-ID: <bug-261744-227-0UItGV8sgp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261744-227@https.bugs.freebsd.org/bugzilla/> References: <bug-261744-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261744 --- Comment #1 from Daniel P=C3=A9rez <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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261744-227-0UItGV8sgp>