Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SameeraB

macrumors newbie
Original poster
Nov 18, 2008
9
0
Hello Everyone,

My application crashes... :(

I have created an application similar to SpeakHere for recording.
When I did launch this app in device I'm getting the crash when the recording stops..

Following is the part of error log i got...
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xc005bdaf
Crashed Thread: 0

Thread 0 Crashed:
0 AudioToolbox 0x315cdaa0 ClientAudioQueue::ServicePendingCallbacks() + 96
1 AudioToolbox 0x315cde20 AudioQueueStop + 76


I have called AudioQueueStop(obj, yes)
(when i clicked the stop button.)

Can anybody please tell me why it happened? Please...
 

SameeraB

macrumors newbie
Original poster
Nov 18, 2008
9
0
Hello,

Thanks a lot for the reply...

- (void) stop
{
AudioQueueStop(queueObject,YES);
}
 

Attachments

  • log.txt
    3.2 KB · Views: 203
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.