Hi Tony, Thanks for the report. Is the crash always reproducible (i.e. does it happen every time you make a call)? Do you set up your own audio session interruptions in your application? Is there any log message from PJSIP on audio session initialization error (Error: cannot initialize audio session services...)? Regards, Ming On Thu, Feb 3, 2011 at 2:24 AM, Tony Million <tony at bababoo.com> wrote: > Hi, > I've been seeing crashes related to audio session interruptions on the > iphone for a while, and just got one while the app is connected to a > debugger. > I've attached the logs, I had made a call on cellular and just switched back > to the PJSip based app. > I have numerous crash logs showing the same thing but today is the first day > I could catch it in the debugger. Don't know if this helps, I'm running > current trunk. > ?18:08:27.718 coreaudio_dev.? Session interrupted! --- Begin Interruption > --- > Assertion failed: (mutex), function pj_mutex_lock, file > ../src/pj/os_core_unix.c, line 1203. > Program received signal:? ?SIGABRT?. > (gdb) bt > #0? 0x33bd52d4 in __kill () > #1? 0x33bd52ca in kill () > #2? 0x33bd52bc in raise () > #3? 0x33be9d78 in abort () > #4? 0x33bd7986 in __assert_rtn () > #5? 0x00076258 in pj_mutex_lock () > #6? 0x000aa114 in interruptionListener () > #7? 0x31730772 in SSServer_AudioSessionDeferredListenerMessage () > #8? 0x316ddf2e in _XAudioSessionDeferredListenerMessage () > #9? 0x31677bea in mshMIGPerform () > #10 0x33a556fe in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ > () > #11 0x33a556c2 in __CFRunLoopDoSource1 () > #12 0x33a47f7c in __CFRunLoopRun () > #13 0x33a47c86 in CFRunLoopRunSpecific () > #14 0x33a47b8e in CFRunLoopRunInMode () > #15 0x33b0e4aa in GSEventRunModal () > #16 0x33b0e556 in GSEventRun () > #17 0x32099328 in -[UIApplication _run] () > #18 0x32096e92 in UIApplicationMain () > #19 0x00002cbc in main (argc=1, argv=0x2fdff67c) at > /Users/tony/Projects/IOS/main.m:14 > > > Regards, > -- > Tony Million > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >