yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Core dump on startup with error Check failed: base::i18n::InitializeICU() #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout and build as per instructions on Wiki Page
2. ./run.sh linux64 Release detailed

What is the expected output? What do you see instead?
Expect the client UI screen to come up. Instead it fails with this text being 
dumped to scree.

Offscreen rendering enabled
Using:
JCEF Version = 3.1916.1749.99
CEF Version = 3.1916.1749
Chromium Version = 35.0.1916.138
initialize on Thread[AWT-EventQueue-0,6,main] with library path ./out/Release
Added scheme search://
Added scheme client://
[0818/090656:FATAL:content_main_runner.cc(751)] Check failed: 
base::i18n::InitializeICU(). 
./run.sh: line 31:  7812 Aborted                 (core dumped) java -cp 
"$CLS_PATH" -Djava.library.path=$LIB_PATH tests.$RUN_TYPE.MainFrame "$@"

What version of the product are you using? On what operating system?
JCEF build corresponding with 3.1916.1749 brach. OS is ubuntu 12.04 64 bit.

uname :
Linux dev-ubuntu-vm 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 
17:39:31 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Java version

java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Please provide any additional information below.

Original issue reported on code.google.com by anth...@gmail.com on 18 Aug 2014 at 1:10

GoogleCodeExporter commented 9 years ago
After seeing the defect 109 I also tried the same by copying the icudtl.dat to 
the directory where Java executable resides. That seems to working. 

So, what ever works for MAC might work here. 

Original comment by anth...@gmail.com on 18 Aug 2014 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 20 Aug 2014 at 3:10