[chuck-users] fun with chuck examples

Spencer Salazar spencer at ccrma.stanford.edu
Mon Jan 24 19:25:32 EST 2011


Howdy,

Thanks for all of the extensive crash reporting!

This looks like a known issue, the empty for loop bug -- at some point
for loops with a non-existent conditional started crashing the
compiler. A change was made in the compiler to explicitly reject empty
conditionals in for loops, avoiding the crash, but Im not sure how
this didn't make it into the latest release as its an old change. You
can see the previous discussion on this here:
https://lists.cs.princeton.edu/pipermail/chuck-dev/2009-October/000392.html

So I can confirm that this is fixed in SVN and will undoubtedly make
it into the next release. But if you're looking for immediate
satisfaction, you can change line 31 of unclap.ck:
    for( ; ; shifts++ )
to this:
    for( ; true; shifts++ )
and/or use the potentially less-stable SVN version of ChucK.

Let me know if I've overlooked anything here.

Thanks,
spencer


On Mon, Jan 24, 2011 at 4:04 PM, mike clemow <michaelclemow at gmail.com> wrote:
> Confirmed here - Mac OS X 10.6.6  - 2.4 GHz Core 2 Duo 2Gb RAM
>
> Command Line - The Infamous "bus error"
>
> And it also crashed miniAudicle 0.2.0 thusly:
>
> Process:         miniAudicle [2986]
> Path:
> /Volumes/CLEMBIE/Applications/miniAudicle-0.2.0/miniAudicle.app/Contents/MacOS/miniAudicle
> Identifier:      org.miniAudicle.miniAudicle
> Version:         0.2.0 (0.2.0)
> Code Type:       X86 (Native)
> Parent Process:  launchd [109]
>
> Date/Time:       2011-01-24 18:58:29.033 -0500
> OS Version:      Mac OS X 10.6.6 (10J567)
> Report Version:  6
>
> Interval Since Last Report:          620442 sec
> Crashes Since Last Report:           8
> Per-App Interval Since Last Report:  100 sec
> Per-App Crashes Since Last Report:   1
> Anonymous UUID:                      D2B1B141-7554-4E57-AF07-802DA4302383
>
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> 0   org.miniAudicle.miniAudicle         0x00079f3f
> type_engine_check_for(Chuck_Env*, a_Stmt_For_*) + 95
> 1   org.miniAudicle.miniAudicle         0x00079124
> type_engine_check_stmt(Chuck_Env*, a_Stmt_*) + 612
> 2   org.miniAudicle.miniAudicle         0x0007ac92
> type_engine_check_func_def(Chuck_Env*, a_Func_Def_*) + 2258
> 3   org.miniAudicle.miniAudicle         0x0007ce88
> type_engine_check_context(Chuck_Env*, Chuck_Context*, te_HowMuch) +
> 344
> 4   org.miniAudicle.miniAudicle         0x00090625
> Chuck_Compiler::do_normal(std::string const&, __sFILE*, char const*) +
> 965
> 5   org.miniAudicle.miniAudicle         0x000909a9
> Chuck_Compiler::go(std::string const&, __sFILE*, char const*) + 57
> 6   org.miniAudicle.miniAudicle         0x0000b0eb
> miniAudicle::run_code(std::string&, std::string&,
> std::vector<std::string, std::allocator<std::string> >&, unsigned
> long, unsigned long&, std::string&) + 91
> 7   org.miniAudicle.miniAudicle         0x000156b8 -[miniAudicleDocument add:] + 520
> 8   com.apple.AppKit                    0x97d2ac46 -[NSApplication
> sendAction:to:from:] + 112
> 9   com.apple.AppKit                    0x97d2aaf9 -[NSMenuItem
> _corePerformAction] + 435
> 10  com.apple.AppKit                    0x97d2a7eb -[NSCarbonMenuImpl
> performActionWithHighlightingForItemAtIndex:] + 174
> 11  com.apple.AppKit                    0x97e26403 -[NSMenu
> _performActionWithHighlightingForItemAtIndex:] + 49
> 12  com.apple.AppKit                    0x97e25baf -[NSMenu
> performKeyEquivalent:] + 314
> 13  com.apple.AppKit                    0x97e24353 -[NSApplication
> _handleKeyEquivalent:] + 581
> 14  com.apple.AppKit                    0x97d1a1f2 -[NSApplication sendEvent:] + 4858
> 15  com.apple.AppKit                    0x97cae2a7 -[NSApplication run] + 917
> 16  com.apple.AppKit                    0x97ca62d9 NSApplicationMain + 574
> 17  org.miniAudicle.miniAudicle         0x00004b62 _start + 216
> 18  org.miniAudicle.miniAudicle         0x00004a89 start + 41
>
> Thread 1:  Dispatch queue: com.apple.libdispatch-manager
> 0   libSystem.B.dylib                   0x9416e982 kevent + 10
> 1   libSystem.B.dylib                   0x9416f09c _dispatch_mgr_invoke + 215
> 2   libSystem.B.dylib                   0x9416e559 _dispatch_queue_invoke + 163
> 3   libSystem.B.dylib                   0x9416e2fe _dispatch_worker_thread2 + 240
> 4   libSystem.B.dylib                   0x9416dd81 _pthread_wqthread + 390
> 5   libSystem.B.dylib                   0x9416dbc6 start_wqthread + 30
>
> Thread 2:
> 0   libSystem.B.dylib                   0x94148426 read + 10
> 1   libSystem.B.dylib                   0x94172efd _sread + 41
> 2   libSystem.B.dylib                   0x94172d7e __srefill + 48
> 3   libSystem.B.dylib                   0x94172c5a fgets + 98
> 4   org.miniAudicle.miniAudicle         0x00016827
> miniAudicle_Shell_UI::next_command(std::string const&, std::string&) +
> 87
> 5   org.miniAudicle.miniAudicle         0x000baa43 Chuck_Shell::run() + 195
> 6   org.miniAudicle.miniAudicle         0x000baca3 shell_cb(void*) + 51
> 7   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 8   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 3:
> 0   libSystem.B.dylib                   0x941480fa mach_msg_trap + 10
> 1   libSystem.B.dylib                   0x94148867 mach_msg + 68
> 2   com.apple.CoreFoundation            0x974ca37f __CFRunLoopRun + 2079
> 3   com.apple.CoreFoundation            0x974c9464 CFRunLoopRunSpecific + 452
> 4   com.apple.CoreFoundation            0x974cf3a4 CFRunLoopRun + 84
> 5   com.apple.DVCPROHDMuxer             0x1339f0fb
> AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
> 6   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 7   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 4:  com.apple.CFSocket.private
> 0   libSystem.B.dylib                   0x941670c6 select$DARWIN_EXTSN + 10
> 1   com.apple.CoreFoundation            0x97509c83 __CFSocketManager + 1091
> 2   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 3   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 5:
> 0   libSystem.B.dylib                   0x9416da12 __workq_kernreturn + 10
> 1   libSystem.B.dylib                   0x9416dfa8 _pthread_wqthread + 941
> 2   libSystem.B.dylib                   0x9416dbc6 start_wqthread + 30
>
> Thread 6:
> 0   libSystem.B.dylib                   0x9414820e mach_wait_until + 10
> 1   libSystem.B.dylib                   0x941cf819 nanosleep + 345
> 2   libSystem.B.dylib                   0x941cf6ba usleep + 61
> 3   org.miniAudicle.miniAudicle         0x00142f56 kb_loop(void*) + 102
> 4   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 5   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 7:
> 0   libSystem.B.dylib                   0x9414820e mach_wait_until + 10
> 1   libSystem.B.dylib                   0x941cf819 nanosleep + 345
> 2   libSystem.B.dylib                   0x941cf6ba usleep + 61
> 3   org.miniAudicle.miniAudicle         0x000468e2 Chuck_VM::run() + 370
> 4   org.miniAudicle.miniAudicle         0x00008926 vm_cb(void*) + 70
> 5   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 6   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 8:
> 0   libSystem.B.dylib                   0x9414815a
> semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib                   0x94175ce5 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib                   0x941a4ac8
> pthread_cond_timedwait_relative_np + 47
> 3   com.apple.audio.CoreAudio           0x962ee3c7
> CAGuard::WaitFor(unsigned long long) + 219
> 4   com.apple.audio.CoreAudio           0x962f13f9
> CAGuard::WaitUntil(unsigned long long) + 289
> 5   com.apple.audio.CoreAudio           0x962eecf6 HP_IOThread::WorkLoop() + 1892
> 6   com.apple.audio.CoreAudio           0x962ee58d
> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
> 7   com.apple.audio.CoreAudio           0x962ee4a4 CAPThread::Entry(CAPThread*) + 140
> 8   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 9   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 9:
> 0   libSystem.B.dylib                   0x9414820e mach_wait_until + 10
> 1   libSystem.B.dylib                   0x941cf819 nanosleep + 345
> 2   libSystem.B.dylib                   0x941cf6ba usleep + 61
> 3   org.miniAudicle.miniAudicle         0x000be9a1 watch_dog(void*) + 321
> 4   libSystem.B.dylib                   0x9417585d _pthread_start + 345
> 5   libSystem.B.dylib                   0x941756e2 thread_start + 34
>
> Thread 0 crashed with X86 Thread State (32-bit):
>  eax: 0x00000000  ebx: 0x00079ef9  ecx: 0x18606700  edx: 0x1864e368
>  edi: 0x18606700  esi: 0x1864e360  ebp: 0xbffff008  esp: 0xbfffefb0
>   ss: 0x0000001f  efl: 0x00010202  eip: 0x00079f3f   cs: 0x00000017
>   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>  cr2: 0x00000008
>
> Binary Images:
>    0x1000 -   0x20bff7 +org.miniAudicle.miniAudicle 0.2.0 (0.2.0)
> <5E6C7787-AF3A-C7D9-D957-891587A25D72>
> /Volumes/CLEMBIE/Applications/miniAudicle-0.2.0/miniAudicle.app/Contents/MacOS/miniAudicle
>  0x2fb000 -   0x347ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42)
> <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1>
> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
>  0x779000 -   0x77dff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6)
> <F402CF88-D96C-42A0-3207-49759F496AE8>
> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
>  0x782000 -   0x788ffb  com.apple.audio.AppleHDAHALPlugIn 1.9.9
> (1.9.9f12) <82BFF5E9-2B0E-FE8B-8370-445DD94DA434>
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>  0x78d000 -   0x7b6ff7 +com.grame.JackRouter JackRouter (0.9.2)
> <E551CC45-01F3-930C-7333-A5171CDA87DF>
> /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
>  0x7f3000 -   0x7f6fef  com.apple.LiveType.component 2.1.3 (2.1.3)
> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
>  0x265a000 -  0x26b0fd6  com.apple.DVCPROHDAudio 1.3 (1.3)
> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
> 0x12fa0000 - 0x13005fde  com.apple.LiveType.framework 2.1.3 (2.1.3)
> /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
> 0x1338d000 - 0x133d7fec  com.apple.DVCPROHDMuxer 1.3 (1.3)
> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
> 0x133f5000 - 0x13423fff +Jackmp ??? (???)
> <24804B7A-A10C-BD6B-F821-D1F86E044A5C>
> /Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
> 0x1725a000 - 0x173d2fe7  GLEngine ??? (???)
> <3A6C5513-7428-2242-2892-B429C72343CB>
> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
> 0x17404000 - 0x17809fe7  libclh.dylib 3.1.1 C  (3.1.1)
> <745CBD72-DF1F-EC12-BE51-4EEA9847EADF>
> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
> 0x17881000 - 0x178a5fe7  GLRendererFloat ??? (???)
> <1274B762-2FB9-48FE-EAFD-C459B2B4BECC>
> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
> 0x17e50000 - 0x17e54ff7  com.apple.qldisplay.Generic 2.3 (327.6)
> <E8DD19EA-7E67-2828-8116-398A3ED6A7F7>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Generic
> 0x8f0c8000 - 0x8f811ff7  com.apple.GeForceGLDriver 1.6.26 (6.2.6)
> <518182BB-5A3C-5F4C-3A84-17BB8E385BBF>
> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
> 0x8fe00000 - 0x8fe4162b  dyld 132.1 (???)
> <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
> 0x90003000 - 0x90009fff  com.apple.CommonPanels 1.2.4 (91)
> <2438AF5D-067B-B9FD-1248-2C9987F360BA>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x90304000 - 0x9035cfe7  com.apple.datadetectorscore 2.0 (80.7)
> <A40AA74A-9D13-2A6C-5440-B50905923251>
> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> 0x9035d000 - 0x9035dff7  com.apple.CoreServices 44 (44)
> <51CFA89A-33DB-90ED-26A8-67D461718A4A>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x90453000 - 0x9074cfef  com.apple.QuickTime 7.6.6 (1756)
> <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F>
> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x9074d000 - 0x90765ff7  com.apple.CFOpenDirectory 10.6 (10.6)
> <F9AFC571-3539-6B46-ABF9-46DA2B608819>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x90766000 - 0x90776ff7  com.apple.DSObjCWrappers.Framework 10.6 (134)
> <81A0B409-3906-A98F-CA9B-A49E75007495>
> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
> 0x90777000 - 0x90777ff7  com.apple.Accelerate 1.6 (Accelerate 1.6)
> <3891A689-4F38-FACD-38B2-4BF937DE30CF>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x90857000 - 0x90a54ff7  com.apple.JavaScriptCore 6533.19 (6533.19.1)
> <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8>
> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x90a55000 - 0x90b05ff3  com.apple.ColorSync 4.6.3 (4.6.3)
> <AA1076EA-7665-3005-A837-B661260DBE54>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x90b31000 - 0x90b34ff7  libCGXType.A.dylib 545.0.0 (compatibility
> 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x90b35000 - 0x90b47ff7  com.apple.MultitouchSupport.framework 207.10
> (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42>
> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x90b48000 - 0x90c49fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0)
> <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
> 0x90c4a000 - 0x90cabfe7  com.apple.CoreText 3.5.0 (???)
> <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x90cac000 - 0x90db0fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility
> 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45>
> /usr/lib/libcrypto.0.9.8.dylib
> 0x90e51000 - 0x90e56ff7  com.apple.OpenDirectory 10.6 (10.6)
> <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x90e57000 - 0x90e79fef  com.apple.DirectoryService.Framework 3.6
> (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557>
> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x90e7a000 - 0x90fa9fe3  com.apple.audio.toolbox.AudioToolbox 1.6.5
> (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD>
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x90fb0000 - 0x91396ffb  com.apple.RawCamera.bundle 3.4.1 (546)
> <557C094F-BF8D-B298-E502-C4EE78914C55>
> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x91425000 - 0x91425ff7  liblangid.dylib ??? (???)
> <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
> 0x91431000 - 0x9179cff7  com.apple.QuartzCore 1.6.3 (227.34)
> <CC1C1631-D8D1-D416-171E-A1683274E479>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x9179d000 - 0x91c56ffb  com.apple.VideoToolbox 0.484.20 (484.20)
> <E7B9F015-2569-43D7-5268-375ED937ECA5>
> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x91c6b000 - 0x91caaff7  com.apple.ImageCaptureCore 1.0.3 (1.0.3)
> <7E02D104-F31C-CF72-71B4-DA5DF7B48337>
> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
> 0x91cab000 - 0x91cafff7  libGFXShared.dylib ??? (???)
> <9E14BE2F-C863-40E9-41A6-1BE9045663A0>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x91d22000 - 0x91dcaffb  com.apple.QD 3.36 (???)
> <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x91dcb000 - 0x91dceffb  com.apple.help 1.3.1 (41)
> <67F1F424-3983-7A2A-EC21-867BE838E90B>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x91ff9000 - 0x9204fff7  com.apple.MeshKitRuntime 1.1 (49.2)
> <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728>
> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
> 0x92051000 - 0x9212eff7  com.apple.vImage 4.0 (4.0)
> <64597E4B-F144-DBB3-F428-0EC3D9A1219E>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x9212f000 - 0x92178fe7  libTIFF.dylib ??? (???)
> <AC1FC806-F7F4-174B-375F-FE5D6008666C>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x921c0000 - 0x921d4fe7  libbsm.0.dylib ??? (???)
> <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
> 0x921d5000 - 0x922e1ff7  libGLProgrammability.dylib ??? (???)
> <A077BFEA-19C6-9F48-2F36-8E4E55376F49>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x922e2000 - 0x922f0ff7  com.apple.opengl 1.6.12 (1.6.12)
> <9F13B279-F289-18AC-5D86-DCD52BAF087D>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x922f1000 - 0x922f3ff7  libRadiance.dylib ??? (???)
> <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x924fc000 - 0x92506ffb  com.apple.speech.recognition.framework 3.11.1
> (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x92507000 - 0x925b1fe7  com.apple.CFNetwork 454.11.5 (454.11.5)
> <D8963574-285A-3BD6-6B25-07D39C6F67A4>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x925b2000 - 0x925b2ff7  com.apple.Carbon 150 (152)
> <9252D5F2-462D-2C15-80F3-109644D6F704>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x925c3000 - 0x925d4ff7  com.apple.LangAnalysis 1.6.6 (1.6.6)
> <97511CC7-FE23-5AC3-2EE2-B5479FAEB316>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x925d5000 - 0x925deff7  com.apple.DiskArbitration 2.3 (2.3)
> <E9C40767-DA6A-6CCB-8B00-2D5706753000>
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x925df000 - 0x92698fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0)
> <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
> 0x92743000 - 0x92744ff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5)
> <BE4C2495-B758-AD22-DCC0-56A6791E948E>
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x92927000 - 0x92a53ffb  com.apple.MediaToolbox 0.484.20 (484.20)
> <D67788A2-B772-C5DB-B12B-173B2F8EE40B>
> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x92a54000 - 0x92cb7fff  com.apple.security 6.1.1 (37594)
> <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC>
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x92d11000 - 0x92d4fff7  com.apple.QuickLookFramework 2.3 (327.6)
> <66955C29-0C99-D02C-DB18-4952AFB4E886>
> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
> 0x92d50000 - 0x92d76ffb  com.apple.DictionaryServices 1.1.2 (1.1.2)
> <43E1D565-6E01-3681-F2E5-72AE4C3A097A>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x93e7f000 - 0x93e86ff3  com.apple.print.framework.Print 6.1 (237.1)
> <F5AAE53D-5530-9004-A9E3-2C1690C5328E>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x93ec0000 - 0x93f5bff7  com.apple.ApplicationServices.ATS 4.4 (???)
> <ECB16606-4DF8-4AFB-C91D-F7947C26040F>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x93f5c000 - 0x93f8cff7  com.apple.MeshKit 1.1 (49.2)
> <ECFBD794-5D36-4405-6184-5568BFF29BF3>
> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
> 0x93f8d000 - 0x94146feb  com.apple.ImageIO.framework 3.0.4 (3.0.4)
> <C145139E-24C4-5A3D-B17C-809D528354B2>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x94147000 - 0x942eeff7  libSystem.B.dylib 125.2.1 (compatibility
> 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5>
> /usr/lib/libSystem.B.dylib
> 0x942ef000 - 0x944d1fff  com.apple.imageKit 2.0.3 (1.0)
> <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
> 0x944e5000 - 0x94562ff7  com.apple.iLifeMediaBrowser 2.5.4 (468.1.1)
> <3B7F5895-B48D-A2E0-D708-58EC58EB9514>
> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
> 0x945db000 - 0x94638ff7  com.apple.framework.IOKit 2.0 (???)
> <A769737F-E0D6-FB06-29B4-915CF4F43420>
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x946a9000 - 0x948d4ff3  com.apple.QuartzComposer 4.2 ({156.28})
> <08AF01DC-110D-9443-3916-699DBDED0149>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
> 0x948d5000 - 0x9493ffe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)
> <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
> 0x94940000 - 0x94941ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0)
> <0EC4EEFF-477E-908E-6F21-ED2C973846A4>
> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
> 0x94942000 - 0x94d58ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0)
> <C4FB303A-DB4D-F9E8-181C-129585E59603>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x94e9c000 - 0x9501efe7  libicucore.A.dylib 40.0.0 (compatibility
> 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A>
> /usr/lib/libicucore.A.dylib
> 0x95b20000 - 0x95b23fe7  libmathCommon.A.dylib 315.0.0 (compatibility
> 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E>
> /usr/lib/system/libmathCommon.A.dylib
> 0x95b24000 - 0x95b3fff7  libPng.dylib ??? (???)
> <E14178E0-B92D-94EA-DACB-04F346D7534C>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x95be0000 - 0x95c59ff7  com.apple.PDFKit 2.5.1 (2.5.1)
> <CEF13510-F08D-3177-7504-7F8853906DE6>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
> 0x95c79000 - 0x95f9dfef  com.apple.HIToolbox 1.6.4 (???)
> <4699C8BB-DE74-C530-564B-D131F74C9B54>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x95f9e000 - 0x95fe5ffb  com.apple.CoreMediaIOServices 134.0 (1160)
> <D4F40A28-4E31-3210-7C2B-59D8A1903FB2>
> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
> 0x96181000 - 0x962c4fef  com.apple.QTKit 7.6.6 (1756)
> <4D809734-4E1B-8E18-C825-86C5422FC3DC>
> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
> 0x962c5000 - 0x962cdff7  com.apple.DisplayServicesFW 2.3.0 (283)
> <48D94761-7340-D029-99E3-9BE0262FAF22>
> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
> 0x962ce000 - 0x96348fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6)
> <F7C9B01D-45AD-948B-2D26-9736524C1A33>
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x96349000 - 0x96365fe3  com.apple.openscripting 1.3.1 (???)
> <DA16DE48-59F4-C94B-EBE3-7FAF772211A2>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x963d5000 - 0x96408ff7  com.apple.AE 496.4 (496.4)
> <7F34EC47-8429-3077-8158-54F5EA908C66>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x96409000 - 0x96537fe7  com.apple.CoreData 102.1 (251)
> <E6A457F0-A0A3-32CD-6C69-6286E7C0F063>
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x96538000 - 0x9653eff7  libCGXCoreImage.A.dylib 545.0.0
> (compatibility 64.0.0) <DACD11D8-4B64-CD3B-C988-B1041E07D13A>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
> 0x9653f000 - 0x965a3ffb  com.apple.htmlrendering 72 (1.1.4)
> <4D451A35-FAB6-1288-71F6-F24A4B6E2371>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
> 0x965a4000 - 0x965e7ff7  libGLU.dylib ??? (???)
> <BB66EDB2-D5FE-61C9-21BE-747F9862819C>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x965e8000 - 0x965f3ff7  libGL.dylib ??? (???)
> <48405993-0AE9-292B-6705-C3525528682A>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x9660d000 - 0x9662efe7  com.apple.opencl 12.3 (12.3)
> <DEA600BF-4F54-66B5-DB2F-DC57FD518543>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x9662f000 - 0x96656ff7  com.apple.quartzfilters 1.6.0 (1.6.0)
> <879A3B93-87A6-88FE-305D-DF1EAED04756>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
> 0x96664000 - 0x96665ff7  com.apple.TrustEvaluationAgent 1.1 (1)
> <FEB55E8C-38A4-CFE9-A737-945F39761B4C>
> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x96666000 - 0x96703fe3  com.apple.LaunchServices 362.2 (362.2)
> <F3952CAB-322F-A12F-57AF-8B91B1D76DDE>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x9672f000 - 0x967e5ff7  libFontParser.dylib ??? (???)
> <33F62EE1-E457-C6FD-369E-E86745B94A4B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x967e6000 - 0x967e6ff7  com.apple.quartzframework 1.5 (1.5)
> <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
> 0x967e7000 - 0x967f5fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0)
> <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
> 0x969a5000 - 0x969fffe7  com.apple.CorePDF 1.3 (1.3)
> <696ADD5F-C038-A63B-4732-82E4109379D7>
> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
> 0x96a00000 - 0x96a42ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0)
> <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x96a43000 - 0x96b0dfef  com.apple.CoreServices.OSServices 357 (357)
> <CF9530AD-F581-B831-09B6-16D9F9283BFA>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x96b0e000 - 0x96b4bff7  com.apple.SystemConfiguration 1.10.5 (1.10.2)
> <362DF639-6E5F-9371-9B99-81C581A8EE41>
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x96b7d000 - 0x96b9cff7  com.apple.CoreVideo 1.6.2 (45.6)
> <EB53CAA4-5EE2-C356-A954-5775F7DDD493>
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x96b9d000 - 0x96ba7fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3)
> <5F494955-7290-2D91-DA94-44B590191771>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x96bab000 - 0x96bf1ff7  libauto.dylib ??? (???)
> <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
> 0x96bf2000 - 0x96c16ff7  libJPEG.dylib ??? (???)
> <46AF3A0F-2B8D-87B9-62D4-0905678A64DA>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x96c17000 - 0x96c49fe3  libTrueTypeScaler.dylib ??? (???)
> <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x96c4a000 - 0x96c4aff7  com.apple.ApplicationServices 38 (38)
> <8012B504-3D83-BFBB-DA65-065E061CFE03>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x96cd4000 - 0x96d05ff7  libGLImage.dylib ??? (???)
> <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x96d06000 - 0x9713bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0)
> <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x971cc000 - 0x972a7feb  com.apple.DesktopServices 1.5.9 (1.5.9)
> <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE>
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x972a8000 - 0x972b3ff7  libCSync.A.dylib 545.0.0 (compatibility
> 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x972b4000 - 0x972c0ff7  libkxld.dylib ??? (???)
> <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
> 0x972c1000 - 0x972ceff7  com.apple.NetFS 3.2.1 (3.2.1)
> <A6443845-5815-2429-7649-C51A4B5E7DF9>
> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x972cf000 - 0x9734afff  com.apple.AppleVAFramework 4.10.12 (4.10.12)
> <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605>
> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
> 0x9734b000 - 0x9734bff7  com.apple.Cocoa 6.6 (???)
> <EA27B428-5904-B00B-397A-185588698BCC>
> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x9738d000 - 0x973adfe7  libresolv.9.dylib 41.0.0 (compatibility
> 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B>
> /usr/lib/libresolv.9.dylib
> 0x9741f000 - 0x97463ff3  com.apple.coreui 2 (114)
> <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F>
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x97464000 - 0x9748cff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0)
> <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
> 0x9748d000 - 0x97608fe7  com.apple.CoreFoundation 6.6.4 (550.42)
> <C78D5079-663E-9734-7AFA-6CE79A0539F1>
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x97609000 - 0x976a1fe7  edu.mit.Kerberos 6.5.10 (6.5.10)
> <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC>
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x976e8000 - 0x97795fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0)
> <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
> 0x977d0000 - 0x97814fe7  com.apple.Metadata 10.6.3 (507.15)
> <A23633F1-E913-66C2-A073-E2B174C09B18>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x97815000 - 0x97917fef  com.apple.MeshKitIO 1.1 (49.2)
> <34322CDD-E67E-318A-F03A-A3DD05201046>
> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
> 0x97918000 - 0x97918ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6)
> <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x97919000 - 0x9799bffb  SecurityFoundation ??? (???)
> <3670AE8B-06DA-C447-EB14-79423DB9C474>
> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x9799c000 - 0x97a0aff7  com.apple.QuickLookUIFramework 2.3 (327.6)
> <74706A08-5399-24FE-00B2-4A702A6B83C1>
> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
> 0x97a3d000 - 0x97a52fff  com.apple.ImageCapture 6.0.1 (6.0.1)
> <E7ED2AC1-834C-A44E-531E-EC05F0496DBF>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x97b73000 - 0x97b87ffb  com.apple.speech.synthesis.framework 3.10.35
> (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x97bc1000 - 0x97bc3ff7  com.apple.securityhi 4.0 (36638)
> <38D36D4D-C798-6ACE-5FA8-5C001993AD6B>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x97bc4000 - 0x97bd4ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0)
> <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
> 0x97bd5000 - 0x97bf4fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0)
> <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
> 0x97bf5000 - 0x97c38ff7  com.apple.NavigationServices 3.5.4 (182)
> <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x97c49000 - 0x97c4dff7  libGIF.dylib ??? (???)
> <DA5758A4-71B0-DD6E-7402-B7FB15387569>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x97c4e000 - 0x97c52ff7  IOSurface ??? (???)
> <D849E1A5-6B0C-2A05-2765-850EC39BA2FF>
> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x97c53000 - 0x97ca3ff7  com.apple.framework.familycontrols 2.0.2
> (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601>
> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x97ca4000 - 0x98584ff7  com.apple.AppKit 6.6.7 (1038.35)
> <ABC7783C-E4D5-B848-BED6-99451D94D120>
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x98585000 - 0x98617fe7  com.apple.print.framework.PrintCore 6.3
> (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x98618000 - 0x98687ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0)
> <706684C7-AFA0-B036-274A-D02F8961DED5>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x986aa000 - 0x986e3ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0)
> <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
> 0x98835000 - 0x98872ff7  com.apple.CoreMedia 0.484.20 (484.20)
> <105DDB24-E45F-5473-99E1-B09FDEAE4500>
> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
> 0x98873000 - 0x98879fe7  com.apple.CommerceCore 1.0 (6)
> <41C2A87D-93D8-56C1-9292-0400699F23C1>
> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x9887a000 - 0x9887dff7  libCoreVMClient.dylib ??? (???)
> <973B9E1F-70B3-2E76-B14B-E57F306AD2DF>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x9887e000 - 0x9887eff7  com.apple.vecLib 3.6 (vecLib 3.6)
> <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36>
> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x9894e000 - 0x989cefeb  com.apple.SearchKit 1.3.0 (1.3.0)
> <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x989cf000 - 0x98a7dff3  com.apple.ink.framework 1.3.3 (107)
> <57B54F6F-CE35-D546-C7EC-DBC5FDC79938>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x98a7e000 - 0x98cf1fe7  com.apple.Foundation 6.6.4 (751.42)
> <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4>
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x98d26000 - 0x98d77ff7  com.apple.HIServices 1.8.2 (???)
> <F6EAC2D1-902A-9374-FC4B-43B50E054416>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x98d78000 - 0x98db3feb  libFontRegistry.dylib ??? (???)
> <4FB144ED-8AF9-27CF-B315-DCE5575D5231>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x98db4000 - 0x98df5ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0)
> <16DAE1A5-937A-1CA2-D98F-2AF958B62993>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x98df6000 - 0x98e43feb
> com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0)
> <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775>
> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> 0x98e44000 - 0x99633557  com.apple.CoreGraphics 1.545.0 (???)
> <1AB39678-00D5-FB88-3B41-93D78348E0DE>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x99634000 - 0x99954ff3  com.apple.CoreServices.CarbonCore 861.23
> (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0xbb100000 - 0xbb103fe7  libLatinSuppConverter.dylib 49.0.0
> (compatibility 1.0.0) <80CA35C5-AFBF-DD2D-B47B-9CE773B9CAEF>
> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
> 0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???)
> <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
>
> Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core
> 2 Duo, 2.4 GHz, 2 GB, SMC 1.16f11
> Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87),
> Atheros 5416: 2.1.14.5
> Bluetooth: Version 2.3.8f7, 2 service, 12 devices, 1 incoming serial ports
> Network Service: AirPort, AirPort, en1
> PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
> Serial ATA Device: FUJITSU MHW2160BHPL, 149.05 GB
> Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
> USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
> USB Device: GD-0405-U, 0x056a  (WACOM Co., Ltd.), 0x0020, 0x1d100000
> USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.),
> 0x021a, 0x5d200000
> USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
> USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.),
> 0x8205, 0x1a100000
> FireWire Device: My Book, WD, Up to 400 Mb/sec
> FireWire Device: 1394 Storage Front Panel*, Maxtor, Up to 400 Mb/sec
> FireWire Device: Rugged FW/USB, LaCie, Up to 800 Mb/sec
>
>
> On Mon, Jan 24, 2011 at 5:55 PM, Lucas Zawacki <lfzawacki at gmail.com> wrote:
>> I can report that it segfaults here too.
>> Chuck 1.2.1.3 (Linux Alsa) running on Ubuntu 10.04
>>
>> 2011/1/24 Alan Yoder <tempjayren at gmail.com>:
>>> There's something in the examples folder of chuck, I was wandering through
>>> there, running the various examples, seeing what they would do, and what
>>> happened was on the file called unclap.ck, running that file i got a dialog
>>> pop up that said something about chuck.exe being bad and that an error
>>> report had been created and would be sent to microsoft.
>>> I couldn't gather the information from that report because I don't know how,
>>> though this seems to be a very bad thing.
>>> this was in the windows version of chuck. i'm not sure if the particular .ck
>>> file in question was only designed for the unixy versions, that would be
>>> sad.
>>>
>>> _______________________________________________
>>> chuck-users mailing list
>>> chuck-users at lists.cs.princeton.edu
>>> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>>>
>>
>>
>>
>> --
>> http://www.twitter.com/lfzawacki
>> http://www.linesocode.wordpress.com
>> http://www.umblag.wordpress.com
>> _______________________________________________
>> chuck-users mailing list
>> chuck-users at lists.cs.princeton.edu
>> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>>
>
>
>
> --
> http://michaelclemow.com
> http://semiotech.org
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>
>


More information about the chuck-users mailing list