pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruments: "Failed to destroy lock in PINMemoryCache"

bxem44 opened this issue · comments

Why do I get the error message: "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:
'Failed to destroy lock in PINMemoryCache 0x105a133a0. Code: 22'" when trying to start recording with instruments?

Happens on device only right now (actually running on simulator causes a different error: "Assertion failure in -PINDiskCache dealloc, .../Pods/PINCache/Source/PINDiskCache.m:91"). Normal run of application is without issues.

@BaranEm Interesting! I haven't seen anything like that. Does this make it so you're not able to instrument your app?

Going to close this out for now, please let me know if you get any more info!