Core dumped while running on Ubuntu 16.04 LTS
See original GitHub issueWhen I’m trying to run the test under ubuntu 16.04, an error occurs:
java -cp .:pandomium-67.0.jar PandomiumTest
[17:43:00.768][main/INFO ] #
[17:43:00.770][main/INFO ] # Launching Pandomium 67.0
[17:43:00.770][main/INFO ] # Chromium Version: 67.0.3396.62
[17:43:00.770][main/INFO ] # CEF Version: 3.3396.1775.g5340bb0
[17:43:00.770][main/INFO ] #
[17:43:00.771][main/INFO ] Progress: 0%
[17:43:00.780][main/INFO ] Creating symlink /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/icudtl.dat to /home/charles/JCEF/natives/icudtl.dat
[17:43:00.780][main/INFO ] Creating symlink /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/natives_blob.bin to /home/charles/JCEF/natives/natives_blob.bin
[17:43:00.780][main/INFO ] Creating symlink /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/snapshot_blob.bin to /home/charles/JCEF/natives/snapshot_blob.bin
[17:43:00.781][main/INFO ] Progress: 100%
initialize on Thread[AWT-EventQueue-0,6,main] with library path /home/charles/JCEF/natives
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f10be5a5cda, pid=1198, tid=0x00007f10be79d700
#
# JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11)
# Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x9cda]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/charles/JCEF/hs_err_pid1198.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
[1] 1198 abort (core dumped) java -cp .:pandomium-67.0.jar PandomiumTest
It works normally under windows.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Where do I find the core dump in ubuntu 16.04LTS?
In Ubuntu the core dumps are handled by Apport and can be located in /var/crash/ . But it is disabled by default in...
Read more >Resolving Segmentation Fault (“Core dumped”) in Ubuntu - Blog
Core dumped means when a part of code tries to perform read and write operation on a read-only or free location. Segfaults are...
Read more >Ubuntu Manpage: core - core dump file
The gdb(1) gcore command can be used to obtain a core dump of a running process. In Linux versions up to and including...
Read more >How to solve the segmentation fault (core dumped) error in ...
Segmentation fault means that some applications or libraries are failing hard, and crashing, which is what the segfault messages are.
Read more >Segmentation Fault Core Dumped Ubuntu - Javatpoint
This error might strike our Ubuntu system at any point. Segmentation fault is when our system attempts to access any page of memory...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s ok, currently I’m trying to port this library in Java Application, I will keep posting the problems I met here : )
Did you solve that?