Re: Can anyone comment on Crashes in AUParameterSet?
Re: Can anyone comment on Crashes in AUParameterSet?
- Subject: Re: Can anyone comment on Crashes in AUParameterSet?
- From: Airy André <email@hidden>
- Date: Tue, 27 May 2003 13:40:03 +0200
Le mardi, 27 mai 2003, ` 10:51 Europe/Paris, Shai Shasag a icrit :
As stated in earlier post I'm getting crashes while calling
AUParameterSet.
The actual crash is in memcpy, but AUParameterSet is the last function
my code calls. Although there were a few messages in the past about
this, I was not able to understand what to do about this problem.
Is this a bug in Apple code? After all, calling a system function
should not crash the application.
Calling any function can crash, system or not, if given wrong
parameters or if the memory is corrupted.
I never had problems with AUParameterSet.
If so is there a way to work around this bug? Or maybe I'm doing
something wrong.
I would appreciate any comment since this is my last major bug,
preventing me from releasing our plugins for AU.
It's difficult to say with only that stack trace...
I would bet either on a bad pointer parameters somewhere (to
AUParameterSet ?), or memory corruption.
You could try to play the malloc debug tools and variables.
Airy
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.