xen0vas / UserManager

Linux User Accounts Manager - Efficient Management of user accounts in Linux systems
GNU General Public License v3.0
15 stars 5 forks source link

When adding a new user the GUI freezes #9

Closed xen0vas closed 4 years ago

xen0vas commented 4 years ago

When adding a new user the Qt GUI freezes

xen0vas commented 4 years ago

At userproperties.cpp file at line 472 there is a new forked child process that is not terminated because it doesn't reach the waitpid function.