> There are 4 possible combinations that you could try: > > LD_PRELOAD= texluac -o test.luc test.lua \ > && LD_PRELOAD= texlua loader.lua > LD_PRELOAD=libtrash.so texluac -o test.luc test.lua \ > && LD_PRELOAD= texlua loader.lua
These two work. > LD_PRELOAD= texluac -o test.luc test.lua \ > && LD_PRELOAD=libtrash.so texlua loader.lua > LD_PRELOAD=libtrash.so texluac -o test.luc test.lua \ > && LD_PRELOAD=libtrash.so texlua loader.lu These two crash, only showing 'C'. > Ah, I mean the standalone Lua program, nothing to do with TeX. I > think that this is the correct package for OpenSUSE: > > https://software.opensuse.org/package/lua53 OK, thanks. So: lua 5.3.6 coming with openSUSE 15.6 works/crashes in exactly the same way as above. I also tested lua versions 5.1.5 and 5.4.4, which also come with openSUSE: with 5.1.5, everything works fine; with 5.4.4, it crashes in the same way. > Do you have snapper enabled on your root partition? Sorry, no. I've set up my OS from scratch just a few days ago. Werner