https://bugzilla.novell.com/show_bug.cgi?id=895970 https://bugzilla.novell.com/show_bug.cgi?id=895970#c1 --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2014-09-10 14:44:39 UTC --- It looks like this would be just the attempt to disarm nanny when not in use causing that the timeout variable is not initialized any more: while (!ni_caught_terminal_signal()) { - long timeout; + long timeout = NI_IFWORKER_INFINITE_TIMEOUT; if (ni_config_use_nanny()) { do { ni_fsm_do(mgr->fsm, &timeout); } while (ni_nanny_recheck_do(mgr)); } if (ni_socket_wait(timeout) != 0) ni_fatal("ni_socket_wait failed"); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.