When I build Blender in Debug mode with -DWITH_ASSERT_ABORT=ON I get an assert as soon as I launch Blender.
This is the error/assert:
GHOST_ASSERT failed: GHOST_DisplayManagerCocoa::getNumDisplaySettings(): only main display is supported
Blender crashes on: 2.69/trunk
Blender doesn't assert fail on: ?
Mac OSX 10.8, build using cmake and gcc4.2
Attached is a patch I use to mask out the problem, but I think we should either address the assert, or to remove it.
Description
Description