anirudh2290 opened a new pull request #14433: Prevent crashes for opencv exception and std::exception URL: https://github.com/apache/incubator-mxnet/pull/14433 ## Description ## fixes #8663 , fixes #9475, fixes #10389, fixes #13217 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes) - [x] Changes are complete (i.e. I finished coding on this PR) - [x] All changes have test coverage: - Unit tests are added for small changes to verify correctness (e.g. adding a new operator) - Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore) - Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL) ### Changes ### - [x] Added support for std::exception handling to prevent crash - [x] Added test ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
