Skip Menu |

This queue is for tickets about the Gimp CPAN distribution.

Report information
The Basics
Id: 78417
Status: resolved
Priority: 0/
Queue: Gimp

People
Owner: ETJ [...] cpan.org
Requestors: salsaman [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.2pre1
Fixed in: 2.3



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).
Reason is, that gimp command line (changed for 2.3 or 2.3001) tried to run the perl-server, and when it failed, aborted running its batch command instead of continuing to the "quit". That is now sorted. Thanks for the report, though! I hope you'll watch this space and try 2.3001 in a day or two.