[Lldb-commits] [PATCH] D152712: [lldb][Android] Use a lambda for calls to ::open in RetryAfterSignal
Kazuki Sakamoto via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 15 18:09:09 PDT 2023
splhack added a comment.
@leonardchan I think D153091 <https://reviews.llvm.org/D153091> will fix the abort (`-6` should be `SIGABRT`), therefore it should be the assertion check of re-initialization in `FileSystem::Instance`.
Is there a way to run the Linux builder with D153091 <https://reviews.llvm.org/D153091> to make sure it will fix it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152712/new/
https://reviews.llvm.org/D152712
More information about the lldb-commits
mailing list