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

Date::toLocaleString() crashes in Node v12.0.0 @Windows 7 #27420

Closed
ukoloff opened this issue Apr 26, 2019 · 1 comment
Closed

Date::toLocaleString() crashes in Node v12.0.0 @Windows 7 #27420

ukoloff opened this issue Apr 26, 2019 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation.

Comments

@ukoloff
Copy link

ukoloff commented Apr 26, 2019

  • Version: v12.0.0
  • Platform: win32
  • Subsystem: Date object

The bug happens on Windows 7 with russian locale. No error on Windows 10.

This is ok:

>node -p "new Date().toLocaleString('en-US')"
4/25/2019, 8:50:04 PM

And here it is:

>node -p "new Date().toLocaleString()"


#
# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 0194E130
@bnoordhuis bnoordhuis added duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation. labels Apr 26, 2019
@bnoordhuis
Copy link
Member

Duplicate of #27379.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation.
Projects
None yet
Development

No branches or pull requests

2 participants