I changed to a compiler called clc and it compiled calc_addr.cl with no errors/warnings.
That's good, but what changed? Did you pull the git changes from Thursday 7/21 and try again, or is this with the same calc_addrs.cl that caused the segv last time?
I then tried running oclvanitygen again and ran into this error
WARNING: Built with OpenSSL 0.9.8l 5 Nov 2009
WARNING: Use OpenSSL 1.0.0d+ for best performance
Difficulty: 15318045009
vg_ocl_context_callback error: [CL_INVALID_VALUE] : OpenCL Error : clCreateCommandQueue failed: Could not create queue (gld context creation failed): Invalid value
clCreateCommandQueue failed: -30
Well, I'm stumped. According to Apple's developer site, GLD is the modular OpenGL driver interface. However, Google doesn't seem to know _anything_ about a "gld context creation failed" message.
What version of OS X is this? Can you pastebin the output of
clinfo? Are you able to run any other OpenCL software on this machine, besides just the clc compiler? Can you post a link to this compiler?
If you really think the third parameter is causing the problem, it would be a good experiment to change it to CL_QUEUE_PROFILING_ENABLE or even CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE.