CEPHtmlEngine quit unexpectedly
I've noticed for a while that Dreamweaver CC 2017 crashes upon exit (100% of the time) with this error.
Additionally, I was drawn to a couple of things:
Application Specific Information:
abort() called
*** error for object 0x7f882ec4bac8: incorrect checksum for freed object - object was probably modified after being freed.
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
and this, from thread 0 (particularly, step 15, referencing CarbonCore):
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffccd74dd6 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffcce60787 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffcccda420 abort + 129
3 libsystem_malloc.dylib 0x00007fffccdd4f21 szone_error + 626
4 libsystem_malloc.dylib 0x00007fffccdc9c44 tiny_malloc_from_free_list + 1148
5 libsystem_malloc.dylib 0x00007fffccdc84ca szone_malloc_should_clear + 400
6 org.chromium.ContentShell.framework 0x0000000106bfb8f0 0x106aa9000 + 1386736
7 libsystem_malloc.dylib 0x00007fffccdc82da malloc_zone_malloc + 107
8 com.apple.CoreFoundation 0x00007fffb766ad60 __CFBasicHashRehash + 288
9 com.apple.CoreFoundation 0x00007fffb7671027 __CFBasicHashAddValue + 103
10 com.apple.CoreFoundation 0x00007fffb767213d CFDictionarySetValue + 221
11 com.apple.AE 0x00007fffb852df4a OSTypePairDictionary::addValue(unsigned int, unsigned int, void*) + 30
12 com.apple.AE 0x00007fffb85375d3 _AEInstallCoercionHandler(unsigned int, unsigned int, short (*)(AEDesc const*, unsigned int, void*, AEDesc*), void*, unsigned char, unsigned char) + 140
13 com.apple.AE 0x00007fffb853752e aeInstallBulk + 185
14 com.apple.AE 0x00007fffb853744c _aeInstallLazyHandlers(CLVContext const*, CLVDatum const*, unsigned int, void*) + 300
15 com.apple.CoreServices.CarbonCore 0x00007fffb859139a CLVVisitValuesForKey + 280
16 com.apple.AE 0x00007fffb85404f6 ___ZL23installLazyPtrCoercionsv_block_invoke + 14
17 libdispatch.dylib 0x00007fffccc100b8 _dispatch_client_callout + 8
18 libdispatch.dylib 0x00007fffccc10075 dispatch_once_f + 38
19 com.apple.AE 0x00007fffb85404e3 installLazyPtrCoercions() + 145
20 com.apple.AE 0x00007fffb854022b aeCoercePtrInternal(unsigned int, void const*, long, unsigned int, AEDesc*, unsigned char) + 98
21 com.apple.AE 0x00007fffb8536eff aeCoerceDescInternal(AEDesc const*, unsigned int, AEDesc*, unsigned char) + 487
22 com.apple.AE 0x00007fffb853cc1c _AEIsAppleEventTargetInSandbox + 543
23 com.apple.AE 0x00007fffb853b190 AESendMessage + 472
24 com.apple.HIToolbox 0x00007fffb6ceb69c HIToolboxLSNotificationCallbackFunc(LSNotificationCode, double, void const*, __LSASN const*, void const*, LSSessionID, void const*) + 491
25 com.apple.LaunchServices 0x00007fffb88b1b7b ___LSScheduleNotificationFunction_block_invoke_2 + 51
26 com.apple.CoreFoundation 0x00007fffb770e7dc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
27 com.apple.CoreFoundation 0x00007fffb76ef7e4 __CFRunLoopDoBlocks + 356
28 com.apple.CoreFoundation 0x00007fffb76eef8b __CFRunLoopRun + 955
29 com.apple.CoreFoundation 0x00007fffb76ee974 CFRunLoopRunSpecific + 420
30 com.apple.HIToolbox 0x00007fffb6c7aa5c RunCurrentEventLoopInMode + 240
31 com.apple.HIToolbox 0x00007fffb6c7a891 ReceiveNextEventCommon + 432
32 com.apple.HIToolbox 0x00007fffb6c7a6c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
33 com.apple.AppKit 0x00007fffb52205b4 _DPSNextEvent + 1120
34 com.apple.AppKit 0x00007fffb599ad6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
35 com.apple.AppKit 0x00007fffb5214f35 -[NSApplication run] + 926
36 org.chromium.ContentShell.framework 0x0000000106bab9b0 0x106aa9000 + 1059248
37 org.chromium.ContentShell.framework 0x0000000106baad1c 0x106aa9000 + 1056028
38 org.chromium.ContentShell.framework 0x0000000106bfca13 0x106aa9000 + 1391123
39 org.chromium.ContentShell.framework 0x0000000106be963d 0x106aa9000 + 1312317
40 com.adobe.cep.CEPHtmlEngine 0x0000000105eb49d1 csxs::cephtmlengine::CefHandler::RunMessageLoop() + 41
41 com.adobe.cep.CEPHtmlEngine 0x0000000105ec574f main + 3998
42 com.adobe.cep.CEPHtmlEngine 0x0000000105e98874 start + 52
Now, I believe that CarbonCore was deprecated in 10.8, but it also looks like it's being called from an Apple function, so I am not entirely certain this is an Adobe problem.
