8 Jun
2024
8 Jun
'24
4:49 p.m.
Hi, On Sat, Jun 08, 2024 at 08:24:25AM -0600, pastebin@gmx.com wrote:
any idea what triggers it?
Can you share the output of (with dillo opened): % ls -ld /html /html/tmp % ps -fC dillo Which version of Dillo and FLTK do you have? Cannot reproduce with Dillo 3.1.1 and FLTK 1.3.9. I'm thinking it may be related to file access permissions, which user are you running Dillo with? If you can reproduce it systematically you may be able to send us a trace with strace: % dillo & % strace -f -o trace.log -p $! ... Reproduce the problem and Ctrl+C % gzip trace.log Then send trace.log.gz, which should contain any file system access error there. Rodrigo.