linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] a problem with running Linphone in simulator (Xcod


From: Kiselev Fedor
Subject: [Linphone-developers] a problem with running Linphone in simulator (Xcode 7)
Date: Thu, 1 Oct 2015 13:04:38 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi All,

When I upgarded to Xcode 7 , I began to get such error very often. It is happening only when I am running Linphone in simulator. No error happens when it is running in iphone.


bgStartId = [[UIApplication sharedApplication] beginBackgroundTaskWithExpirationHandler:^{
      LOGW(@"Background task for application launching expired.");
      [[UIApplication sharedApplication] endBackgroundTask:bgStartId];
    }];

Thread 1: EXC_BAD_ACCESS( code=50,address0x10a6e100c)

Debug output:

Oct 1 12:52:57 linphone[44853] <Error>: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. Oct 1 12:52:57 linphone[44853] <Error>: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. Oct 1 12:52:57 linphone[44853] <Error>: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
(lldb)





reply via email to

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