Advertisement
Guest User

valgrind output

a guest
Mar 30th, 2015
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 385.27 KB | None | 0 0
  1. ==94831== Memcheck, a memory error detector
  2. ==94831== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==94831== Using Valgrind-3.11.0.SVN and LibVEX; rerun with -h for copyright info
  4. ==94831== Command: ./stream
  5. ==94831==
  6. --94831-- UNKNOWN __pthread_sigmask is unsupported.
  7. --94831-- UNKNOWN host message [id 412, to mach_host_self(), reply 0x30f]
  8. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x30f]
  9. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option
  10. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 2 times)
  11. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 4 times)
  12. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 8 times)
  13. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 16 times)
  14. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 32 times)
  15. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 64 times)
  16. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 128 times)
  17. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 256 times)
  18. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 512 times)
  19. --94831-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 1024 times)
  20. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1803]
  21. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x30f] (repeated 2 times)
  22. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1803] (repeated 2 times)
  23. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x30f] (repeated 4 times)
  24. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1803] (repeated 4 times)
  25. ==94831== Conditional jump or move depends on uninitialised value(s)
  26. ==94831== at 0x105C900CB: CMIO::DAL::PlugInManagement::Initialize() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  27. ==94831== by 0x105C93E8C: CMIO::DAL::System::InitializeDevices() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  28. ==94831== by 0x105C94101: CMIO::DAL::System::CheckOutInstance() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  29. ==94831== by 0x105CBA2A3: CMIOObjectGetPropertyDataSize (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  30. ==94831== by 0x101D940FC: +[AVCaptureDALDevice _refreshDevices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  31. ==94831== by 0x101D93FD5: +[AVCaptureDALDevice devices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  32. ==94831== by 0x101D91C32: +[AVCaptureDevice devices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  33. ==94831== by 0x101D972EF: +[AVCaptureDevice devicesWithMediaType:] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  34. ==94831== by 0x101213AEA: avf_read_header (in /usr/local/lib/libavdevice.56.4.100.dylib)
  35. ==94831== by 0x10010E5B2: avformat_open_input (in /usr/local/lib/libavformat.56.26.101.dylib)
  36. ==94831== by 0x7FFF5FC37E4F: ??? (in /usr/lib/dyld)
  37. ==94831==
  38. ==94831== Conditional jump or move depends on uninitialised value(s)
  39. ==94831== at 0x105C915CD: CMIO::DAL::PlugInManagement::RegisterAssistantServices(CMIO::DAL::CFPlugIn const&) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  40. ==94831== by 0x105C91E72: CMIO::DAL::PlugInManagement::CreatePlugIn(CMIO::DAL::CFPlugIn const*) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  41. ==94831== by 0x105C904A1: CMIO::DAL::PlugInManagement::CreateOrLazyLoadPlugIns(std::__1::vector<CMIO::DAL::CFPlugIn*, std::__1::allocator<CMIO::DAL::CFPlugIn*> >*, std::__1::vector<CMIO::DAL::PlugIn*, std::__1::allocator<CMIO::DAL::PlugIn*> >*, std::__1::vector<CMIO::DAL::PlugInManagement::MatchingInfo*, std::__1::allocator<CMIO::DAL::PlugInManagement::MatchingInfo*> >*, void (*)(void*, unsigned int)) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  42. ==94831== by 0x105C90108: CMIO::DAL::PlugInManagement::Initialize() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  43. ==94831== by 0x105C93E8C: CMIO::DAL::System::InitializeDevices() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  44. ==94831== by 0x105C94101: CMIO::DAL::System::CheckOutInstance() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  45. ==94831== by 0x105CBA2A3: CMIOObjectGetPropertyDataSize (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  46. ==94831== by 0x101D940FC: +[AVCaptureDALDevice _refreshDevices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  47. ==94831== by 0x101D93FD5: +[AVCaptureDALDevice devices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  48. ==94831== by 0x101D91C32: +[AVCaptureDevice devices] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  49. ==94831== by 0x101D972EF: +[AVCaptureDevice devicesWithMediaType:] (in /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation)
  50. ==94831== by 0x101213AEA: avf_read_header (in /usr/local/lib/libavdevice.56.4.100.dylib)
  51. ==94831==
  52. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x11c07]
  53. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x30f] (repeated 8 times)
  54. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1803] (repeated 8 times)
  55. --94831-- UNKNOWN task message [id 4816, to mach_task_self(), reply 0x30f]
  56. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1232b]
  57. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1232b] (repeated 2 times)
  58. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1232b] (repeated 4 times)
  59. ==94831== Thread 5:
  60. ==94831== Conditional jump or move depends on uninitialised value(s)
  61. ==94831== at 0x105B3BED5: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  62. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  63. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  64. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  65. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  66. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  67. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  68. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  69. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  70. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  71. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  72. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  73. ==94831==
  74. ==94831== Conditional jump or move depends on uninitialised value(s)
  75. ==94831== at 0x105B3BEDF: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  76. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  77. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  78. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  79. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  80. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  81. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  82. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  83. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  84. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  85. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  86. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  87. ==94831==
  88. ==94831== Conditional jump or move depends on uninitialised value(s)
  89. ==94831== at 0x105B3BF30: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  90. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  91. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  92. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  93. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  94. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  95. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  96. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  97. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  98. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  99. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  100. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  101. ==94831==
  102. ==94831== Conditional jump or move depends on uninitialised value(s)
  103. ==94831== at 0x105B3BF44: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  104. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  105. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  106. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  107. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  108. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  109. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  110. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  111. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  112. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  113. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  114. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  115. ==94831==
  116. ==94831== Conditional jump or move depends on uninitialised value(s)
  117. ==94831== at 0x105B3BF52: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  118. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  119. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  120. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  121. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  122. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  123. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  124. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  125. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  126. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  127. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  128. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  129. ==94831==
  130. ==94831== Conditional jump or move depends on uninitialised value(s)
  131. ==94831== at 0x105B3BF63: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  132. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  133. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  134. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  135. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  136. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  137. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  138. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  139. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  140. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  141. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  142. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  143. ==94831==
  144. ==94831== Conditional jump or move depends on uninitialised value(s)
  145. ==94831== at 0x105B3BF6C: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  146. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  147. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  148. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  149. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  150. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  151. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  152. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  153. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  154. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  155. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  156. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  157. ==94831==
  158. ==94831== Conditional jump or move depends on uninitialised value(s)
  159. ==94831== at 0x105B3BF75: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  160. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  161. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  162. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  163. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  164. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  165. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  166. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  167. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  168. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  169. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  170. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  171. ==94831==
  172. ==94831== Conditional jump or move depends on uninitialised value(s)
  173. ==94831== at 0x105B3BF7E: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  174. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  175. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  176. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  177. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  178. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  179. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  180. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  181. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  182. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  183. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  184. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  185. ==94831==
  186. ==94831== Conditional jump or move depends on uninitialised value(s)
  187. ==94831== at 0x105B3C0AA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  188. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  189. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  190. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  191. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  192. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  193. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  194. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  195. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  196. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  197. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  198. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  199. ==94831==
  200. ==94831== Conditional jump or move depends on uninitialised value(s)
  201. ==94831== at 0x105B3C0B4: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  202. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  203. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  204. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  205. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  206. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  207. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  208. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  209. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  210. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  211. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  212. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  213. ==94831==
  214. ==94831== Conditional jump or move depends on uninitialised value(s)
  215. ==94831== at 0x105B3C0D3: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  216. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  217. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  218. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  219. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  220. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  221. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  222. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  223. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  224. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  225. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  226. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  227. ==94831==
  228. ==94831== Conditional jump or move depends on uninitialised value(s)
  229. ==94831== at 0x105B3C0E4: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  230. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  231. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  232. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  233. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  234. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  235. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  236. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  237. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  238. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  239. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  240. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  241. ==94831==
  242. ==94831== Conditional jump or move depends on uninitialised value(s)
  243. ==94831== at 0x105B3C109: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  244. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  245. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  246. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  247. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  248. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  249. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  250. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  251. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  252. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  253. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  254. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  255. ==94831==
  256. ==94831== Conditional jump or move depends on uninitialised value(s)
  257. ==94831== at 0x105B3C112: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  258. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  259. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  260. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  261. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  262. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  263. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  264. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  265. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  266. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  267. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  268. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  269. ==94831==
  270. ==94831== Conditional jump or move depends on uninitialised value(s)
  271. ==94831== at 0x105B3C11B: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  272. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  273. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  274. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  275. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  276. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  277. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  278. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  279. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  280. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  281. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  282. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  283. ==94831==
  284. ==94831== Conditional jump or move depends on uninitialised value(s)
  285. ==94831== at 0x105B3C121: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  286. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  287. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  288. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  289. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  290. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  291. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  292. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  293. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  294. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  295. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  296. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  297. ==94831==
  298. ==94831== Conditional jump or move depends on uninitialised value(s)
  299. ==94831== at 0x105B3C16A: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  300. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  301. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  302. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  303. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  304. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  305. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  306. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  307. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  308. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  309. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  310. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  311. ==94831==
  312. ==94831== Conditional jump or move depends on uninitialised value(s)
  313. ==94831== at 0x105B3C172: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  314. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  315. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  316. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  317. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  318. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  319. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  320. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  321. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  322. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  323. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  324. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  325. ==94831==
  326. ==94831== Conditional jump or move depends on uninitialised value(s)
  327. ==94831== at 0x105B3C1A8: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  328. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  329. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  330. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  331. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  332. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  333. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  334. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  335. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  336. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  337. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  338. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  339. ==94831==
  340. ==94831== Conditional jump or move depends on uninitialised value(s)
  341. ==94831== at 0x105B3C1B0: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  342. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  343. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  344. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  345. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  346. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  347. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  348. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  349. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  350. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  351. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  352. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  353. ==94831==
  354. ==94831== Conditional jump or move depends on uninitialised value(s)
  355. ==94831== at 0x105B3C1D8: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  356. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  357. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  358. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  359. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  360. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  361. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  362. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  363. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  364. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  365. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  366. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  367. ==94831==
  368. ==94831== Conditional jump or move depends on uninitialised value(s)
  369. ==94831== at 0x105B3C214: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  370. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  371. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  372. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  373. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  374. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  375. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  376. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  377. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  378. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  379. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  380. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  381. ==94831==
  382. ==94831== Conditional jump or move depends on uninitialised value(s)
  383. ==94831== at 0x105B3AA76: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  384. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  385. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  386. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  387. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  388. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  389. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  390. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  391. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  392. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  393. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  394. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  395. ==94831==
  396. ==94831== Conditional jump or move depends on uninitialised value(s)
  397. ==94831== at 0x105B3AA80: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  398. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  399. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  400. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  401. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  402. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  403. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  404. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  405. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  406. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  407. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  408. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  409. ==94831==
  410. ==94831== Conditional jump or move depends on uninitialised value(s)
  411. ==94831== at 0x1066A5865: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  412. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  413. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  414. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  415. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  416. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  417. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  418. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  419. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  420. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  421. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  422. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  423. ==94831==
  424. ==94831== Use of uninitialised value of size 8
  425. ==94831== at 0x1066A5867: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  426. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  427. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  428. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  429. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  430. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  431. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  432. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  433. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  434. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  435. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  436. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  437. ==94831==
  438. ==94831== Conditional jump or move depends on uninitialised value(s)
  439. ==94831== at 0x1066A58A3: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  440. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  441. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  442. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  443. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  444. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  445. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  446. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  447. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  448. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  449. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  450. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  451. ==94831==
  452. ==94831== Conditional jump or move depends on uninitialised value(s)
  453. ==94831== at 0x1066A58B1: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  454. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  455. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  456. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  457. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  458. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  459. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  460. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  461. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  462. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  463. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  464. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  465. ==94831==
  466. ==94831== Conditional jump or move depends on uninitialised value(s)
  467. ==94831== at 0x1066A58D9: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  468. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  469. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  470. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  471. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  472. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  473. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  474. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  475. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  476. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  477. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  478. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  479. ==94831==
  480. ==94831== Conditional jump or move depends on uninitialised value(s)
  481. ==94831== at 0x1066A5956: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  482. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  483. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  484. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  485. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  486. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  487. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  488. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  489. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  490. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  491. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  492. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  493. ==94831==
  494. ==94831== Conditional jump or move depends on uninitialised value(s)
  495. ==94831== at 0x1066A598F: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  496. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  497. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  498. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  499. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  500. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  501. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  502. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  503. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  504. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  505. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  506. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  507. ==94831==
  508. ==94831== Conditional jump or move depends on uninitialised value(s)
  509. ==94831== at 0x1066A59BB: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  510. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  511. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  512. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  513. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  514. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  515. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  516. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  517. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  518. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  519. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  520. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  521. ==94831==
  522. ==94831== Conditional jump or move depends on uninitialised value(s)
  523. ==94831== at 0x1066A59CB: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  524. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  525. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  526. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  527. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  528. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  529. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  530. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  531. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  532. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  533. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  534. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  535. ==94831==
  536. ==94831== Conditional jump or move depends on uninitialised value(s)
  537. ==94831== at 0x1066A59CD: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  538. ==94831== by 0x105B3AA99: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  539. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  540. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  541. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  542. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  543. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  544. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  545. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  546. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  547. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  548. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  549. ==94831==
  550. ==94831== Conditional jump or move depends on uninitialised value(s)
  551. ==94831== at 0x105B3AAD0: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  552. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  553. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  554. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  555. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  556. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  557. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  558. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  559. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  560. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  561. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  562. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  563. ==94831==
  564. ==94831== Use of uninitialised value of size 8
  565. ==94831== at 0x105B3AAE3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  566. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  567. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  568. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  569. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  570. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  571. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  572. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  573. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  574. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  575. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  576. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  577. ==94831==
  578. ==94831== Conditional jump or move depends on uninitialised value(s)
  579. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  580. ==94831== by 0x105B3AC96: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  581. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  582. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  583. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  584. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  585. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  586. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  587. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  588. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  589. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  590. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  591. ==94831==
  592. ==94831== Conditional jump or move depends on uninitialised value(s)
  593. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  594. ==94831== by 0x105B3AC96: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  595. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  596. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  597. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  598. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  599. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  600. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  601. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  602. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  603. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  604. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  605. ==94831==
  606. ==94831== Conditional jump or move depends on uninitialised value(s)
  607. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  608. ==94831== by 0x105B3AC96: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  609. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  610. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  611. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  612. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  613. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  614. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  615. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  616. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  617. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  618. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  619. ==94831==
  620. ==94831== Conditional jump or move depends on uninitialised value(s)
  621. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  622. ==94831== by 0x105B3AC96: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  623. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  624. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  625. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  626. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  627. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  628. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  629. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  630. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  631. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  632. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  633. ==94831==
  634. ==94831== Conditional jump or move depends on uninitialised value(s)
  635. ==94831== at 0x105B3A9AE: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  636. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  637. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  638. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  639. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  640. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  641. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  642. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  643. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  644. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  645. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  646. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  647. ==94831==
  648. ==94831== Conditional jump or move depends on uninitialised value(s)
  649. ==94831== at 0x105B3A9B6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  650. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  651. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  652. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  653. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  654. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  655. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  656. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  657. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  658. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  659. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  660. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  661. ==94831==
  662. ==94831== Conditional jump or move depends on uninitialised value(s)
  663. ==94831== at 0x105B3A9E3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  664. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  665. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  666. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  667. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  668. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  669. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  670. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  671. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  672. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  673. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  674. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  675. ==94831==
  676. ==94831== Conditional jump or move depends on uninitialised value(s)
  677. ==94831== at 0x105B3A9EC: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  678. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  679. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  680. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  681. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  682. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  683. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  684. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  685. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  686. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  687. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  688. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  689. ==94831==
  690. ==94831== Conditional jump or move depends on uninitialised value(s)
  691. ==94831== at 0x105B3BEBA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  692. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  693. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  694. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  695. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  696. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  697. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  698. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  699. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  700. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  701. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  702. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  703. ==94831==
  704. ==94831== Conditional jump or move depends on uninitialised value(s)
  705. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  706. ==94831== by 0x105B3B487: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  707. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  708. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  709. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  710. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  711. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  712. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  713. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  714. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  715. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  716. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  717. ==94831==
  718. ==94831== Conditional jump or move depends on uninitialised value(s)
  719. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  720. ==94831== by 0x105B3B487: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  721. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  722. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  723. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  724. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  725. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  726. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  727. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  728. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  729. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  730. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  731. ==94831==
  732. ==94831== Conditional jump or move depends on uninitialised value(s)
  733. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  734. ==94831== by 0x105B3B487: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  735. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  736. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  737. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  738. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  739. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  740. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  741. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  742. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  743. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  744. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  745. ==94831==
  746. ==94831== Conditional jump or move depends on uninitialised value(s)
  747. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  748. ==94831== by 0x105B3B487: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  749. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  750. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  751. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  752. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  753. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  754. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  755. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  756. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  757. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  758. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  759. ==94831==
  760. ==94831== Conditional jump or move depends on uninitialised value(s)
  761. ==94831== at 0x105B3C2CB: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  762. ==94831== by 0x105B3B4A1: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  763. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  764. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  765. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  766. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  767. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  768. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  769. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  770. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  771. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  772. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  773. ==94831==
  774. ==94831== Conditional jump or move depends on uninitialised value(s)
  775. ==94831== at 0x105B3C2D0: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  776. ==94831== by 0x105B3B4A1: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  777. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  778. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  779. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  780. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  781. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  782. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  783. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  784. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  785. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  786. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  787. ==94831==
  788. ==94831== Conditional jump or move depends on uninitialised value(s)
  789. ==94831== at 0x105B3C2DD: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  790. ==94831== by 0x105B3B4A1: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  791. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  792. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  793. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  794. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  795. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  796. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  797. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  798. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  799. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  800. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  801. ==94831==
  802. ==94831== Conditional jump or move depends on uninitialised value(s)
  803. ==94831== at 0x105B3C328: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  804. ==94831== by 0x105B3B4A1: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  805. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  806. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  807. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  808. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  809. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  810. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  811. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  812. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  813. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  814. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  815. ==94831==
  816. ==94831== Conditional jump or move depends on uninitialised value(s)
  817. ==94831== at 0x105B3BEBA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  818. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  819. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  820. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  821. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  822. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  823. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  824. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  825. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  826. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  827. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  828. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  829. ==94831==
  830. ==94831== Conditional jump or move depends on uninitialised value(s)
  831. ==94831== at 0x105B3BED5: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  832. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  833. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  834. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  835. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  836. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  837. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  838. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  839. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  840. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  841. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  842. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  843. ==94831==
  844. ==94831== Conditional jump or move depends on uninitialised value(s)
  845. ==94831== at 0x105B3BEDF: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  846. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  847. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  848. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  849. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  850. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  851. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  852. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  853. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  854. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  855. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  856. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  857. ==94831==
  858. ==94831== Conditional jump or move depends on uninitialised value(s)
  859. ==94831== at 0x105B3BF44: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  860. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  861. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  862. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  863. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  864. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  865. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  866. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  867. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  868. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  869. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  870. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  871. ==94831==
  872. ==94831== Conditional jump or move depends on uninitialised value(s)
  873. ==94831== at 0x105B3BF52: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  874. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  875. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  876. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  877. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  878. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  879. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  880. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  881. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  882. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  883. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  884. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  885. ==94831==
  886. ==94831== Conditional jump or move depends on uninitialised value(s)
  887. ==94831== at 0x105B3BF63: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  888. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  889. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  890. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  891. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  892. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  893. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  894. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  895. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  896. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  897. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  898. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  899. ==94831==
  900. ==94831== Conditional jump or move depends on uninitialised value(s)
  901. ==94831== at 0x105B3BF6C: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  902. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  903. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  904. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  905. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  906. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  907. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  908. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  909. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  910. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  911. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  912. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  913. ==94831==
  914. ==94831== Conditional jump or move depends on uninitialised value(s)
  915. ==94831== at 0x105B3BF75: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  916. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  917. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  918. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  919. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  920. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  921. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  922. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  923. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  924. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  925. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  926. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  927. ==94831==
  928. ==94831== Conditional jump or move depends on uninitialised value(s)
  929. ==94831== at 0x105B3BF7E: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  930. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  931. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  932. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  933. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  934. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  935. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  936. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  937. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  938. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  939. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  940. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  941. ==94831==
  942. ==94831== Conditional jump or move depends on uninitialised value(s)
  943. ==94831== at 0x105B3C0AA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  944. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  945. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  946. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  947. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  948. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  949. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  950. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  951. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  952. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  953. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  954. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  955. ==94831==
  956. ==94831== Conditional jump or move depends on uninitialised value(s)
  957. ==94831== at 0x105B3C0B4: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  958. ==94831== by 0x105B3B4D5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  959. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  960. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  961. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  962. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  963. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  964. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  965. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  966. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  967. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  968. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  969. ==94831==
  970. ==94831== Conditional jump or move depends on uninitialised value(s)
  971. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  972. ==94831== by 0x105B3B4ED: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  973. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  974. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  975. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  976. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  977. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  978. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  979. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  980. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  981. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  982. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  983. ==94831==
  984. ==94831== Conditional jump or move depends on uninitialised value(s)
  985. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  986. ==94831== by 0x105B3B4ED: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  987. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  988. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  989. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  990. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  991. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  992. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  993. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  994. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  995. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  996. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  997. ==94831==
  998. ==94831== Conditional jump or move depends on uninitialised value(s)
  999. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1000. ==94831== by 0x105B3B4ED: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1001. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1002. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1003. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1004. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1005. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1006. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1007. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1008. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1009. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1010. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1011. ==94831==
  1012. ==94831== Conditional jump or move depends on uninitialised value(s)
  1013. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1014. ==94831== by 0x105B3B4ED: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1015. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1016. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1017. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1018. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1019. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1020. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1021. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1022. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1023. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1024. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1025. ==94831==
  1026. ==94831== Conditional jump or move depends on uninitialised value(s)
  1027. ==94831== at 0x10000BD32: strlen (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1028. ==94831== by 0x10210449D: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1029. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1030. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1031. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1032. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1033. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1034. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1035. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1036. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1037. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1038. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1039. ==94831==
  1040. ==94831== Conditional jump or move depends on uninitialised value(s)
  1041. ==94831== at 0x102104870: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1042. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1043. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1044. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1045. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1046. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1047. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1048. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1049. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1050. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1051. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1052. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1053. ==94831==
  1054. ==94831== Conditional jump or move depends on uninitialised value(s)
  1055. ==94831== at 0x1021048BF: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1056. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1057. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1058. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1059. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1060. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1061. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1062. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1063. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1064. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1065. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1066. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1067. ==94831==
  1068. ==94831== Use of uninitialised value of size 8
  1069. ==94831== at 0x10223266A: __CFStrHashEightBit2 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1070. ==94831== by 0x102225126: -[NSStringROMKeySet_MacOSX indexForCString:length:key:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1071. ==94831== by 0x102104E75: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1072. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1073. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1074. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1075. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1076. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1077. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1078. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1079. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1080. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1081. ==94831==
  1082. ==94831== Use of uninitialised value of size 8
  1083. ==94831== at 0x10223267F: __CFStrHashEightBit2 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1084. ==94831== by 0x102225126: -[NSStringROMKeySet_MacOSX indexForCString:length:key:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1085. ==94831== by 0x102104E75: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1086. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1087. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1088. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1089. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1090. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1091. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1092. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1093. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1094. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1095. ==94831==
  1096. ==94831== Use of uninitialised value of size 8
  1097. ==94831== at 0x102232694: __CFStrHashEightBit2 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1098. ==94831== by 0x102225126: -[NSStringROMKeySet_MacOSX indexForCString:length:key:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1099. ==94831== by 0x102104E75: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1100. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1101. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1102. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1103. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1104. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1105. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1106. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1107. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1108. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1109. ==94831==
  1110. ==94831== Use of uninitialised value of size 8
  1111. ==94831== at 0x1022326A7: __CFStrHashEightBit2 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1112. ==94831== by 0x102225126: -[NSStringROMKeySet_MacOSX indexForCString:length:key:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1113. ==94831== by 0x102104E75: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1114. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1115. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1116. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1117. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1118. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1119. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1120. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1121. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1122. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1123. ==94831==
  1124. ==94831== Use of uninitialised value of size 8
  1125. ==94831== at 0x1022326EB: __CFStrHashEightBit2 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1126. ==94831== by 0x102225126: -[NSStringROMKeySet_MacOSX indexForCString:length:key:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1127. ==94831== by 0x102104E75: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1128. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1129. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1130. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1131. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1132. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1133. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1134. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1135. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1136. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1137. ==94831==
  1138. ==94831== Conditional jump or move depends on uninitialised value(s)
  1139. ==94831== at 0x102104888: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1140. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1141. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1142. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1143. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1144. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1145. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1146. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1147. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1148. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1149. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1150. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1151. ==94831==
  1152. ==94831== Conditional jump or move depends on uninitialised value(s)
  1153. ==94831== at 0x1021048A3: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1154. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1155. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1156. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1157. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1158. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1159. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1160. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1161. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1162. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1163. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1164. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1165. ==94831==
  1166. ==94831== Conditional jump or move depends on uninitialised value(s)
  1167. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1168. ==94831== by 0x105B3AD4D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1169. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1170. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1171. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1172. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1173. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1174. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1175. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1176. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1177. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1178. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1179. ==94831==
  1180. ==94831== Conditional jump or move depends on uninitialised value(s)
  1181. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1182. ==94831== by 0x105B3AD4D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1183. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1184. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1185. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1186. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1187. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1188. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1189. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1190. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1191. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1192. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1193. ==94831==
  1194. ==94831== Conditional jump or move depends on uninitialised value(s)
  1195. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1196. ==94831== by 0x105B3AD4D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1197. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1198. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1199. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1200. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1201. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1202. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1203. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1204. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1205. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1206. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1207. ==94831==
  1208. ==94831== Conditional jump or move depends on uninitialised value(s)
  1209. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1210. ==94831== by 0x105B3AD4D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1211. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1212. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1213. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1214. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1215. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1216. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1217. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1218. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1219. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1220. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1221. ==94831==
  1222. ==94831== Conditional jump or move depends on uninitialised value(s)
  1223. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1224. ==94831== by 0x105B3AD95: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1225. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1226. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1227. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1228. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1229. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1230. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1231. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1232. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1233. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1234. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1235. ==94831==
  1236. ==94831== Conditional jump or move depends on uninitialised value(s)
  1237. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1238. ==94831== by 0x105B3AD95: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1239. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1240. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1241. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1242. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1243. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1244. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1245. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1246. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1247. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1248. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1249. ==94831==
  1250. ==94831== Conditional jump or move depends on uninitialised value(s)
  1251. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1252. ==94831== by 0x105B3AD95: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1253. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1254. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1255. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1256. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1257. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1258. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1259. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1260. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1261. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1262. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1263. ==94831==
  1264. ==94831== Conditional jump or move depends on uninitialised value(s)
  1265. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1266. ==94831== by 0x105B3AD95: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1267. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1268. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1269. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1270. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1271. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1272. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1273. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1274. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1275. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1276. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1277. ==94831==
  1278. ==94831== Conditional jump or move depends on uninitialised value(s)
  1279. ==94831== at 0x1066A5DBF: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1280. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1281. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1282. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1283. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1284. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1285. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1286. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1287. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1288. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1289. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1290. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1291. ==94831==
  1292. ==94831== Use of uninitialised value of size 8
  1293. ==94831== at 0x1066A5DC1: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1294. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1295. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1296. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1297. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1298. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1299. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1300. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1301. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1302. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1303. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1304. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1305. ==94831==
  1306. ==94831== Conditional jump or move depends on uninitialised value(s)
  1307. ==94831== at 0x1066A5DFD: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1308. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1309. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1310. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1311. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1312. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1313. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1314. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1315. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1316. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1317. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1318. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1319. ==94831==
  1320. ==94831== Conditional jump or move depends on uninitialised value(s)
  1321. ==94831== at 0x1066A5E0B: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1322. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1323. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1324. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1325. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1326. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1327. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1328. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1329. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1330. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1331. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1332. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1333. ==94831==
  1334. ==94831== Conditional jump or move depends on uninitialised value(s)
  1335. ==94831== at 0x1066A5E29: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1336. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1337. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1338. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1339. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1340. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1341. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1342. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1343. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1344. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1345. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1346. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1347. ==94831==
  1348. ==94831== Conditional jump or move depends on uninitialised value(s)
  1349. ==94831== at 0x1066A5E95: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1350. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1351. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1352. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1353. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1354. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1355. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1356. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1357. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1358. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1359. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1360. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1361. ==94831==
  1362. ==94831== Conditional jump or move depends on uninitialised value(s)
  1363. ==94831== at 0x1066A5EC7: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1364. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1365. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1366. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1367. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1368. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1369. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1370. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1371. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1372. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1373. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1374. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1375. ==94831==
  1376. ==94831== Conditional jump or move depends on uninitialised value(s)
  1377. ==94831== at 0x1066A5EF3: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1378. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1379. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1380. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1381. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1382. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1383. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1384. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1385. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1386. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1387. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1388. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1389. ==94831==
  1390. ==94831== Conditional jump or move depends on uninitialised value(s)
  1391. ==94831== at 0x1066A5F03: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1392. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1393. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1394. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1395. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1396. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1397. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1398. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1399. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1400. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1401. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1402. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1403. ==94831==
  1404. ==94831== Conditional jump or move depends on uninitialised value(s)
  1405. ==94831== at 0x1066A5F05: strtoul_l (in /usr/lib/system/libsystem_c.dylib)
  1406. ==94831== by 0x105B3ADA9: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1407. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1408. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1409. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1410. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1411. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1412. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1413. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1414. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1415. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1416. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1417. ==94831==
  1418. ==94831== Conditional jump or move depends on uninitialised value(s)
  1419. ==94831== at 0x10000C15A: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1420. ==94831== by 0x105B3AD95: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1421. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1422. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1423. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1424. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1425. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1426. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1427. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1428. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1429. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1430. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1431. ==94831==
  1432. ==94831==
  1433. ==94831== More than 100 errors detected. Subsequent errors
  1434. ==94831== will still be recorded, but in less detail than before.
  1435. ==94831== Conditional jump or move depends on uninitialised value(s)
  1436. ==94831== at 0x105B3B911: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1437. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1438. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1439. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1440. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1441. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1442. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1443. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1444. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1445. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1446. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1447. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1448. ==94831==
  1449. ==94831== Conditional jump or move depends on uninitialised value(s)
  1450. ==94831== at 0x105B3B927: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1451. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1452. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1453. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1454. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1455. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1456. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1457. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1458. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1459. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1460. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1461. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1462. ==94831==
  1463. ==94831== Conditional jump or move depends on uninitialised value(s)
  1464. ==94831== at 0x105B3B943: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1465. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1466. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1467. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1468. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1469. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1470. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1471. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1472. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1473. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1474. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1475. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1476. ==94831==
  1477. ==94831== Conditional jump or move depends on uninitialised value(s)
  1478. ==94831== at 0x105B3B965: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1479. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1480. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1481. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1482. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1483. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1484. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1485. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1486. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1487. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1488. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1489. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1490. ==94831==
  1491. ==94831== Conditional jump or move depends on uninitialised value(s)
  1492. ==94831== at 0x105B3B998: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1493. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1494. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1495. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1496. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1497. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1498. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1499. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1500. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1501. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1502. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1503. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1504. ==94831==
  1505. ==94831== Conditional jump or move depends on uninitialised value(s)
  1506. ==94831== at 0x105B3B99D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1507. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1508. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1509. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1510. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1511. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1512. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1513. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1514. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1515. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1516. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1517. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1518. ==94831==
  1519. ==94831== Conditional jump or move depends on uninitialised value(s)
  1520. ==94831== at 0x105B3BEBA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1521. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1522. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1523. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1524. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1525. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1526. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1527. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1528. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1529. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1530. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1531. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1532. ==94831==
  1533. ==94831== Conditional jump or move depends on uninitialised value(s)
  1534. ==94831== at 0x105B3BED5: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1535. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1536. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1537. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1538. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1539. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1540. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1541. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1542. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1543. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1544. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1545. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1546. ==94831==
  1547. ==94831== Conditional jump or move depends on uninitialised value(s)
  1548. ==94831== at 0x105B3BEDF: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1549. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1550. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1551. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1552. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1553. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1554. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1555. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1556. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1557. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1558. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1559. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1560. ==94831==
  1561. ==94831== Conditional jump or move depends on uninitialised value(s)
  1562. ==94831== at 0x105B3BF44: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1563. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1564. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1565. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1566. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1567. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1568. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1569. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1570. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1571. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1572. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1573. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1574. ==94831==
  1575. ==94831== Conditional jump or move depends on uninitialised value(s)
  1576. ==94831== at 0x105B3BF52: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1577. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1578. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1579. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1580. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1581. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1582. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1583. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1584. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1585. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1586. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1587. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1588. ==94831==
  1589. ==94831== Conditional jump or move depends on uninitialised value(s)
  1590. ==94831== at 0x105B3BF63: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1591. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1592. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1593. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1594. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1595. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1596. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1597. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1598. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1599. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1600. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1601. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1602. ==94831==
  1603. ==94831== Conditional jump or move depends on uninitialised value(s)
  1604. ==94831== at 0x105B3BF6C: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1605. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1606. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1607. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1608. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1609. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1610. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1611. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1612. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1613. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1614. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1615. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1616. ==94831==
  1617. ==94831== Conditional jump or move depends on uninitialised value(s)
  1618. ==94831== at 0x105B3BF75: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1619. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1620. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1621. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1622. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1623. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1624. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1625. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1626. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1627. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1628. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1629. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1630. ==94831==
  1631. ==94831== Conditional jump or move depends on uninitialised value(s)
  1632. ==94831== at 0x105B3BF7E: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1633. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1634. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1635. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1636. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1637. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1638. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1639. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1640. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1641. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1642. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1643. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1644. ==94831==
  1645. ==94831== Conditional jump or move depends on uninitialised value(s)
  1646. ==94831== at 0x105B3C0AA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1647. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1648. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1649. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1650. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1651. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1652. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1653. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1654. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1655. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1656. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1657. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1658. ==94831==
  1659. ==94831== Conditional jump or move depends on uninitialised value(s)
  1660. ==94831== at 0x105B3C0B4: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1661. ==94831== by 0x105B3BA53: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1662. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1663. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1664. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1665. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1666. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1667. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1668. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1669. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1670. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1671. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1672. ==94831==
  1673. ==94831== Conditional jump or move depends on uninitialised value(s)
  1674. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1675. ==94831== by 0x105B3BA71: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1676. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1677. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1678. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1679. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1680. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1681. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1682. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1683. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1684. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1685. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1686. ==94831==
  1687. ==94831== Conditional jump or move depends on uninitialised value(s)
  1688. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1689. ==94831== by 0x105B3BA71: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1690. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1691. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1692. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1693. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1694. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1695. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1696. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1697. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1698. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1699. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1700. ==94831==
  1701. ==94831== Conditional jump or move depends on uninitialised value(s)
  1702. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1703. ==94831== by 0x105B3BA71: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1704. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1705. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1706. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1707. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1708. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1709. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1710. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1711. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1712. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1713. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1714. ==94831==
  1715. ==94831== Conditional jump or move depends on uninitialised value(s)
  1716. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  1717. ==94831== by 0x105B3BA71: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1718. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1719. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1720. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1721. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1722. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1723. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1724. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1725. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1726. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1727. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1728. ==94831==
  1729. ==94831== Use of uninitialised value of size 8
  1730. ==94831== at 0x102127EC6: CFNumberCreate (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1731. ==94831== by 0x105B3B2B4: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1732. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1733. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1734. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1735. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1736. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1737. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1738. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1739. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1740. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1741. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1742. ==94831==
  1743. ==94831== Conditional jump or move depends on uninitialised value(s)
  1744. ==94831== at 0x105B3B2C2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1745. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1746. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1747. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1748. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1749. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1750. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1751. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1752. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1753. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1754. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1755. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1756. ==94831==
  1757. ==94831== Conditional jump or move depends on uninitialised value(s)
  1758. ==94831== at 0x1021079BD: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1759. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1760. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1761. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1762. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1763. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1764. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1765. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1766. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1767. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1768. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1769. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1770. ==94831==
  1771. ==94831== Conditional jump or move depends on uninitialised value(s)
  1772. ==94831== at 0x1021079CA: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1773. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1774. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1775. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1776. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1777. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1778. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1779. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1780. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1781. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1782. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1783. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1784. ==94831==
  1785. ==94831== Conditional jump or move depends on uninitialised value(s)
  1786. ==94831== at 0x1021079D8: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1787. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1788. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1789. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1790. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1791. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1792. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1793. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1794. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1795. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1796. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1797. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1798. ==94831==
  1799. ==94831== Conditional jump or move depends on uninitialised value(s)
  1800. ==94831== at 0x1021079F4: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1801. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1802. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1803. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1804. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1805. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1806. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1807. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1808. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1809. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1810. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1811. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1812. ==94831==
  1813. ==94831== Conditional jump or move depends on uninitialised value(s)
  1814. ==94831== at 0x102108492: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1815. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1816. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1817. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1818. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1819. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1820. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1821. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1822. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1823. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1824. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1825. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1826. ==94831==
  1827. ==94831== Conditional jump or move depends on uninitialised value(s)
  1828. ==94831== at 0x1021084A0: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1829. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1830. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1831. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1832. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1833. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1834. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1835. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1836. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1837. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1838. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1839. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1840. ==94831==
  1841. ==94831== Conditional jump or move depends on uninitialised value(s)
  1842. ==94831== at 0x102108555: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1843. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1844. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1845. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1846. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1847. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1848. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1849. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1850. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1851. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1852. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1853. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1854. ==94831==
  1855. ==94831== Conditional jump or move depends on uninitialised value(s)
  1856. ==94831== at 0x1021084B7: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1857. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1858. ==94831== by 0x105B3B2D2: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1859. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1860. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1861. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1862. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1863. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1864. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1865. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1866. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1867. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1868. ==94831==
  1869. ==94831== Conditional jump or move depends on uninitialised value(s)
  1870. ==94831== at 0x105B3AFCE: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1871. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1872. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1873. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1874. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1875. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1876. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1877. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1878. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1879. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1880. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  1881. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  1882. ==94831==
  1883. ==94831== Use of uninitialised value of size 8
  1884. ==94831== at 0x10211158A: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1885. ==94831== by 0x102108BB8: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1886. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1887. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1888. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1889. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1890. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1891. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1892. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1893. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1894. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1895. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1896. ==94831==
  1897. ==94831== Use of uninitialised value of size 8
  1898. ==94831== at 0x10211159E: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1899. ==94831== by 0x102108BB8: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1900. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1901. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1902. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1903. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1904. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1905. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1906. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1907. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1908. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1909. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1910. ==94831==
  1911. ==94831== Use of uninitialised value of size 8
  1912. ==94831== at 0x1021115B2: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1913. ==94831== by 0x102108BB8: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1914. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1915. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1916. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1917. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1918. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1919. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1920. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1921. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1922. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1923. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1924. ==94831==
  1925. ==94831== Use of uninitialised value of size 8
  1926. ==94831== at 0x1021115C4: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1927. ==94831== by 0x102108BB8: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1928. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1929. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1930. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1931. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1932. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1933. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1934. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1935. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1936. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1937. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1938. ==94831==
  1939. ==94831== Use of uninitialised value of size 8
  1940. ==94831== at 0x1021118AA: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1941. ==94831== by 0x102108BB8: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1942. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1943. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1944. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1945. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1946. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1947. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1948. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1949. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1950. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1951. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1952. ==94831==
  1953. ==94831== Use of uninitialised value of size 8
  1954. ==94831== at 0x10211158A: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1955. ==94831== by 0x102107D81: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1956. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1957. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1958. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1959. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1960. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1961. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1962. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1963. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1964. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1965. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1966. ==94831==
  1967. ==94831== Use of uninitialised value of size 8
  1968. ==94831== at 0x10211159E: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1969. ==94831== by 0x102107D81: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1970. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1971. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1972. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1973. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1974. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1975. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1976. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1977. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1978. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1979. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1980. ==94831==
  1981. ==94831== Use of uninitialised value of size 8
  1982. ==94831== at 0x1021115B2: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1983. ==94831== by 0x102107D81: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1984. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1985. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1986. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  1987. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1988. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  1989. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  1990. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  1991. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1992. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1993. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  1994. ==94831==
  1995. ==94831== Use of uninitialised value of size 8
  1996. ==94831== at 0x1021115C4: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1997. ==94831== by 0x102107D81: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1998. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  1999. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2000. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2001. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2002. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2003. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2004. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2005. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2006. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2007. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2008. ==94831==
  2009. ==94831== Use of uninitialised value of size 8
  2010. ==94831== at 0x1021118AA: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2011. ==94831== by 0x102107D81: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2012. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2013. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2014. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2015. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2016. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2017. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2018. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2019. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2020. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2021. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2022. ==94831==
  2023. ==94831== Use of uninitialised value of size 8
  2024. ==94831== at 0x10211158A: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2025. ==94831== by 0x1021039F2: __CFBasicHashRehash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2026. ==94831== by 0x10210886F: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2027. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2028. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2029. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2030. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2031. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2032. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2033. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2034. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2035. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2036. ==94831==
  2037. ==94831== Use of uninitialised value of size 8
  2038. ==94831== at 0x10211159E: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2039. ==94831== by 0x1021039F2: __CFBasicHashRehash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2040. ==94831== by 0x10210886F: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2041. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2042. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2043. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2044. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2045. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2046. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2047. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2048. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2049. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2050. ==94831==
  2051. ==94831== Use of uninitialised value of size 8
  2052. ==94831== at 0x1021115B2: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2053. ==94831== by 0x1021039F2: __CFBasicHashRehash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2054. ==94831== by 0x10210886F: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2055. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2056. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2057. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2058. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2059. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2060. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2061. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2062. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2063. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2064. ==94831==
  2065. ==94831== Use of uninitialised value of size 8
  2066. ==94831== at 0x1021115C4: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2067. ==94831== by 0x1021039F2: __CFBasicHashRehash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2068. ==94831== by 0x10210886F: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2069. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2070. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2071. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2072. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2073. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2074. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2075. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2076. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2077. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2078. ==94831==
  2079. ==94831== Use of uninitialised value of size 8
  2080. ==94831== at 0x1021118AA: __CFStringHash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2081. ==94831== by 0x1021039F2: __CFBasicHashRehash (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2082. ==94831== by 0x10210886F: __CFBasicHashAddValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2083. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2084. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2085. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2086. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2087. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2088. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2089. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2090. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2091. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2092. ==94831==
  2093. ==94831== Conditional jump or move depends on uninitialised value(s)
  2094. ==94831== at 0x10212873C: __CFBasicHashDrain (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2095. ==94831== by 0x102118A9D: CFRelease (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2096. ==94831== by 0x105B3BDF8: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2097. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2098. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2099. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2100. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2101. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2102. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2103. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2104. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2105. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2106. ==94831==
  2107. ==94831== Conditional jump or move depends on uninitialised value(s)
  2108. ==94831== at 0x10212D07D: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2109. ==94831== by 0x103449BDF: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2110. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2111. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2112. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2113. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2114. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2115. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2116. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2117. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2118. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2119. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2120. ==94831==
  2121. ==94831== Conditional jump or move depends on uninitialised value(s)
  2122. ==94831== at 0x10212D087: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2123. ==94831== by 0x103449BDF: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2124. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2125. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2126. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2127. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2128. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2129. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2130. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2131. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2132. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2133. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2134. ==94831==
  2135. ==94831== Use of uninitialised value of size 8
  2136. ==94831== at 0x10212D094: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2137. ==94831== by 0x103449BDF: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2138. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2139. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2140. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2141. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2142. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2143. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2144. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2145. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2146. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2147. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2148. ==94831==
  2149. ==94831== Conditional jump or move depends on uninitialised value(s)
  2150. ==94831== at 0x10212D07D: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2151. ==94831== by 0x103449C5A: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2152. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2153. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2154. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2155. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2156. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2157. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2158. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2159. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2160. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2161. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2162. ==94831==
  2163. ==94831== Conditional jump or move depends on uninitialised value(s)
  2164. ==94831== at 0x10212D087: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2165. ==94831== by 0x103449C5A: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2166. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2167. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2168. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2169. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2170. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2171. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2172. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2173. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2174. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2175. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2176. ==94831==
  2177. ==94831== Use of uninitialised value of size 8
  2178. ==94831== at 0x10212D094: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2179. ==94831== by 0x103449C5A: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2180. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2181. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2182. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2183. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2184. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2185. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2186. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2187. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2188. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2189. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2190. ==94831==
  2191. ==94831== Conditional jump or move depends on uninitialised value(s)
  2192. ==94831== at 0x10212D07D: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2193. ==94831== by 0x103449CB8: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2194. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2195. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2196. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2197. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2198. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2199. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2200. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2201. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2202. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2203. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2204. ==94831==
  2205. ==94831== Conditional jump or move depends on uninitialised value(s)
  2206. ==94831== at 0x10212D087: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2207. ==94831== by 0x103449CB8: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2208. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2209. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2210. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2211. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2212. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2213. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2214. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2215. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2216. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2217. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2218. ==94831==
  2219. ==94831== Use of uninitialised value of size 8
  2220. ==94831== at 0x10212D094: CFGetTypeID (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2221. ==94831== by 0x103449CB8: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2222. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2223. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2224. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2225. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2226. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2227. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2228. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2229. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2230. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2231. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2232. ==94831==
  2233. ==94831== Conditional jump or move depends on uninitialised value(s)
  2234. ==94831== at 0x10210611D: CFRetain (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2235. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2236. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2237. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2238. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2239. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2240. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2241. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2242. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2243. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2244. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2245. ==94831== by 0x103449B5B: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2246. ==94831==
  2247. ==94831== Conditional jump or move depends on uninitialised value(s)
  2248. ==94831== at 0x102106126: CFRetain (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2249. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2250. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2251. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2252. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2253. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2254. ==94831== by 0x10344A7D2: unserializeReplacementDictionaryKeysAndValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2255. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2256. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2257. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2258. ==94831== by 0x103449D80: unserializeReplacementIOKitTypeRef (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2259. ==94831== by 0x103449B5B: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2260. ==94831==
  2261. ==94831== Conditional jump or move depends on uninitialised value(s)
  2262. ==94831== at 0x10000C71C: _platform_memcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2263. ==94831== by 0x10211E7AE: __CFStringEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2264. ==94831== by 0x10211E5AF: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2265. ==94831== by 0x10210A0D7: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2266. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2267. ==94831== by 0x1034499A8: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2268. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2269. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2270. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2271. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2272. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2273. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2274. ==94831==
  2275. ==94831== Conditional jump or move depends on uninitialised value(s)
  2276. ==94831== at 0x105B3C274: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2277. ==94831== by 0x105B3AA0D: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2278. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2279. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2280. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2281. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2282. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2283. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2284. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2285. ==94831== by 0x10BC76284: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2286. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2287. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2288. ==94831==
  2289. ==94831== Conditional jump or move depends on uninitialised value(s)
  2290. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2291. ==94831== by 0x105B3ACF3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2292. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2293. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2294. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2295. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2296. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2297. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2298. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2299. ==94831== by 0x10BC76284: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2300. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2301. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2302. ==94831==
  2303. ==94831== Conditional jump or move depends on uninitialised value(s)
  2304. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2305. ==94831== by 0x105B3ACF3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2306. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2307. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2308. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2309. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2310. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2311. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2312. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2313. ==94831== by 0x10BC76284: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2314. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2315. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2316. ==94831==
  2317. ==94831== Conditional jump or move depends on uninitialised value(s)
  2318. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2319. ==94831== by 0x105B3ACF3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2320. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2321. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2322. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2323. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2324. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2325. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2326. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2327. ==94831== by 0x10BC76284: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2328. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2329. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2330. ==94831==
  2331. ==94831== Conditional jump or move depends on uninitialised value(s)
  2332. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2333. ==94831== by 0x105B3ACF3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2334. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2335. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2336. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2337. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2338. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2339. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2340. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2341. ==94831== by 0x10BC76284: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2342. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2343. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2344. ==94831==
  2345. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1232b] (repeated 8 times)
  2346. ==94831== Thread 3:
  2347. ==94831== Conditional jump or move depends on uninitialised value(s)
  2348. ==94831== at 0x105B3B950: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2349. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2350. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2351. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2352. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2353. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2354. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2355. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2356. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2357. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2358. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2359. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  2360. ==94831==
  2361. ==94831== Conditional jump or move depends on uninitialised value(s)
  2362. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2363. ==94831== by 0x105B3B57A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2364. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2365. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2366. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2367. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2368. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2369. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2370. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2371. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2372. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2373. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2374. ==94831==
  2375. ==94831== Conditional jump or move depends on uninitialised value(s)
  2376. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2377. ==94831== by 0x105B3B57A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2378. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2379. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2380. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2381. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2382. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2383. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2384. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2385. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2386. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2387. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2388. ==94831==
  2389. ==94831== Conditional jump or move depends on uninitialised value(s)
  2390. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2391. ==94831== by 0x105B3B57A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2392. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2393. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2394. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2395. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2396. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2397. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2398. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2399. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2400. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2401. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2402. ==94831==
  2403. ==94831== Conditional jump or move depends on uninitialised value(s)
  2404. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2405. ==94831== by 0x105B3B57A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2406. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2407. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2408. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2409. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2410. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2411. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2412. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2413. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2414. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2415. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2416. ==94831==
  2417. ==94831== Conditional jump or move depends on uninitialised value(s)
  2418. ==94831== at 0x102108516: CFBasicHashSetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2419. ==94831== by 0x102107911: CFDictionarySetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2420. ==94831== by 0x105B3B004: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2421. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2422. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2423. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2424. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2425. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2426. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2427. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2428. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2429. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2430. ==94831==
  2431. ==94831== Conditional jump or move depends on uninitialised value(s)
  2432. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2433. ==94831== by 0x105B3B510: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2434. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2435. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2436. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2437. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2438. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2439. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2440. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2441. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2442. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2443. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2444. ==94831==
  2445. ==94831== Conditional jump or move depends on uninitialised value(s)
  2446. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2447. ==94831== by 0x105B3B510: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2448. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2449. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2450. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2451. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2452. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2453. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2454. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2455. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2456. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2457. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2458. ==94831==
  2459. ==94831== Conditional jump or move depends on uninitialised value(s)
  2460. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2461. ==94831== by 0x105B3B510: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2462. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2463. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2464. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2465. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2466. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2467. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2468. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2469. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2470. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2471. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2472. ==94831==
  2473. ==94831== Conditional jump or move depends on uninitialised value(s)
  2474. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2475. ==94831== by 0x105B3B510: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2476. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2477. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2478. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2479. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2480. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2481. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2482. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2483. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2484. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2485. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2486. ==94831==
  2487. ==94831== Conditional jump or move depends on uninitialised value(s)
  2488. ==94831== at 0x105B3C2CB: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2489. ==94831== by 0x105B3B666: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2490. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2491. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2492. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2493. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2494. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2495. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2496. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2497. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2498. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2499. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2500. ==94831==
  2501. ==94831== Conditional jump or move depends on uninitialised value(s)
  2502. ==94831== at 0x105B3C2D0: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2503. ==94831== by 0x105B3B666: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2504. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2505. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2506. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2507. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2508. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2509. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2510. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2511. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2512. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2513. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2514. ==94831==
  2515. ==94831== Conditional jump or move depends on uninitialised value(s)
  2516. ==94831== at 0x105B3C2DD: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2517. ==94831== by 0x105B3B666: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2518. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2519. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2520. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2521. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2522. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2523. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2524. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2525. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2526. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2527. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2528. ==94831==
  2529. ==94831== Conditional jump or move depends on uninitialised value(s)
  2530. ==94831== at 0x105B3C328: getString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2531. ==94831== by 0x105B3B666: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2532. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2533. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2534. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2535. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2536. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2537. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2538. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2539. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2540. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2541. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2542. ==94831==
  2543. ==94831== Conditional jump or move depends on uninitialised value(s)
  2544. ==94831== at 0x105B3BEBA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2545. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2546. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2547. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2548. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2549. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2550. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2551. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2552. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2553. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2554. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2555. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2556. ==94831==
  2557. ==94831== Conditional jump or move depends on uninitialised value(s)
  2558. ==94831== at 0x105B3BED5: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2559. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2560. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2561. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2562. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2563. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2564. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2565. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2566. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2567. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2568. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2569. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2570. ==94831==
  2571. ==94831== Conditional jump or move depends on uninitialised value(s)
  2572. ==94831== at 0x105B3BEDF: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2573. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2574. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2575. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2576. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2577. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2578. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2579. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2580. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2581. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2582. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2583. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2584. ==94831==
  2585. ==94831== Conditional jump or move depends on uninitialised value(s)
  2586. ==94831== at 0x105B3BF44: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2587. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2588. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2589. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2590. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2591. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2592. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2593. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2594. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2595. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2596. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2597. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2598. ==94831==
  2599. ==94831== Conditional jump or move depends on uninitialised value(s)
  2600. ==94831== at 0x105B3BF52: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2601. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2602. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2603. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2604. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2605. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2606. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2607. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2608. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2609. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2610. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2611. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2612. ==94831==
  2613. ==94831== Conditional jump or move depends on uninitialised value(s)
  2614. ==94831== at 0x105B3BF63: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2615. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2616. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2617. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2618. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2619. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2620. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2621. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2622. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2623. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2624. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2625. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2626. ==94831==
  2627. ==94831== Conditional jump or move depends on uninitialised value(s)
  2628. ==94831== at 0x105B3BF6C: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2629. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2630. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2631. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2632. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2633. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2634. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2635. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2636. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2637. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2638. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2639. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2640. ==94831==
  2641. ==94831== Conditional jump or move depends on uninitialised value(s)
  2642. ==94831== at 0x105B3BF75: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2643. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2644. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2645. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2646. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2647. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2648. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2649. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2650. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2651. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2652. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2653. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2654. ==94831==
  2655. ==94831== Conditional jump or move depends on uninitialised value(s)
  2656. ==94831== at 0x105B3BF7E: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2657. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2658. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2659. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2660. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2661. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2662. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2663. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2664. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2665. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2666. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2667. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2668. ==94831==
  2669. ==94831== Conditional jump or move depends on uninitialised value(s)
  2670. ==94831== at 0x105B3C0AA: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2671. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2672. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2673. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2674. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2675. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2676. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2677. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2678. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2679. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2680. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2681. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2682. ==94831==
  2683. ==94831== Conditional jump or move depends on uninitialised value(s)
  2684. ==94831== at 0x105B3C0B4: getTag (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2685. ==94831== by 0x105B3B69A: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2686. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2687. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2688. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2689. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2690. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2691. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2692. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2693. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2694. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2695. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2696. ==94831==
  2697. ==94831== Conditional jump or move depends on uninitialised value(s)
  2698. ==94831== at 0x10000C12D: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2699. ==94831== by 0x105B3B6B5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2700. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2701. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2702. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2703. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2704. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2705. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2706. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2707. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2708. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2709. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2710. ==94831==
  2711. ==94831== Conditional jump or move depends on uninitialised value(s)
  2712. ==94831== at 0x10000C131: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2713. ==94831== by 0x105B3B6B5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2714. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2715. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2716. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2717. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2718. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2719. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2720. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2721. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2722. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2723. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2724. ==94831==
  2725. ==94831== Conditional jump or move depends on uninitialised value(s)
  2726. ==94831== at 0x10000C141: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2727. ==94831== by 0x105B3B6B5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2728. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2729. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2730. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2731. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2732. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2733. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2734. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2735. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2736. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2737. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2738. ==94831==
  2739. ==94831== Conditional jump or move depends on uninitialised value(s)
  2740. ==94831== at 0x10000C14B: _platform_strcmp (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  2741. ==94831== by 0x105B3B6B5: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2742. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2743. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2744. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2745. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2746. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2747. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2748. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2749. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2750. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2751. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2752. ==94831==
  2753. ==94831== Conditional jump or move depends on uninitialised value(s)
  2754. ==94831== at 0x102104D23: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2755. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2756. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2757. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2758. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2759. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2760. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2761. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2762. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2763. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2764. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2765. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2766. ==94831==
  2767. ==94831== Conditional jump or move depends on uninitialised value(s)
  2768. ==94831== at 0x105B3BC85: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2769. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2770. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2771. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2772. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2773. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2774. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2775. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2776. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2777. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2778. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2779. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2780. ==94831==
  2781. ==94831== Conditional jump or move depends on uninitialised value(s)
  2782. ==94831== at 0x105B3BCB7: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2783. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2784. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2785. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2786. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2787. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2788. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2789. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2790. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2791. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2792. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2793. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2794. ==94831==
  2795. ==94831== Use of uninitialised value of size 8
  2796. ==94831== at 0x102104D84: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2797. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  2798. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2799. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2800. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2801. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2802. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2803. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2804. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2805. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2806. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2807. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2808. ==94831==
  2809. ==94831== Conditional jump or move depends on uninitialised value(s)
  2810. ==94831== at 0x105B3AA88: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2811. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2812. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2813. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2814. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2815. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2816. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2817. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2818. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2819. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2820. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2821. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  2822. ==94831==
  2823. ==94831== Conditional jump or move depends on uninitialised value(s)
  2824. ==94831== at 0x105B3AB93: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2825. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2826. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2827. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2828. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2829. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2830. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2831. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2832. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2833. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2834. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2835. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  2836. ==94831==
  2837. ==94831== Conditional jump or move depends on uninitialised value(s)
  2838. ==94831== at 0x105B3ABC3: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2839. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2840. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2841. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2842. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2843. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2844. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2845. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2846. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2847. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2848. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2849. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  2850. ==94831==
  2851. ==94831== Conditional jump or move depends on uninitialised value(s)
  2852. ==94831== at 0x105B3ABCD: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2853. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2854. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2855. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2856. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2857. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2858. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2859. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2860. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2861. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2862. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2863. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  2864. ==94831==
  2865. ==94831== Conditional jump or move depends on uninitialised value(s)
  2866. ==94831== at 0x1066A5865: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2867. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2868. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2869. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2870. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2871. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2872. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2873. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2874. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2875. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2876. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2877. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2878. ==94831==
  2879. ==94831== Use of uninitialised value of size 8
  2880. ==94831== at 0x1066A5867: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2881. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2882. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2883. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2884. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2885. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2886. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2887. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2888. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2889. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2890. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2891. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2892. ==94831==
  2893. ==94831== Conditional jump or move depends on uninitialised value(s)
  2894. ==94831== at 0x1066A58A3: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2895. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2896. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2897. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2898. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2899. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2900. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2901. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2902. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2903. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2904. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2905. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2906. ==94831==
  2907. ==94831== Conditional jump or move depends on uninitialised value(s)
  2908. ==94831== at 0x1066A58B1: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2909. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2910. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2911. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2912. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2913. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2914. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2915. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2916. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2917. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2918. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2919. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2920. ==94831==
  2921. ==94831== Conditional jump or move depends on uninitialised value(s)
  2922. ==94831== at 0x1066A58D9: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2923. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2924. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2925. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2926. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2927. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2928. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2929. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2930. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2931. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2932. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2933. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2934. ==94831==
  2935. ==94831== Conditional jump or move depends on uninitialised value(s)
  2936. ==94831== at 0x1066A5956: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2937. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2938. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2939. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2940. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2941. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2942. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2943. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2944. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2945. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2946. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2947. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2948. ==94831==
  2949. ==94831== Conditional jump or move depends on uninitialised value(s)
  2950. ==94831== at 0x1066A598F: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2951. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2952. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2953. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2954. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2955. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2956. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2957. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2958. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2959. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2960. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2961. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2962. ==94831==
  2963. ==94831== Conditional jump or move depends on uninitialised value(s)
  2964. ==94831== at 0x1066A59BB: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2965. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2966. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2967. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2968. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2969. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2970. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2971. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2972. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2973. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2974. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2975. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2976. ==94831==
  2977. ==94831== Conditional jump or move depends on uninitialised value(s)
  2978. ==94831== at 0x1066A59CB: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2979. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2980. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2981. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2982. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2983. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2984. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2985. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2986. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2987. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2988. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  2989. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  2990. ==94831==
  2991. ==94831== Conditional jump or move depends on uninitialised value(s)
  2992. ==94831== at 0x1066A59CD: strtol_l (in /usr/lib/system/libsystem_c.dylib)
  2993. ==94831== by 0x105B3ABE6: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2994. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  2995. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2996. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  2997. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  2998. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  2999. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3000. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3001. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3002. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3003. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3004. ==94831==
  3005. ==94831== Conditional jump or move depends on uninitialised value(s)
  3006. ==94831== at 0x1021092E5: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3007. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3008. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3009. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3010. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3011. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3012. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3013. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3014. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3015. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3016. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3017. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3018. ==94831==
  3019. ==94831== Conditional jump or move depends on uninitialised value(s)
  3020. ==94831== at 0x1021092F3: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3021. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3022. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3023. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3024. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3025. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3026. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3027. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3028. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3029. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3030. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3031. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3032. ==94831==
  3033. ==94831== Conditional jump or move depends on uninitialised value(s)
  3034. ==94831== at 0x10210A065: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3035. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3036. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3037. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3038. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3039. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3040. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3041. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3042. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3043. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3044. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3045. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3046. ==94831==
  3047. ==94831== Conditional jump or move depends on uninitialised value(s)
  3048. ==94831== at 0x10210A073: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3049. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3050. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3051. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3052. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3053. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3054. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3055. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3056. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3057. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3058. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3059. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3060. ==94831==
  3061. ==94831== Conditional jump or move depends on uninitialised value(s)
  3062. ==94831== at 0x10210A142: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3063. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3064. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3065. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3066. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3067. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3068. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3069. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3070. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3071. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3072. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3073. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3074. ==94831==
  3075. ==94831== Conditional jump or move depends on uninitialised value(s)
  3076. ==94831== at 0x10210A092: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3077. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3078. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3079. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3080. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3081. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3082. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3083. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3084. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3085. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3086. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3087. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3088. ==94831==
  3089. ==94831== Conditional jump or move depends on uninitialised value(s)
  3090. ==94831== at 0x102104842: __CFStringCreateImmutableFunnel3 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3091. ==94831== by 0x1021044DC: CFStringCreateWithCString (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3092. ==94831== by 0x105B3BC7E: buildString (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3093. ==94831== by 0x105B3AF32: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3094. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3095. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3096. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3097. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3098. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3099. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3100. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3101. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3102. ==94831==
  3103. ==94831== Conditional jump or move depends on uninitialised value(s)
  3104. ==94831== at 0x10210A2EF: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3105. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3106. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3107. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3108. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3109. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3110. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3111. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3112. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3113. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3114. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3115. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3116. ==94831==
  3117. ==94831== Conditional jump or move depends on uninitialised value(s)
  3118. ==94831== at 0x10210A2FD: CFBasicHashFindBucket (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3119. ==94831== by 0x10210926C: CFDictionaryGetValue (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3120. ==94831== by 0x105B3B374: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3121. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3122. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3123. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3124. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3125. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3126. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3127. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3128. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3129. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3130. ==94831==
  3131. ==94831== Conditional jump or move depends on uninitialised value(s)
  3132. ==94831== at 0x105B3B37B: IOCFUnserializeparse (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3133. ==94831== by 0x105B3BD93: IOCFUnserialize (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3134. ==94831== by 0x103449B07: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3135. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3136. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3137. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3138. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3139. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3140. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3141. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3142. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3143. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3144. ==94831==
  3145. ==94831== Thread 7:
  3146. ==94831== Conditional jump or move depends on uninitialised value(s)
  3147. ==94831== at 0x10344972E: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3148. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3149. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3150. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3151. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3152. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3153. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3154. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3155. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3156. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3157. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3158. ==94831== by 0x1065ACFE3: _dispatch_worker_thread3 (in /usr/lib/system/libdispatch.dylib)
  3159. ==94831==
  3160. ==94831== Conditional jump or move depends on uninitialised value(s)
  3161. ==94831== at 0x10211E443: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3162. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3163. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3164. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3165. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3166. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3167. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3168. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3169. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3170. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3171. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3172. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3173. ==94831==
  3174. ==94831== Conditional jump or move depends on uninitialised value(s)
  3175. ==94831== at 0x10211E457: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3176. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3177. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3178. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3179. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3180. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3181. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3182. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3183. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3184. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3185. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3186. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3187. ==94831==
  3188. ==94831== Conditional jump or move depends on uninitialised value(s)
  3189. ==94831== at 0x10211E460: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3190. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3191. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3192. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3193. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3194. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3195. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3196. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3197. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3198. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3199. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3200. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3201. ==94831==
  3202. ==94831== Conditional jump or move depends on uninitialised value(s)
  3203. ==94831== at 0x10211E46C: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3204. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3205. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3206. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3207. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3208. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3209. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3210. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3211. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3212. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3213. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3214. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3215. ==94831==
  3216. ==94831== Use of uninitialised value of size 8
  3217. ==94831== at 0x10211E479: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3218. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3219. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3220. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3221. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3222. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3223. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3224. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3225. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3226. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3227. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3228. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3229. ==94831==
  3230. ==94831== Conditional jump or move depends on uninitialised value(s)
  3231. ==94831== at 0x105CFC0C3: objc_msgSend (in /usr/lib/libobjc.A.dylib)
  3232. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3233. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3234. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3235. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3236. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3237. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3238. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3239. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3240. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3241. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3242. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3243. ==94831==
  3244. ==94831== Conditional jump or move depends on uninitialised value(s)
  3245. ==94831== at 0x105CFC0CA: objc_msgSend (in /usr/lib/libobjc.A.dylib)
  3246. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3247. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3248. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3249. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3250. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3251. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3252. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3253. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3254. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3255. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3256. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3257. ==94831==
  3258. ==94831== Use of uninitialised value of size 8
  3259. ==94831== at 0x105CFC159: objc_msgSend (in /usr/lib/libobjc.A.dylib)
  3260. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3261. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3262. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3263. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3264. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3265. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3266. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3267. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3268. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3269. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3270. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3271. ==94831==
  3272. ==94831== Conditional jump or move depends on uninitialised value(s)
  3273. ==94831== at 0x10220A882: -[NSTaggedPointerString isEqual:] (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3274. ==94831== by 0x10211E576: CFEqual (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3275. ==94831== by 0x10344973A: compareKeys (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3276. ==94831== by 0x102143D05: __CFDictionaryApplyFunction_block_invoke (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3277. ==94831== by 0x102143CBF: CFBasicHashApply (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3278. ==94831== by 0x102143BF9: CFDictionaryApplyFunction (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3279. ==94831== by 0x103449564: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3280. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3281. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3282. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3283. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3284. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3285. ==94831==
  3286. ==94831== Conditional jump or move depends on uninitialised value(s)
  3287. ==94831== at 0x103449576: IOSurfaceClientSetValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3288. ==94831== by 0x101D28E3D: CVPixelBuffer::setAttachments(__CFDictionary const*, unsigned int) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3289. ==94831== by 0x10F2FABA8: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3290. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3291. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3292. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3293. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3294. ==94831== by 0x1065ACFE3: _dispatch_worker_thread3 (in /usr/lib/system/libdispatch.dylib)
  3295. ==94831== by 0x10689F636: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3296. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3297. ==94831==
  3298. ==94831== Conditional jump or move depends on uninitialised value(s)
  3299. ==94831== at 0x1034499FA: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3300. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3301. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3302. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3303. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3304. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3305. ==94831== by 0x10BC75CB5: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3306. ==94831== by 0x10BC7964E: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3307. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3308. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3309. ==94831== by 0x1065A0ECB: _dispatch_queue_invoke (in /usr/lib/system/libdispatch.dylib)
  3310. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3311. ==94831==
  3312. --94831-- UNKNOWN host message [id 222, to mach_host_self(), reply 0x1232b] (repeated 16 times)
  3313. --94831-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting
  3314. --94831-- si_code=1; Faulting address: 0x113E374A8; sp: 0x700008e5ed30
  3315.  
  3316. valgrind: the 'impossible' happened:
  3317. Killed by fatal signal
  3318.  
  3319. host stacktrace:
  3320. ==94831== at 0x23804F059: ???
  3321. ==94831== by 0x23804E2E9: ???
  3322. ==94831== by 0x238003E1C: ???
  3323. ==94831== by 0x238004205: ???
  3324. ==94831== by 0x2380B3E57: ???
  3325. ==94831== by 0x2380C4826: ???
  3326. ==94831== by 0x2380C4AD6: ???
  3327.  
  3328. sched status:
  3329. running_tid=10
  3330.  
  3331. Thread 1: status = VgTs_WaitSys
  3332. ==94831== at 0x1067854DE: mach_msg_trap (in /usr/lib/system/libsystem_kernel.dylib)
  3333. ==94831== by 0x10678464E: mach_msg (in /usr/lib/system/libsystem_kernel.dylib)
  3334. ==94831== by 0x105B9A19B: io_connect_method (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3335. ==94831== by 0x105B3DCF5: IOConnectCallMethod (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3336. ==94831== by 0x10344A776: IOSurfaceClientDecrementUseCount (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3337. ==94831== by 0x101D38015: CVPixelBufferBacking::releaseUsage() (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3338. ==94831== by 0x101D28653: CVPixelBuffer::finalize() (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3339. ==94831== by 0x102118A9D: CFRelease (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3340. ==94831== by 0x102035666: sBufFinalize (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3341. ==94831== by 0x102118A9D: CFRelease (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3342. ==94831== by 0x1012152B7: avf_read_packet (in /usr/local/lib/libavdevice.56.4.100.dylib)
  3343. ==94831== by 0x1112FE0BF: ???
  3344. ==94831== by 0x104803E3F: ???
  3345. ==94831== by 0x104803DAF: ???
  3346.  
  3347. Thread 2: status = VgTs_WaitSys
  3348. ==94831== at 0x10678B232: kevent64 (in /usr/lib/system/libsystem_kernel.dylib)
  3349. ==94831== by 0x10659ED90: _dispatch_mgr_invoke (in /usr/lib/system/libdispatch.dylib)
  3350. ==94831== by 0x10659EA69: _dispatch_mgr_thread (in /usr/lib/system/libdispatch.dylib)
  3351.  
  3352. Thread 3: status = VgTs_WaitSys
  3353. ==94831== at 0x1067854DE: mach_msg_trap (in /usr/lib/system/libsystem_kernel.dylib)
  3354. ==94831== by 0x10678464E: mach_msg (in /usr/lib/system/libsystem_kernel.dylib)
  3355. ==94831== by 0x105B9A19B: io_connect_method (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3356. ==94831== by 0x105B3DD49: IOConnectCallMethod (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3357. ==94831== by 0x103449AA9: IOSurfaceClientCopyAllValues (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3358. ==94831== by 0x103449993: IOSurfaceClientCopyValue (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3359. ==94831== by 0x1234003F3E9E: glrUpdateTexture (in /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver)
  3360. ==94831== by 0x110103B2A: gldLoadTexture (in /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib)
  3361. ==94831== by 0x10BC8DFA4: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3362. ==94831== by 0x10BC93D96: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3363. ==94831== by 0x10BC76263: clSetEventCallback (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3364. ==94831== by 0x10BC79630: clFinish (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3365. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3366. ==94831== by 0x10659F364: _dispatch_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3367. ==94831== by 0x1065A0ECB: _dispatch_queue_invoke (in /usr/lib/system/libdispatch.dylib)
  3368. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3369. ==94831== by 0x1065ACFE3: _dispatch_worker_thread3 (in /usr/lib/system/libdispatch.dylib)
  3370. ==94831== by 0x10689F636: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3371. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3372.  
  3373. Thread 4: status = VgTs_WaitSys
  3374. ==94831== at 0x10678A94A: __workq_kernreturn (in /usr/lib/system/libsystem_kernel.dylib)
  3375. ==94831== by 0x10689F6C2: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3376. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3377.  
  3378. Thread 5: status = VgTs_WaitSys
  3379. ==94831== at 0x10678A94A: __workq_kernreturn (in /usr/lib/system/libsystem_kernel.dylib)
  3380. ==94831== by 0x10689F6C2: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3381. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3382.  
  3383. Thread 6: status = VgTs_WaitSys
  3384. ==94831== at 0x10678A48A: __semwait_signal (in /usr/lib/system/libsystem_kernel.dylib)
  3385. ==94831== by 0x1066BFF5C: nanosleep (in /usr/lib/system/libsystem_c.dylib)
  3386. ==94831== by 0x1066BFE4F: usleep (in /usr/lib/system/libsystem_c.dylib)
  3387. ==94831== by 0x105CAB9E2: CMIOGraph::OneOrMoreInputUnitsAreReadyToBePulled(bool&) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  3388. ==94831== by 0x105CAC23A: CMIOGraph::DoWork(unsigned int) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  3389. ==94831== by 0x105CAF1C9: CMIO::Thread::QueuedTWorkThread<unsigned int>::DoWork() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  3390. ==94831== by 0x105CB8122: CMIO::Thread::SignaledThread::ThreadLoop() (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  3391. ==94831== by 0x105CB8014: CMIO::Thread::SignaledThread::WorkQueuedThreadCallback(void*) (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO)
  3392. ==94831== by 0x102053764: figThreadMain (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3393. ==94831== by 0x10689F267: _pthread_body (in /usr/lib/system/libsystem_pthread.dylib)
  3394. ==94831== by 0x10689F1E4: _pthread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3395. ==94831== by 0x10689D41C: thread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3396.  
  3397. Thread 7: status = VgTs_WaitSys
  3398. ==94831== at 0x10678551A: semaphore_wait_trap (in /usr/lib/system/libsystem_kernel.dylib)
  3399. ==94831== by 0x10688EC5A: _os_semaphore_wait (in /usr/lib/system/libsystem_platform.dylib)
  3400. ==94831== by 0x1065A5556: _dispatch_barrier_sync_f_slow (in /usr/lib/system/libdispatch.dylib)
  3401. ==94831== by 0x10BC79219: clFlush (in /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL)
  3402. ==94831== by 0x10F301E82: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3403. ==94831== by 0x10F2FB3EC: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3404. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3405. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3406. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3407. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3408. ==94831== by 0x1065ACFE3: _dispatch_worker_thread3 (in /usr/lib/system/libdispatch.dylib)
  3409. ==94831== by 0x10689F636: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3410. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3411.  
  3412. Thread 8: status = VgTs_WaitSys
  3413. ==94831== at 0x1067854DE: mach_msg_trap (in /usr/lib/system/libsystem_kernel.dylib)
  3414. ==94831== by 0x10678464E: mach_msg (in /usr/lib/system/libsystem_kernel.dylib)
  3415. ==94831== by 0x105B9A19B: io_connect_method (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3416. ==94831== by 0x105B3DCF5: IOConnectCallMethod (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3417. ==94831== by 0x103448C2F: IOSurfaceClientRelease (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3418. ==94831== by 0x10344B09F: ioSurfaceFinalize (in /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface)
  3419. ==94831== by 0x102118A9D: CFRelease (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3420. ==94831== by 0x10F30354C: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3421. ==94831== by 0x102B7C9E6: _CGYDisplayStreamFrameAvailable (in /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics)
  3422. ==94831== by 0x102EE959B: CGYDisplayStreamNotification_server (in /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics)
  3423. ==94831== by 0x102B7CDA5: display_stream_runloop_callout (in /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics)
  3424. ==94831== by 0x102180A06: __CFMachPortPerform (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3425. ==94831== by 0x1021808F8: __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3426. ==94831== by 0x10218086A: __CFRunLoopDoSource1 (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3427. ==94831== by 0x1021723E6: __CFRunLoopRun (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3428. ==94831== by 0x102171857: CFRunLoopRunSpecific (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3429. ==94831== by 0x102227EF0: CFRunLoopRun (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3430. ==94831== by 0x10F302FF0: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3431. ==94831== by 0x10F2F82C1: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3432. ==94831== by 0x102053764: figThreadMain (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3433. ==94831== by 0x10689F267: _pthread_body (in /usr/lib/system/libsystem_pthread.dylib)
  3434. ==94831== by 0x10689F1E4: _pthread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3435. ==94831== by 0x10689D41C: thread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3436.  
  3437. Thread 9: status = VgTs_WaitSys
  3438. ==94831== at 0x10678A136: __psynch_cvwait (in /usr/lib/system/libsystem_kernel.dylib)
  3439. ==94831== by 0x10689FE0B: _pthread_cond_wait (in /usr/lib/system/libsystem_pthread.dylib)
  3440. ==94831== by 0x102052CE0: WaitOnCondition (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3441. ==94831== by 0x102052AED: FigSemaphoreWaitRelative (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3442. ==94831== by 0x10F304760: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3443. ==94831== by 0x10F2F82D3: CMIOUnitASCInputEntry (in /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/CMIOUnits.bundle/Contents/MacOS/CMIOUnits)
  3444. ==94831== by 0x102053764: figThreadMain (in /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia)
  3445. ==94831== by 0x10689F267: _pthread_body (in /usr/lib/system/libsystem_pthread.dylib)
  3446. ==94831== by 0x10689F1E4: _pthread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3447. ==94831== by 0x10689D41C: thread_start (in /usr/lib/system/libsystem_pthread.dylib)
  3448.  
  3449. Thread 10: status = VgTs_Runnable
  3450. ==94831== at 0x10000A864: malloc_zone_malloc (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
  3451. ==94831== by 0x102102A1D: _CFRuntimeCreateInstance (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3452. ==94831== by 0x102128104: CFNumberCreate (in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
  3453. ==94831== by 0x101D2A073: CVPixelBufferPool::ioSurfaceUseCountIsZeroCallback(void*, unsigned int, unsigned long long, unsigned long long) (in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo)
  3454. ==94831== by 0x105B3D238: IODispatchCalloutFromCFMessage (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3455. ==94831== by 0x105B3D2D1: _IODispatchCalloutWithDispatch (in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit)
  3456. ==94831== by 0x1065A8BEC: dispatch_mig_server (in /usr/lib/system/libdispatch.dylib)
  3457. ==94831== by 0x10659BC12: _dispatch_client_callout (in /usr/lib/system/libdispatch.dylib)
  3458. ==94831== by 0x1065A687D: _dispatch_source_latch_and_call (in /usr/lib/system/libdispatch.dylib)
  3459. ==94831== by 0x10659F62A: _dispatch_source_invoke (in /usr/lib/system/libdispatch.dylib)
  3460. ==94831== by 0x10659E6B6: _dispatch_root_queue_drain (in /usr/lib/system/libdispatch.dylib)
  3461. ==94831== by 0x1065ACFE3: _dispatch_worker_thread3 (in /usr/lib/system/libdispatch.dylib)
  3462. ==94831== by 0x10689F636: _pthread_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3463. ==94831== by 0x10689D40C: start_wqthread (in /usr/lib/system/libsystem_pthread.dylib)
  3464.  
  3465.  
  3466. Note: see also the FAQ in the source distribution.
  3467. It contains workarounds to several common problems.
  3468. In particular, if Valgrind aborted or crashed after
  3469. identifying problems in your program, there's a good chance
  3470. that fixing those problems will prevent Valgrind aborting or
  3471. crashing, especially if it happened in m_mallocfree.c.
  3472.  
  3473. If that doesn't help, please report this bug to: www.valgrind.org
  3474.  
  3475. In the bug report, send all the above text, the valgrind
  3476. version, and what OS and version you are using. Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement