-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Reading a std::optional<std::string> crashes lldb #53490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@llvm/issue-subscribers-lldb |
@llvm/issue-subscribers-bug |
CC @danilashtefan may be related to https://reviews.llvm.org/D114403 |
Using
(this error doesn't show up when using |
When compiling the below code with
g++ -g
, lldb crashes when usingp foo
. This doesn't occur if the code is compiled using clang.Output:
The text was updated successfully, but these errors were encountered: