Open GoogleCodeExporter opened 8 years ago
Some more detail on this - since the segfault looked directly related to ctypes
and knowing that uuid works with or without ctypes I added code to my boot
script using shutil.rmtree() to remove /extras/python/ctypes, and that did the
trick. I don't need ctypes for now so this is an OK workaround for the time
being...
Original comment by BrainAid...@gmail.com
on 16 Apr 2011 at 12:49
Thanks, I found the problem, any call to:
ctypes._dlopen(None)
Will end in a segfault, I guess it has to do with the internal ctypes
implementation. Will see what can be done.
Manuel
Original comment by naranjo....@gmail.com
on 17 May 2011 at 1:17
Original issue reported on code.google.com by
BrainAid...@gmail.com
on 14 Apr 2011 at 3:12