This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander.Belopolsky
Recipients Alexander.Belopolsky, l0nwlf, loewis, michael.foord, orsenthil, ronaldoussoren
Date 2010-02-22.23:08:33
SpamBayes Score 1.4266366e-14
Marked as misclassified No
Message-id <1266880115.38.0.865820925612.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
I am reclassifying this as a crash because os.getgroups() crashes the interpreter when python is running as root on an unmodified system:

$ sudo ./python.exe  -c "import os; os.getgroups()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OSError: [Errno 22] Invalid argument

This is also a regression apparently introduced in r63955.
History
Date User Action Args
2010-02-22 23:08:35Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, loewis, ronaldoussoren, orsenthil, michael.foord, l0nwlf
2010-02-22 23:08:35Alexander.Belopolskysetmessageid: <1266880115.38.0.865820925612.issue7900@psf.upfronthosting.co.za>
2010-02-22 23:08:34Alexander.Belopolskylinkissue7900 messages
2010-02-22 23:08:33Alexander.Belopolskycreate