[PD] Pd OSX 10.5.8 audio crash

chris clepper cgclepper at gmail.com
Fri Feb 12 21:06:27 CET 2010


The crash log shows the crash coming from the MIDI setup process.  Do you
have any MIDI devices plugged in?  Maybe start Pd with the -nomidi flag to
see if that avoids the crash.



On Fri, Feb 12, 2010 at 1:54 PM, Ryan Legge <hamsammich at hotmail.com> wrote:

>
> Pd crashes whenever compute audio is cycled on then off, or if trying to
> open audio or midi preferences.  Also, not sure if this is just how Pd
> works, but I do not have the option to open preferences unless a patch is
> open.  Obviously this is quite annoying because I cannot change settings or
> turn off audio without a crash.  Also, no error shows up in the Pd window,
> and there is no message from osx that says the program quit unexpectedly.
>
> I have removed the program and all the .plist files and reloaded 3 or 4
> times with no change.
>
> I am running Pd 0.42-5 (had the same issue with -extended), on a MacBook
> 10.5.8 build 9L30
>
>  Model Identifier: MacBook4,1
>   Processor Name: Intel Core 2 Duo
>   Processor Speed: 2.4 GHz
>   Number Of Processors: 1
>   Total Number Of Cores: 2
>   L2 Cache: 3 MB
>   Memory: 4 GB
>   Bus Speed: 800 MHz
>   Boot ROM Version: MB41.00C1.B00
>   SMC Version (system): 1.31f0
>   Serial Number (system): W88381050P6
>   Hardware UUID: 8CF28D6B-7CE7-50AD-AAD0-6321DC826D83
>   Sudden Motion Sensor:
>   State: Enabled
>
>
>
>
> Crash Log says:
>
>
>
>
> Process:         pd [2897]
> Path:
>  /Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../bin/pd
> Identifier:      pd
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  Pd [2896]
>
> Interval Since Last Report:          10267 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   1
>
> Date/Time:       2010-02-12 10:52:52.267 -0800
> OS Version:      Mac OS X 10.5.8 (9L30)
> Report Version:  6
> Anonymous UUID:  D0E8E53D-538F-484D-A5E5-BC31B96E6A3D
>
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
> Crashed Thread:  0
>
> Thread 0 Crashed:
> 0   com.apple.CoreFoundation       0x90247d13 __CFStrConvertBytesToUnicode
> + 51
> 1   com.apple.CoreFoundation       0x9023a416
> CFStringCompareWithOptionsAndLocale + 3542
> 2   com.apple.CoreFoundation       0x9023b335 CFStringCompareWithOptions +
> 53
> 3   pd                             0x0007c8be EndpointName + 324
> (pmmacosxcm.c:692)
> 4   pd                             0x0007ca85 cm_get_full_endpoint_name +
> 223 (pmmacosxcm.c:757)
> 5   pd                             0x0007cd81 pm_macosxcm_init + 448
> (pmmacosxcm.c:901)
> 6   pd                             0x0007d5a9 Pm_Initialize + 48
> (portmidi.c:293)
> 7   pd                             0x0007d600 Pm_CountDevices + 17
> (portmidi.c:139)
> 8   pd                             0x0006e96f midi_getdevs + 41
> (s_midi_pm.c:289)
> 9   pd                             0x0004ac32 glob_midi_properties + 91
> (s_midi.c:670)
> 10  pd                             0x00039b4c pd_typedmess + 966
> (m_class.c:744)
> 11  pd                             0x0003d15b binbuf_eval + 1075
> (m_binbuf.c:722)
> 12  pd                             0x0004478e socketreceiver_read + 1016
> (s_inter.c:546)
> 13  pd                             0x00043821 sys_domicrosleep + 385
> (s_inter.c:184)
> 14  pd                             0x00043886 sys_microsleep + 19
> (s_inter.c:207)
> 15  pd                             0x00041527 m_mainloop + 468
> (m_sched.c:511)
> 16  pd                             0x00043622 sys_main + 1642
> (s_main.c:313)
> 17  pd                             0x000019f6 _start + 216
> 18  pd                             0x0000191d start + 41
>
> Thread 1:
> 0   libSystem.B.dylib             0x936cf286 mach_msg_trap + 10
> 1   libSystem.B.dylib             0x936d6a7c mach_msg + 72
> 2   com.apple.CoreFoundation       0x90216e7e CFRunLoopRunSpecific + 1790
> 3   com.apple.CoreFoundation       0x90217aa8 CFRunLoopRunInMode + 88
> 4   com.apple.audio.CoreAudio     0x94b0c5f8 HALRunLoop::OwnThread(void*)
> + 160
> 5   com.apple.audio.CoreAudio     0x94b0c480 CAPThread::Entry(CAPThread*)
> + 96
> 6   libSystem.B.dylib             0x93700155 _pthread_start + 321
> 7   libSystem.B.dylib             0x93700012 thread_start + 34
>
> Thread 2:
> 0   libSystem.B.dylib             0x936cf2e6
> semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             0x937012af _pthread_cond_wait + 1244
> 2   libSystem.B.dylib             0x93702b33
> pthread_cond_timedwait_relative_np + 47
> 3   com.apple.audio.CoreAudio     0x94b1bbdf CAGuard::WaitFor(unsigned
> long long) + 213
> 4   com.apple.audio.CoreAudio     0x94b1d79a CAGuard::WaitUntil(unsigned
> long long) + 70
> 5   com.apple.audio.CoreAudio     0x94b1bf3f HP_IOThread::WorkLoop() + 759
> 6   com.apple.audio.CoreAudio     0x94b1bc43
> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
> 7   com.apple.audio.CoreAudio     0x94b0c480 CAPThread::Entry(CAPThread*)
> + 96
> 8   libSystem.B.dylib             0x93700155 _pthread_start + 321
> 9   libSystem.B.dylib             0x93700012 thread_start + 34
>
> Thread 3:
> 0   libSystem.B.dylib             0x936cf2e6
> semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             0x937012af _pthread_cond_wait + 1244
> 2   libSystem.B.dylib             0x93702b33
> pthread_cond_timedwait_relative_np + 47
> 3   com.apple.audio.CoreAudio     0x94b1bbdf CAGuard::WaitFor(unsigned
> long long) + 213
> 4   com.apple.audio.CoreAudio     0x94b1d79a CAGuard::WaitUntil(unsigned
> long long) + 70
> 5   com.apple.audio.CoreAudio     0x94b1bf3f HP_IOThread::WorkLoop() + 759
> 6   com.apple.audio.CoreAudio     0x94b1bc43
> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
> 7   com.apple.audio.CoreAudio     0x94b0c480 CAPThread::Entry(CAPThread*)
> + 96
> 8   libSystem.B.dylib             0x93700155 _pthread_start + 321
> 9   libSystem.B.dylib             0x93700012 thread_start + 34
>
> Thread 4:
> 0   libSystem.B.dylib             0x936cf286 mach_msg_trap + 10
> 1   libSystem.B.dylib             0x936d6a7c mach_msg + 72
> 2   com.apple.audio.midi.CoreMIDI 0x0021af0f
> XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
> 3   com.apple.audio.midi.CoreMIDI 0x0020d477 MIDIInPortThread::Run() + 111
> 4   com.apple.audio.midi.CoreMIDI 0x0021107d XThread::RunHelper(void*) +
> 17
> 5   com.apple.audio.midi.CoreMIDI 0x0021b9ee CAPThread::Entry(CAPThread*)
> + 96
> 6   libSystem.B.dylib             0x93700155 _pthread_start + 321
> 7   libSystem.B.dylib             0x93700012 thread_start + 34
>
> Thread 0 crashed with X86 Thread State (32-bit):
>   eax: 0xa00336e0  ebx: 0x90247cf4  ecx: 0x00000000  edx: 0x00000000
>   edi: 0xbfffbfb0  esi: 0x0000000a  ebp: 0xbfffbba8  esp: 0xbfffbb98
>    ss: 0x0000001f  efl: 0x00010246  eip: 0x90247d13   cs: 0x00000017
>    ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>   cr2: 0x00000000
>
> Binary Images:
>     0x1000 -    0x8bfe3 +pd ??? (???)
> /Applications/Pd-0.42-5.app/Contents/Resources/bin/pd
>   0x209000 -   0x226ff7  com.apple.audio.midi.CoreMIDI 1.6.1 (42)
> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
>   0x23e000 -   0x25cfe3  libexpat.1.dylib ??? (???)
> <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
>   0x276000 -   0x279fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6)
> <51c811377017028f8904ad779e6a1344>
> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
>   0x27f000 -   0x285fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2)
> <a0a4389b5ac52ab84397d2b25c9d3b9c>
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>   0x28b000 -   0x2b0003 +com.digidesign.digidesign.DigiCoreAudioPlugIn
> 7.4.2 (7.4.2f109) <cc1c6818a8a44e44a8330296d02c3159>
> /Library/Audio/Plug-Ins/HAL/Digidesign
> CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
>   0x578000 -   0x5e5fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0)
> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
> 0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2)
> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
> 0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603>
> /usr/lib/dyld
> 0x9006a000 - 0x900c7ffb  libstdc++.6.dylib ??? (???)
> <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
> 0x900c8000 - 0x900c8ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x9016c000 - 0x9016cffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x9018b000 - 0x901a3ff7  com.apple.CoreVideo 1.6.0 (20.0)
> <587c9c8966070a7d50276db35e1c76aa>
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x901a4000 - 0x902d7fe7  com.apple.CoreFoundation 6.5.7 (476.19)
> <a332c8f45529ee26d2e9c36d0c723bad>
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x902d8000 - 0x902d8fff  com.apple.Carbon 136 (136)
> <27d42531a2cbeb05a7f4d05a28281bd7>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x902d9000 - 0x90332ff7  libGLU.dylib ??? (???)
> <a3b9be30100a25a6cd3ad109892f52b7>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x905e1000 - 0x9063bff7  com.apple.CoreText 2.0.4 (???)
> <f0b6c1d4f40bd21505097f0255abfead>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x90651000 - 0x906adff7  com.apple.htmlrendering 68 (1.1.3)
> <fe87a9dede38db00e6c8949942c6bd4f>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
> 0x906ae000 - 0x9087fff3  com.apple.security 5.0.6 (37592)
> <c7c68c3ba198b36d571d4b1e028a1a77>
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x90885000 - 0x908c3fff  libGLImage.dylib ??? (???)
> <a6425aeb77f4da13212ac75df57b056d>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x90ab8000 - 0x90acefff  com.apple.DictionaryServices 1.0.0 (1.0.0)
> <ad0aa0252e3323d182e17f50defe56fc>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x90acf000 - 0x90ad2fff  com.apple.help 1.1 (36)
> <b507b08e484cb89033e9cf23062d77de>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x90ad3000 - 0x90c62fe7  com.apple.CoreAUC 3.08.0 (3.08.0)
> <276d2dc9250afad7868a50e3b283b1f2>
> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
> 0x90cc5000 - 0x90d44ff5  com.apple.SearchKit 1.2.2 (1.2.2)
> <3b5f3ab6a363a4d8a2bbbf74213ab0e5>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x90d45000 - 0x90d4cfff  com.apple.agl 3.0.9 (AGL-3.0.9)
> <2f39c480cfcee9358a23d61b20a6aa56>
> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x90e17000 - 0x90e56fef  libTIFF.dylib ??? (???)
> <cd2e392973a1fa35f23a0f37f55c579c>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x90e58000 - 0x90e74ff3  libPng.dylib ??? (???)
> <df60749fd50bcfa0da5b4cac899e09df>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x90e75000 - 0x90e94ffa  libJPEG.dylib ??? (???)
> <37050c2a8d6f7026c94b4bf07c4d8a80>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x90ec5000 - 0x90ed5fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
> <06d8fc0307314f8ffc16f206ad3dbf44>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x90ed6000 - 0x90f90fe3  com.apple.CoreServices.OSServices 228 (228)
> <bc83e97f6888673c33f86652677c09cb>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x90f91000 - 0x91043ffb  libcrypto.0.9.7.dylib ??? (???)
> <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
> 0x91044000 - 0x9107efe7  com.apple.coreui 1.2 (62)
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x91087000 - 0x91087ff8  com.apple.ApplicationServices 34 (34)
> <8f910fa65f01d401ad8d04cc933cf887>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x91092000 - 0x910b0fff  libresolv.9.dylib ??? (???)
> <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
> 0x910b1000 - 0x910c9fff  com.apple.openscripting 1.2.8 (???)
> <572c7452d7e740e8948a5ad07a99602b>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x91182000 - 0x9120fff7  com.apple.LaunchServices 292 (292)
> <a41286c7c1eb20ffd5cc796f791070f0>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x912f3000 - 0x91322fe3  com.apple.AE 402.3 (402.3)
> <b13bfda0ad9314922ee37c0d018d7de9>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x91323000 - 0x9132affe  libbsm.dylib ??? (???)
> <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
> 0x9132b000 - 0x913ceff7  com.apple.QuickTimeImporters.component 7.6.4
> (1327.73)
> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
> 0x91442000 - 0x914f2fff  edu.mit.Kerberos 6.0.13 (6.0.13)
> <804bd1b3f08fb57396781f012006367c>
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x914f3000 - 0x915dbff3  com.apple.CoreData 100.2 (186.2)
> <44df326fea0236718f5ed64084e82270>
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x915dc000 - 0x91aadfbe  libGLProgrammability.dylib ??? (???)
> <7f18294a7bd0b6afe4319f29187fc70d>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x91aae000 - 0x91e4bfef  com.apple.QuartzCore 1.5.8 (1.5.8)
> <a28fa54346a9f9d5b3bef076a1ee0fcf>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x91e4c000 - 0x91ef3feb  com.apple.QD 3.11.57 (???)
> <35f058678972d42b88ebdf652df79956>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x91ef4000 - 0x91f04ffc  com.apple.LangAnalysis 1.6.5 (1.6.5)
> <d057feb38163121ffd871c564c692804>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x91f88000 - 0x91f8cfff  libGIF.dylib ??? (???)
> <e7d550bda10018f52e61bb499dcf445f>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x91f8d000 - 0x9234bfea  libLAPACK.dylib ??? (???)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x9234c000 - 0x9234efff  com.apple.securityhi 3.0 (30817)
> <31baaf7ea27b41480604ffc910fe827f>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x9234f000 - 0x9275ffef  libBLAS.dylib ??? (???)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x92760000 - 0x9276cffe  libGL.dylib ??? (???)
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x9276d000 - 0x9276dffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x927c0000 - 0x92ae6fe2  com.apple.QuickTime 7.6.4 (1327.73)
> <96515f6a2d628cd2105c7082295199b5>
> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x92ae7000 - 0x92d63fe7  com.apple.Foundation 6.5.9 (677.26)
> <c68b3cff7864959becfc7fd1a384f925>
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x92d64000 - 0x92d64ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x92d65000 - 0x9306dfe7  com.apple.HIToolbox 1.5.6 (???)
> <eece3cb8aa0a4e6843fcc1500aca61c5>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x9306e000 - 0x93099fe7  libauto.dylib ??? (???)
> <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
> 0x9309a000 - 0x93114ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6)
> <03d0585059c20cb0bde5e000438c49e1>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x93115000 - 0x93122fe7  com.apple.opengl 1.5.10 (1.5.10)
> <5a2813f80c9441170cc1ab8a3dac5038>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x93148000 - 0x9314cfff  libmathCommon.A.dylib ??? (???)
> /usr/lib/system/libmathCommon.A.dylib
> 0x93152000 - 0x9317bfff  libcups.2.dylib ??? (???)
> <a40b9403cc4a0dffefed110e1eab90c4> /usr/lib/libcups.2.dylib
> 0x9317c000 - 0x93456ff3  com.apple.CoreServices.CarbonCore 786.11 (786.14)
> <d5cceb2fe9551d345d40dd1ecf409ec2>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x9347c000 - 0x9347dffc  libffi.dylib ??? (???)
> <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
> 0x935b7000 - 0x93698ff7  libxml2.2.dylib ??? (???)
> <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
> 0x936ce000 - 0x93835ff3  libSystem.B.dylib ??? (???)
> <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
> 0x93836000 - 0x93988ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3)
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x939cb000 - 0x93a96fef  com.apple.ColorSync 4.5.3 (4.5.3)
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x93b9e000 - 0x94aeeff6  com.apple.QuickTimeComponents.component 7.6.4
> (1327.73)
> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
> 0x94aef000 - 0x94b6cfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2)
> <782a08c44be4698597f4bbd79cac21c6>
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x94c5e000 - 0x94ca0fef  com.apple.NavigationServices 3.5.2 (163)
> <91844980804067b07a0b6124310d3f31>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x94ca1000 - 0x94d1efef  libvMisc.dylib ??? (???)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x94edc000 - 0x94f13fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
> <8b26ebf26a009a098484f1ed01ec499c>
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x957e6000 - 0x95837ff7  com.apple.HIServices 1.7.1 (???)
> <ba7fd0ede540a0da08db027f87efbd60>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x95845000 - 0x958d2ff7  com.apple.framework.IOKit 1.5.2 (???)
> <7a3cc24f78f93931731203854ae0d891>
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x958e3000 - 0x958e9fff  com.apple.print.framework.Print 218.0.3 (220.2)
> <5b7f4ef7c2df36aff9605377775781e4>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x958ea000 - 0x958f4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
> <0f2ba6e891d3761212cf5a5e6134d683>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x95901000 - 0x9598bfe3  com.apple.DesktopServices 1.4.8 (1.4.8)
> <a6edef2d49ffdee3b01010b7e6edac1f>
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x95a1d000 - 0x95ab0fff  com.apple.ink.framework 101.3 (86)
> <bf3fa8927b4b8baae92381a976fd2079>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x95ab1000 - 0x95ab9fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
> <75b0c8d8940a8a27816961dddcac8e0f>
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x95aba000 - 0x95ac1fe9  libgcc_s.1.dylib ??? (???)
> <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
> 0x9633a000 - 0x9633ffff  com.apple.CommonPanels 1.2.4 (85)
> <ea0665f57cd267609466ed8b2b20e893>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x96340000 - 0x96488ff7  com.apple.ImageIO.framework 2.0.7 (2.0.7)
> <cf45179ee2de2d46a6ced2ed147a454c>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x965ed000 - 0x96c8dfeb  com.apple.CoreGraphics 1.409.5 (???)
> <a40644ccdbdc76e3a0ab4d468b2f9bdd>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x96c8e000 - 0x96d55ff2  com.apple.vImage 3.0 (3.0)
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x96f36000 - 0x96f63feb  libvDSP.dylib ??? (???)
> <b232c018ddd040ec4e2c2af632dd497f>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x97065000 - 0x97067ff5  libRadiance.dylib ??? (???)
> <3561a7a6405223a1737f41352f1fd8c8>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x97068000 - 0x97076ffd  libz.1.dylib ??? (???)
> <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
> 0x97077000 - 0x970feff7  libsqlite3.0.dylib ??? (???)
> <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
> 0x970ff000 - 0x971a6fec  com.apple.CFNetwork 438.14 (438.14)
> <5f9ee0430b5f6319f18d9b23e777e0d2>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x971a7000 - 0x97287fff  libobjc.A.dylib ??? (???)
> <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
> 0x972a5000 - 0x972baffb  com.apple.ImageCapture 5.0.2 (5.0.2)
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x972bb000 - 0x972bbffa  com.apple.CoreServices 32 (32)
> <2fcc8f3bd5bbfc000b476cad8e6a3dd2>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x972e5000 - 0x9732efef  com.apple.Metadata 10.5.8 (398.26)
> <e4d268ea45379200f03cdc7c8bedae6f>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x9736a000 - 0x9738efff  libxslt.1.dylib ??? (???)
> <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
> 0x9738f000 - 0x97422ff3  com.apple.ApplicationServices.ATS 3.8 (???)
> <eda9db16110de6b7fd9436cd0daa787d>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x97455000 - 0x97455ffb  com.apple.installserver.framework 1.0 (8)
> /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
> 0x9746e000 - 0x97477fff  com.apple.speech.recognition.framework 3.7.24
> (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x97478000 - 0x975b1ff7  libicucore.A.dylib ??? (???)
> <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???)
> /usr/lib/libSystem.B.dylib
>
>
>
> Console says:
>
> 2/11/10 1:56:42 PM defaults[178]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> audioapi) does not exist
>
> 2/11/10 1:56:42 PM defaults[180]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> noaudioin) does not exist
>
> 2/11/10 1:56:42 PM defaults[182]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> audioindev1) does not exist
>
> 2/11/10 1:56:42 PM defaults[184]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> noaudioout) does not exist
>
> 2/11/10 1:56:42 PM defaults[186]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> audiooutdev1) does not exist
>
> 2/11/10 1:56:42 PM defaults[188]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> rate) does not exist
>
> 2/11/10 1:56:42 PM defaults[190]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> audiobuf) does not exist
>
> 2/11/10 1:56:42 PM defaults[192]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> callback) does not exist
>
> 2/11/10 1:56:42 PM defaults[194]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> nomidiin) does not exist
>
> 2/11/10 1:56:42 PM defaults[196]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> midiindev1) does not exist
>
> 2/11/10 1:56:42 PM defaults[198]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> nomidiout) does not exist
>
> 2/11/10 1:56:42 PM defaults[200]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> midioutdev1) does not exist
>
> 2/11/10 1:56:42 PM defaults[202]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> npath) does not exist
>
> 2/11/10 1:56:42 PM defaults[204]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> path1) does not exist
>
> 2/11/10 1:56:42 PM defaults[206]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> standardpath) does not exist
>
> 2/11/10 1:56:42 PM defaults[208]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> verbose) does not exist
>
> 2/11/10 1:56:42 PM defaults[210]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> nloadlib) does not exist
>
> 2/11/10 1:56:42 PM defaults[212]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> loadlib1) does not exist
>
> 2/11/10 1:56:42 PM defaults[214]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> defeatrt) does not exist
>
> 2/11/10 1:56:42 PM defaults[216]
> The domain/default pair of
> (/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../../org.puredata.pd,
> flags) does not exist
>
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100212/be407f63/attachment.htm>


More information about the Pd-list mailing list