• 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: Remote Debugging IOAudioFamily
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remote Debugging IOAudioFamily


  • Subject: Re: Remote Debugging IOAudioFamily
  • From: "Michael C. Thornburgh" <email@hidden>
  • Date: Fri, 7 Jun 2002 09:43:12 -0700 (PDT)

you can use "kmodsyms" to generate a symbol file for an
already-loaded kernel module.

cd to /System/Library/Extensions and do

kmodsyms -o /tmp/IOAudioFamily.syms IOAudioFamily.kext/Contents/MacOS/IOAudioFamily

and then copy /tmp/IOAudioFamily.syms to your debugging
machine.

obviously, you'll need to do this every time you boot
your going-to-panic system, since the addresses in the
symbol file will be different every boot.

-mike

> From: Sean Morrell <email@hidden>
> Subject: Remote Debugging IOAudioFamily
> To: email@hidden
> Date: Fri, 07 Jun 2002 11:22:20 -0500
>
> I am currently getting a kernel panic caused by my audio driver, but the
> only module listed on the call stack is IOAudioFamily. Is it possible to
> compile a debug version of IOAudioFamily to be used for remote debugging?
> If so, how or when do I generate the symbol file needed by the remote
> debugging machine? The system will automatically load IOAudioFamily during
> boot for the built-in audio controller. So I wouldn't be able to use
> kmodload to generate the symbol file.
>
> Thanks
>
> Sean
_______________________________________________
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.

  • Prev by Date: Remote Debugging IOAudioFamily
  • Next by Date: OSC for Java
  • Previous by thread: Remote Debugging IOAudioFamily
  • Next by thread: OSC for Java
  • Index(es):
    • Date
    • Thread