Hello,
with OpenAFS 1.3.85 the volserver may die with a segmentation fault,
when executing a wrong "log" statement. Here is a patch:

--- openafs-1.3.85/src/vol/fssync.c.orig        Wed Apr 27 03:37:09 2005
+++ openafs-1.3.85/src/vol/fssync.c     Wed Jul 20 14:32:26 2005
@@ -172,7 +172,7 @@
        if (!*timeout)
            break;
        if (!(*timeout & 1))
-           Log(0, ("FSYNC_clientInit temporary failure (will retry)"));
+           Log("FSYNC_clientInit temporary failure (will retry)");
        FSYNC_clientFinis();
        sleep(*timeout++);
     }


-- 
Hans-Werner Paulsen             [EMAIL PROTECTED]
MPI für Astrophysik             Tel 089-30000-2602
Karl-Schwarzschild-Str. 1       Fax 089-30000-2235      
D-85741 Garching
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to