Skip to content

Do not call std::locale::global() on startup #151

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

Merged

Conversation

swift-kim
Copy link
Member

@swift-kim swift-kim commented Jul 21, 2021

Calling std::locale::global(std::locale("")) results in a program crash when the locale is explicitly provided.

e.g.

$ LANG=ja_JP ./flutter_tizen_shell --width=1400 --height=800
Launching a Flutter application...
...
Aborted (core dumped)

@swift-kim swift-kim requested a review from bwikbs July 21, 2021 06:11
Copy link
Member

@bwikbs bwikbs left a comment

Choose a reason for hiding this comment

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

I didn't expect this... this part is needed anymore... but it's still there. 😢

@bwikbs bwikbs merged commit ae4fd0d into flutter-tizen:flutter-2.2.1-tizen Jul 21, 2021
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a12a394...2541b12)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants