From b12b38a00c66ddc100f3fff75478539b8b797928 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 15 Oct 2002 00:33:13 +0000 Subject: Temp disable the Error notifier this fixes the probs with exiting taking 90%+ of CPU time --- (limited to 'noncore/apps/opie-console/procctl.cpp') diff --git a/noncore/apps/opie-console/procctl.cpp b/noncore/apps/opie-console/procctl.cpp index b0b6846..d1cfaf6 100644 --- a/noncore/apps/opie-console/procctl.cpp +++ b/noncore/apps/opie-console/procctl.cpp @@ -71,7 +71,7 @@ int ProcCtl::status(pid_t pid )const{ return -1; } void ProcCtl::signal_handler(int) { - qWarning("signal handler"); + qWarning("signal handler in ProcCtl"); int status; signal( SIGCHLD, signal_handler ); pid_t pi = waitpid( -1, &status, WNOHANG ); -- cgit v0.9.0.2