[Bug 282042] www/dillo2 fails to load anything if started in xinit+tmux
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 03:45:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282042 Bug ID: 282042 Summary: www/dillo2 fails to load anything if started in xinit+tmux Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: cy@FreeBSD.org Reporter: khwerz@gmail.com Flags: maintainer-feedback?(cy@FreeBSD.org) Assignee: cy@FreeBSD.org Created attachment 254192 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254192&action=edit dpid truss output Using xinit/startx to launch dillo leads to dillo only loading a couple of local files (Not tested with external websites). as in { dillo htmlfiles*.html } After much testing I could reduce the number of hanging tabs but you still get some. launching dpid first, dpidc register; and then launching dillo after sleeping for a while does lead to less hanging (I think) So I ran truss -fda -o /dev/stdout dpid | awk '1;/ERR#9/ {exit}' > dpid.truss.txt which leads to an infinite close(n+1) ERR#9 bad file descriptor with n=3 Making dillo unusable, so trying to debug it is worse. Mind you, I can still use dillo fine, just not via xinitrc, even with sleeping. -- You are receiving this mail because: You are the assignee for the bug.