Bug#573014: timeoutd crashes with segmentation fauilts error

2010-03-08 Thread Dmytro Havrylov
Looks like the function is still buggy. The new problem now is that it should close the /proc directory before exits. The patch with the minor fix is: --- timeoutd.c.orig 2010-03-08 16:19:50.0 +0100 +++ timeoutd.c 2010-03-08 16:19:57.0 +0100 @@ -1603,6 +1603,7 @@

Bug#573014: timeoutd crashes with segmentation fauilts error

2010-03-08 Thread Dmytro Havrylov
Package: timeoutd Version: 1.5-10.1 Severity: important Tags: patch The main problem - the process dies with segmentation fauils trying to throw the user away. After this the user is able to log in and work without time limitations. After checking the code the following problems have been found