|
From: | John Mathew |
Subject: | Re: [Linphone-developers] Linphone iOS crash on iPhone 5 |
Date: | Fri, 15 May 2015 20:31:05 +0400 |
And the second error in the same fileHi Guillaume,What we can see is the error EXC_BAD_ACCESS for the following line in the file FastAdressBook and the function loadData.
if (lNormalizedSipKey != NULL) lNormalizedKey = lNormalizedSipKey;
[addressBookMap setObject:lPerson forKey:lNormalizedKey];
CFRelease(lValue);
if (lLabel) CFRelease(lLabel);
if (lLocalizedLabel) CFRelease(lLocalizedLabel);
if(addressBook != NULL) {
ABAddressBookRequestAccessWithCompletion(addressBook, ^(bool granted, CFErrorRef error) {
ABAddressBookRegisterExternalChangeCallback (addressBook, sync_address_book, self);
[self loadData];
});On Fri, May 15, 2015 at 4:55 PM, Guillaume Bienkowski <address@hidden> wrote:Hi mathew,Could you tell us what kind of information you put in there?Also, can you possibly put a breakpoint into « malloc_error_break » when running the app? This will give you the backtrace and more information on why the bug manifested.Thank you!
Le 15 mai 2015 à 14:44, John Mathew <address@hidden> a écrit :_______________________________________________Can someone address this issue as soon as possible?Linphone iOS is crashing on iPhone 5, when we configure the proxy.Below is the eroor.
linphone(507,0x2e28000) malloc: *** error for object 0x15becc24: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
--
John Mathew Divox International Inc. | Divox FZ LLC +971-7-243-1145
+91-9037-100001
375 Park Avenue, Seagram Building, Suite: 2607, New York City, New York, USA - 10152
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers
--
John Mathew Divox International Inc. | Divox FZ LLC +971-7-243-1145
+91-9037-100001
375 Park Avenue, Seagram Building, Suite: 2607, New York City, New York, USA - 10152
John Mathew Divox International Inc. | Divox FZ LLC | |
[Prev in Thread] | Current Thread | [Next in Thread] |