ppmd_sh
ppmd_sh copied to clipboard
longjmp error
trafficstars
Ubuntu 18.04, g++ 7.4.0 Compilation as given in readme. Compression of any file (e.g., size 1 with single space) results in " *** longjmp causes uninitialized stack frame ***: ./pmd terminated "
Same error of optimization flags -O1, -O2, -O3, but for -O0 the program works.
It seems that adding -U_FORTIFY_SOURCE helps but this is rather a workaround.
coro3b (new version of my coroutine library) seems to work, but I replaced it with a fake which doesn't use longjmp here. Thanks for testing.