namazu-users-en
[Top] [All Lists]

[Namazu-users-en] Re: No space available silent fail

2007-08-04 00:00:22
Felipe Sanchez wrote:

As you can see, there was no indication whatsoever about any errors while
building the index. Specially, there was no "no space available"
notification.

Thank you for the report. 

It is corrected with the following patch. 

--- pl/util.pl.org      2006-02-06 03:53:30.000000000 +0900
+++ pl/util.pl  2007-08-04 15:56:34.000000000 +0900
@@ -72,6 +72,8 @@ sub fclose ($) {
     if (ref $arg) {
         if ($arg =~ /^(IO::File|FileHandle)/) {
             my $fh = $arg;
+            $fh->flush;
+            cdie("write error: $!\n") if ($fh->error);
             $fh->close();
             return undef;
         }

-- 
=====================================================================
TADAMASA TERANISHI  yw3t-trns(_at_)asahi-net(_dot_)or(_dot_)jp
http://www.asahi-net.or.jp/~yw3t-trns/index.htm
Key fingerprint =  474E 4D93 8E97 11F6 662D  8A42 17F5 52F4 10E7 D14E

_______________________________________________
Namazu-users-en mailing list
Namazu-users-en(_at_)namazu(_dot_)org
http://www.namazu.org/cgi-bin/mailman/listinfo/namazu-users-en

<Prev in Thread] Current Thread [Next in Thread>