robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

os.getgroups() produces segmentation fault #125

Closed dangyogi closed 9 years ago

dangyogi commented 9 years ago

Trying to execute the os.getgroups function in python produces a segmentation fault.

$ python3
>>> import os
>>> os.getgroups()

This works OK on my ubuntu desktop running python 3.4.1.

dangyogi commented 9 years ago

This is not something that I need to do, so is a low priority...

virtuald commented 9 years ago

This should be filed against https://github.com/robotpy/roborio-packages instead.