[Sc-devel] FFT crash with vDSP on intel Mac
Joshua Parmenter
josh at realizedsound.net
Sat Oct 6 16:50:16 PDT 2007
Hi Dan... I think you may be the one to ask... I just noticed that an
FFT buffer size of 8192 crashes scsynth:
s = Server.local.boot;
b = Buffer.alloc(s,8192);
(
SynthDef("help-noopFFT", { arg out=0,bufnum=0;
var in, chain;
in = WhiteNoise.ar(0.05);
chain = FFT(bufnum, in);
chain.inspect; // its an FFT
Out.ar(out,
IFFT(chain) // inverse FFT
);
}).play(s,[\out,0,\bufnum,b.bufnum]);
)
Is this expected? I remember there being a size limit before, but I
remember it being much larger... Here is the dump.
Thanks,
Josh
**********
Host Name: Ringo
Date/Time: 2007-10-06 15:46:20.126 -0700
OS Version: 10.4.10 (Build 8R2218)
Report Version: 4
Command: scsynth
Path: ./scsynth
Parent: sh [7568]
Version: ??? (???)
PID: 7569
Thread: 10
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x0000001c
Thread 0:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 scsynth 0x00006566 SC_Semaphore::Acquire()
+ 36
2 scsynth 0x0001bcd2 World_WaitForQuit + 26
3 scsynth 0x0001d8bc main + 2574
4 scsynth 0x00001b0e _start + 216
5 scsynth 0x00001a35 start + 41
Thread 1:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 DiskIOUGens.scx 0x005b5e20
SC_SyncCondition::WaitEach() + 36 (SC_SyncCondition.cpp:45)
2 DiskIOUGens.scx 0x005b6954 disk_io_thread_func
(void*) + 34 (DiskIO_UGens.cpp:108)
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 2:
0 libSystem.B.dylib 0x90037b57 mach_wait_until + 7
1 libSystem.B.dylib 0x9003a222 usleep + 82
2 MacUGens.scx 0x007d8ef5 gstate_update_func
(void*) + 193 (MacUGens.cpp:87)
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 3:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.unsanity.ape 0xc0001d48 __ape_agent + 307
2 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 4:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 BEASTMulchSendIndex.scx 0x015594fb
SC_SyncCondition::WaitEach() + 63 (SC_SyncCondition.cpp:45)
2 BEASTMulchSendIndex.scx 0x0155a2a3 disk_io_thread_func
(void*) + 37 (MsgFifo.h:117)
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 5:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.apple.audio.midi.CoreMIDI 0x970dc93b
XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
2 com.apple.audio.midi.CoreMIDI 0x970d4e8d MIDIInPortThread::Run()
+ 113
3 com.apple.audio.midi.CoreMIDI 0x970d5b6d XThread::RunHelper
(void*) + 17
4 com.apple.audio.midi.CoreMIDI 0x970dd4ad CAPThread::Entry
(CAPThread*) + 93
5 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 6:
0 libSystem.B.dylib 0x90037b57 mach_wait_until + 7
1 libSystem.B.dylib 0x900377d9 sleep + 121
2 scsynth 0x00009378 resyncThreadFunc(void*)
+ 18
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 7:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 scsynth 0x00019eb6
SC_SyncCondition::WaitNext() + 42
2 scsynth 0x0000a2d9
SC_AudioDriver::RunThread() + 59
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 8:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific +
2014
2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
3 com.apple.audio.CoreAudio 0x9146941e HALRunLoop::OwnThread
(void*) + 158
4 com.apple.audio.CoreAudio 0x91469239 CAPThread::Entry
(CAPThread*) + 93
5 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 9:
0 libSystem.B.dylib 0x90047dd7
semaphore_timedwait_signal_trap + 7
1 com.apple.audio.CoreAudio 0x9147665c CAGuard::WaitFor
(unsigned long long) + 212
2 com.apple.audio.CoreAudio 0x9147657e CAGuard::WaitUntil
(unsigned long long) + 66
3 com.apple.audio.CoreAudio 0x91474efa HP_IOThread::WorkLoop()
+ 690
4 com.apple.audio.CoreAudio 0x91474c43 HP_IOThread::ThreadEntry
(HP_IOThread*) + 17
5 com.apple.audio.CoreAudio 0x91469239 CAPThread::Entry
(CAPThread*) + 93
6 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 10 Crashed:
0 libvDSP.dylib 0x91df9989 GetConstants + 43
1 libvDSP.dylib 0x91dfa604 vDSP_FFTCSIA32 + 152
2 libvDSP.dylib 0x91de5045 _csal_fft_z + 80
3 libvDSP.dylib 0x91de574f fft_zrip + 55
4 FFT_UGens.scx 0x007735f1 FFT_next + 269
(FFT_UGens.cpp:286)
5 scsynth 0x0000c8f8 Graph_Calc + 38
6 scsynth 0x0000e61a Group_Calc + 24
7 scsynth 0x0000e61a Group_Calc + 24
8 scsynth 0x0000c10f SC_CoreAudioDriver::Run
(AudioBufferList const*, AudioBufferList*, long long) + 991
9 scsynth 0x0000c5f4 appIOProc2(unsigned
long, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp
const*, AudioBufferList*, AudioTimeStamp const*, void*) + 222
10 com.apple.audio.CoreAudio 0x91477912 HP_IOProc::Call
(AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList
const*, AudioTimeStamp const&, AudioBufferList*) + 240
11 com.apple.audio.CoreAudio 0x91476e4e IOA_Device::CallIOProcs
(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&)
+ 274
12 com.apple.audio.CoreAudio 0x91476bd9 HP_IOThread::PerformIO
(AudioTimeStamp const&) + 1299
13 com.apple.audio.CoreAudio 0x91475001 HP_IOThread::WorkLoop()
+ 953
14 com.apple.audio.CoreAudio 0x91474c43 HP_IOThread::ThreadEntry
(HP_IOThread*) + 17
15 com.apple.audio.CoreAudio 0x91469239 CAPThread::Entry
(CAPThread*) + 93
16 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 11:
0 libSystem.B.dylib 0x9001dfdc recvfrom + 12
1 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 12:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific +
2014
2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
3 com.apple.CFNetwork 0x9103f641
_ServiceBlockUntilComplete + 107
4 com.apple.CFNetwork 0x9103f9c4 CFNetServiceRegister + 811
5 scsynth 0x00006cc2 PublishPortToRendezvous
(SCRendezvousProtocol, short) + 130
6 scsynth 0x000078dc
SC_UdpInPort::PublishToRendezvous() + 34
7 scsynth 0x000074e9 rendezvous_thread_func
(void*) + 17
8 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 10 crashed with X86 Thread State (32-bit):
eax: 0x00000001 ebx: 0x91df996f ecx: 0x00001000 edx: 0x0000001c
edi: 0x00001000 esi: 0x0000001c ebp: 0xb05095d8 esp: 0xb05092c0
ss: 0x0000001f efl: 0x00010246 eip: 0x91df9989 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
Binary Images Description:
0x1000 - 0x74fff scsynth /Applications/SuperCollider_f/scsynth
0x305000 - 0x33ffff BinaryOpUGens.scx /Applications/
SuperCollider_f/plugins/BinaryOpUGens.scx
0x505000 - 0x50ffff ChaosUGens.scx /Applications/
SuperCollider_f/plugins/ChaosUGens.scx
0x524000 - 0x548fff DelayUGens.scx /Applications/
SuperCollider_f/plugins/DelayUGens.scx
0x595000 - 0x59cfff DemandUGens.scx /Applications/
SuperCollider_f/plugins/DemandUGens.scx
0x5b4000 - 0x603fff DiskIOUGens.scx /Applications/
SuperCollider_f/plugins/DiskIOUGens.scx
0x6dc000 - 0x6e0fff DynNoiseUGens.scx /Applications/
SuperCollider_f/plugins/DynNoiseUGens.scx
0x6ec000 - 0x6fdfff FFT2_UGens.scx /Applications/
SuperCollider_f/plugins/FFT2_UGens.scx
0x769000 - 0x77cfff FFT_UGens.scx /Applications/SuperCollider_f/
plugins/FFT_UGens.scx
0x7cc000 - 0x7cefff GendynUGens.scx /Applications/
SuperCollider_f/plugins/GendynUGens.scx
0x7d8000 - 0x7d9fff MacUGens.scx /Applications/SuperCollider_f/
plugins/MacUGens.scx
0x7e3000 - 0x7e7fff MulAddUGens.scx /Applications/
SuperCollider_f/plugins/MulAddUGens.scx
0x1008000 - 0x101afff FilterUGens.scx /Applications/
SuperCollider_f/plugins/FilterUGens.scx
0x104a000 - 0x1052fff IOUGens.scx /Applications/SuperCollider_f/
plugins/IOUGens.scx
0x107d000 - 0x108ffff LFUGens.scx /Applications/SuperCollider_f/
plugins/LFUGens.scx
0x10b6000 - 0x10bcfff NoiseUGens.scx /Applications/
SuperCollider_f/plugins/NoiseUGens.scx
0x10d0000 - 0x10e2fff OSCUGens.scx /Applications/SuperCollider_f/
plugins/OSCUGens.scx
0x111b000 - 0x1123fff PanUGens.scx /Applications/SuperCollider_f/
plugins/PanUGens.scx
0x1157000 - 0x1158fff PhysicalModellingUGens.scx /Applications/
SuperCollider_f/plugins/PhysicalModellingUGens.scx
0x1161000 - 0x1162fff TestUGens.scx /Applications/SuperCollider_f/
plugins/TestUGens.scx
0x1169000 - 0x1176fff TriggerUGens.scx /Applications/
SuperCollider_f/plugins/TriggerUGens.scx
0x119b000 - 0x11a6fff UnaryOpUGens.scx /Applications/
SuperCollider_f/plugins/UnaryOpUGens.scx
0x11d2000 - 0x11d4fff UnpackFFTUGens.scx /Applications/
SuperCollider_f/plugins/UnpackFFTUGens.scx
0x11e4000 - 0x1213fff com.unsanity.shapeshifter 2.5 /Users/joshp/
Library/Application Enhancers/ShapeShifter.ape/Contents/MacOS/
ShapeShifter
0x12c7000 - 0x12dafff AtkUGensUB.scx /Users/joshp/src/atk/trunk/
sc/build/AtkUGensUB.scx
0x1302000 - 0x1303fff BEASTMulchPV.scx /Users/joshp/Library/
Application Support/SuperCollider/Extensions/BEASTMulchPlugins/PV/
BEASTMulchPV.scx
0x1312000 - 0x1315fff BEASTMulchVBAP.scx /Users/joshp/Library/
Application Support/SuperCollider/Extensions/BEASTMulchPlugins/VBAP/
BEASTMulchVBAP.scx
0x1321000 - 0x1323fff AmbisonicUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/AmbisonicUGensUB.scx
0x132f000 - 0x1336fff BEQSuiteUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/BEQSuiteUGensUB.scx
0x1348000 - 0x134efff bhobChaos.scx /Users/joshp/src/
supercollider/sc3-plugins/build/bhobChaos.scx
0x1363000 - 0x1366fff bhobFFT.scx /Users/joshp/src/supercollider/
sc3-plugins/build/bhobFFT.scx
0x137f000 - 0x1383fff bhobGrain.scx /Users/joshp/src/
supercollider/sc3-plugins/build/bhobGrain.scx
0x1394000 - 0x1395fff BlackrainUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/BlackrainUGensUB.scx
0x1558000 - 0x15a8fff BEASTMulchSendIndex.scx /Users/joshp/
Library/Application Support/SuperCollider/Extensions/
BEASTMulchPlugins/BEASTMulchPlaySendIndex/BEASTMulchSendIndex.scx
0x1675000 - 0x1683fff bhobFilt.scx /Users/joshp/src/supercollider/
sc3-plugins/build/bhobFilt.scx
0x16a9000 - 0x16adfff bhobNoise.scx /Users/joshp/src/
supercollider/sc3-plugins/build/bhobNoise.scx
0x16bd000 - 0x16bffff FFT2.scx /Users/joshp/src/supercollider/sc3-
plugins/build/FFT2.scx
0x16e6000 - 0x16edfff JoshAmbiUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/JoshAmbiUGensUB.scx
0x1701000 - 0x1731fff JoshGrainUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/JoshGrainUGensUB.scx
0x17af000 - 0x17bffff JoshPVUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/JoshPVUGensUB.scx
0x17e5000 - 0x17e7fff LoopBuf.scx /Users/joshp/src/supercollider/
sc3-plugins/build/LoopBuf.scx
0x17f0000 - 0x17f1fff MCLD_CQ_UgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLD_CQ_UgensUB.scx
0x13004000 - 0x13011fff JoshUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/JoshUGensUB.scx
0x1303c000 - 0x1303efff MCLDAYUGen.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDAYUGen.scx
0x1304a000 - 0x1304bfff MCLDBufferUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDBufferUgensUB.scx
0x13053000 - 0x13055fff MCLDChaosUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDChaosUgensUB.scx
0x1305f000 - 0x13060fff MCLDDistortionUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDDistortionUgensUB.scx
0x13068000 - 0x13073fff MCLDFFTTriggerUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDFFTTriggerUgensUB.scx
0x1308a000 - 0x1308efff MCLDFFTUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDFFTUgensUB.scx
0x130a6000 - 0x130a7fff MCLDFilterUgensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDFilterUgensUB.scx
0x130ae000 - 0x130affff MCLDGetenvUGenUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDGetenvUGenUB.scx
0x130b6000 - 0x130b7fff MCLDMoogFFUgenUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MCLDMoogFFUgenUB.scx
0x130be000 - 0x130bffff MIDIUgenUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/MIDIUgenUB.scx
0x130d6000 - 0x130dbfff ReverbUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/ReverbUGensUB.scx
0x130ec000 - 0x13127fff STKUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/STKUGensUB.scx
0x135df000 - 0x135e1fff TagSystem.scx /Users/joshp/src/supercollider/
sc3-plugins/build/TagSystem.scx
0x135ec000 - 0x135fcfff JoshPVUGensUB.scx /Users/joshp/src/
supercollider/sc3-plugins/build/xSC3ExtPlugins-Universal.build/
JoshPVUGens (Upgraded).build/Objects-normal/i386/JoshPVUGensUB.scx
0x1b6a9000 - 0x1b6b7fff com.grame.JackRouter JackRouter 0.8.3
(0.8.3) /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/
JackRouter
0x1b70c000 - 0x1b714fff com.grame.Jack Jack (0.101.3) /Library/
Frameworks/Jack.framework/Versions/A/Jack
0x1b864000 - 0x1b869fff com.apple.audio.AppleHDAHALPlugIn 1.3.3
(1.3.3a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/
AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/
libmathCommon.A.dylib
0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreText.framework/Versions/A/CoreText
0x90229000 - 0x902fffff ATS /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /
System/Library/Frameworks/CoreFoundation.framework/Versions/A/
CoreFoundation
0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/
Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /
System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
OSServices.framework/Versions/A/OSServices
0x91008000 - 0x91047fff com.apple.CFNetwork 129.21 /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
CFNetwork.framework/Versions/A/CFNetwork
0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
WebServicesCore.framework/Versions/A/WebServicesCore
0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.5 /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
SearchKit.framework/Versions/A/SearchKit
0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
Metadata.framework/Versions/A/Metadata
0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/
Library/Frameworks/Security.framework/Versions/A/Security
0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.1 /System/
Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/
Library/Frameworks/SystemConfiguration.framework/Versions/A/
SystemConfiguration
0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.4 /System/
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
ApplicationServices
0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
AE.framework/Versions/A/AE
0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6
(177.13) /System/Library/Frameworks/ApplicationServices.framework/
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91710000 - 0x917b9fff com.apple.QD 3.10.24 (???) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
QD.framework/Versions/A/QD
0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/HIServices.framework/Versions/A/HIServices
0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
LaunchServices.framework/Versions/A/LaunchServices
0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.5 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.
0.9.7.dylib
0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJP2.dylib
0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x91af5000 - 0x91b7bfff libRaw.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRaw.dylib
0x91b7f000 - 0x91bbcfff libTIFF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x91bc2000 - 0x91bdcfff libPng.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x91be1000 - 0x91be3fff libRadiance.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate
1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Accelerate
0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/
vImage.framework/Versions/A/vImage
0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib
3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Frameworks/vecLib.framework/Versions/A/vecLib
0x91d79000 - 0x91dd2fff libvMisc.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libvMisc.dylib
0x91ddb000 - 0x91dfffff libvDSP.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libvDSP.dylib
0x91e07000 - 0x92210fff libBLAS.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libBLAS.dylib
0x9224a000 - 0x925fefff libLAPACK.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libLAPACK.dylib
0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x9271a000 - 0x92797fff com.apple.DesktopServices 1.3.6 /System/
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv
0x927d8000 - 0x92a08fff com.apple.Foundation 6.4.8 (567.29) /System/
Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/
Frameworks/Carbon.framework/Versions/A/Carbon
0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SecurityHI.framework/Versions/A/SecurityHI
0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
Ink.framework/Versions/A/Ink
0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
Versions/A/Help
0x92c9c000 - 0x92cbafff com.apple.openscripting 1.2.5 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
OpenScripting.framework/Versions/A/OpenScripting
0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
Print.framework/Versions/A/Print
0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HTMLRendering.framework/Versions/A/HTMLRendering
0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
NavigationServices.framework/Versions/A/NavigationServices
0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CarbonSound.framework/Versions/A/CarbonSound
0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CommonPanels.framework/Versions/A/CommonPanels
0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.9 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HIToolbox.framework/Versions/A/HIToolbox
0x93d6d000 - 0x93e27fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /
System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e6a000 - 0x93e6afff com.apple.audio.units.AudioUnit 1.4.3 /System/
Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x948f0000 - 0x94bf9fff com.apple.QuickTime 7.2.0 /System/Library/
Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96f9d000 - 0x9702dfff libcrypto.0.9.dylib /usr/lib/libcrypto.
0.9.dylib
0x970d0000 - 0x97106fff com.apple.audio.midi.CoreMIDI 1.5.1 (41) /
System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x974cf000 - 0x974cffff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/
Library/Frameworks/vecLib.framework/Versions/A/vecLib
0xc0000000 - 0xc000efff com.unsanity.ape 2.0.3 /Library/Frameworks/
ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer
******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/
“Every composer – at all times and in all cases – gives his own
interpretation of how modern society is structured: whether actively
or passively, consciously or unconsciously, he makes choices in this
regard. He may be conservative or he may subject himself to continual
renewal; or he may strive for a revolutionary, historical or social
palingenesis." - Luigi Nono
*/
******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/
“Every composer – at all times and in all cases – gives his own
interpretation of how modern society is structured: whether actively
or passively, consciously or unconsciously, he makes choices in this
regard. He may be conservative or he may subject himself to continual
renewal; or he may strive for a revolutionary, historical or social
palingenesis." - Luigi Nono
*/
More information about the Sc-devel
mailing list