Skip to content
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

Fix crash reported in #4070. #4091

Merged
merged 4 commits into from
Jun 1, 2020
Merged

Conversation

pranavsharma
Copy link
Contributor

Description: Fix crash reported in #4070.
No logger is available when the session options APIs are used before creating an env. This went undetected in all our tests since we've a default logger setup in the test env and we always create the env before using any of the other APIs. I would've expected the issue to show up in this test. However, the C# tests are not run sequentially and a later test always ends up setting up the env and hence the default logger. Hence I added a test that does not rely on any test env.

I'm logging a message here and not returning an error to avoid breaking existing code. Ideally users should be able to upgrade ORT without changing their code.

Motivation and Context
Fixes issue #4070.

@pranavsharma pranavsharma requested a review from a team as a code owner May 30, 2020 01:30
skottmckay
skottmckay previously approved these changes Jun 1, 2020
Copy link
Contributor

@skottmckay skottmckay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pranavsharma pranavsharma merged commit 6c1b2f3 into master Jun 1, 2020
@pranavsharma pranavsharma deleted the fix_api_calls_without_env branch June 1, 2020 22:27
stevenlix pushed a commit that referenced this pull request Jun 14, 2020
* Fix crash reported in #4070.

* Add newline to warning message

* Add comment for using cout instead of the logger
stevenlix added a commit that referenced this pull request Jun 15, 2020
* Fix deprecated CentOS link for Linux CI pipeline (#4000)

* Fix Linux_CI_GPU_Dev

* centos6

* Fix crash reported in #4070. (#4091)

* Fix crash reported in #4070.

* Add newline to warning message

* Add comment for using cout instead of the logger

* fix optional input/outputs (#4229)

Co-authored-by: Ryan Lai <[email protected]>
Co-authored-by: Pranav Sharma <[email protected]>
Co-authored-by: Tracy Sharpe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants