-
Notifications
You must be signed in to change notification settings - Fork 29
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
Need to load ICU data file on Fedora #65
Comments
Minimal code example to make V8 crash in R on Fedora 30 without dagitty or other libraries: V8::new_context()$eval("\"a\".localeCompare(\"b\")") The same code works for me in nodejs on the same machine: [root@fedora-2gb-nbg1-1 ~]# node
> "a".localeCompare("b")
-1
> |
Thanks that is very helpful! |
Here is the bug report in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1755114 |
Still a problem if we build against v8-devel in Fedora 34 (but not with DOWNLOAD_STATIC_LIBV8). |
This was referenced Jan 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like Fedora 30 version of libv8 now also has a custom ICU so we to do something similar:
V8/src/bindings.cpp
Lines 36 to 40 in 6ac6e34
Bug report in dagitty: jtextor/dagitty#24
The text was updated successfully, but these errors were encountered: