On 2/17/16, Boruch Baum <boruch_b...@gmx.com> wrote:
> One distro I'm using is Manjaro, and they've set $BROWSER in
> /etc/skel/.bashrc to xdg-open. In that situation, when a command line
> program tries to open a port on localhost, xdg-open tries and fails.
> fossil ui seems to persistly retry forever, causing a fork bomb.

The code that launches the web-browser is here:
https://www.fossil-scm.org/fossil/artifact/10310d2?ln=1784

This is inside a loop, but if the loop reaches the line above, that
guarantees it is on its last cycle.  So the web-browser should only be
invoked once.  Unless you can see something that I am missing....


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to