Index: main.c =================================================================== --- main.c (revision 5999) +++ main.c (working copy) @@ -457,7 +457,7 @@ while(wait(0) > 0); /* Wait for all the children to terminate */ signal(SIGALRM, sig_alarm_abort); - cleanup(1); /* cleanup & show status*/ + cleanup(0); /* cleanup & show status*/ alarm(0); signal(SIGALRM, SIG_IGN); dprint("Thank you for flying " NAME "\n"); @@ -469,8 +469,8 @@ LM_GEN1(memlog, "Memory status (pkg):\n"); pkg_status(); #endif - LM_GEN1(memlog, "Memory status (shm):\n"); - shm_status(); + //LM_GEN1(memlog, "Memory status (shm):\n"); + //shm_status(); break; case SIGCHLD: