Re: AudioServer Plug-In crash
Re: AudioServer Plug-In crash
- Subject: Re: AudioServer Plug-In crash
- From: Tuviah Snyder <email@hidden>
- Date: Sat, 13 Apr 2013 20:05:36 +0000
- Thread-topic: AudioServer Plug-In crash
Sadly the only workaround is to update to ask your customers to wait for 10.8.4 which fixes it.
Perhaps Apple would do well to spend a tiny fraction of their cash hoard on additional QA testers.
Best,
Tuviah
Sent from my iPhone
On Apr 13, 2013, at 12:04 PM, "email@hidden" <email@hidden> wrote:
> Message: 1
> Date: Fri, 12 Apr 2013 16:18:31 -0400
> From: Dominic Feira <email@hidden>
> To: email@hidden
> Subject: AudioServer Plug-In crash
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> I'm getting a crash in the NullAudio AudioServer Plug-in sample project. Without making any modifications to the project it crashes when doing the memset in NullAudio_DoIOOperation
>
> // clear the buffer if this iskAudioServerPlugInIOOperationReadInput
> if(inOperationID == kAudioServerPlugInIOOperationReadInput)
> {
> // we are always dealing with a 2 channel 32 bit float buffer
> memset(ioMainBuffer, 0, inIOBufferFrameSize * 8);
> }
>
> After searching through the email list I did find another report of the problem. Has anybody made any progress on this issue? Is there a workaround?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden