Closed
Description
node -p "new Intl.v8BreakIterator()"
#
# Fatal error in , line 0
# Failed to create ICU break iterator, are ICU data files missing?
#
==== C stack trace ===============================
1: V8_Fatal
2: v8::internal::BreakIterator::InitializeBreakIterator(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>)
3: v8::internal::Runtime_CreateBreakIterator(int, v8::internal::Object**, v8::internal::Isolate*)
4: 0x35e1cb4060bb
[1] 14295 illegal hardware instruction (core dumped) node -p "new Intl.v8BreakIterator()"
This is the line where it happens:
Line 914 in 64beab0
I guess that the feature v8 is trying to load is not available with small-icu
? Anyway it seems wrong to experience a fatal error in this case.