linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linphone-developers Digest, Vol 137, Issue 17


From: chandramouli N
Subject: Re: [Linphone-developers] Linphone-developers Digest, Vol 137, Issue 17
Date: Tue, 15 Jul 2014 17:50:52 +0530

I profiled the app to check for memory leak
It points to probably every method we use from Linphone - answer, terminate and decline call
And the highest leaking method is linphone_core_iterate()
For every call I make linphone_core_iterate() leaks increase by 3

Regards,
Chandramouli


On Tue, Jul 15, 2014 at 1:56 PM, <address@hidden> wrote:
Send Linphone-developers mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.nongnu.org/mailman/listinfo/linphone-developers
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linphone-developers digest..."


Today's Topics:

   1. Re: Linphone iOS (BIENKOWSKI Guillaume)
   2. Linphone iOS Memory leak (chandramouli N)
   3. Re: Linphone iOS Memory leak (BIENKOWSKI Guillaume)
   4. Re: XML provisioning howto? (BIENKOWSKI Guillaume)
   5. Re: Make All Error: syntax error near unexpected token
      `CUnit, ' MAC OSX (BIENKOWSKI Guillaume)


----------------------------------------------------------------------

Message: 1
Date: Mon, 14 Jul 2014 21:02:03 +0200
From: BIENKOWSKI Guillaume
        <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Linphone-developers] Linphone iOS
Message-ID:
        <CAGYJD0G-BGkp=address@hidden>
Content-Type: text/plain; charset="utf-8"

Hello,

Probably that your callee has no codecs compatible with yours.
Could you try the market version, just in case? It just landed, so it's as
close as possible to the latest SDK.
Otherwise we would require your debug logs.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/>*

*sip:address@hidden <address@hidden>*


On Fri, Jul 11, 2014 at 4:25 PM, chandramouli N <address@hidden>
wrote:

> Hi,
>
> I am using linphone sdk latest version in our app. But i am unable to make
> call and it throws some error as "Incompatible Media Parameters"  Any help
> would be appreciated.
>
> Thanks & Regards,
> Chnadramouli
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20140714/79cbd0ba/attachment.html>

------------------------------

Message: 2
Date: Tue, 15 Jul 2014 12:03:27 +0530
From: chandramouli N <address@hidden>
To: address@hidden
Subject: [Linphone-developers] Linphone iOS Memory leak
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Hi,

I am facing memory leak issue while using linphone sdk in our app and the
app crashes. Whether the method "linphone_core_iterate method " would leak
any memory? Any help would be appreciated.

Regards,
Chandramouli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20140715/9cc654d8/attachment.html>

------------------------------

Message: 3
Date: Tue, 15 Jul 2014 09:22:46 +0200
From: BIENKOWSKI Guillaume
        <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Linphone-developers] Linphone iOS Memory leak
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Hello Chandra,

It looks suspicious that the linphone SDK would leak that much.
We might have leaks for some complicated operations, but usually we
valgrind-check the library regularly, and the leaks are not that serious;
not to the point of crashing the app.
What makes you say this is a memleak?
Did you try running your app under Instruments?

Cheers,


*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:address@hidden <address@hidden>*


On Tue, Jul 15, 2014 at 8:33 AM, chandramouli N <address@hidden>
wrote:

> Hi,
>
> I am facing memory leak issue while using linphone sdk in our app and the
> app crashes. Whether the method "linphone_core_iterate method " would
> leak any memory? Any help would be appreciated.
>
> Regards,
> Chandramouli
>
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20140715/3ff5c544/attachment.html>

------------------------------

Message: 4
Date: Tue, 15 Jul 2014 09:41:02 +0200
From: BIENKOWSKI Guillaume
        <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Linphone-developers] XML provisioning howto?
Message-ID:
        <CAGYJD0GqBVM+5U4WcFf2Ak8HK4POabzhHC_S4=address@hidden>
Content-Type: text/plain; charset="utf-8"

Hello Jason,

Linphone chat uses the SIP protocol ("MESSAGE"), so it is not compatible
with XMPP.

We don't have the complete XML tree, but the translation between a working
.linphonerc and the XML is really trivial, so you should be able to figure
it out.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:address@hidden <address@hidden>*


On Fri, Jul 11, 2014 at 5:33 PM, Jason Cooper <address@hidden>
wrote:

> Hey Guillaume,
>
> On Fri, Jul 11, 2014 at 04:42:55PM +0200, BIENKOWSKI Guillaume wrote:
> > I guess you're talking about the iOS release?
>
> Yep.
>
> > There's no real HowTo for XML provisions right now, but you could look in
> > the linphone-iphone source code for linphone-iphone/Resources/wizard_*.rc
> > files.
>
> Ahh, ok, these are helpful.
>
> > They are used in the Wizard and actually are local- complete XML
> > provisioning profiles.
>
> hmm, nothing seems to be setting username, password.  That's not
> critical, though.  Do you have a "all options" XML tree you could share?
>
> On a side note, how do you configure chat?  Is it XMPP?  I have jabberd
> setup and working, it'd be great if linphone could connect to it.
>
> thx,
>
> Jason.
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20140715/9602f068/attachment.html>

------------------------------

Message: 5
Date: Tue, 15 Jul 2014 10:25:42 +0200
From: BIENKOWSKI Guillaume
        <address@hidden>
To: Stan Byrdsell <address@hidden>,
        "address@hidden" <address@hidden>
Subject: Re: [Linphone-developers] Make All Error: syntax error near
        unexpected token `CUnit, ' MAC OSX
Message-ID:
        <CAGYJD0FsP8YZ8BdFjZvicaKZ5nai3tXDXg=6+qnw3Lbg2=address@hidden>
Content-Type: text/plain; charset="utf-8"

Hello,

This "tutorial" is for linphone 2.0.2, which is many years old. Lots of
things have changed!
If you want up-to-date compilation instructions, please simply read the
README file included with linphone-iphone sources.

Cheers,

*Guillaume BIENKOWSKI*

*http://www.belledonne-communications.com/
<http://www.belledonne-communications.com/> *

*sip:address@hidden <address@hidden>*


On Fri, Jul 11, 2014 at 6:51 PM, Stan Byrdsell <address@hidden>
wrote:

> I'm getting a error on the "make all"
> Can someone please help....
>
> I flowed the steps from "Build or Compile Linphone from Source for iPhone
> and iPad"
> Build or Compile Linphone from Source for iPhone and iPad ?...
> <http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/>
>
>
> [image: image]
> <http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/>
>
>
>
>
>
> Build or Compile Linphone from Source for iPhone and iPa...
> <http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/>
> By Jessica Chiang This entry documents how to build Linphone from source
> for iPhone and iPad Updated for Maverick, XCode5.0, iOS 7.0, and  linphone
> 2.0.2 To bui...
>  View on shallwelearn.com
> <http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/>
>  Preview by Yahoo
>
>
> SYSTEM
> Software:
>     System Software Overview:
>       System Version: OS X 10.9.4 (13E28)
>       Kernel Version: Darwin 13.3.0
>       Boot Volume: Mac
>
> configure: loading site script
> /Users/sbyrdsell/Linphone/tmp/linphone-iphone/linphone-iphone/submodules/build/..//build/iphone-config.site
> Loading config.site for iPhone platform=Simulator version=8.0
>
> /Applications/Xcode6-Beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
>
> /Applications/Xcode6-Beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
>
> /Applications/Xcode6-Beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk
> Selecting SDK path =
> /Applications/Xcode6-Beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk
> /Users/sbyrdsell/Linphone/tmp/linphone-iphone/linphone-iphone/submodules/build/..//cunit/configure:
> line 2107: syntax error near unexpected token `CUnit,'
> /Users/sbyrdsell/Linphone/tmp/linphone-iphone/linphone-iphone/submodules/build/..//cunit/configure:
> line 2107: `AM_INIT_AUTOMAKE(CUnit, 2.1-2)'
> make[1]: ***
> [/Users/sbyrdsell/Linphone/tmp/linphone-iphone/linphone-iphone/submodules/build/../build-i386-apple-darwin/cunit/Makefile]
> Error 2
> make: *** [broadcast_all] Error 2
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20140715/c8c34c7c/attachment.html>

------------------------------

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


End of Linphone-developers Digest, Vol 137, Issue 17
****************************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]