labath wrote: I see, so it's one of those popups that don't require interaction and disappear on their own after a while. I'm still somewhat worried, as these errors tend to be bursty.
Like, if there's something wrong with the debug info, we could get dozens (or more) of errors of the kind I just removed in #132395. I see they're currently being deduped, but the implementation is rather naive -- a hash of the error message, which won't help since a lot of these messages contain debug info offsets and stuff. However, I suppose we could improve this logic if that becomes a problem, so I guess I'd be fine with this. https://github.com/llvm/llvm-project/pull/137280 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits