MacApp was builded on Xcode9 in macOS10.12, running on macOS10.11. It always crash.

This app is using xpc service. Service use opencv framework and some c++.


Process: ImageService [59778]

Path: /Users/USER/Downloads/TBBXPCDemo.app/Contents/XPCServices/ImageService.xpc/Contents/MacOS/ImageService

Identifier: ImageService

Version: 1.0 (1)

Code Type: X86-64 (Native)

Parent Process: ??? [1]

Responsible: TBBXPCDemo [59776]

User ID: 501


Date/Time: 2019-02-10 20:32:21.674 +0800

OS Version: Mac OS X 10.11.6 (15G31)

Report Version: 11

Anonymous UUID: 39633A7E-B318-C76C-E383-09BEEBD8033A


Sleep/Wake UUID: 21C5C37A-409D-4443-BB46-E22F2E2DE594


Time Awake Since Boot: 25000 seconds

Time Since Wake: 1100 seconds


System Integrity Protection: enabled


Crashed Thread: 2 Dispatch queue: com.apple.xpc.uncorkq


Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY


Application Specific Information:

abort() called

*** error for object 0x11570fa90: pointer being freed was not allocated

Replies

Seems you have a deallocated or non existing pointer.


Did you perform the diagnostics (as zombie or sanitizers) ? To activate: edit the scheme, select Run and then Diagnostics.