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

ICU data files missing? #27

Open
tombatron opened this issue Nov 22, 2019 · 1 comment
Open

ICU data files missing? #27

tombatron opened this issue Nov 22, 2019 · 1 comment
Labels
enhancement inreview I'm reviewing the enhancement now. If accepted I will set the 'todo' or 'inprogress' labal next. todo

Comments

@tombatron
Copy link

#
# Fatal error in ../../src/objects/js-number-format.cc, line 358
# Failed to create ICU number_format, are ICU data files missing?
#
#
#
#FailureMessage Object: 0000003C273FBE50
==== C stack trace ===============================

        V8ExecuteCompiledScript [0x00007FFDD4E841EB+19220107]
        V8ExecuteCompiledScript [0x00007FFDD4B9F921+16186817]
        V8ExecuteCompiledScript [0x00007FFDD4B9090F+16125359]
        V8ExecuteCompiledScript [0x00007FFDD44881AF+8750671]
        V8ExecuteCompiledScript [0x00007FFDD4455DDA+8544890]
        V8ExecuteCompiledScript [0x00007FFDD3DDB4D5+1751413]
        V8ExecuteCompiledScript [0x00007FFDD3DDCF9F+1758271]
        V8ExecuteCompiledScript [0x00007FFDD4933EED+13648781]

Encountering the above error when attempting to render a React component.

Any idea what this means?

@rjamesnw
Copy link
Owner

rjamesnw commented Dec 23, 2019

Hi, that looks like you are trying to perform some kind of number formatting within JS. Someone else had a similar issue with V8 here:

https://groups.google.com/forum/#!topic/v8-users/4DOD6z57xfU

What you are most likely trying to do requires this: https://v8.dev/docs/i18n - which was included in the V8 DLLs, but it seems V8 does not assume to look for the icudtl.dat file in the current working directory. I'll have to figure out if it can be statically included somehow, or else the file will need to be including with the V8 dlls separetly.

@rjamesnw rjamesnw added inreview I'm reviewing the enhancement now. If accepted I will set the 'todo' or 'inprogress' labal next. enhancement todo labels Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement inreview I'm reviewing the enhancement now. If accepted I will set the 'todo' or 'inprogress' labal next. todo
Projects
None yet
Development

No branches or pull requests

2 participants