Siegbert, > > - All latest perl-module are installed. (Perl 5.6) > > After update to the last amavisd 2.3.3, we have the following Problem ... > > The new (amavisd virgin child) is created (new pid), but only for 2-3 > > seconds. After this time the new virgin child crash, and the amavisd > > master process tried to recreate a new virgin child.
> > see "strace the amavisd master pid" (strace -t -p 7013) on creating new > > virgin child process: > > 09:45:50 wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 13], WNOHANG, > > NULL) = 23259 Signal 13 is SIGPIPE, which is triggered when a process tries to write to a pipe but the other end no longer exists. Instead of concentrating on the parent process, it would be more informative to trace a child process, either directly or by adding option -f to the strace on master. > Next step, go back to Net:Server 0.88 and it's work !!!!!! > On the same Server without any changes in the config-files. > >>> see different between Net:Server 0.90 and 0.88: > Is this an error in the new Net:Server 0.90 ???? Interesting. I'd say that your version of Perl 5.6 likely plays a decisive role in the problem. Mark ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
