[Lldb-commits] [PATCH] D88967: [lldb] Add a cmake warning about the python/swig incompatibility
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 7 11:38:15 PDT 2020
labath added a comment.
In D88967#2317522 <https://reviews.llvm.org/D88967#2317522>, @amccarth wrote:
> If I recall correctly, the non-debug builds still had the problem, they just didn't have the assertion that made it obvious.
Is that problem only theoretical (like, "you shouldn't be doing that") or does it have some practical consequences (crashes, incorrect operation, etc.)?
I'm certain that it is a "theoretical" problem, but AFAICT it doesn't have any practical consequences. I've been running python-3.8+swig-3.0.12 for quite some time now any I didn't observe see any issues. And I know a lot of other people are running a similar combo too..
I think the "benignness" of this assertion failure was the reason it took so long to find/fix this bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88967/new/
https://reviews.llvm.org/D88967
More information about the lldb-commits
mailing list