humbi83 / lz4

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

Large data compression #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 640 x 480 x 16 bit data, ARM Linux, 1.2 GHz dual-core, 1 GB ram, OpenJDK.
2. Trying to compress it.

What is the expected output? What do you see instead?
Expected:
compression length

Recieved:
Nothing. When I try to kill the process the following error :

OpenJDK Zero VM warning: Exception java.lang.NullPointerException occurred 
dispatching signal SIGINT to handler- the VM may need to be forcibly terminated

What version of the product are you using? On what operating system?
Linux, PandaBoard-ES

Please provide any additional information below.

Original issue reported on code.google.com by unnameds...@gmail.com on 20 Sep 2013 at 8:22

GoogleCodeExporter commented 8 years ago
As it can be understood from OpenJDK, I'm using Java 1.7. 

Also I've obtained a timeout error as below just after the error above:

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:285), pid=923, tid=2379707504
#  fatal error: caught unhandled signal 11
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK Zero VM (22.0-b10 mixed mode linux-arm )
# Derivative: IcedTea 2.3.10
# Distribution: Ubuntu 12.04 LTS, package 7u25-2.3.10-1ubuntu0.12.04.2
# 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/db/Desktop/thesis_java/hs_err_pid923.log
Segmentation fault

Original comment by unnameds...@gmail.com on 20 Sep 2013 at 8:25

GoogleCodeExporter commented 8 years ago
I can't offer my support for JDK. This is a domain I'm not expert in.

If you are willing to use LZ4 in a Java program, I can only offer you to 
consider Adrien Grand's version, at https://github.com/jpountz/lz4-java

After all, his version is already validated in large production environments, 
and should be safe of obvious (and less obvious) problems.

Original comment by yann.col...@gmail.com on 20 Sep 2013 at 9:34

GoogleCodeExporter commented 8 years ago
seems unrelated to LZ4 C version

Original comment by yann.col...@gmail.com on 25 Sep 2013 at 9:05