Open
Description
Running current user-parallel
on Ubuntu/Linux desktop.
Repro:
- run
node --experimental-worker . -h
- select 2d and try to open a 2d cef site
- the error below happens:
[0520/144933.212990:ERROR:icu_util.cc(172)] Invalid file descriptor to ICU data received.
Trace/breakpoint trap (core dumped)
backtrace in gdb:
(gdb) bt
warning: (Internal error: pc 0x7fffd75c0190 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x7fffd75c0191 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x7fffd75c0191 in read in psymtab, but not in symtab.)
#0 0x00007fffd75c0191 in content::ContentMainDelegate::TerminateForFatalInitializationError() ()
at ../../content/public/app/content_main_delegate.cc:58
#1 0x00007fffd75c1ce7 in TerminateForFatalInitializationError () at ../../content/app/content_main_runner_impl.cc:596
#2 Initialize () at ../../content/app/content_main_runner_impl.cc:767
#3 0x00007fffd8d2e60e in MainInitialize () at ../../services/service_manager/embedder/main.cc:425
#4 0x00007fffd761a75c in Initialize () at ../../cef/libcef/browser/context.cc:405
#5 0x00007fffd761a583 in CefInitialize () at ../../cef/libcef/browser/context.cc:250
#6 0x00007fffd5970450 in cef_initialize () at ../../cef/libcef_dll/libcef_dll.cc:229
#7 0x00007fffde017a1f in browser::CefInitialize2(CefMainArgs const&, CefStructBase<CefSettingsTraits> const&, scoped_refptr<CefApp>, void*) ()
from /home/chris/github/exokit/build/Release/exokit.node
#8 0x00007fffde01975c in browser::initializeEmbedded(std::cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /home/chris/github/exokit/build/Release/exokit.node
#9 0x00007fffde00a0f0 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<browser::Browser::New(Nan::FunctionCallbackInfo<v8::Value> const&)::{lambda()#1}> > >::_M_run() () from /home/chris/github/exokit/build/Release/exokit.node
#10 0x00007ffff76fd66f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007ffff6e726db in start_thread (arg=0x7fffb7fff700) at pthread_create.c:463
#12 0x00007ffff6b9b88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95