On Mar 18, 2014, at 5:21 AM, Endika Montejo <endika.mont...@smoobility.com> 
wrote:

> 2014-03-18 13:15:07.170 xxx[17682:b417] An instance 0x600000114520 of class 
> CBLReplication was deallocated while key value observers were still 
> registered with it. Observation info was leaked, and may even become 
> mistakenly attached to some other object. Set a breakpoint on 
> NSKVODeallocateBreak to stop here in the debugger. Here's the current 
> observation info:

This is an error from Foundation's key-value observing telling you that one of 
your objects registered as an observer of a CBLReplication object but forgot to 
remove itself before that CBLReplication was dealloced.

> <NSKeyValueObservance 0x6000000cdd60: Observer: 0x6080002839d0, Key path: 
> completedChangesCount, Options: <New: NO, Old: NO, Prior: NO> Context: 0x0, 
> Property: 0x60000005aac0>
> 
> <NSKeyValueObservance 0x6000000cd660: Observer: 0x6080002839d0, Key path: 
> error, Options: <New: NO, Old: NO, Prior: NO> Context: 0x0, Property: 
> 0x6000002503b0>

Those "Observer:" values show the addresses of your objects that are 
registered, which you can then inspect in the debugger.

--Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/F9B7380C-C7B9-4EE4-A8BE-9E41D6687EFA%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to