-
Notifications
You must be signed in to change notification settings - Fork 593
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
removed dbBlock::duplicate which causes memory corruption issues #6536
removed dbBlock::duplicate which causes memory corruption issues #6536
Conversation
Signed-off-by: Jeff Ng <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused and buggy API
@jeffng-or Could you try merging the latest master branch in this PR? The CI failure seems unrelated to your changes, and a merge should fix it. |
Thanks, I've merged the latest onto my branch. Is that sufficient for Jenkins to pick up the change and re-run it? |
clang-tidy review says "All clean, LGTM! 👍" |
Yes, it should be enough. The pipelines restarted now. |
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
08da6f1
into
The-OpenROAD-Project:master
Removed the dbBlock::duplicate method, which causes memory corruptions when used in the context of a Python unit test that destroys the DB as part of the tearDown method. The duplicate method doesn't appear to be used in any other OR code after checking .c, .h, *.i, *.tcl, and *.py files.