[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Bug: Document.html TBT example



Hi

I don't know if this is a bug on the example of the help file or in the text management of SuperCollider.
In the Document.html the last example:

// a simple implementation of TBT (time based text)
// http://tbt.dyne.org/?info=download

// record: type some text
(
var time = Main.elapsedTime;
a = List.new;
r = Routine { |char|
loop {
a = a.add([char, Main.elapsedTime - time]);
char = 0.yield;
}
};

Document.new("type some text")
.bounds_(Rect(100,SCWindow.screenBounds.height-250,400,200))
.keyDownAction = { |doc, key| r.value(key) ; time=Main.elapsedTime};
)

// play back text in time
(
d=Document.new("type some text")
.bounds_(Rect(550,SCWindow.screenBounds.height-250,400,200));
fork({
a.do { |pair|
d.string = d.string ++ pair[0];
pair[1].wait;
}
}, AppClock)
)

If you write non ascii char gets in trouble, iven hanging o crashing SuperCollider app (a memory overhead I think).
for example try to write this:

"A mi me gustaría poder poner acentos como en: canción, lío, árbol o síntesis."

SC don't manage non ascii char?
On Mac 10.5.6, the backtrace is attached.

Thanks
Lucas
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430
{\fonttbl\f0\fnil\fcharset0 Monaco;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww12480\viewh12040\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural

\f0\fs20 \cf0 Process:         SuperCollider [646]\
Path:            /Applications/SuperCollider/SuperCollider.app/Contents/MacOS/SuperCollider\
Identifier:      net.sourceforge.supercollider\
Version:         ??? (3.3 (Revision 9134))\
Code Type:       X86 (Native)\
Parent Process:  launchd [69]\
\
Date/Time:       2009-05-03 04:46:06.670 -0300\
OS Version:      Mac OS X 10.5.6 (9G55)\
Report Version:  6\
\
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)\
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000042a39300\
Crashed Thread:  0\
\
Thread 0 Crashed:\
0   com.apple.AppKit              	0x95dbc841 _NSGlyphTreeGetGlyphsInRange + 842\
1   com.apple.AppKit              	0x95d863c4 -[NSATSGlyphStorage setGlyphRange:characterRange:] + 3155\
2   com.apple.AppKit              	0x95d856a1 -[NSATSTypesetter _ctTypesetter] + 306\
3   com.apple.AppKit              	0x95d8473f -[NSATSLineFragment layoutForStartingGlyphAtIndex:characterIndex:minPosition:maxPosition:lineFragmentRect:] + 72\
4   com.apple.AppKit              	0x95d83539 -[NSATSTypesetter _layoutLineFragmentStartingWithGlyphAtIndex:characterIndex:atPoint:renderingContext:] + 2651\
5   com.apple.AppKit              	0x95dbbe13 -[NSATSTypesetter layoutParagraphAtPoint:] + 155\
6   com.apple.AppKit              	0x95d64579 -[NSTypesetter _layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:maxCharacterIndex:nextGlyphIndex:nextCharacterIndex:] + 2974\
7   com.apple.AppKit              	0x96351562 -[NSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:] + 218\
8   com.apple.AppKit              	0x960ccd98 -[NSATSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:] + 599\
9   com.apple.AppKit              	0x95db99af -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] + 1024\
10  com.apple.AppKit              	0x95ef8ff2 _NSFastFillAllLayoutHolesForGlyphRange + 1477\
11  com.apple.AppKit              	0x95dc7583 -[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:] + 154\
12  com.apple.AppKit              	0x95eab6b9 -[NSTextView(NSSharing) didChangeText] + 297\
13  net.sourceforge.supercollider 	0x0000d5c6 prTextWindow_InsertTextInRange(VMGlobals*, int) + 462\
14  net.sourceforge.supercollider 	0x00074bf5 doPrimitive(VMGlobals*, PyrMethod*, int) + 167\
15  net.sourceforge.supercollider 	0x000a0bcc Interpret(VMGlobals*) + 12954\
16  net.sourceforge.supercollider 	0x000a1d70 runInterpreter + 54\
17  net.sourceforge.supercollider 	0x000a3f90 runLibrary + 80\
18  net.sourceforge.supercollider 	0x0004aab4 -[SCVirtualMachine doClockTask:] + 50\
19  com.apple.Foundation          	0x95566ea7 __NSFireTimer + 279\
20  com.apple.CoreFoundation      	0x969a5b25 CFRunLoopRunSpecific + 4469\
21  com.apple.CoreFoundation      	0x969a5cd8 CFRunLoopRunInMode + 88\
22  com.apple.HIToolbox           	0x948f12c0 RunCurrentEventLoopInMode + 283\
23  com.apple.HIToolbox           	0x948f10d9 ReceiveNextEventCommon + 374\
24  com.apple.HIToolbox           	0x948f0f4d BlockUntilNextEventMatchingListInMode + 106\
25  com.apple.AppKit              	0x95d45d7d _DPSNextEvent + 657\
26  com.apple.AppKit              	0x95d45630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128\
27  com.apple.AppKit              	0x95d3e66b -[NSApplication run] + 795\
28  com.apple.AppKit              	0x95d0b8a4 NSApplicationMain + 574\
29  net.sourceforge.supercollider 	0x00002692 _start + 216\
30  net.sourceforge.supercollider 	0x000025b9 start + 41\
\
Thread 1:\
0   libSystem.B.dylib             	0x90ab6ad6 recvfrom$NOCANCEL$UNIX2003 + 10\
1   net.sourceforge.supercollider 	0x000e0b91 SC_UdpInPort::Run() + 99\
2   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
3   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 2:\
0   libSystem.B.dylib             	0x90a6e2e6 mach_wait_until + 10\
1   libSystem.B.dylib             	0x90ae53ad nanosleep + 314\
2   libSystem.B.dylib             	0x90af5eab sleep + 63\
3   net.sourceforge.supercollider 	0x0007fec8 resyncThread(void*) + 18\
4   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
5   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 3:\
0   libSystem.B.dylib             	0x90a6e20e semaphore_wait_signal_trap + 10\
1   libSystem.B.dylib             	0x90aa0206 _pthread_cond_wait + 1267\
2   libSystem.B.dylib             	0x90ae5539 pthread_cond_wait + 48\
3   net.sourceforge.supercollider 	0x000815dc TempoClock::Run() + 44\
4   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
5   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 4:\
0   libSystem.B.dylib             	0x90a6e20e semaphore_wait_signal_trap + 10\
1   libSystem.B.dylib             	0x90aa0206 _pthread_cond_wait + 1267\
2   libSystem.B.dylib             	0x90ae5539 pthread_cond_wait + 48\
3   net.sourceforge.supercollider 	0x000813ba schedRunFunc(void*) + 66\
4   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
5   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 5:\
0   libSystem.B.dylib             	0x90abd6f2 select$DARWIN_EXTSN + 10\
1   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
2   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 6:\
0   libSystem.B.dylib             	0x90a6e1c6 mach_msg_trap + 10\
1   libSystem.B.dylib             	0x90a759bc mach_msg + 72\
2   com.apple.CoreFoundation      	0x969a50ae CFRunLoopRunSpecific + 1790\
3   com.apple.CoreFoundation      	0x969a5cd8 CFRunLoopRunInMode + 88\
4   com.apple.CFNetwork           	0x937a2ebe CFURLCacheWorkerThread(void*) + 396\
5   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
6   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 7:\
0   libSystem.B.dylib             	0x90a6e1c6 mach_msg_trap + 10\
1   libSystem.B.dylib             	0x90a759bc mach_msg + 72\
2   com.apple.CoreFoundation      	0x969a50ae CFRunLoopRunSpecific + 1790\
3   com.apple.CoreFoundation      	0x969a5cd8 CFRunLoopRunInMode + 88\
4   com.apple.Foundation          	0x95595d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320\
5   com.apple.Foundation          	0x955327ed -[NSThread main] + 45\
6   com.apple.Foundation          	0x95532394 __NSThread__main__ + 308\
7   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
8   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 8:\
0   libSystem.B.dylib             	0x90a6e226 semaphore_timedwait_signal_trap + 10\
1   libSystem.B.dylib             	0x90aa01ef _pthread_cond_wait + 1244\
2   libSystem.B.dylib             	0x90aa1a73 pthread_cond_timedwait_relative_np + 47\
3   com.apple.Foundation          	0x9557875c -[NSCondition waitUntilDate:] + 236\
4   com.apple.Foundation          	0x95578570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144\
5   com.apple.Foundation          	0x955784d5 -[NSConditionLock lockWhenCondition:] + 69\
6   com.apple.AppKit              	0x95dabd90 -[NSUIHeartBeat _heartBeatThread:] + 753\
7   com.apple.Foundation          	0x955327ed -[NSThread main] + 45\
8   com.apple.Foundation          	0x95532394 __NSThread__main__ + 308\
9   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
10  libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 9:\
0   libSystem.B.dylib             	0x90a6e1c6 mach_msg_trap + 10\
1   libSystem.B.dylib             	0x90a759bc mach_msg + 72\
2   com.apple.CoreFoundation      	0x969a50ae CFRunLoopRunSpecific + 1790\
3   com.apple.CoreFoundation      	0x969a5d34 CFRunLoopRun + 84\
4   com.apple.DesktopServices     	0x9549ce83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123\
5   ...ple.CoreServices.CarbonCore	0x958fc0a3 PrivateMPEntryPoint + 56\
6   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
7   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 10:\
0   libSystem.B.dylib             	0x90a6e1c6 mach_msg_trap + 10\
1   libSystem.B.dylib             	0x90a759bc mach_msg + 72\
2   com.apple.CoreFoundation      	0x969a50ae CFRunLoopRunSpecific + 1790\
3   com.apple.CoreFoundation      	0x969a5d34 CFRunLoopRun + 84\
4   com.apple.DesktopServices     	0x9549cffc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216\
5   ...ple.CoreServices.CarbonCore	0x958fc0a3 PrivateMPEntryPoint + 56\
6   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
7   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 11:\
0   libSystem.B.dylib             	0x90a753ae __semwait_signal + 10\
1   libSystem.B.dylib             	0x90a9fd0d pthread_cond_wait$UNIX2003 + 73\
2   ...ple.CoreServices.CarbonCore	0x958fdecf TSWaitOnCondition + 126\
3   ...ple.CoreServices.CarbonCore	0x958dcda6 TSWaitOnConditionTimedRelative + 202\
4   ...ple.CoreServices.CarbonCore	0x958fdb4c MPWaitOnQueue + 208\
5   com.apple.DesktopServices     	0x954a7fba TNodeSyncTask::SyncTaskProc(void*) + 84\
6   ...ple.CoreServices.CarbonCore	0x958fc0a3 PrivateMPEntryPoint + 56\
7   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
8   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 12:\
0   libSystem.B.dylib             	0x90a6e226 semaphore_timedwait_signal_trap + 10\
1   libSystem.B.dylib             	0x90aa01ef _pthread_cond_wait + 1244\
2   libSystem.B.dylib             	0x90aa1a73 pthread_cond_timedwait_relative_np + 47\
3   ...ple.CoreServices.CarbonCore	0x958dcdd2 TSWaitOnConditionTimedRelative + 246\
4   ...ple.CoreServices.CarbonCore	0x958fdb4c MPWaitOnQueue + 208\
5   com.apple.DesktopServices     	0x954a9f04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104\
6   ...ple.CoreServices.CarbonCore	0x958fc0a3 PrivateMPEntryPoint + 56\
7   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
8   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 13:\
0   libSystem.B.dylib             	0x90a9e906 kevent + 10\
1   libSystem.B.dylib             	0x90a9f095 _pthread_start + 321\
2   libSystem.B.dylib             	0x90a9ef52 thread_start + 34\
\
Thread 0 crashed with X86 Thread State (32-bit):\
  eax: 0x00000000  ebx: 0x95dbc502  ecx: 0x00000001  edx: 0x42a39300\
  edi: 0x005b1e40  esi: 0x00000000  ebp: 0xbfffd878  esp: 0xbfffd830\
   ss: 0x0000001f  efl: 0x00010246  eip: 0x95dbc841   cs: 0x00000017\
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037\
  cr2: 0x42a39300\
\
Binary Images:\
    0x1000 -   0x1c2fe9 +net.sourceforge.supercollider ??? (3.3 (Revision 9134)) <048299bebbfe3344725e5939c6f57c3d> /Applications/SuperCollider/SuperCollider.app/Contents/MacOS/SuperCollider\
  0x34b000 -   0x368ff7  com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI\
  0x380000 -   0x3f3ff7  com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth\
  0x441000 -   0x45ffe3  libexpat.1.dylib ??? (???) <caa6d7f83f7e0a3fe26aa5904c6f98a9> /usr/lib/libexpat.1.dylib\
  0x467000 -   0x469fff  com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices\
0x152bb000 - 0x152c5ffe  com.apple.URLMount 3.1.1 (3.1.1) <a6aece1c9c34992e08acf4b68e523f90> /System/Library/PrivateFrameworks/URLMount.framework/URLMount\
0x15679000 - 0x1567eff3  libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib\
0x168c4000 - 0x16abcfff  com.apple.RawCamera.bundle 2.0.13 (435) <083354ccec68bf7c9fc99523a5838f92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera\
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld\
0x90003000 - 0x90018ffb  com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture\
0x90019000 - 0x90151ff7  libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib\
0x90152000 - 0x90510fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib\
0x90528000 - 0x90566ff7  libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib\
0x90567000 - 0x90735ff3  com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security\
0x90736000 - 0x907b0ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <98633ef67d419c1b02f56556cb4d843d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore\
0x907b1000 - 0x9082efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib\
0x9082f000 - 0x908a1fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit\
0x908a2000 - 0x9092eff7  com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices\
0x9092f000 - 0x9092fffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer\
0x9096d000 - 0x90a4eff7  libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib\
0x90a4f000 - 0x90a6cff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook\
0x90a6d000 - 0x90bd4ff3  libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib\
0x90bd8000 - 0x90be3fe7  libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib\
0x90be4000 - 0x90be7fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help\
0x90be8000 - 0x90bedfff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices\
0x90c3d000 - 0x90c3effc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib\
0x90c8a000 - 0x90c91fe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib\
0x90c92000 - 0x90c9effe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib\
0x90c9f000 - 0x90d32fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink\
0x90d33000 - 0x90d40fe7  com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\
0x90d41000 - 0x90d49fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration\
0x91d26000 - 0x91d2afff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib\
0x91d2b000 - 0x91d88ffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib\
0x91d89000 - 0x91d95ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData\
0x91d96000 - 0x91dc3feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib\
0x91df7000 - 0x91ebeff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage\
0x91ebf000 - 0x91f0efff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI\
0x91f0f000 - 0x91f46fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration\
0x91f47000 - 0x9207ffe7  com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit\
0x92080000 - 0x9209eff3  com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService\
0x920b1000 - 0x92203ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox\
0x92204000 - 0x9222cfff  libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib\
0x9222d000 - 0x92287ff7  com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText\
0x9238a000 - 0x9238affe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel\
0x92391000 - 0x92448ff3  com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit\
0x92513000 - 0x92513ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit\
0x92514000 - 0x925c4fff  edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos\
0x925c5000 - 0x92604fff  com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate\
0x92605000 - 0x9261dff7  com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\
0x9261e000 - 0x92622fff  libGIF.dylib ??? (???) <7714ae24eb64b48fa719fb99bcbe34f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib\
0x92623000 - 0x92652fe3  com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE\
0x92653000 - 0x9267efe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib\
0x9267f000 - 0x9267fffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz\
0x92680000 - 0x92685fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels\
0x92686000 - 0x929abfe2  com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime\
0x929ac000 - 0x929aefff  com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI\
0x92ba5000 - 0x92c38ff3  com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS\
0x92c39000 - 0x92cc4fff  com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\
0x92cc5000 - 0x92cd3ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib\
0x92cd4000 - 0x92d9ffff  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync\
0x92da0000 - 0x92ee6ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) <b407f06ff9b6893899e2e399cb65c953> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO\
0x92ee7000 - 0x92f38ff7  com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices\
0x92f39000 - 0x92f3ffff  com.apple.print.framework.Print 218.0.2 (220.1) <6c2ddea45d9cdff9a9be0666a13e2dd4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print\
0x92f40000 - 0x93020fff  libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib\
0x93021000 - 0x93062fe7  libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib\
0x93063000 - 0x9306aff7  libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib\
0x9314d000 - 0x9314dfff  com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon\
0x9314e000 - 0x9379ffff  com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore\
0x937a0000 - 0x9383dfe4  com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork\
0x939be000 - 0x93e8ff3e  libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib\
0x93e90000 - 0x93ed9fef  com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata\
0x93eda000 - 0x93f14fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI\
0x93f21000 - 0x93f40ffa  libJPEG.dylib ??? (???) <b822342bcc764c83d4557a8b67fa0c1c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib\
0x93f41000 - 0x942defef  com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore\
0x942e4000 - 0x942f4fff  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\
0x942f5000 - 0x943a7ffb  libcrypto.0.9.7.dylib ??? (???) <75b80bff0d5cfaf10b6b6fe982da3578> /usr/lib/libcrypto.0.9.7.dylib\
0x943a8000 - 0x943ccfff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib\
0x944cc000 - 0x944ccffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate\
0x944cd000 - 0x944feffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters\
0x944ff000 - 0x94501ff5  libRadiance.dylib ??? (???) <82d606c49f5dc77231f9d0e2be9ed6ab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib\
0x945c9000 - 0x945e4ffb  libPng.dylib ??? (???) <0d6b991afc831ea06f2958e5933d33dd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib\
0x945e5000 - 0x945e5ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib\
0x945e6000 - 0x9460eff7  com.apple.shortcut 1 (1.0) <35cd17d0179ca839c5fb08694f3dc5ef> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut\
0x94615000 - 0x9463efff  com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate\
0x9463f000 - 0x94681fef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices\
0x94682000 - 0x94689ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib\
0x9468a000 - 0x9468aff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa\
0x948b0000 - 0x948c0ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <bc7eb703ddc37bf85adf93e35efd3947> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis\
0x948c1000 - 0x94bc9fff  com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox\
0x94c38000 - 0x94c41fff  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\
0x94c52000 - 0x94c52ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib\
0x94ec1000 - 0x94ecbfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound\
0x94ecc000 - 0x95088ff3  com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer\
0x95089000 - 0x95130feb  com.apple.QD 3.11.54 (???) <c31150b40fcc27c195de40f0ae138666> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD\
0x95161000 - 0x951defeb  com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio\
0x951df000 - 0x951eeffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers\
0x951f7000 - 0x9527eff7  libsqlite3.0.dylib ??? (???) <eeedc8bf6881ac9f2c1954b1c8037720> /usr/lib/libsqlite3.0.dylib\
0x952b6000 - 0x952ccfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices\
0x95364000 - 0x953e3ff5  com.apple.SearchKit 1.2.1 (1.2.1) <f28f8dd0f155a6453411a0c9b5702764> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit\
0x953e4000 - 0x95440ff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering\
0x95441000 - 0x9549aff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib\
0x9549b000 - 0x95525fe3  com.apple.DesktopServices 1.4.7 (1.4.7) <c3591383780dd12594c37dbde59958b6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv\
0x95526000 - 0x95526ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices\
0x95527000 - 0x95527ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices\
0x95528000 - 0x957a3fe7  com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation\
0x957a4000 - 0x957c2fff  libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib\
0x957c3000 - 0x9587dfe3  com.apple.CoreServices.OSServices 226.5 (226.5) <ef9945b1304495f3e8085c935f1b81e3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices\
0x958b3000 - 0x95b8dff3  com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore\
0x95bc6000 - 0x95bdefff  com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting\
0x95bdf000 - 0x95c1efef  libTIFF.dylib ??? (???) <d4bcc9b9c508e53849d2d46bb6900922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib\
0x95c1f000 - 0x95d04ff3  com.apple.CoreData 100.1 (186) <50219bcb005cb15ea999a19391a8d523> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData\
0x95d05000 - 0x96503fef  com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit\
0x96504000 - 0x96914fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib\
0x96932000 - 0x96a65fff  com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation\
0x96a66000 - 0x97106fff  com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics\
0x97107000 - 0x971c5fff  com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit\
0x971c6000 - 0x97294ff3  com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore\
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib\
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib\
\
}