[email protected] wrote: > On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: > > Segmentation fault > > ~/src/sent-0.1$ > > different crash with zzuf: > > zzuf -r 0.06 ./sent sent.c > … > error, cannot load font: 'ubuntu:size=10' > error, cannot load font: 'roboto:size=10' > error, cannot load font: 'dejavu:size=10' > … > error, cannot load font: 'ubuntu:size=335' > error, cannot load font: 'roboto:size=335' > error, cannot load font: 'dejavu:size=335'
Heyho, nice, you aparently used input fuzzing to find out that your font setup is broken? Try the latest commit, it should not segfault anymore, but just die since none of the fonts are available on your system. Install one of them or select an installed one in config.h to actually get some slides on the screen. --Markus
