assp 2.5.5 17223
perl 5.18.2
linux 4.4.74-18.20-default x86_64

 As noted in the thread "ASSP silently crashing" ASSP tried to update
mod_perl and the process got hung in worker_10000. ASSP eventually crashed.
  I disabled PERL module updates which prevented the hung thread, and
ASSP has been stable.
  However, ASSP's obsession with mod_perl continues. The system had
bogged down considerably. It was due to 9 (!) of these processes, with
the Makefile part looping infinitely; note the vasty CPU time used by
Makefile, typical of each of the 9 processes.

14048 pts/1 S    0:02 /usr/bin/perl -e use CPAN;
CPAN::Shell->install(qw(mod_perl2));
14054 pts/1 R 1991:46 /usr/bin/perl Makefile.PL

  Killing those processes, especially the Makefile.PL ones, was not well
received: It started a cascade of coredumps that eventually crashed the
whole system and required a reboot.

  How do I prevent ASSP from playing with mod_perl?

-- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to