Search Results

1
vote

memset and SIGSEGV

Whats more strange is when inside gdb the same line executes for about 30 times though the function is called only once and there are no loops inside! This soun …
1
vote

Python c-api and unicode strings

I suspect it has somthing to do with PyUnicode_AsEncodedString however that returns a PyObject so I'm not sure how to put that into my buffer... The PyObject re …
8
votes

Why would pthread_create() fail with only 2 threads active?

If you are not creating the thread with the attribute PTHREAD_CREATE_DETA …
4
votes

List of installed fonts OS X / C

Python with PyObjC installed (which is the case for Mac OS X 10.5+, so this code will work without having to install anything): import Cocoa manager = Cocoa.NSFontManager.sharedFont …