Issue 1129 attachment: log (48.3 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
Note: Google Test filter = PDFEditTest.NewImageObjGenerateContent
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from PDFEditTest
[ RUN ] PDFEditTest.NewImageObjGenerateContent
[ OK ] PDFEditTest.NewImageObjGenerateContent (9 ms)
[----------] 1 test from PDFEditTest (10 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (440 ms total)
[ PASSED ] 1 test.

=================================================================
==16369==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 136 byte(s) in 1 object(s) allocated from:
#0 0x112381be7 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x59be7)
#1 0x7fff6de41cc2 in class_createInstance (libobjc.A.dylib:x86_64+0x6cc2)
#2 0x7fff6ea2cc11 in _os_object_alloc_realized (libdispatch.dylib:x86_64+0x1c11)
#3 0x7fff6ea2df25 in dispatch_source_create (libdispatch.dylib:x86_64+0x2f25)
#4 0x7fff6ea4aade in _dispatch_kq_poll (libdispatch.dylib:x86_64+0x1fade)
#5 0x7fff6ea4a741 in _dispatch_kq_drain (libdispatch.dylib:x86_64+0x1f741)
#6 0x7fff6ea49b0f in _dispatch_kq_unote_update (libdispatch.dylib:x86_64+0x1eb0f)
#7 0x7fff6ea44e3e in _dispatch_source_refs_register (libdispatch.dylib:x86_64+0x19e3e)
#8 0x7fff6ea44f68 in _dispatch_source_finalize_activation (libdispatch.dylib:x86_64+0x19f68)
#9 0x7fff6ea3df54 in _dispatch_queue_resume_finalize_activation (libdispatch.dylib:x86_64+0x12f54)
#10 0x7fff6ed6e4f6 in _notify_lib_init (libsystem_notify.dylib:x86_64+0x54f6)
#11 0x7fff6ed6eb89 in notify_register_dispatch (libsystem_notify.dylib:x86_64+0x5b89)
#12 0x7fff46c83897 in __96-[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:]_block_invoke_2 (CoreFoundation:x86_64+0x178897)
#13 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#14 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#15 0x7fff46c8374d in -[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:] (CoreFoundation:x86_64+0x17874d)
#16 0x7fff46ced316 in -[_CFXPreferences copyValueForKey:identifier:user:host:container:] (CoreFoundation:x86_64+0x1e2316)
#17 0x7fff46b75675 in CFPreferencesCopyValue (CoreFoundation:x86_64+0x6a675)
#18 0x7fff46fb229c in load_allow_debugging_defaults (CoreGraphics:x86_64+0xb29c)
#19 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#20 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#21 0x7fff46fb2228 in copy_local_domain_value (CoreGraphics:x86_64+0xb228)
#22 0x7fff46fb4903 in get_integer_property (CoreGraphics:x86_64+0xd903)
#23 0x7fff46fb6a5e in get_font_rendering_defaults (CoreGraphics:x86_64+0xfa5e)
#24 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#25 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#26 0x7fff47011f3f in CGFontDefaultAllowsFontSmoothing (CoreGraphics:x86_64+0x6af3f)
#27 0x7fff46fb6a39 in CGRenderingStateCreate (CoreGraphics:x86_64+0xfa39)
#28 0x7fff472d2799 in CGContextCreateWithDelegateAndInfo (CoreGraphics:x86_64+0x32b799)
#29 0x7fff46fe66fd in bitmap_context_create (CoreGraphics:x86_64+0x3f6fd)
#30 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#31 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#32 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#33 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#34 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#35 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#36 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#37 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#38 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#39 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#40 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#41 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#42 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#43 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#44 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#45 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#46 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#47 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#48 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#49 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#50 0x10b62531c in main unit_test_main.cpp:86
#51 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Direct leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#3 0x7fff6ea44a12 in _dispatch_source_set_cancel_handler (libdispatch.dylib:x86_64+0x19a12)
#4 0x1123809be (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x589be)
#5 0x7fff47d1300d in connectToCoreServicesD() (CarbonCore:x86_64+0x200d)
#6 0x7fff47d12f13 in getStatus() (CarbonCore:x86_64+0x1f13)
#7 0x7fff47d12e91 in scCreateSystemServiceVersion (CarbonCore:x86_64+0x1e91)
#8 0x7fff47d142c1 in FileIDTreeGetCachedPort (CarbonCore:x86_64+0x32c1)
#9 0x7fff47d14121 in FSNodeStorageGetAndLockCurrentUniverse (CarbonCore:x86_64+0x3121)
#10 0x7fff47d13faf in FileIDTreeGetAndLockVolumeEntryForDeviceID (CarbonCore:x86_64+0x2faf)
#11 0x7fff47d13f0c in FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) (CarbonCore:x86_64+0x2f0c)
#12 0x7fff47d13e85 in FSMountPrepare (CarbonCore:x86_64+0x2e85)
#13 0x7fff5a626c80 in MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) (CoreServicesInternal:x86_64+0x4c80)
#14 0x7fff5a62675f in parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*) (CoreServicesInternal:x86_64+0x475f)
#15 0x7fff5a625736 in corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) (CoreServicesInternal:x86_64+0x3736)
#16 0x7fff5a62539d in prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) (CoreServicesInternal:x86_64+0x339d)
#17 0x7fff5a622baa in _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) (CoreServicesInternal:x86_64+0xbaa)
#18 0x7fff46b7246a in CFURLCopyResourcePropertyForKey (CoreFoundation:x86_64+0x6746a)
#19 0x7fff46bf247e in _CFBundleCopyInfoDictionaryInResourceForkWithAllocator (CoreFoundation:x86_64+0xe747e)
#20 0x7fff47d15feb in GetBugsForOurBundleIDFromCoreservicesd (CarbonCore:x86_64+0x4feb)
#21 0x7fff47d15e66 in _CSCheckFix (CarbonCore:x86_64+0x4e66)
#22 0x7fff46fb1eba in color_transform_create (CoreGraphics:x86_64+0xaeba)
#23 0x7fff470af10a in __create_default_transform_block_invoke (CoreGraphics:x86_64+0x10810a)
#24 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#25 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#26 0x7fff470a8652 in ripc_Initialize (CoreGraphics:x86_64+0x101652)
#27 0x7fff470af1a8 in __CGBitmapContextDelegateCreate (CoreGraphics:x86_64+0x1081a8)
#28 0x7fff46fe6758 in bitmap_context_create (CoreGraphics:x86_64+0x3f758)
#29 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#30 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#31 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#32 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#33 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#34 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#35 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#36 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#37 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#38 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#39 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#40 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#41 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#42 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#43 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#44 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#45 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#46 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#47 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#48 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#49 0x10b62531c in main unit_test_main.cpp:86
#50 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Direct leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#3 0x7fff6ea2e0d8 in dispatch_source_set_event_handler (libdispatch.dylib:x86_64+0x30d8)
#4 0x112380bb9 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x58bb9)
#5 0x7fff47d1303e in connectToCoreServicesD() (CarbonCore:x86_64+0x203e)
#6 0x7fff47d12f13 in getStatus() (CarbonCore:x86_64+0x1f13)
#7 0x7fff47d12e91 in scCreateSystemServiceVersion (CarbonCore:x86_64+0x1e91)
#8 0x7fff47d142c1 in FileIDTreeGetCachedPort (CarbonCore:x86_64+0x32c1)
#9 0x7fff47d14121 in FSNodeStorageGetAndLockCurrentUniverse (CarbonCore:x86_64+0x3121)
#10 0x7fff47d13faf in FileIDTreeGetAndLockVolumeEntryForDeviceID (CarbonCore:x86_64+0x2faf)
#11 0x7fff47d13f0c in FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) (CarbonCore:x86_64+0x2f0c)
#12 0x7fff47d13e85 in FSMountPrepare (CarbonCore:x86_64+0x2e85)
#13 0x7fff5a626c80 in MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) (CoreServicesInternal:x86_64+0x4c80)
#14 0x7fff5a62675f in parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*) (CoreServicesInternal:x86_64+0x475f)
#15 0x7fff5a625736 in corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) (CoreServicesInternal:x86_64+0x3736)
#16 0x7fff5a62539d in prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) (CoreServicesInternal:x86_64+0x339d)
#17 0x7fff5a622baa in _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) (CoreServicesInternal:x86_64+0xbaa)
#18 0x7fff46b7246a in CFURLCopyResourcePropertyForKey (CoreFoundation:x86_64+0x6746a)
#19 0x7fff46bf247e in _CFBundleCopyInfoDictionaryInResourceForkWithAllocator (CoreFoundation:x86_64+0xe747e)
#20 0x7fff47d15feb in GetBugsForOurBundleIDFromCoreservicesd (CarbonCore:x86_64+0x4feb)
#21 0x7fff47d15e66 in _CSCheckFix (CarbonCore:x86_64+0x4e66)
#22 0x7fff46fb1eba in color_transform_create (CoreGraphics:x86_64+0xaeba)
#23 0x7fff470af10a in __create_default_transform_block_invoke (CoreGraphics:x86_64+0x10810a)
#24 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#25 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#26 0x7fff470a8652 in ripc_Initialize (CoreGraphics:x86_64+0x101652)
#27 0x7fff470af1a8 in __CGBitmapContextDelegateCreate (CoreGraphics:x86_64+0x1081a8)
#28 0x7fff46fe6758 in bitmap_context_create (CoreGraphics:x86_64+0x3f758)
#29 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#30 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#31 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#32 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#33 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#34 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#35 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#36 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#37 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#38 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#39 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#40 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#41 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#42 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#43 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#44 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#45 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#46 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#47 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#48 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#49 0x10b62531c in main unit_test_main.cpp:86
#50 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Direct leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#3 0x7fff6ea2e0d8 in dispatch_source_set_event_handler (libdispatch.dylib:x86_64+0x30d8)
#4 0x112380bb9 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x58bb9)
#5 0x7fff6ed6e562 in _notify_lib_init (libsystem_notify.dylib:x86_64+0x5562)
#6 0x7fff6ed6eb89 in notify_register_dispatch (libsystem_notify.dylib:x86_64+0x5b89)
#7 0x7fff46c83897 in __96-[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:]_block_invoke_2 (CoreFoundation:x86_64+0x178897)
#8 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#9 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#10 0x7fff46c8374d in -[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:] (CoreFoundation:x86_64+0x17874d)
#11 0x7fff46ced316 in -[_CFXPreferences copyValueForKey:identifier:user:host:container:] (CoreFoundation:x86_64+0x1e2316)
#12 0x7fff46b75675 in CFPreferencesCopyValue (CoreFoundation:x86_64+0x6a675)
#13 0x7fff46fb229c in load_allow_debugging_defaults (CoreGraphics:x86_64+0xb29c)
#14 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#15 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#16 0x7fff46fb2228 in copy_local_domain_value (CoreGraphics:x86_64+0xb228)
#17 0x7fff46fb4903 in get_integer_property (CoreGraphics:x86_64+0xd903)
#18 0x7fff46fb6a5e in get_font_rendering_defaults (CoreGraphics:x86_64+0xfa5e)
#19 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#20 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#21 0x7fff47011f3f in CGFontDefaultAllowsFontSmoothing (CoreGraphics:x86_64+0x6af3f)
#22 0x7fff46fb6a39 in CGRenderingStateCreate (CoreGraphics:x86_64+0xfa39)
#23 0x7fff472d2799 in CGContextCreateWithDelegateAndInfo (CoreGraphics:x86_64+0x32b799)
#24 0x7fff46fe66fd in bitmap_context_create (CoreGraphics:x86_64+0x3f6fd)
#25 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#26 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#27 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#28 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#29 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#30 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#31 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#32 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#33 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#34 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#35 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#36 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#37 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#38 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#39 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#40 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#41 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#42 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#43 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#44 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#45 0x10b62531c in main unit_test_main.cpp:86
#46 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Direct leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#3 0x7fff6ea44a12 in _dispatch_source_set_cancel_handler (libdispatch.dylib:x86_64+0x19a12)
#4 0x1123809be (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x589be)
#5 0x7fff6ed6e575 in _notify_lib_init (libsystem_notify.dylib:x86_64+0x5575)
#6 0x7fff6ed6eb89 in notify_register_dispatch (libsystem_notify.dylib:x86_64+0x5b89)
#7 0x7fff46c83897 in __96-[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:]_block_invoke_2 (CoreFoundation:x86_64+0x178897)
#8 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#9 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#10 0x7fff46c8374d in -[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:] (CoreFoundation:x86_64+0x17874d)
#11 0x7fff46ced316 in -[_CFXPreferences copyValueForKey:identifier:user:host:container:] (CoreFoundation:x86_64+0x1e2316)
#12 0x7fff46b75675 in CFPreferencesCopyValue (CoreFoundation:x86_64+0x6a675)
#13 0x7fff46fb229c in load_allow_debugging_defaults (CoreGraphics:x86_64+0xb29c)
#14 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#15 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#16 0x7fff46fb2228 in copy_local_domain_value (CoreGraphics:x86_64+0xb228)
#17 0x7fff46fb4903 in get_integer_property (CoreGraphics:x86_64+0xd903)
#18 0x7fff46fb6a5e in get_font_rendering_defaults (CoreGraphics:x86_64+0xfa5e)
#19 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#20 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#21 0x7fff47011f3f in CGFontDefaultAllowsFontSmoothing (CoreGraphics:x86_64+0x6af3f)
#22 0x7fff46fb6a39 in CGRenderingStateCreate (CoreGraphics:x86_64+0xfa39)
#23 0x7fff472d2799 in CGContextCreateWithDelegateAndInfo (CoreGraphics:x86_64+0x32b799)
#24 0x7fff46fe66fd in bitmap_context_create (CoreGraphics:x86_64+0x3f6fd)
#25 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#26 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#27 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#28 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#29 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#30 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#31 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#32 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#33 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#34 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#35 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#36 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#37 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#38 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#39 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#40 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#41 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#42 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#43 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#44 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#45 0x10b62531c in main unit_test_main.cpp:86
#46 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Direct leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#3 0x7fff6ea2e0d8 in dispatch_source_set_event_handler (libdispatch.dylib:x86_64+0x30d8)
#4 0x112380bb9 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x58bb9)
#5 0x7fff6ed6e4ea in _notify_lib_init (libsystem_notify.dylib:x86_64+0x54ea)
#6 0x7fff6ed6eb89 in notify_register_dispatch (libsystem_notify.dylib:x86_64+0x5b89)
#7 0x7fff46c83897 in __96-[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:]_block_invoke_2 (CoreFoundation:x86_64+0x178897)
#8 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#9 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#10 0x7fff46c8374d in -[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:] (CoreFoundation:x86_64+0x17874d)
#11 0x7fff46ced316 in -[_CFXPreferences copyValueForKey:identifier:user:host:container:] (CoreFoundation:x86_64+0x1e2316)
#12 0x7fff46b75675 in CFPreferencesCopyValue (CoreFoundation:x86_64+0x6a675)
#13 0x7fff46fb229c in load_allow_debugging_defaults (CoreGraphics:x86_64+0xb29c)
#14 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#15 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#16 0x7fff46fb2228 in copy_local_domain_value (CoreGraphics:x86_64+0xb228)
#17 0x7fff46fb4903 in get_integer_property (CoreGraphics:x86_64+0xd903)
#18 0x7fff46fb6a5e in get_font_rendering_defaults (CoreGraphics:x86_64+0xfa5e)
#19 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#20 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#21 0x7fff47011f3f in CGFontDefaultAllowsFontSmoothing (CoreGraphics:x86_64+0x6af3f)
#22 0x7fff46fb6a39 in CGRenderingStateCreate (CoreGraphics:x86_64+0xfa39)
#23 0x7fff472d2799 in CGContextCreateWithDelegateAndInfo (CoreGraphics:x86_64+0x32b799)
#24 0x7fff46fe66fd in bitmap_context_create (CoreGraphics:x86_64+0x3f6fd)
#25 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#26 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#27 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#28 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#29 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#30 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#31 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#32 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#33 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#34 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#35 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#36 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#37 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#38 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#39 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#40 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#41 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#42 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#43 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#44 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#45 0x10b62531c in main unit_test_main.cpp:86
#46 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
#0 0x112381be7 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x59be7)
#1 0x7fff6ea2d7ad in _dispatch_calloc (libdispatch.dylib:x86_64+0x27ad)
#2 0x7fff6ea4960c in _dispatch_unote_create (libdispatch.dylib:x86_64+0x1e60c)
#3 0x7fff6ea2df08 in dispatch_source_create (libdispatch.dylib:x86_64+0x2f08)
#4 0x7fff6ea4aade in _dispatch_kq_poll (libdispatch.dylib:x86_64+0x1fade)
#5 0x7fff6ea4a741 in _dispatch_kq_drain (libdispatch.dylib:x86_64+0x1f741)
#6 0x7fff6ea49b0f in _dispatch_kq_unote_update (libdispatch.dylib:x86_64+0x1eb0f)
#7 0x7fff6ea44e3e in _dispatch_source_refs_register (libdispatch.dylib:x86_64+0x19e3e)
#8 0x7fff6ea44f68 in _dispatch_source_finalize_activation (libdispatch.dylib:x86_64+0x19f68)
#9 0x7fff6ea3df54 in _dispatch_queue_resume_finalize_activation (libdispatch.dylib:x86_64+0x12f54)
#10 0x7fff6ed6e4f6 in _notify_lib_init (libsystem_notify.dylib:x86_64+0x54f6)
#11 0x7fff6ed6eb89 in notify_register_dispatch (libsystem_notify.dylib:x86_64+0x5b89)
#12 0x7fff46c83897 in __96-[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:]_block_invoke_2 (CoreFoundation:x86_64+0x178897)
#13 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#14 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#15 0x7fff46c8374d in -[_CFXPreferences(SourceAdditions) withSourceForIdentifier:user:byHost:container:cloud:perform:] (CoreFoundation:x86_64+0x17874d)
#16 0x7fff46ced316 in -[_CFXPreferences copyValueForKey:identifier:user:host:container:] (CoreFoundation:x86_64+0x1e2316)
#17 0x7fff46b75675 in CFPreferencesCopyValue (CoreFoundation:x86_64+0x6a675)
#18 0x7fff46fb229c in load_allow_debugging_defaults (CoreGraphics:x86_64+0xb29c)
#19 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#20 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#21 0x7fff46fb2228 in copy_local_domain_value (CoreGraphics:x86_64+0xb228)
#22 0x7fff46fb4903 in get_integer_property (CoreGraphics:x86_64+0xd903)
#23 0x7fff46fb6a5e in get_font_rendering_defaults (CoreGraphics:x86_64+0xfa5e)
#24 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#25 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#26 0x7fff47011f3f in CGFontDefaultAllowsFontSmoothing (CoreGraphics:x86_64+0x6af3f)
#27 0x7fff46fb6a39 in CGRenderingStateCreate (CoreGraphics:x86_64+0xfa39)
#28 0x7fff472d2799 in CGContextCreateWithDelegateAndInfo (CoreGraphics:x86_64+0x32b799)
#29 0x7fff46fe66fd in bitmap_context_create (CoreGraphics:x86_64+0x3f6fd)
#30 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#31 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#32 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#33 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#34 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#35 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#36 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#37 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#38 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#39 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#40 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#41 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#42 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#43 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#44 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#45 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#46 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#47 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#48 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#49 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#50 0x10b62531c in main unit_test_main.cpp:86
#51 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Indirect leak of 44 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6eab4b3d in _Block_object_assign (libsystem_blocks.dylib:x86_64+0xb3d)
#3 0x7fff6eab48ef in _Block_copy (libsystem_blocks.dylib:x86_64+0x8ef)
#4 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#5 0x7fff6ea44a12 in _dispatch_source_set_cancel_handler (libdispatch.dylib:x86_64+0x19a12)
#6 0x1123809be (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x589be)
#7 0x7fff47d1300d in connectToCoreServicesD() (CarbonCore:x86_64+0x200d)
#8 0x7fff47d12f13 in getStatus() (CarbonCore:x86_64+0x1f13)
#9 0x7fff47d12e91 in scCreateSystemServiceVersion (CarbonCore:x86_64+0x1e91)
#10 0x7fff47d142c1 in FileIDTreeGetCachedPort (CarbonCore:x86_64+0x32c1)
#11 0x7fff47d14121 in FSNodeStorageGetAndLockCurrentUniverse (CarbonCore:x86_64+0x3121)
#12 0x7fff47d13faf in FileIDTreeGetAndLockVolumeEntryForDeviceID (CarbonCore:x86_64+0x2faf)
#13 0x7fff47d13f0c in FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) (CarbonCore:x86_64+0x2f0c)
#14 0x7fff47d13e85 in FSMountPrepare (CarbonCore:x86_64+0x2e85)
#15 0x7fff5a626c80 in MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) (CoreServicesInternal:x86_64+0x4c80)
#16 0x7fff5a62675f in parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*) (CoreServicesInternal:x86_64+0x475f)
#17 0x7fff5a625736 in corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) (CoreServicesInternal:x86_64+0x3736)
#18 0x7fff5a62539d in prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) (CoreServicesInternal:x86_64+0x339d)
#19 0x7fff5a622baa in _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) (CoreServicesInternal:x86_64+0xbaa)
#20 0x7fff46b7246a in CFURLCopyResourcePropertyForKey (CoreFoundation:x86_64+0x6746a)
#21 0x7fff46bf247e in _CFBundleCopyInfoDictionaryInResourceForkWithAllocator (CoreFoundation:x86_64+0xe747e)
#22 0x7fff47d15feb in GetBugsForOurBundleIDFromCoreservicesd (CarbonCore:x86_64+0x4feb)
#23 0x7fff47d15e66 in _CSCheckFix (CarbonCore:x86_64+0x4e66)
#24 0x7fff46fb1eba in color_transform_create (CoreGraphics:x86_64+0xaeba)
#25 0x7fff470af10a in __create_default_transform_block_invoke (CoreGraphics:x86_64+0x10810a)
#26 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#27 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#28 0x7fff470a8652 in ripc_Initialize (CoreGraphics:x86_64+0x101652)
#29 0x7fff470af1a8 in __CGBitmapContextDelegateCreate (CoreGraphics:x86_64+0x1081a8)
#30 0x7fff46fe6758 in bitmap_context_create (CoreGraphics:x86_64+0x3f758)
#31 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#32 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#33 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#34 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#35 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#36 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#37 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#38 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#39 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#40 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#41 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#42 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#43 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#44 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#45 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#46 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#47 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#48 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#49 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#50 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#51 0x10b62531c in main unit_test_main.cpp:86
#52 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x1123816a3 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x596a3)
#1 0x7fff6eab48b2 in _Block_copy (libsystem_blocks.dylib:x86_64+0x8b2)
#2 0x7fff6eab4b3d in _Block_object_assign (libsystem_blocks.dylib:x86_64+0xb3d)
#3 0x7fff6eab48ef in _Block_copy (libsystem_blocks.dylib:x86_64+0x8ef)
#4 0x7fff6ea2d03b in _dispatch_Block_copy (libdispatch.dylib:x86_64+0x203b)
#5 0x7fff6ea2e0d8 in dispatch_source_set_event_handler (libdispatch.dylib:x86_64+0x30d8)
#6 0x112380bb9 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x58bb9)
#7 0x7fff47d1303e in connectToCoreServicesD() (CarbonCore:x86_64+0x203e)
#8 0x7fff47d12f13 in getStatus() (CarbonCore:x86_64+0x1f13)
#9 0x7fff47d12e91 in scCreateSystemServiceVersion (CarbonCore:x86_64+0x1e91)
#10 0x7fff47d142c1 in FileIDTreeGetCachedPort (CarbonCore:x86_64+0x32c1)
#11 0x7fff47d14121 in FSNodeStorageGetAndLockCurrentUniverse (CarbonCore:x86_64+0x3121)
#12 0x7fff47d13faf in FileIDTreeGetAndLockVolumeEntryForDeviceID (CarbonCore:x86_64+0x2faf)
#13 0x7fff47d13f0c in FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) (CarbonCore:x86_64+0x2f0c)
#14 0x7fff47d13e85 in FSMountPrepare (CarbonCore:x86_64+0x2e85)
#15 0x7fff5a626c80 in MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) (CoreServicesInternal:x86_64+0x4c80)
#16 0x7fff5a62675f in parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*) (CoreServicesInternal:x86_64+0x475f)
#17 0x7fff5a625736 in corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) (CoreServicesInternal:x86_64+0x3736)
#18 0x7fff5a62539d in prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) (CoreServicesInternal:x86_64+0x339d)
#19 0x7fff5a622baa in _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) (CoreServicesInternal:x86_64+0xbaa)
#20 0x7fff46b7246a in CFURLCopyResourcePropertyForKey (CoreFoundation:x86_64+0x6746a)
#21 0x7fff46bf247e in _CFBundleCopyInfoDictionaryInResourceForkWithAllocator (CoreFoundation:x86_64+0xe747e)
#22 0x7fff47d15feb in GetBugsForOurBundleIDFromCoreservicesd (CarbonCore:x86_64+0x4feb)
#23 0x7fff47d15e66 in _CSCheckFix (CarbonCore:x86_64+0x4e66)
#24 0x7fff46fb1eba in color_transform_create (CoreGraphics:x86_64+0xaeba)
#25 0x7fff470af10a in __create_default_transform_block_invoke (CoreGraphics:x86_64+0x10810a)
#26 0x7fff6ea2cdb7 in _dispatch_client_callout (libdispatch.dylib:x86_64+0x1db7)
#27 0x7fff6ea2cd6a in dispatch_once_f (libdispatch.dylib:x86_64+0x1d6a)
#28 0x7fff470a8652 in ripc_Initialize (CoreGraphics:x86_64+0x101652)
#29 0x7fff470af1a8 in __CGBitmapContextDelegateCreate (CoreGraphics:x86_64+0x1081a8)
#30 0x7fff46fe6758 in bitmap_context_create (CoreGraphics:x86_64+0x3f758)
#31 0x7fff46fe5fe1 in CGBitmapContextCreateWithData (CoreGraphics:x86_64+0x3efe1)
#32 0x7fff46fe5eff in CGBitmapContextCreate (CoreGraphics:x86_64+0x3eeff)
#33 0x10f9bf8cc in CQuartz2D::createGraphics(fxcrt::RetainPtr<CFX_DIBitmap> const&) fx_quartz_device.cpp:39
#34 0x10f9b6098 in CFX_AggDeviceDriver::InitPlatform() fx_apple_platform.cpp:90
#35 0x10f981b03 in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1133
#36 0x10f981c3b in CFX_AggDeviceDriver::CFX_AggDeviceDriver(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1132
#37 0x10f997048 in pdfium::internal::MakeUniqueResult<CFX_AggDeviceDriver>::Scalar pdfium::MakeUnique<CFX_AggDeviceDriver, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool&>(fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&, fxcrt::RetainPtr<CFX_DIBitmap> const&&&, bool&&&) ptr_util.h:56
#38 0x10f99662c in CFX_DefaultRenderDevice::Attach(fxcrt::RetainPtr<CFX_DIBitmap> const&, bool, fxcrt::RetainPtr<CFX_DIBitmap> const&, bool) fx_agg_driver.cpp:1587
#39 0x10dd4bb12 in FPDFBitmap_FillRect fpdf_view.cpp:873
#40 0x10b6225fe in PDFEditTest_NewImageObjGenerateContent_Test::TestBody() fpdf_editimg_unittest.cpp:56
#41 0x10dc45cd4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2417
#42 0x10dbdbe2b in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) gtest.cc:2472
#43 0x10dbdb971 in testing::Test::Run() gtest.cc:2491
#44 0x10dbde23c in testing::TestInfo::Run() gtest.cc:2667
#45 0x10dbe1ac5 in testing::TestCase::Run() gtest.cc:2785
#46 0x10dc09de7 in testing::internal::UnitTestImpl::RunAllTests() gtest.cc:5047
#47 0x10dc53064 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2417
#48 0x10dc09062 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) gtest.cc:2472
#49 0x10dc08bf7 in testing::UnitTest::Run() gtest.cc:4663
#50 0x10b625610 in RUN_ALL_TESTS() gtest.h:2329
#51 0x10b62531c in main unit_test_main.cpp:86
#52 0x7fff6ea66014 in start (libdyld.dylib:x86_64+0x1014)

SUMMARY: AddressSanitizer: 504 byte(s) leaked in 9 allocation(s).