Subject: | Gimp::on_net hanging with gimp 2.8 |
Gimp::on_net(\&func) hangs.
ps shows two processes:
/usr/bin/gimp-2.8 --no-splash --console-messages -i -b
(extension-perl-server 1 3 5) (gimp-quit 0)
/usr/lib64/gimp/2.0/plug-ins/script-fu -gimp 6 4 -run 0
doing an strace on the second of these processes reveals that it is
hanging in select(1024, [6], NULL, NULL, NULL,...)
fd 6 seems to be a socket (pipe).