You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2016/08/11 15:20:20 UTC

[jira] [Commented] (CB-11624) Memory leak on iOS 9.3

    [ https://issues.apache.org/jira/browse/CB-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417409#comment-15417409 ] 

Sergey Grebnov commented on CB-11624:
-------------------------------------

Looks like there is a fix for this landed to master recently: 

https://github.com/apache/cordova-plugin-contacts/pull/132/commits/226a7f1041fc3517f556d6cc5eb9068d49bc5fcf

> Memory leak on iOS 9.3
> ----------------------
>
>                 Key: CB-11624
>                 URL: https://issues.apache.org/jira/browse/CB-11624
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts
>    Affects Versions: 2.1.0
>         Environment: Cordova 6.1.1, iPhone 6, iPhone 6 (Simulator), iOS 9.3, Xcode 7.3.1
>            Reporter: Laurens Boekhorst
>
> Repeatedly calling `navigator.contacts.find` will leak memory up until the point the app is killed by the operating system. Instrumenting the call with Xcode will yield anywhere between 750 and 1000 new leaks every time it is called. The responsible frames are mostly `ABCMultiValueInsertAndCreateIdentifier`, and `ABCMultiValueCreate`. The responsible library is always `AddressBook`. This issue exists in version 2.1.0, but 2.0.1 is also affected. https://github.com/apache/cordova-plugin-contacts/pull/35/commits/d28ba9013cae21abc6826a1d6dbd06d841874c1d fixes it, but I believe it was never merged.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org