>   On an first try whohas segfaulted on searching openanno. This may well
> be an perl issue however.
>
> Caught a SIGSEGV at /usr/share/perl5/LWP/Protocol/http.pm line 211

   206          do {
   209              my $n = $socket->syswrite($req_buf, length($req_buf));
   210              unless (defined $n) {
   211                  redo if $!{EINTR};


Perl IO code segfaulting shortly after receiving INTR sounds like bug #275357 .
I'm guessing memory corruption at PerlIOUnix_write (perlio.c:2704)

Steve



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to