• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AU cocoaview template
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AU cocoaview template


  • Subject: Re: AU cocoaview template
  • From: Allan Hoeltje <email@hidden>
  • Date: Fri, 28 Jan 2005 13:30:43 -0800

Thanks for the tip, Luke, but this does not fix the Garage Band crash.  As
to sending you the crash log: I can't because the log is never written.
Crashdump exits due to a signal 5:

Jan 28 13:26:08 localhost crashdump: Started writing crash report to:
/Users/allan/Library/Logs/CrashReporter/GarageBand.crash.log
Jan 28 13:26:19 localhost /usr/libexec/crashreporterd: crashdump[861] exited
due to signal 5

-Allan



"Luke Bellandi" <email@hidden> wrote on 1/28/05 1:18 PM:

> Hi Allan,
>
> There's a bug in the Sample Cocoa View (as posted in the TEMPLATES, not
> in the CoreAudioSDK) that is likely the cause of this:
>
> in "CocoaView.m"
>
> the dealloc method needs to be changed from:
>
> - (void)dealloc {
>    [self _removeListeners];
>    [self dealloc];
> }
>
> to:
>
> - (void)dealloc {
>    [self _removeListeners];
>    [super dealloc];
> }
>
> the recursive [self dealloc] call causes bad things to happen and could
> be the cause of your crash.  If that doesn't fix it, please send me the
> crash log (off list) and I'll see what else might be going on.
>
> Best,
> Luke

 _______________________________________________
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

References: 
 >Re: AU cocoaview template (From: Luke Bellandi <email@hidden>)

  • Prev by Date: Re: AU cocoaview template
  • Next by Date: Re: Regarding 'VU meter' object
  • Previous by thread: Re: AU cocoaview template
  • Next by thread: Music Device and channel handshake
  • Index(es):
    • Date
    • Thread