It looks like some object is corrupting memory - I don't know how to
figure out what object it is, short of laboriously cutting parts of the
patch away and seeing what makes the crashes stop.  I don't know either
if the problem is coming from Pd itself or some extern from extended.

Perhaps the first thing to try is to find a sequence of operations that
reliably crashes, then start simplifying until it becomes clear where
the offending object is hiding...

cheers
Miller

On Fri, Dec 12, 2008 at 04:06:54AM -0800, Luke Iannini wrote:
> Here's another from tonight... this time from hitting "Escape", which
> I have mapped to switch off some spigots in my patch.
> 
> On Fri, Dec 12, 2008 at 1:19 AM, Luke Iannini <lukex...@gmail.com> wrote:
> > Hallo,
> > I'm writing to ask for help tracking down some very bad crash bugs
> > that have been biting me daily for a good year (sigh, why does it take
> > me so long to confront such issues : ) ).
> >
> > The crash always occurs when I am saving an instance of an abstraction
> > containing a "Number2" number box, and I believe this portion is
> > always the same:
> >
> > Thread 0 Crashed:
> > 0   pd                                  0x00006369 glist_getcanvas + 10
> > (g_graph.c:187)
> > 1   pd                                  0x00002b25 glist_isvisible + 30
> > (g_canvas.c:854)
> > 2   pd                                  0x0002cc7d my_numbox_draw_update +
> > 28 (g_numbox.c:138)
> > 3   pd                                  0x0004447c sys_pollgui + 179 
> > (s_inter.c:759)
> > 4   pd                                  0x00041728 m_scheduler + 348 
> > (m_sched.c:468)
> > 5   pd                                  0x00043770 sys_main + 1524 
> > (s_main.c:320)
> > 6   pd                                  0x000021ae _start + 216
> > 7   pd                                  0x000020d5 start + 41
> >
> > All of my abstractions tend to have many instances, so it seems to be
> > during the reload process that the crash occurs.  As far as I can
> > tell, the patch always does save succesfully before the crash.  I've
> > tried recreating the conditions with a stripped down GOP abstraction
> > containing a numbox2 and saving it, but haven't succeeded yet.
> >
> > And, here's another one.  I didn't record any specific factors for
> > this one, but I'll try to if I see it again.
> > Thread 0 Crashed:
> > 0   pd                                  0x00039c9d pd_typedmess + 109 
> > (m_class.c:695)
> > 1   pd                                  0x00039f64 pd_typedmess + 820 
> > (m_class.c:805)
> > 2   pd                                  0x00038c0a bindlist_anything + 49
> > (m_pd.c:107)
> > 3   pd                                  0x00039f64 pd_typedmess + 820 
> > (m_class.c:805)
> > 4   pd                                  0x0003d7df binbuf_eval + 1043
> > (m_binbuf.c:677)
> > 5   pd                                  0x000448ca socketreceiver_read +
> > 1016 (s_inter.c:553)
> > 6   pd                                  0x00043983 sys_domicrosleep + 367
> > (s_inter.c:193)
> > 7   pd                                  0x000443e3 sys_pollgui + 26 
> > (s_inter.c:840)
> > 8   pd                                  0x00041728 m_scheduler + 348 
> > (m_sched.c:468)
> > 9   pd                                  0x00043770 sys_main + 1524 
> > (s_main.c:320)
> > 10  pd                                  0x000021ae _start + 216
> > 11  pd                                  0x000020d5 start + 41
> >
> > I've had a pretty rough time with my admittedly large abstraction
> > suite.  I haven't read anyone else complaining so I guess I'm alone in
> > trying to make a Cubase (circa 1990)-scale program in Pd, but it does
> > work, wonderfully so (with shockingly low CPU utilization), when I'm
> > not running into crashes, so I'd rather not be told "don't try to make
> > large applications in Pd : )" since the issues seem to be on the
> > loading (very slow) and saving (very unreliable) side of things rather
> > than the actual operational side.
> >
> > This is running Pd-extended 0.40 on Intel OS X.
> >
> > I attached the full crash logs.
> >
> > Best
> > Luke
> >

> Process:         pd [2252]
> Path:            
> /Applications/Pd-extended.app/Contents/Resources/Scripts/../bin/pd
> Identifier:      pd
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  Pd-extended [2251]
> 
> Date/Time:       2008-12-12 04:01:43.436 -0800
> OS Version:      Mac OS X 10.5.5 (9F2114)
> Report Version:  6
> 
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000003b4b4
> Crashed Thread:  0
> 
> Thread 0 Crashed:
> 0   ???                               0x00492000 pd_canvasmaker + 0
> 1   pd                                0x0003b484 outlet_list + 78 
> (m_obj.c:427)
> 2   pd                                0x000672fb list_append_list + 106 
> (x_list.c:201)
> 3   pd                                0x000390cf pd_defaultbang + 60 
> (m_class.c:44)
> 4   pd                                0x0003b1f7 outlet_bang + 56 
> (m_obj.c:367)
> 5   pd                                0x0003b1f7 outlet_bang + 56 
> (m_obj.c:367)
> 6   pd                                0x0003b1f7 outlet_bang + 56 
> (m_obj.c:367)
> 7   pd                                0x0003b302 outlet_float + 64 
> (m_obj.c:393)
> 8   pd                                0x00038bcb bindlist_list + 49 
> (m_pd.c:99)
> 9   pd                                0x0002114a canvas_key + 401 
> (g_editor.c:1534)
> 10  pd                                0x00039f11 pd_typedmess + 737 
> (m_class.c:703)
> 11  pd                                0x00039f64 pd_typedmess + 820 
> (m_class.c:805)
> 12  pd                                0x0003d7df binbuf_eval + 1043 
> (m_binbuf.c:677)
> 13  pd                                0x000448ca socketreceiver_read + 1016 
> (s_inter.c:553)
> 14  pd                                0x00043983 sys_domicrosleep + 367 
> (s_inter.c:193)
> 15  pd                                0x000439e8 sys_microsleep + 19 
> (s_inter.c:216)
> 16  pd                                0x0004185e m_scheduler + 658 
> (m_sched.c:492)
> 17  pd                                0x00043770 sys_main + 1524 
> (s_main.c:320)
> 18  pd                                0x000021ae _start + 216
> 19  pd                                0x000020d5 start + 41
> 
> Thread 1:
> 0   libSystem.B.dylib                 0x9306cd06 mach_msg_trap + 10
> 1   libSystem.B.dylib                 0x930744fc mach_msg + 72
> 2   com.apple.CoreFoundation          0x918840ce CFRunLoopRunSpecific + 1790
> 3   com.apple.CoreFoundation          0x91884cf8 CFRunLoopRunInMode + 88
> 4   com.apple.audio.CoreAudio         0x919ed468 HALRunLoop::OwnThread(void*) 
> + 160
> 5   com.apple.audio.CoreAudio         0x919ed304 CAPThread::Entry(CAPThread*) 
> + 96
> 6   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 7   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 2:
> 0   libSystem.B.dylib                 0x9306cd06 mach_msg_trap + 10
> 1   libSystem.B.dylib                 0x930744fc mach_msg + 72
> 2   ....audio_hijack_server.hermes    0x011a34ce ah_serv_loop + 109
> 3   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 4   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 3:
> 0   libSystem.B.dylib                 0x9306cd66 
> semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib                 0x9309f0d3 _pthread_cond_wait + 1244
> 2   libSystem.B.dylib                 0x930a0957 
> pthread_cond_timedwait_relative_np + 47
> 3   com.apple.audio.CoreAudio         0x919fca4b CAGuard::WaitFor(unsigned 
> long long) + 213
> 4   com.apple.audio.CoreAudio         0x919fe606 CAGuard::WaitUntil(unsigned 
> long long) + 70
> 5   com.apple.audio.CoreAudio         0x919fcdab HP_IOThread::WorkLoop() + 759
> 6   com.apple.audio.CoreAudio         0x919fcaaf 
> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
> 7   com.apple.audio.CoreAudio         0x919ed304 CAPThread::Entry(CAPThread*) 
> + 96
> 8   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 9   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 4:
> 0   libSystem.B.dylib                 0x9306cd66 
> semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib                 0x9309f0d3 _pthread_cond_wait + 1244
> 2   libSystem.B.dylib                 0x930a0957 
> pthread_cond_timedwait_relative_np + 47
> 3   com.apple.audio.CoreAudio         0x919fca4b CAGuard::WaitFor(unsigned 
> long long) + 213
> 4   com.apple.audio.CoreAudio         0x919fe606 CAGuard::WaitUntil(unsigned 
> long long) + 70
> 5   com.apple.audio.CoreAudio         0x919fcdab HP_IOThread::WorkLoop() + 759
> 6   com.apple.audio.CoreAudio         0x919fcaaf 
> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
> 7   com.apple.audio.CoreAudio         0x919ed304 CAPThread::Entry(CAPThread*) 
> + 96
> 8   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 9   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 5:
> 0   libSystem.B.dylib                 0x93073eee __semwait_signal + 10
> 1   libSystem.B.dylib                 0x9309ebf1 pthread_cond_wait$UNIX2003 + 
> 73
> 2   libGLProgrammability.dylib        0x95dbcb32 glvmDoWork + 162
> 3   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 4   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 6:
> 0   libSystem.B.dylib                 0x9306cd06 mach_msg_trap + 10
> 1   libSystem.B.dylib                 0x930744fc mach_msg + 72
> 2   com.apple.audio.midi.CoreMIDI     0x00625f0f 
> XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
> 3   com.apple.audio.midi.CoreMIDI     0x00618477 MIDIInPortThread::Run() + 111
> 4   com.apple.audio.midi.CoreMIDI     0x0061c07d XThread::RunHelper(void*) + 
> 17
> 5   com.apple.audio.midi.CoreMIDI     0x006269ee CAPThread::Entry(CAPThread*) 
> + 96
> 6   libSystem.B.dylib                 0x9309df79 _pthread_start + 321
> 7   libSystem.B.dylib                 0x9309de36 thread_start + 34
> 
> Thread 0 crashed with X86 Thread State (32-bit):
>   eax: 0x00089847  ebx: 0x0003b444  ecx: 0x002d2031  edx: 0x13a2b460
>   edi: 0xbffc68b4  esi: 0x13a2b410  ebp: 0xbfffdca8  esp: 0xbfffdc88
>    ss: 0x0000001f  efl: 0x00010a86  eip: 0x00492000   cs: 0x00000017
>    ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>   cr2: 0x0003b4b4
> 
> Binary Images:
>     0x1000 -    0x88ff3 +pd ??? (???) <e52d83ceeaa845f182c22cc748184942> 
> /Applications/Pd-extended.app/Contents/Resources/bin/pd
>   0x614000 -   0x631ff7  com.apple.audio.midi.CoreMIDI 1.6 (42) 
> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
>   0x649000 -   0x672fff +Jackmp ??? (???) <d530656f6cf4e6a750239321a03157a1> 
> /Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
>   0x696000 -   0x6b4fe3  libexpat.1.dylib ??? (???) 
> <caa6d7f83f7e0a3fe26aa5904c6f98a9> /usr/lib/libexpat.1.dylib
>   0x6cd000 -   0x6d0fff  com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) 
> <227f415946dd425e7e3e6047a2d17fcf> 
> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
>   0x6d6000 -   0x6dbfff  com.apple.audio.AppleHDAHALPlugIn 1.5.8 (1.5.8fc46) 
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>  0x1100000 -  0x1132fff +com.grame.JackRouter JackRouter (0.8.9) 
> <9aa2f972c4edda98daa7c8a945809b06> 
> /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
>  0x11a0000 -  0x11abfff +com.rogueamoeba.audio_hijack_server.hermes 2.1.0 
> (2.1.0) <e08236a80b0ec2745be3ea6f13534b33> /usr/local/hermes/modules/Instant 
> Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
>  0x11ba000 -  0x11bafff +libdir.pd_darwin ??? (???) 
> <c400bd136bbd474c8fe5b4c129221540> 
> /Applications/Pd-extended.app/Contents/Resources/extra/libdir.pd_darwin
>  0x11be000 -  0x11bffff +routeOSC.pd_darwin ??? (???) 
> <8439b36ed45d418491abff4673b060d3> 
> /Users/LukeIannini/PureData/PdPath/routeOSC.pd_darwin
>  0x1278000 -  0x127bfff  com.apple.LiveType.component 2.1.3 (2.1.3) 
> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
>  0x1281000 -  0x12e6fde  com.apple.LiveType.framework 2.1.3 (2.1.3) 
> /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
>  0x1306000 -  0x151cfef +Gem.pd_darwin ??? (???) 
> /Applications/Pd-extended.app/Contents/Resources/extra/Gem/Gem.pd_darwin
>  0x16af000 -  0x172dffb +libfreetype.6.dylib ??? (???) 
> <49bdc189a858fd76dc6a67682bb565de> /usr/X11R6/lib/libfreetype.6.dylib
>  0x1745000 -  0x1752fe7 +libftgl.0.dylib ??? (???) 
> /Applications/Pd-extended.app/Contents/lib/libftgl.0.dylib
> 0x118a9000 - 0x118c5ff7  GLRendererFloat ??? (???) 
> <f74c1585de95b0a361be09e8bdf000d6> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
> 0x11b97000 - 0x11d1afe3  GLEngine ??? (???) 
> <b14677a94b418d63e093a83b47a99607> 
> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
> 0x11d48000 - 0x120b0fe8  com.apple.GeForce8xxxGLDriver 1.5.34 (5.3.4) 
> <eb1a18c0b8bf44b5db3e980628ab7b4f> 
> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
> 0x13667000 - 0x13686ff8 +xsample.pd_darwin ??? (???) 
> /Applications/Pd-extended.app/Contents/Resources/extra/xsample.pd_darwin
> 0x13699000 - 0x13699ffc +speedlim.pd_darwin ??? (???) 
> <d526d45ebf264c23bcdc45bd1313d68f> 
> /Users/LukeIannini/PureData/PdPath/speedlim.pd_darwin
> 0x1369d000 - 0x1369dfff +list2symbol.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/list2symbol.pd_darwin
> 0x136a9000 - 0x136a9fff +cursor.pd_darwin ??? (???) 
> <aaefa20b2855457797be33b6addfc417> 
> /Users/LukeIannini/PureData/PdPath/cursor.pd_darwin
> 0x136ad000 - 0x136b9fff +tot.pd_darwin ??? (???) 
> <5ed2590368b84b19841d0bd7c8235316> 
> /Users/LukeIannini/PureData/PdPath/tot.pd_darwin
> 0x136c4000 - 0x136c4fff +udpreceive.pd_darwin ??? (???) 
> <dae22dff31f64a32b494402fef231530> 
> /Applications/Pd-extended.app/Contents/Resources/extra/mrpeach/udpreceive.pd_darwin
> 0x136ca000 - 0x136dcfef +expr.d_ppc ??? (???) 
> /Applications/Pd-extended.app/Contents/Resources/extra/expr.d_ppc
> 0x136f0000 - 0x136f0fff +symbol2list.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/symbol2list.pd_darwin
> 0x136fc000 - 0x136fcffe +dollarg.pd_darwin ??? (???) 
> <9769663b5aa945fd996afe7eea58cfd3> 
> /Users/LukeIannini/PureData/PdPath/dollarg.pd_darwin
> 0x13800000 - 0x13800fff +demultiplex.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/demultiplex.pd_darwin
> 0x13805000 - 0x13806fe3 +unpackOSC.pd_darwin ??? (???) 
> <8c794d0542664b54b6eee045ebacab58> 
> /Applications/Pd-extended.app/Contents/Resources/extra/mrpeach/unpackOSC.pd_darwin
> 0x1380a000 - 0x1380cff3 +str.pd_darwin ??? (???) 
> <6b4c4a77a1764fbe90bf946434f67fed> 
> /Applications/Pd-extended.app/Contents/Resources/extra/mrpeach/str.pd_darwin
> 0x13810000 - 0x13810fff +sort.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/sort.pd_darwin
> 0x13815000 - 0x13818fe7 +mknob.pd_darwin ??? (???) 
> <68a1e28a30f54739852148a4df5a73e5> 
> /Applications/Pd-extended.app/Contents/Resources/extra/moonlib/mknob.pd_darwin
> 0x1381c000 - 0x1381cffe +iem_receive.pd_darwin ??? (???) 
> <701181266da6484bbbbf51932f076340> 
> /Users/LukeIannini/PureData/PdPath/iem_receive.pd_darwin
> 0x13820000 - 0x13820fff +receive2list.pd_darwin ??? (???) 
> <8becd71c28c2414ba3e31b22e03361d9> 
> /Users/LukeIannini/PureData/PdPath/receive2list.pd_darwin
> 0x138c6000 - 0x138cbfef +mtx_mul~.pd_darwin ??? (???) 
> <2f7ac1aba2bc4f6da3b58a919185566a> 
> /Users/LukeIannini/PureData/PdPath/mtx_mul~.pd_darwin
> 0x138e0000 - 0x138e0fff +date.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/date.pd_darwin
> 0x138e5000 - 0x138e5ff4 +window_name.pd_darwin ??? (???) 
> <bbe4f11850aa49cc27ad743bd78f68a6> 
> /Users/LukeIannini/PureData/PdPath/window_name.pd_darwin
> 0x138e9000 - 0x138e9fff +sys_gui.pd_darwin ??? (???) 
> <2e27d0204cf14127a69097e0d4132321> 
> /Users/LukeIannini/PureData/PdPath/sys_gui.pd_darwin
> 0x138ed000 - 0x138edfff +atoi.pd_darwin ??? (???) 
> /Users/LukeIannini/PureData/PdPath/atoi.pd_darwin
> 0x138f2000 - 0x138f4fff +packOSC.pd_darwin ??? (???) 
> <f6f49a55e887429493ec128deacf956f> 
> /Applications/Pd-extended.app/Contents/Resources/extra/mrpeach/packOSC.pd_darwin
> 0x138fc000 - 0x138fcff3 +average.pd_darwin ??? (???) 
> <5dc95bc374f84194b814c452d1c78985> 
> /Users/LukeIannini/PureData/PdPath/average.pd_darwin
> 0x15f91000 - 0x15f91ffb +udpsend.pd_darwin ??? (???) 
> <a93d62614aa54aa2bb21e1f4f423d5e8> 
> /Applications/Pd-extended.app/Contents/Resources/extra/mrpeach/udpsend.pd_darwin
> 0x15fb5000 - 0x15fb6fff +beat.pd_darwin ??? (???) 
> <726aa7f836874b5ca4a273e96c860a7b> 
> /Users/LukeIannini/PureData/PdPath/beat.pd_darwin
> 0x1e1dc000 - 0x1e1deffb +svf~.pd_darwin ??? (???) 
> <9c9a2ae740bf4f7aaa1ff9f67d980267> 
> /Applications/Pd-extended.app/Contents/Resources/extra/cyclone/svf~.pd_darwin
> 0x70000000 - 0x700e3ff2  com.apple.audio.units.Components 1.5.1 (1.5.1) 
> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
> 0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <0d39f113441616327c292c949f3caa3e> 
> /usr/lib/dyld
> 0x90009000 - 0x900bbffb  libcrypto.0.9.7.dylib ??? (???) 
> <75b80bff0d5cfaf10b6b6fe982da3578> /usr/lib/libcrypto.0.9.7.dylib
> 0x900bc000 - 0x9016cfff  edu.mit.Kerberos 6.0.12 (6.0.12) 
> <55a21e1b89e7a8453dd2363ddb5f8185> 
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x9016e000 - 0x9016eff8  com.apple.ApplicationServices 34 (34) 
> <ee7bdf593da050bb30c7a1fc446eb8a6> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x901e2000 - 0x9045dfe7  com.apple.Foundation 6.5.6 (677.21) 
> <40610e77083f7efef58fe0e5bf3a2066> 
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x9045e000 - 0x904d8ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) 
> <98633ef67d419c1b02f56556cb4d843d> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x905a8000 - 0x906eeff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) 
> <b407f06ff9b6893899e2e399cb65c953> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x906ef000 - 0x90773fe3  com.apple.CFNetwork 339.5 (339.5) 
> <b14bbd0610cb55d9a33ee061d661b72d> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x9077b000 - 0x9077cffc  libffi.dylib ??? (???) 
> <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
> 0x9077d000 - 0x9077dfff  com.apple.Carbon 136 (136) 
> <4177916bbf70e0ddc446f94001d54c95> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x907d0000 - 0x90ad7fff  com.apple.HIToolbox 1.5.4 (???) 
> <f4084cf8b649fe166be4252aff114138> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x90ad8000 - 0x90aeefff  com.apple.DictionaryServices 1.0.0 (1.0.0) 
> <7d20b8d1fb238c3e71d0fa6fda18c4f7> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x90aef000 - 0x90cbdfff  com.apple.security 5.0.4 (34102) 
> <afb083034e55d067d0b8d91a83269ad5> 
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x90da4000 - 0x90db0ffe  libGL.dylib ??? (???) 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x90dc1000 - 0x90dc3ff5  libRadiance.dylib ??? (???) 
> <82d606c49f5dc77231f9d0e2be9ed6ab> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x90dc4000 - 0x90e6bfeb  com.apple.QD 3.11.54 (???) 
> <c31150b40fcc27c195de40f0ae138666> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x90e6c000 - 0x90e99feb  libvDSP.dylib ??? (???) 
> <4daafed78a471133ec30b3ae634b6d3e> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x91812000 - 0x91944fff  com.apple.CoreFoundation 6.5.4 (476.15) 
> <dde27c8bc33b9568cd934ce54e6c419d> 
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x91945000 - 0x91984fef  libTIFF.dylib ??? (???) 
> <d4bcc9b9c508e53849d2d46bb6900922> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x919c5000 - 0x919c5ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) 
> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x919c6000 - 0x919cffff  com.apple.speech.recognition.framework 3.7.24 
> (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x919d0000 - 0x91a4cfeb  com.apple.audio.CoreAudio 3.1.0 (3.1) 
> <39633bb5fa20a813719ff43c5ce4fa38> 
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x91a4d000 - 0x91a51fff  libGIF.dylib ??? (???) 
> <7714ae24eb64b48fa719fb99bcbe34f3> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x91a52000 - 0x91b33ff7  libxml2.2.dylib ??? (???) 
> <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
> 0x91b34000 - 0x91b42ffd  libz.1.dylib ??? (???) 
> <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
> 0x91c39000 - 0x91c49fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) 
> <273d96ff861dc68be659c07ef56f599a> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x91c4a000 - 0x91c4affa  com.apple.CoreServices 32 (32) 
> <373d6a888f9204641f313bc6070ae065> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x91c4b000 - 0x91c52fe9  libgcc_s.1.dylib ??? (???) 
> <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
> 0x91cec000 - 0x91d3dff7  com.apple.HIServices 1.7.0 (???) 
> <67988718780a0a367b1bde62f5a67c4b> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x91da5000 - 0x91e02ffb  libstdc++.6.dylib ??? (???) 
> <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
> 0x9304c000 - 0x9306bffa  libJPEG.dylib ??? (???) 
> <b822342bcc764c83d4557a8b67fa0c1c> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x9306c000 - 0x931d3ff3  libSystem.B.dylib ??? (???) 
> <fc4c30856f62953a57f4927e89c33739> /usr/lib/libSystem.B.dylib
> 0x931d9000 - 0x9326cfff  com.apple.ink.framework 101.3 (86) 
> <d4c85b5cafa8027fff042b84a8be71dc> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x9326d000 - 0x93272fff  com.apple.CommonPanels 1.2.4 (85) 
> <c135f02edd6b2e2864311e0b9d08a98d> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x93273000 - 0x932adfe7  com.apple.coreui 1.2 (62) 
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x932d6000 - 0x93361fff  com.apple.framework.IOKit 1.5.1 (???) 
> <fea40a001559431f768113b90b6f7599> 
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x93394000 - 0x933a4ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) 
> <bc7eb703ddc37bf85adf93e35efd3947> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x933a5000 - 0x933b9ff3  com.apple.ImageCapture 4.0 (5.0.0) 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x933ba000 - 0x93485fff  com.apple.ColorSync 4.5.1 (4.5.1) 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x93486000 - 0x93503fef  libvMisc.dylib ??? (???) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x93504000 - 0x9355dff7  libGLU.dylib ??? (???) 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x935ae000 - 0x9360aff7  com.apple.htmlrendering 68 (1.1.3) 
> <1c5c0c417891b920dfe139385fc6c155> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
> 0x93cbc000 - 0x93cbcffc  com.apple.audio.units.AudioUnit 1.5 (1.5) 
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x93cbd000 - 0x93cd8ffb  libPng.dylib ??? (???) 
> <0d6b991afc831ea06f2958e5933d33dd> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x93dba000 - 0x93dfcfef  com.apple.NavigationServices 3.5.2 (163) 
> <72cdc9d21f6690837870923e7b8ca358> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x93dfd000 - 0x93e1bfff  libresolv.9.dylib ??? (???) 
> <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
> 0x94107000 - 0x94517fef  libBLAS.dylib ??? (???) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x9451d000 - 0x94521fff  libmathCommon.A.dylib ??? (???) 
> /usr/lib/system/libmathCommon.A.dylib
> 0x94684000 - 0x94687fff  com.apple.help 1.1 (36) 
> <1a25a8fbb49a830efb31d5c0a52939cd> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x94688000 - 0x94768fff  libobjc.A.dylib ??? (???) 
> <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
> 0x94769000 - 0x94823fe3  com.apple.CoreServices.OSServices 226.5 (226.5) 
> <ef9945b1304495f3e8085c935f1b81e3> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x94aed000 - 0x94aeffff  com.apple.securityhi 3.0 (30817) 
> <40562b85d99118354c974e76c32fa6fb> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x94b20000 - 0x94b4ffe3  com.apple.AE 402.2 (402.2) 
> <95c19d4ee4eb86270ad404e32a2c67e1> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x94b64000 - 0x94b7cfff  com.apple.openscripting 1.2.8 (???) 
> <0129d2f750f5ddcb92f4acf8a3541952> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x94b7d000 - 0x94bb4fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) 
> <eab546255ac099b9616df999c9359d0e> 
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x94bde000 - 0x94bebfe7  com.apple.opengl 1.5.8 (1.5.8) 
> <1d535f1c426c6cfeb836ba04f896a6a0> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x94bec000 - 0x94f89fef  com.apple.QuartzCore 1.5.6 (1.5.6) 
> <2512ee839dfa27b09a1a3eadd363e651> 
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x94f8a000 - 0x95348fea  libLAPACK.dylib ??? (???) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x953f9000 - 0x953f9ffb  com.apple.installserver.framework 1.0 (8) 
> /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
> 0x953fa000 - 0x95438ff7  libGLImage.dylib ??? (???) 
> <75a336b61267802e66e7e32a8a7d9c65> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x95439000 - 0x95ad9fff  com.apple.CoreGraphics 1.400.16 (???) 
> <c06a791850f916c1d2af4e61f1332f05> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x95ada000 - 0x95adaffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x95af9000 - 0x95b8cff3  com.apple.ApplicationServices.ATS 3.4 (???) 
> <ebf874bd30d89d87727d2f1861956fb9> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x95b8d000 - 0x95bb8fe7  libauto.dylib ??? (???) 
> <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
> 0x95bb9000 - 0x95bc0fff  com.apple.agl 3.0.9 (AGL-3.0.9) 
> <0db495edc2afbed681f3ef6a5ca71741> 
> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x95ca7000 - 0x95ccbfff  libxslt.1.dylib ??? (???) 
> <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib
> 0x95ccc000 - 0x95cccffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x95ccd000 - 0x95d94ff2  com.apple.vImage 3.0 (3.0) 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x95d95000 - 0x96266f76  libGLProgrammability.dylib ??? (???) 
> <1cc69d41c4bf4dff7034652bdf592b42> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x96267000 - 0x962c1ff7  com.apple.CoreText 2.0.3 (???) 
> <bee78d6af2bc4805f2ca7d4330bc1124> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x962c2000 - 0x962eafff  libcups.2.dylib ??? (???) 
> <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib
> 0x962eb000 - 0x96372ff7  libsqlite3.0.dylib ??? (???) 
> <eeedc8bf6881ac9f2c1954b1c8037720> /usr/lib/libsqlite3.0.dylib
> 0x96373000 - 0x96497fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) 
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x9672a000 - 0x96734feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) 
> <df077a8048afc3075c6f2d9e7780e78e> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x96735000 - 0x96a57fe2  com.apple.QuickTime 7.5.5 (995.22.3) 
> <07ffd134d58fdbfe377ba9007f591289> 
> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x96a58000 - 0x96b90ff7  libicucore.A.dylib ??? (???) 
> <05473f7ea72d96b8415f6164afd90ef0> /usr/lib/libicucore.A.dylib
> 0x96b91000 - 0x96e6bff3  com.apple.CoreServices.CarbonCore 786.6 (786.6) 
> <956c43887c678f344462a2b1c73cba53> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x96e6c000 - 0x96eebff5  com.apple.SearchKit 1.2.1 (1.2.1) 
> <f28f8dd0f155a6453411a0c9b5702764> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x96eec000 - 0x96ef2fff  com.apple.print.framework.Print 218.0.2 (220.1) 
> <6c2ddea45d9cdff9a9be0666a13e2dd4> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x96ef3000 - 0x96f3cfef  com.apple.Metadata 10.5.2 (398.23) 
> <d96f6357a8d6f976173478f27172b021> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x96f3d000 - 0x96fc7fe3  com.apple.DesktopServices 1.4.7 (1.4.7) 
> <c3591383780dd12594c37dbde59958b6> 
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x96fc8000 - 0x96fcfffe  libbsm.dylib ??? (???) 
> <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
> 0x9703e000 - 0x970caff7  com.apple.LaunchServices 290 (290) 
> <8f26b553a8cc473f8badfc91ca551ede> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x9716e000 - 0x97176fff  com.apple.DiskArbitration 2.2.1 (2.2.1) 
> <2664eeb3a4d0c95a21c089892a0ae8d0> 
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x97177000 - 0x9718dfe7  com.apple.CoreVideo 1.5.1 (1.5.1) 
> <80b173571cdb99a829e1b8ec0a677291> 
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) 
> /usr/lib/libSystem.B.dylib
> 

> _______________________________________________
> Pd-dev mailing list
> Pd-dev@iem.at
> http://lists.puredata.info/listinfo/pd-dev


_______________________________________________
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to