valgrind_suppressions.supp 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. # Probably this: https://bugzilla.redhat.com/show_bug.cgi?id=754026
  2. {
  3. <glibc noai6ai_cached>
  4. Memcheck:Free
  5. fun:free
  6. fun:__libc_freeres
  7. fun:_vgnU_freeres
  8. fun:__run_exit_handlers
  9. fun:exit
  10. }
  11. # Custom suppressions added by @Pro
  12. {
  13. osx_tmpfile_2
  14. Memcheck:Cond
  15. ...
  16. fun:find_temp_path
  17. ...
  18. fun:open_tmp_file
  19. ...
  20. }
  21. {
  22. osx_tmpfile_3
  23. Memcheck:Value8
  24. ...
  25. fun:find_temp_path
  26. ...
  27. fun:open_tmp_file
  28. ...
  29. }
  30. {
  31. osx_tmpfile_4
  32. Memcheck:Leak
  33. fun:malloc
  34. ...
  35. fun:find_temp_path
  36. ...
  37. fun:open_tmp_file
  38. ...
  39. fun:main
  40. }
  41. {
  42. osx_leak_1
  43. Memcheck:Leak
  44. ...
  45. fun:map_images_nolock
  46. fun:map_images
  47. ...
  48. }
  49. # Suppressions for Darwin 14.x / Mac OS X 10.10 Yosemite
  50. # Source: https://raw.githubusercontent.com/svn2github/valgrind/master/darwin14.supp
  51. ############################################
  52. ## Leaks. For other stuff see below.
  53. {
  54. OSX1010:1-Leak
  55. Memcheck:Leak
  56. match-leak-kinds: possible
  57. fun:malloc_zone_?alloc
  58. ...
  59. fun:_read_images
  60. }
  61. #{
  62. # OSX1010:2-Leak
  63. # Memcheck:Leak
  64. # match-leak-kinds: definite
  65. # fun:?alloc
  66. # ...
  67. # fun:_ZN4dyld24initializeMainExecutableEv
  68. #}
  69. {
  70. OSX1010:3-Leak
  71. Memcheck:Leak
  72. match-leak-kinds: definite
  73. fun:malloc_zone_?alloc
  74. fun:recursive_mutex_init
  75. ...
  76. fun:_os_object_init
  77. fun:libdispatch_init
  78. fun:libSystem_initializer
  79. ...
  80. }
  81. #{
  82. # OSX1010:4-Leak
  83. # Memcheck:Leak
  84. # match-leak-kinds: reachable
  85. # fun:malloc_zone_?alloc
  86. # ...
  87. # fun:dyld_register_image_state_change_handler
  88. # ...
  89. #}
  90. {
  91. OSX1010:5-Leak
  92. Memcheck:Leak
  93. match-leak-kinds: reachable
  94. fun:?alloc
  95. ...
  96. fun:dyld_register_image_state_change_handler
  97. ...
  98. }
  99. {
  100. OSX1010:6-Leak
  101. Memcheck:Leak
  102. match-leak-kinds: reachable
  103. fun:malloc_zone_?alloc
  104. ...
  105. fun:map_images_nolock
  106. fun:map_images
  107. ...
  108. }
  109. {
  110. OSX1010:7-Leak
  111. Memcheck:Leak
  112. match-leak-kinds: possible
  113. fun:malloc_zone_?alloc
  114. ...
  115. fun:map_images_nolock
  116. fun:map_images
  117. ...
  118. }
  119. #{
  120. # OSX1010:8-Leak
  121. # Memcheck:Leak
  122. # match-leak-kinds: indirect
  123. # fun:?alloc
  124. # ...
  125. # fun:libSystem_initializer
  126. # ...
  127. #}
  128. {
  129. OSX1010:9-Leak
  130. Memcheck:Leak
  131. match-leak-kinds: reachable
  132. fun:malloc_zone_?alloc
  133. ...
  134. fun:libSystem_initializer
  135. ...
  136. }
  137. {
  138. OSX1010:10-Leak
  139. Memcheck:Leak
  140. match-leak-kinds: reachable
  141. fun:?alloc
  142. ...
  143. fun:libSystem_initializer
  144. ...
  145. }
  146. #{
  147. # OSX1010:11-Leak
  148. # Memcheck:Leak
  149. # match-leak-kinds: definite
  150. # fun:malloc
  151. # fun:currentlocale
  152. #}
  153. #
  154. #{
  155. # OSX1010:12-Leak
  156. # Memcheck:Leak
  157. # match-leak-kinds: possible
  158. # fun:malloc
  159. # fun:tzsetwall_basic
  160. # fun:_st_tzset_basic
  161. #}
  162. {
  163. OSX1010:13-Leak
  164. Memcheck:Leak
  165. match-leak-kinds: reachable
  166. fun:malloc_zone_memalign
  167. ...
  168. fun:_ZN4dyld24initializeMainExecutableEv
  169. ...
  170. }
  171. ############################################
  172. ## Non-leak errors
  173. ##{
  174. ## OSX1010:CoreFoundation-1
  175. ## Memcheck:Cond
  176. ## obj:*CoreFoundation.framework*CoreFoundation*
  177. ## obj:*CoreFoundation.framework*CoreFoundation*
  178. ## obj:*CoreFoundation.framework*CoreFoundation*
  179. ##}
  180. {
  181. OSX1010:CoreFoundation-2
  182. Memcheck:Cond
  183. obj:*CoreFoundation.framework*CoreFoundation*
  184. obj:*libdispatch.dylib*
  185. obj:*libdispatch.dylib*
  186. }
  187. {
  188. OSX1010:CoreFoundation-3
  189. Memcheck:Cond
  190. obj:*CoreFoundation.framework*CoreFoundation*
  191. obj:*CoreFoundation.framework*CoreFoundation*
  192. obj:*Foundation.framework*Foundation*
  193. }
  194. {
  195. OSX1010:CoreFoundation-4
  196. Memcheck:Cond
  197. obj:*CoreFoundation.framework*CoreFoundation*
  198. obj:*CoreFoundation.framework*CoreFoundation*
  199. obj:*SystemConfiguration.framework*SystemConfiguration*
  200. }
  201. {
  202. OSX1010:CoreFoundation-5
  203. Memcheck:Cond
  204. obj:*CoreFoundation.framework*CoreFoundation*
  205. obj:*CoreFoundation.framework*CoreFoundation*
  206. obj:*HIServices.framework*HIServices*
  207. }
  208. {
  209. OSX1010:CoreFoundation-6
  210. Memcheck:Cond
  211. obj:*CoreFoundation.framework*CoreFoundation*
  212. obj:*SystemConfiguration.framework*SystemConfiguration*
  213. obj:*SystemConfiguration.framework*SystemConfiguration*
  214. }
  215. {
  216. OSX1010:CoreFoundation-7
  217. Memcheck:Cond
  218. obj:*CoreFoundation.framework*CoreFoundation*
  219. obj:*SystemConfiguration.framework*SystemConfiguration*
  220. obj:*CoreFoundation.framework*CoreFoundation*
  221. }
  222. {
  223. OSX1010:CoreFoundation-8
  224. Memcheck:Cond
  225. obj:*CoreFoundation.framework*CoreFoundation*
  226. obj:*IOKit.framework*IOKit*
  227. }
  228. {
  229. OSX1010:CoreFoundation-9
  230. Memcheck:Cond
  231. obj:*CoreFoundation.framework*CoreFoundation*
  232. obj:*Foundation.framework*Foundation*
  233. obj:*AppKit.framework*AppKit*
  234. }
  235. {
  236. OSX1010:CoreFoundation-10
  237. Memcheck:Cond
  238. obj:*CoreFoundation.framework*CoreFoundation*
  239. obj:*HIToolbox.framework*HIToolbox*
  240. obj:*HIToolbox.framework*HIToolbox*
  241. }
  242. {
  243. OSX1010:CoreFoundation-11
  244. Memcheck:Cond
  245. obj:*CoreFoundation.framework*CoreFoundation*
  246. obj:*AE.framework*AE*
  247. obj:*AE.framework*AE*
  248. }
  249. {
  250. OSX1010:CoreFoundation-12
  251. Memcheck:Cond
  252. obj:*CoreFoundation.framework*CoreFoundation*
  253. obj:*CoreFoundation.framework*CoreFoundation*
  254. obj:*HIToolbox.framework*HIToolbox*
  255. }
  256. {
  257. OSX1010:CoreFoundation-13
  258. Memcheck:Cond
  259. obj:*CoreFoundation.framework*CoreFoundation*
  260. obj:*CoreFoundation.framework*CoreFoundation*
  261. obj:*AE.framework*AE*
  262. }
  263. {
  264. OSX1010:AppKit-1
  265. Memcheck:Cond
  266. obj:*AppKit.framework*AppKit*
  267. obj:*AppKit.framework*AppKit*
  268. obj:*AppKit.framework*AppKit*
  269. }
  270. {
  271. OSX1010:AppKit-2
  272. Memcheck:Cond
  273. obj:*AppKit.framework*AppKit*
  274. obj:*AppKit.framework*AppKit*
  275. obj:*libdispatch.dylib*
  276. }
  277. #{
  278. # OSX1010:AppKit-3
  279. # Memcheck:Cond
  280. # obj:*AppKit.framework*AppKit*
  281. # obj:*libdispatch.dylib*
  282. # obj:*libdispatch.dylib*
  283. #}
  284. ##{
  285. ## OSX1010:AppKit-4
  286. ## Memcheck:Cond
  287. ## obj:*AppKit.framework*AppKit*
  288. ## obj:*AppKit.framework*AppKit*
  289. ## obj:*CoreFoundation.framework*CoreFoundation*
  290. ##}
  291. {
  292. OSX1010:AppKit-5
  293. Memcheck:Cond
  294. obj:*AppKit.framework*AppKit*
  295. obj:*AppKit.framework*AppKit*
  296. obj:*Foundation.framework*Foundation*
  297. }
  298. {
  299. OSX1010:AppKit-6
  300. Memcheck:Cond
  301. obj:*AppKit.framework*AppKit*
  302. obj:*Foundation.framework*Foundation*
  303. obj:*AppKit.framework*AppKit*
  304. }
  305. {
  306. OSX1010:AppKit-7
  307. Memcheck:Cond
  308. obj:*AppKit.framework*AppKit*
  309. obj:*libdispatch.dylib*
  310. obj:*libdispatch.dylib*
  311. }
  312. {
  313. OSX1010:AppKit-8
  314. Memcheck:Cond
  315. obj:*AppKit.framework*AppKit*
  316. obj:*Foundation.framework*Foundation*
  317. obj:*Foundation.framework*Foundation*
  318. }
  319. {
  320. OSX1010:ColorSync-1
  321. Memcheck:Cond
  322. obj:*ColorSync.framework*ColorSync*
  323. obj:*ColorSync.framework*ColorSync*
  324. obj:*ColorSync.framework*ColorSync*
  325. }
  326. #{
  327. # OSX1010:ColorSync-2
  328. # Memcheck:Value8
  329. # obj:*ColorSync.framework*ColorSync*
  330. # obj:*ColorSync.framework*ColorSync*
  331. # obj:*ColorSync.framework*ColorSync*
  332. #}
  333. {
  334. OSX1010:CoreGraphics-1
  335. Memcheck:Cond
  336. obj:*CoreGraphics.framework*CoreGraphics*
  337. obj:*CoreGraphics.framework*CoreGraphics*
  338. }
  339. #{
  340. # OSX1010:CoreGraphics-2
  341. # Memcheck:Value8
  342. # obj:*CoreGraphics.framework*CoreGraphics*
  343. # obj:*CoreGraphics.framework*CoreGraphics*
  344. # obj:*CoreGraphics.framework*CoreGraphics*
  345. #}
  346. {
  347. OSX1010:CoreGraphics-3
  348. Memcheck:Cond
  349. obj:*CoreGraphics.framework*CoreGraphics*
  350. obj:*CoreGraphics.framework*libRIP*
  351. obj:*CoreGraphics.framework*libRIP*
  352. }
  353. #{
  354. # OSX1010:CoreGraphics-4
  355. # Memcheck:Cond
  356. # obj:*CoreGraphics.framework*CoreGraphics*
  357. # obj:*CoreGraphics.framework*CoreGraphics*
  358. # obj:*CoreGraphics.framework*libRIP*
  359. #}
  360. {
  361. OSX1010:CoreGraphics-5
  362. Memcheck:Cond
  363. obj:*CoreGraphics.framework*CoreGraphics*
  364. obj:*libdispatch.dylib*
  365. obj:*libdispatch.dylib*
  366. }
  367. #{
  368. # OSX1010:CoreGraphics-6
  369. # Memcheck:Cond
  370. # obj:*CoreGraphics.framework*CoreGraphics*
  371. # obj:*CoreGraphics.framework*CoreGraphics*
  372. # obj:*HIToolbox.framework*HIToolbox*
  373. #}
  374. {
  375. OSX1010:HIServices-1
  376. Memcheck:Cond
  377. obj:*HIServices.framework*HIServices*
  378. obj:*HIToolbox.framework*HIToolbox*
  379. obj:*HIToolbox.framework*HIToolbox*
  380. }
  381. {
  382. OSX1010:LaunchServices-1
  383. Memcheck:Cond
  384. obj:*LaunchServices.framework*LaunchServices*
  385. obj:*AppKit.framework*AppKit*
  386. obj:*AppKit.framework*AppKit*
  387. }
  388. {
  389. OSX1010:LaunchServices-2
  390. Memcheck:Cond
  391. obj:*LaunchServices.framework*LaunchServices*
  392. obj:*libdispatch.dylib*
  393. obj:*libdispatch.dylib*
  394. }
  395. {
  396. OSX1010:QuartzCore-1
  397. Memcheck:Cond
  398. obj:*QuartzCore.framework*QuartzCore
  399. obj:*QuartzCore.framework*QuartzCore
  400. obj:*QuartzCore.framework*QuartzCore
  401. }
  402. #{
  403. # OSX1010:vImage-1
  404. # Memcheck:Cond
  405. # obj:*vImage.framework*vImage*
  406. # obj:*vImage.framework*vImage*
  407. # obj:*CoreGraphics.framework*CoreGraphics*
  408. #}
  409. {
  410. OSX1010:zlib-C
  411. Memcheck:Cond
  412. obj:/usr/lib/libz.*dylib
  413. obj:/usr/lib/libz.*dylib
  414. }
  415. {
  416. OSX1010:zlib-8
  417. Memcheck:Value8
  418. obj:/usr/lib/libz.*dylib
  419. obj:/usr/lib/libz.*dylib
  420. }
  421. #{
  422. # OSX1010:32bit:_libxpc_initializer
  423. # Memcheck:Cond
  424. # fun:_libxpc_initializer
  425. # fun:libSystem_initializer
  426. # fun:*ImageLoaderMachO*doModInitFunctions*
  427. #}
  428. {
  429. OSX1010:dyld-1
  430. Memcheck:Cond
  431. fun:*ImageLoader*weakBind*
  432. fun:*ImageLoader*link*
  433. fun:*dyld*link*
  434. }
  435. {
  436. OSX1010:dyld-2
  437. Memcheck:Cond
  438. fun:exit
  439. obj:*libdyld*dylib*
  440. }
  441. {
  442. OSX1010:libsystem_kernel-1
  443. Memcheck:Cond
  444. obj:*libsystem_kernel*dylib*
  445. obj:*libsystem_kernel*dylib*
  446. obj:*CoreFoundation.framework*CoreFoundation*
  447. }
  448. {
  449. OSX1010:CoreServicesInternal-1
  450. Memcheck:Cond
  451. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  452. obj:*CoreServices.framework*LaunchServices*
  453. obj:*CoreServices.framework*LaunchServices*
  454. }
  455. {
  456. OSX1010:CoreServicesInternal-2
  457. Memcheck:Cond
  458. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  459. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  460. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  461. }
  462. {
  463. OSX1010:CoreServicesInternal-3
  464. Memcheck:Cond
  465. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  466. obj:*CoreServicesInternal.framework*CoreServicesInternal*
  467. obj:*CoreFoundation.framework*CoreFoundation*
  468. }
  469. {
  470. OSX1010:CoreServices-1
  471. Memcheck:Cond
  472. obj:*CoreServices.framework*LaunchServices*
  473. obj:*CoreServices.framework*LaunchServices*
  474. obj:*CoreServices.framework*LaunchServices*
  475. }
  476. ##{
  477. ## OSX1010:libsystem_pthread-1
  478. ## Memcheck:Cond
  479. ## obj:*libsystem_pthread*dylib*
  480. ## obj:*ImageIO.framework*ImageIO*
  481. ## obj:*ImageIO.framework*ImageIO*
  482. ##}
  483. {
  484. OSX1010:ApplicationServices-1
  485. Memcheck:Cond
  486. obj:*ApplicationServices.framework*ATS*
  487. obj:*libsystem_pthread*dylib*
  488. obj:*libsystem_platform*dylib*
  489. }
  490. {
  491. OSX1010:HIToolbox-1
  492. Memcheck:Cond
  493. obj:*HIToolbox.framework*HIToolbox*
  494. obj:*HIToolbox.framework*HIToolbox*
  495. obj:*HIToolbox.framework*HIToolbox*
  496. }
  497. {
  498. OSX1010:RawCamera-1
  499. Memcheck:Cond
  500. obj:*RawCamera.bundle*RawCamera*
  501. obj:*libdispatch.dylib*
  502. obj:*libdispatch.dylib*
  503. }
  504. ##{
  505. ## OSX1010:CoreImage-1
  506. ## Memcheck:Cond
  507. ## obj:*CoreImage.framework*CoreImage*
  508. ## obj:*CoreImage.framework*CoreImage*
  509. ## obj:*CoreImage.framework*CoreImage*
  510. ##}
  511. ##{
  512. ## OSX1010:strncpy-1
  513. ## Memcheck:Cond
  514. ## fun:strncpy
  515. ## obj:*CoreServicesInternal.framework*CoreServicesInternal
  516. ## obj:*CoreServicesInternal.framework*CoreServicesInternal
  517. ##}
  518. {
  519. OSX1010:pthread_rwlock_init
  520. Memcheck:Cond
  521. fun:pthread_rwlock_init
  522. obj:*ImageIO.framework*ImageIO*
  523. obj:*ImageIO.framework*ImageIO*
  524. }
  525. {
  526. OSX1010:CFBasicHash
  527. Memcheck:Value8
  528. fun:*CFBasicHash*
  529. fun:*CF*
  530. }
  531. {
  532. OSX1010:AppleIntelHD4000GraphicsGLDriver-1-Addr8
  533. Memcheck:Addr8
  534. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  535. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  536. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  537. }
  538. {
  539. OSX1010:AppleIntelHD4000GraphicsGLDriver-1-Addr8
  540. Memcheck:Addr4
  541. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  542. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  543. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  544. }
  545. {
  546. OSX1010:AppleIntelHD4000GraphicsGLDriver-2-Addr8
  547. Memcheck:Addr8
  548. fun:*platform_memmove*
  549. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  550. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  551. }
  552. {
  553. OSX1010:AppleIntelHD4000GraphicsGLDriver-2-Addr2
  554. Memcheck:Addr2
  555. fun:*platform_memmove*
  556. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  557. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  558. }
  559. {
  560. OSX1010:AppleIntelHD4000GraphicsGLDriver-3-Addr8
  561. Memcheck:Addr8
  562. fun:*platform_memmove*
  563. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  564. obj:*GLEngine.bundle*GLEngine*
  565. }
  566. {
  567. OSX1010:AppleIntelHD4000GraphicsGLDriver-3-Addr2
  568. Memcheck:Addr2
  569. fun:*platform_memmove*
  570. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  571. obj:*GLEngine.bundle*GLEngine*
  572. }
  573. {
  574. OSX1010:AppleIntelHD4000GraphicsGLDriver-3-Addr1
  575. Memcheck:Addr1
  576. fun:*platform_memmove*
  577. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  578. obj:*GLEngine.bundle*GLEngine*
  579. }
  580. {
  581. OSX1010:AppleIntelHD4000GraphicsGLDriver-4
  582. Memcheck:Addr8
  583. fun:*platform_bzero*
  584. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  585. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  586. }
  587. {
  588. OSX1010:AppleIntelHD4000GraphicsGLDriver-6-Addr8
  589. Memcheck:Addr8
  590. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  591. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  592. obj:*GLEngine.bundle*GLEngine*
  593. }
  594. {
  595. OSX1010:AppleIntelHD4000GraphicsGLDriver-6-Addr4
  596. Memcheck:Addr4
  597. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  598. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  599. obj:*GLEngine.bundle*GLEngine*
  600. }
  601. {
  602. OSX1010:AppleIntelHD4000GraphicsGLDriver-7
  603. Memcheck:Addr4
  604. obj:*AppleIntelHD4000GraphicsGLDriver.bundle*AppleIntelHD4000GraphicsGLDriver*
  605. obj:*GLEngine.bundle*GLEngine*
  606. }
  607. {
  608. OSX1010:OSAtomicAdd32
  609. Memcheck:Addr4
  610. fun:*OSAtomicAdd32*
  611. obj:*IOAccelerator.framework*IOAccelerator*
  612. obj:*GPUSupport.framework*GPUSupportMercury*
  613. }
  614. {
  615. OSX1010:IOAccelerator-1
  616. Memcheck:Addr4
  617. obj:*IOAccelerator.framework*IOAccelerator*
  618. obj:*GPUSupport.framework*GPUSupportMercury*
  619. }
  620. {
  621. OSX1010:mach_msg_trap-1
  622. Memcheck:Param
  623. msg->desc.port.name
  624. fun:mach_msg_trap
  625. obj:*libsystem_kernel.dylib*
  626. obj:*SystemConfiguration.framework*SystemConfiguration*
  627. }
  628. {
  629. OSX1010:mach_msg_trap-2
  630. Memcheck:Param
  631. msg->desc.port.name
  632. fun:mach_msg_trap
  633. obj:*SystemConfiguration.framework*SystemConfiguration*
  634. obj:*SystemConfiguration.framework*SystemConfiguration*
  635. }
  636. # See https://bugs.kde.org/show_bug.cgi?id=188572 about this; it's
  637. # unavoidable due to BSD setenv() semantics.
  638. {
  639. macos-__setenv-leak-see-our-bug-188572
  640. Memcheck:Leak
  641. match-leak-kinds: definite
  642. fun:malloc
  643. fun:_owned_ptr_alloc
  644. fun:setenv
  645. }
  646. # See https://bugs.kde.org/show_bug.cgi?id=196528
  647. {
  648. macos-__pthread_rwlock_init-see-our-bug-196528
  649. Memcheck:Cond
  650. fun:pthread_rwlock_init
  651. }