Hans Kristian Rosbach
Hans Kristian Rosbach
Reproduceable using Clang 14.0.5 and zlib-ng develop snapshot (probably the same with any version of zlib-ng really). ``` export SZ_CODE=0 SZ_LINK=0 SZ_HEAP=0 SZ_STACK=1 SZ_CLEAN=1 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DWITH_BENCHMARKS=OFF -DCMAKE_C_COMPILER=/home/hansr/github/stabilizer/szcc -DCMAKE_CXX_COMPILER=/home/hansr/github/stabilizer/szcc++ -DCMAKE_C_FLAGS="-g"...
Tested using: Clang 12.0.1 (Fedora 12.0.1-1.fc34) Built zlib-ng from `develop` branch and ran the resulting example (basic self-tests) binary. ``` export SZ_CODE=1 SZ_LINK=0 SZ_HEAP=0 SZ_STACK=0 SZ_CLEAN=1 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DWITH_BENCHMARKS=OFF -DWITH_GTEST=OFF...
This is a list of suggested improvements that anyone can contribute to, I will try to keep it updated as we add/remove items. Please try not to clutter this thread...
This thread is for tracking information related to the random crashes occuring when SZ_STACK is enabled. If anyone wants to have a go at fixing this bug, please contribute any...
## Mod versions Dedicated server forge-1.12.2-14.23.5.2860 logisticspipes-0.10.4.49 Mekanism-Community-Edition-1.12.2-9.12.8 (Core, Generators, Tools) + Lots of others that are hopefully not relevant here ## How to reproduce: 1. Place Mekanism Energized Smelter...
## Mod versions Dedicated server forge-1.12.2-14.23.5.2860 logisticspipes-0.10.4.49 Mekanism-Community-Edition-1.12.2-9.12.8 (Core, Generators, Tools) + Lots of others that are hopefully not relevant here ## How to reproduce: What I did was try...
Lately (past month or two), I have a problem where the ams readings stop updating very often. Sometimes it can last 3 days, other times 2 hours after a homeassistant...
Fix incorrect filename in README And update actions-runner to 2.317.0, the latest version before .Net8 requirement.
Following discussions lately, I figured I'd prepare a PR that does away with the aligned allocs. Currently inflate and deflate already always check and fix unaligned allocs, so there is...
Based on #1448 by @rhpvorderman. This replaces the old `test-data.cmake` that partly does the same thing. The old one tests 10 parameter combinations per input file, the new one by...