Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.9.x] Port #20941 from master #20944

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

josephevans
Copy link
Contributor

Avoid modifying loaded library map while iterating in lib_close() (#20941)

  • Update close libs to not modify map while iterating over opened libraries, rename loaded_libs to loaded_libs_ to signify it is a private member.

  • Clean up and simplify library close code.

  • Fix clang-format.

…ache#20941)

* Update close libs to not modify map while iterating over opened libraries, rename loaded_libs to loaded_libs_ to signify it is a private member.

* Clean up and simplify library close code.

* Fix clang-format.
@mxnet-bot
Copy link

Hey @josephevans , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-cpu, windows-gpu, website, centos-cpu, miscellaneous, edge, sanity, centos-gpu, unix-cpu, clang, unix-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@josephevans josephevans changed the title [v1.9.x] Port #20941 [v1.9.x] Port #20941 from master Mar 8, 2022
@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress pr-awaiting-review PR is waiting for code review and removed pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress labels Mar 8, 2022
@josephevans josephevans merged commit 32cef8e into apache:v1.9.x Mar 9, 2022
@josephevans josephevans deleted the v1.9.x_port_20941 branch March 9, 2022 15:38
@waytrue17 waytrue17 mentioned this pull request Apr 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants