GNOME Bugzilla – Bug 576366
Nautilus "properties" selection is hang for root user while in a large NIS system
Last modified: 2009-05-11 08:37:14 UTC
Steps to reproduce: This bug can be reproduce only if you are in a extremely large NIS system Step1: Login by root. Step2: Right click on any File or Folder and select "Properties", and then no response comes up. Stack trace: The root cause for the problem is the machine is in a extremely large NIS system, when you log in as root and select properties, it will call getpwent() to retrieve user names from the NIS database, and then it will process each user name in nautilus_get_user_names() in nautilus_file.c. I think we should at least set some MAXIMUM value in nautilus_get_user_names to avoid the hang Other information:
*** This bug has been marked as a duplicate of 324051 ***