|
From: | John Mathew |
Subject: | Re: [Linphone-developers] Linphone iOS crash on iPhone 5 |
Date: | Thu, 21 May 2015 20:34:27 +0400 |
Hi John,I fixed an issue in the contacts parsing in Belle sip, and update linphone-iphone this morning with the last changes. Could you try to checkout the last master and rebuild to see if the issue is still there?(the model of iPhone has nothing to do with it, it is the phone's contacts that make the app crash: we had a problem in the spec implementation for parsing an URI).Also, if you could give us the complete backtrace? In XCode you can type 'bt' in the LLDB prompt when the app crashes. There is no personal information in that.On Fri, May 15, 2015 at 10:38 PM, John Mathew <address@hidden> wrote:4S,5S,6,6+ all good.Its happening only on iphone 5.Guillaume,This issue is persisting in the Linphone app from App Store as well. If we install the app from app store on iPhone 5, and after completing the configuration, it crashes. Please look into this matter urgently.On Fri, May 15, 2015 at 8:31 PM, John Mathew <address@hidden> wrote:What can we do in this case?Hi,This is the cause for the crash i guess.
__37-[ABTCC accessRequestWithCompletion:]_block_invokeOn Fri, May 15, 2015 at 5:28 PM, John Mathew <address@hidden> wrote: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 +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 +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 +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 +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 | |
[Prev in Thread] | Current Thread | [Next in Thread] |