> The following lines in shlock.pl is trouble:
>
> open($FH_name, ">> $filename") ||
> &warn("open of temp file $filename failed\n $!");
>
> It causes an infinite stream of warnings to Majordomo owners from
> majordomo process that lingers instead of dying like it's suppose to.
> Why not?:
>
> open($FH_name, ">> $filename") ||
> die "open of temp file $filename failed\n $!";
>
Because then nobody likely hears about the problem.
There's a fix for this in the 1.94.1 test patch I posted several days
ago. If you apply it, apply the patches from Dave and Jason as well,
or wait until I roll those in and send the patch out again.
--Chan
Follow-Ups:
References:
|
|