snappy-java icon indicating copy to clipboard operation
snappy-java copied to clipboard

Snappy compressor/decompressor for Java

Results 68 snappy-java issues
Sort by recently updated
recently updated
newest added

Hello snappy team, running an application on Mac M1 Pro with Ventura 13.6.6, Java Temurin-17.0.9+9 and Snappy 1.1.10.5, I keep getting the following error: ``` Caused by: java.lang.NoClassDefFoundError: Could not...

Hello team, This is my first issue in this repo. Is not anything, big thanks for this very cool project. I would like to reach out in order to report...

help wanted
graalvm

在麒麟v10 arm系统上编译snappy java 1.0.4.1,尝试了gcc7,gcc9,gcc10,出现如下错误: g++ -I/usr/local/jdk/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -Ilib/include -I"/usr/local/jdk/include/linux" -Itarget/snappy-1.0.4 -fPIC -o target/snappy-1.0.4-Default/libsnappyjava.so target/snappy-1.0.4-Default/snappy-sinksource.o target/snappy-1.0.4-Default/snappy-stubs-internal.o target/snappy-1.0.4-Default/snappy.o target/snappy-1.0.4-Default/SnappyNative.o -shared -static /usr/bin/ld: /lib/../lib64/libc.a(setjmp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__pointer_chk_guard_local' which...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

library-update

Hi I'm new to Snappy-Java and wrote a basic test for examining the compression ratio for arrays of int, float and double. I'm finding for small arrays of ~10 elements...

We are moving from 1.1.10.3 to 1.1.10.4 (for CVE-2023-43642) and observing performance regressions (reading parquet, if that's important). Anyone else observing similar? Wonder if there's a tie to snappy's upgrade...

`Makefile` still contains: ``` $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class: $(SRC)/org/xerial/snappy/SnappyNative.java @mkdir -p $(TARGET)/jni-classes $(JAVAC) -source 1.7 -target 1.7 -h $(SRC)/org/xerial/snappy/ -d $(TARGET)/jni-classes -sourcepath $(SRC) $< $(SRC)/org/xerial/snappy/SnappyNative.h: $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class $(TARGET)/jni-classes/org/xerial/snappy/BitShuffleNative.class: $(SRC)/org/xerial/snappy/BitShuffleNative.java @mkdir -p $(TARGET)/jni-classes $(JAVAC) -source...

ASLR is a technique designed to make various types of buffer overruns more difficult to exploit, by moving segments around a bit. The stack could be shifted a few bytes...

``` java: target/snappy-1.1.1/snappy.cc:423: char* snappy::internal::CompressFragment(const char*, size_t, char*, snappy::uint16*, int): Assertion `0 == memcmp(base, candidate, matched)' failed. # # A fatal error has been detected by the Java Runtime Environment:...

help wanted