[Bug 292656] www/p5-Net-Curl : Multi interface fails with "Operation was aborted by an application callback"

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 23 Jan 2026 16:33:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292656

--- Comment #3 from Andrew <andrew.fengler@scaleengine.com> ---
Hi Olivier,

I can see the error you're having, but i'm not sure this is fdset/select multi
being broken since i have scripts that use that method and are working fine.  
The error when i trace your script is coming from:
/usr/local/lib/perl5/site_perl/mach/5.36/Net/Curl/Multi.pm:21

That's in "use overload"

 20         '""' => sub {
 21                 return Net::Curl::Multi::strerror( ${(shift)} );
 22         },

From the docs in overload "this is called whenever an object blessed into the
package is used in a string context "
My only guess is something is being called wrong, but some quick efforts to
resolve differences between your code and mine haven't produced results.  My
script is a very complex beast, so this isn't easy.  I'll try to look at it
again later.

-- 
You are receiving this mail because:
You are the assignee for the bug.