10.1.3 - findKey problem

I found a strange problem using findkey.
I was sure all key was filled correctly but the findKey method in the VO gave me no rows.
I tried using getKey with the same key and I got my row.
My code is
Key k = new Key(new Object[] {soc,xpCmz,xpCar});
Row righetta = desc.getRow(k);
Row[] rows = desc.findByKey(k,1);
using it righetta contains the correct row but rows is empty (0 rows size).
Did I miss something ?
Is it a bug ?
Tks
Tullio

Can you reproduce the problem using the following table with default EO, VO, AM based on it?
create table test (a varchar2(1), b varchar2(1), c varchar2(1));
create unique index testidx on test(a,b,c);
insert into test values ('a','b','c');
commit;I tried this with the following test program:
package demo;
import oracle.jbo.ApplicationModule;
import oracle.jbo.Key;
import oracle.jbo.ViewObject;
import oracle.jbo.client.Configuration;
public class TestCase {
  public static void main(String[] args) {
    String        amDef = "demo.TestModule";
    String        config = "TestModuleLocal";
    ApplicationModule am =
    Configuration.createRootApplicationModule(amDef,config);
    ViewObject vo = am.findViewObject("TestView");
    System.out.println(vo.findByKey(new Key(new Object[]{"a","b","c"}),1)[0].getAttribute("A"));
    // Work with your appmodule and view object here
    Configuration.releaseRootApplicationModule(am,true);
}and it prints out "a" as expected.
How is your case different?

Similar Messages

  • Issue when trying to launch Handbrake, problem report generated

    I've posted this over in the Handrake forums but soi far I haven't had a response.  I'm hoping someone here might be able to point me in a direction.  I've suddenly been unable to launch Handbrake.  Every time I try the icon bounce once or twice on the dock then a Problem Report dialog opens up with this information;
    I've tried deleting the files in ~Library/Application Support/Handbrake and the related Handbrake files in ~Library/Preferences. I've tried the latest nightly build, I've tried repairing permissions, and nothing works.
    Process: HandBrake [4624]
    Path: /Applications/Handbrake/HandBrake.app/Contents/MacOS/HandBrake
    Identifier: fr.handbrake.HandBrake
    Version: 4810svn x86_64 (2012070401)
    Code Type: X86-64 (Native)
    Parent Process: launchd [498]
    Date/Time: 2012-07-04 21:32:10.654 -0400
    OS Version: Mac OS X Server 10.7.4 (11E53)
    Report Version: 9
    Interval Since Last Report: 326864 sec
    Crashes Since Last Report: 27
    Per-App Interval Since Last Report: 155 sec
    Per-App Crashes Since Last Report: 4
    Anonymous UUID: 5CD59213-7D18-42C1-9DBD-522B15266524
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000101aa9228
    VM Regions Near 0x101aa9228:
    CoreImage 0000000101aa8000-0000000101aa9000 [ 4K] rw-/rwx SM=PRV
    --> mapped file 0000000101aa9000-0000000101aaa000 [ 4K] rw-/rwx SM=PRV /Users/*/Library/Caches/*/*.maps
    shared memory 0000000101aaa000-0000000101aac000 [ 8K] rw-/rw- SM=SHM
    Application Specific Information:
    objc[4624]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 libCoreFSCache.dylib 0x0000000101aa2455 fscache_open + 809
    1 libcldcpuengine.dylib 0x0000000102fb4aa9 init_fscache + 633
    2 libsystem_c.dylib 0x00007fff84c3be06 pthread_once + 86
    3 libcldcpuengine.dylib 0x0000000102fb4189 cld_createkernels + 441
    4 libcldcpuengine.dylib 0x0000000102fb2c3f glrCompBuildProgram + 97
    5 com.apple.opencl 0x00007fff8b59e3b4 clBuildProgram + 3182
    6 com.apple.CoreImage 0x00007fff8878d531 -[FEOpenCLContext _loadKernel:target:testOnly:] + 1330
    7 com.apple.CoreImage 0x00007fff8888beb8 -[FEContext(Kernel) loadKernel:target:] + 96
    8 com.apple.CoreImage 0x00007fff887c88cc FEApplyTreeNode::render1(FETreeContext*, FEShape const&, fe_kernel_target_struct*, int, float*, FETreeTexture*) + 100
    9 com.apple.CoreImage 0x00007fff887c9899 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1589
    10 com.apple.CoreImage 0x00007fff887c6df9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 149
    11 com.apple.CoreImage 0x00007fff887ca684 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 108
    12 com.apple.CoreImage 0x00007fff887ce422 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 276
    13 com.apple.CoreImage 0x00007fff887ce736 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 688
    14 com.apple.CoreImage 0x00007fff887ce9bf FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 375
    15 com.apple.CoreImage 0x00007fff887a5617 -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 247
    16 com.apple.CoreImage 0x00007fff887a4c39 -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 678
    17 com.apple.CoreImage 0x00007fff8875aeb9 -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 349
    18 com.apple.CoreImage 0x00007fff88759ef6 -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 91
    19 libCGXCoreImage.A.dylib 0x00007fff838562e5 cgxcoreimage_instance_render + 2301
    20 libCGXCoreImage.A.dylib 0x00007fff83855927 cgxcoreimage_provider_create_data + 52
    21 libCGXCoreImage.A.dylib 0x00007fff8385587d faultDataAcquireBytePointer + 154
    22 com.apple.CoreGraphics 0x00007fff88c4b3c8 CGAccessSessionGetBytePointer + 45
    23 com.apple.CoreGraphics 0x00007fff88c74463 img_decode_read + 234
    24 com.apple.CoreGraphics 0x00007fff88c7429b img_colormatch_read + 363
    25 com.apple.CoreGraphics 0x00007fff88c740e5 img_alphamerge_read + 532
    26 com.apple.CoreGraphics 0x00007fff88c71ccb img_data_lock + 8307
    27 com.apple.CoreGraphics 0x00007fff88cf5209 CGSImageDataLock + 186
    28 libRIP.A.dylib 0x00007fff86953d4a ripc_AcquireImage + 2209
    29 libRIP.A.dylib 0x00007fff8695258c ripc_DrawImage + 1048
    30 com.apple.CoreGraphics 0x00007fff88cf4d72 CGContextDrawImage + 434
    31 com.apple.coreui 0x00007fff8b166570 CUIPenCG::DrawImage(void*, CGRect, void*) + 70
    32 com.apple.coreui 0x00007fff8b16e0ef CUIRenderer::DrawImage(CGRect, long, CUIDescriptor const*) + 4821
    33 com.apple.coreui 0x00007fff8b13e002 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 4646
    34 com.apple.coreui 0x00007fff8b1639a4 CUIDraw + 225
    35 com.apple.AppKit 0x00007fff81bfe4b0 -[NSCoreUIImageRep draw] + 179
    36 com.apple.AppKit 0x00007fff81bfe37e -[NSImageRep drawInRect:] + 341
    37 com.apple.AppKit 0x00007fff81bfe21c __-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 111
    38 com.apple.AppKit 0x00007fff81bfe0a0 NSGraphicsContextPushContextWithFlippedMetadata_drawWithBlock_ + 318
    39 com.apple.AppKit 0x00007fff81b91803 __-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 + 1953
    40 com.apple.AppKit 0x00007fff81b90eaf -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1212
    41 com.apple.AppKit 0x00007fff81bc1066 -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:fl ip:hints:] + 2443
    42 com.apple.AppKit 0x00007fff81db25ed -[NSPopUpButtonCell _drawIndicatorWithFrame:inView:] + 401
    43 com.apple.AppKit 0x00007fff81c1bb7e -[NSPopUpButtonCell drawBorderAndBackgroundWithFrame:inView:] + 269
    44 com.apple.AppKit 0x00007fff81c1ba00 -[NSMenuItemCell drawWithFrame:inView:] + 270
    45 com.apple.AppKit 0x00007fff81bbcdb7 -[NSControl drawRect:] + 398
    46 com.apple.AppKit 0x00007fff81b8897a -[NSView _drawRect:clip:] + 3758
    47 com.apple.AppKit 0x00007fff81bb5b4f -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1583
    48 com.apple.AppKit 0x00007fff81bb5f7b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
    49 com.apple.AppKit 0x00007fff81bb5f7b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
    50 com.apple.AppKit 0x00007fff81b85f55 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1032
    51 com.apple.AppKit 0x00007fff81b8086f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
    52 com.apple.AppKit 0x00007fff81b792ed -[NSView displayIfNeeded] + 1676
    53 com.apple.AppKit 0x00007fff81f184ee -[NSDrawer(NSDrawerPrivate) _displayIfNeeded] + 94
    54 com.apple.AppKit 0x00007fff81c37999 -[NSWindow(NSDrawerSupportPrivate) _displayAllDrawersIfNeeded] + 123
    55 com.apple.AppKit 0x00007fff81c367ac -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 795
    56 com.apple.AppKit 0x00007fff81c363a8 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 807
    57 com.apple.AppKit 0x00007fff81c3602c -[NSWindow orderWindow:relativeTo:] + 154
    58 com.apple.AppKit 0x00007fff81c358cd -[NSWindow makeKeyAndOrderFront:] + 49
    59 fr.handbrake.HandBrake 0x0000000100017bd4 -[HBController applicationDidFinishLaunching:] + 1613
    60 com.apple.Foundation 0x00007fff83363d0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    61 com.apple.CoreFoundation 0x00007fff867347ba _CFXNotificationPost + 2634
    62 com.apple.Foundation 0x00007fff8334ffc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    63 com.apple.AppKit 0x00007fff81b414e3 -[NSApplication _postDidFinishNotification] + 212
    64 com.apple.AppKit 0x00007fff81b41249 -[NSApplication _sendFinishLaunchingNotification] + 78
    65 com.apple.AppKit 0x00007fff81b3ff10 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
    66 com.apple.AppKit 0x00007fff81b3fc71 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    67 com.apple.CoreFoundation 0x00007fff8677e541 -[NSObject performSelector:withObject:withObject:] + 65
    68 com.apple.Foundation 0x00007fff833867c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
    69 com.apple.Foundation 0x00007fff8338574e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
    70 com.apple.Foundation 0x00007fff833855dc _NSAppleEventManagerGenericHandler + 105
    71 com.apple.AE 0x00007fff836e7c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
    72 com.apple.AE 0x00007fff836e7b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
    73 com.apple.AE 0x00007fff836e79f7 aeProcessAppleEvent + 250
    74 com.apple.HIToolbox 0x00007fff8e69ed7d AEProcessAppleEvent + 102
    75 com.apple.AppKit 0x00007fff81b3d07d _DPSNextEvent + 1247
    76 com.apple.AppKit 0x00007fff81b3c735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    77 com.apple.AppKit 0x00007fff81b39071 -[NSApplication run] + 470
    78 com.apple.AppKit 0x00007fff81db5244 NSApplicationMain + 867
    79 fr.handbrake.HandBrake 0x00000001000017b4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff8691d7e6 kevent + 10
    1 libdispatch.dylib 0x00007fff8767078a _dispatch_mgr_invoke + 923
    2 libdispatch.dylib 0x00007fff8766f31a _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: CFPreferences Background Sync Queue
    0 libsystem_kernel.dylib 0x00007fff8691de9e stat$INODE64 + 10
    1 com.apple.CoreFoundation 0x00007fff8670535a _CFGetPathProperties + 90
    2 com.apple.CoreFoundation 0x00007fff867052ba _CFGetFileProperties + 122
    3 com.apple.CoreFoundation 0x00007fff868060c3 -[CFXPreferencesPropertyListSourceSynchronizer _canFLockAtURL:] + 115
    4 com.apple.CoreFoundation 0x00007fff867311d2 -[CFXPreferencesPropertyListSourceSynchronizer synchronize] + 98
    5 com.apple.CoreFoundation 0x00007fff8676f81f __-[CFXPreferencesPropertyListSource synchronizeInBackgroundWithCompletionBlock:]_block_invoke_1 + 111
    6 libdispatch.dylib 0x00007fff8766ea86 _dispatch_call_block_and_release + 18
    7 libdispatch.dylib 0x00007fff876702d6 _dispatch_queue_drain + 264
    8 libdispatch.dylib 0x00007fff87670132 _dispatch_queue_invoke + 54
    9 libdispatch.dylib 0x00007fff8766f92c _dispatch_worker_thread2 + 198
    10 libsystem_c.dylib 0x00007fff84c3e3da _pthread_wqthread + 316
    11 libsystem_c.dylib 0x00007fff84c3fb85 start_wqthread + 13
    Thread 3:
    0 libsystem_kernel.dylib 0x00007fff8691ce42 __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff84bf2dea nanosleep + 164
    2 libsystem_c.dylib 0x00007fff84bf2bb5 usleep + 53
    3 fr.handbrake.HandBrake 0x000000010006e012 thread_func + 466
    4 fr.handbrake.HandBrake 0x0000000100074c67 hb_thread_func + 55
    5 libsystem_c.dylib 0x00007fff84c3c8bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff84c3fb75 thread_start + 13
    Thread 4:
    0 libsystem_kernel.dylib 0x00007fff8691ce42 __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff84bf2dea nanosleep + 164
    2 libsystem_c.dylib 0x00007fff84bf2bb5 usleep + 53
    3 fr.handbrake.HandBrake 0x000000010006e012 thread_func + 466
    4 fr.handbrake.HandBrake 0x0000000100074c67 hb_thread_func + 55
    5 libsystem_c.dylib 0x00007fff84c3c8bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff84c3fb75 thread_start + 13
    Thread 5:
    0 libsystem_kernel.dylib 0x00007fff8691ce42 __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff84bf2dea nanosleep + 164
    2 libsystem_c.dylib 0x00007fff84bf2bb5 usleep + 53
    3 fr.handbrake.HandBrake 0x000000010006e012 thread_func + 466
    4 fr.handbrake.HandBrake 0x0000000100074c67 hb_thread_func + 55
    5 libsystem_c.dylib 0x00007fff84c3c8bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff84c3fb75 thread_start + 13
    Thread 6:
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00000001064bebb0 rbx: 0x00000001064bc480 rcx: 0x00000001064bebb8 rdx: 0x0000000000000bec
    rdi: 0x00000001019dd000 rsi: 0x0000000000000008 rbp: 0x00007fff5fbf7220 rsp: 0x00007fff5fbf6f70
    r8: 0x0000000000000003 r9: 0x0000000000000bea r10: 0x0000000000000000 r11: 0x00000000fffffff7
    r12: 0x0000000101aa9000 r13: 0x00000001064bc3f0 r14: 0x0000000000000000 r15: 0x0000000000000000
    rip: 0x0000000101aa2455 rfl: 0x0000000000010206 cr2: 0x0000000101aa9228
    Logical CPU: 0
    Binary Images:
    0x100000000 - 0x10105dfd7 +fr.handbrake.HandBrake (4810svn x86_64 - 2012070401) <EDCD3447-34D4-3B9A-9BE9-83B03E776270> /Applications/Handbrake/HandBrake.app/Contents/MacOS/HandBrake
    0x10185d000 - 0x101869ff7 +com.growl.growlframework (1.2.2 - 1.2.2) <C76D2B1C-5455-CFCA-6470-B8B171C14A16> /Applications/Handbrake/HandBrake.app/Contents/Frameworks/Growl.framework/Versi ons/A/Growl
    0x101875000 - 0x10188bfff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <B4628320-468B-F473-EBD3-4303D9C5B639> /Applications/Handbrake/HandBrake.app/Contents/Frameworks/Sparkle.framework/Ver sions/A/Sparkle
    0x1018a4000 - 0x101987fff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
    0x101aa1000 - 0x101aa4ff7 libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x102fb0000 - 0x102fb6fef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1047a5000 - 0x104caeff7 com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff6e23d000 - 0x7fff6e271baf dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    0x7fff81a8f000 - 0x7fff81a8ffff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81ae4000 - 0x7fff81ae9fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff81aea000 - 0x7fff81b1dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff81b34000 - 0x7fff8273aff7 com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8273b000 - 0x7fff82842fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff82847000 - 0x7fff8284cfff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8284d000 - 0x7fff829d7ff7 com.apple.WebKit (7534.56 - 7534.56.5) <BC22A17F-A32F-3D9B-926F-091A47C4B315> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff829d8000 - 0x7fff82b77ff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82b78000 - 0x7fff82c3fff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff82c40000 - 0x7fff82cdaff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff82fc3000 - 0x7fff82ff0fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <DA79E5BA-BBA3-3768-AAD8-B34BA877EF03> /usr/lib/libSystem.B.dylib
    0x7fff82ff1000 - 0x7fff83010fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff83011000 - 0x7fff83073ff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff83074000 - 0x7fff830bbff7 com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff830bc000 - 0x7fff8310ffff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff83110000 - 0x7fff83138fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff83139000 - 0x7fff8321de5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff83248000 - 0x7fff83249ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8324a000 - 0x7fff8334cfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff8334d000 - 0x7fff83666fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff836e4000 - 0x7fff83723fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83724000 - 0x7fff83728fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff83729000 - 0x7fff8372fff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff83730000 - 0x7fff83740ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83741000 - 0x7fff83746fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff83811000 - 0x7fff83852fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83853000 - 0x7fff8385afff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <B3F07872-63B1-3AAF-A313-9B2886822C58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8396b000 - 0x7fff839c3fff libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff839c4000 - 0x7fff83a77ff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8404d000 - 0x7fff84076fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff84077000 - 0x7fff84094fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff845e6000 - 0x7fff8467cff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8467d000 - 0x7fff84691ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff84845000 - 0x7fff84846ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff84867000 - 0x7fff84870ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff84a48000 - 0x7fff84a62fff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff84a63000 - 0x7fff84bedfff com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff84bee000 - 0x7fff84ccbfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff84d14000 - 0x7fff84d84fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff84e83000 - 0x7fff84f9cfff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff84fd6000 - 0x7fff855bafff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff855bb000 - 0x7fff855c8ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff855c9000 - 0x7fff855dfff7 com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff856c0000 - 0x7fff858c2fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff858c3000 - 0x7fff85923fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff85924000 - 0x7fff85a19fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff85a1a000 - 0x7fff85a20fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85a62000 - 0x7fff85a74ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff85a75000 - 0x7fff85a7cfff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff85a7d000 - 0x7fff85a80ff7 com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85a81000 - 0x7fff85acffff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff85ad0000 - 0x7fff85decfff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff85e36000 - 0x7fff85e5afff com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff85ed1000 - 0x7fff85efcff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff85f3c000 - 0x7fff85f62fff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff85f63000 - 0x7fff8642afff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8642b000 - 0x7fff864a1fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff864a5000 - 0x7fff86520ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff865d4000 - 0x7fff865dbfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff865e2000 - 0x7fff866e7fff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff866e8000 - 0x7fff868bcff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff868bd000 - 0x7fff868cafff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff86906000 - 0x7fff86926fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
    0x7fff86927000 - 0x7fff86927fff com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8693d000 - 0x7fff86981ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86982000 - 0x7fff86986ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff86987000 - 0x7fff86992ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff86993000 - 0x7fff86a8dff7 com.apple.DiskImagesFramework (10.7.4 - 331.6) <C7860B00-E1CF-3851-9A3B-9F145B7F498F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff86ec8000 - 0x7fff86ef8ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86ef9000 - 0x7fff86f0bff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff87556000 - 0x7fff8755afff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8755b000 - 0x7fff875b7ff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff875e9000 - 0x7fff8766cfef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8766d000 - 0x7fff8767bfff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff878eb000 - 0x7fff878ecfff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff878f2000 - 0x7fff8790fff7 com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87953000 - 0x7fff87997ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8799f000 - 0x7fff879a5fff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff879a6000 - 0x7fff87afffff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff87b00000 - 0x7fff87c0dfff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff87c0e000 - 0x7fff87c10fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff87c11000 - 0x7fff87d78fff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8854d000 - 0x7fff8854dfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8854e000 - 0x7fff885f0fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff885f1000 - 0x7fff8863dff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8864a000 - 0x7fff8864afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8864b000 - 0x7fff8864dfff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
    0x7fff88751000 - 0x7fff889c4fff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff88a8d000 - 0x7fff88b71fff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff88b7a000 - 0x7fff88b88fff com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88bce000 - 0x7fff88bd4fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff88bd5000 - 0x7fff89572c9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff89573000 - 0x7fff89593fff libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff895a2000 - 0x7fff895e1ff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff895e2000 - 0x7fff89658fff libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff89659000 - 0x7fff89675ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff89db2000 - 0x7fff89dbcff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff8a04c000 - 0x7fff8a182fff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8a1ab000 - 0x7fff8a1b6ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8a433000 - 0x7fff8a860fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8a879000 - 0x7fff8a88efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a88f000 - 0x7fff8ac38fef com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8af8d000 - 0x7fff8afdeff7 com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8afdf000 - 0x7fff8b047ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <C6703B2E-62F2-37C4-A4DE-28AF9C81CB44> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8b048000 - 0x7fff8b09cfff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8b09d000 - 0x7fff8b0e3fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
    0x7fff8b12a000 - 0x7fff8b135fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8b136000 - 0x7fff8b19ffff com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8b1a0000 - 0x7fff8b1b3ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff8b1b4000 - 0x7fff8b1b5ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8b1c8000 - 0x7fff8b1cefff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b1cf000 - 0x7fff8b223ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8b224000 - 0x7fff8b236ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8b24c000 - 0x7fff8b25aff7 libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
    0x7fff8b2bd000 - 0x7fff8b2c0fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8b2c1000 - 0x7fff8b2c2fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8b2c3000 - 0x7fff8b2cbfff libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8b2cc000 - 0x7fff8b307fff com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8b308000 - 0x7fff8b308fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b309000 - 0x7fff8b320fff com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8b3a9000 - 0x7fff8b3ebff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8b3ec000 - 0x7fff8b3f3ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8b3f4000 - 0x7fff8b3f9fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b3fa000 - 0x7fff8b3fefff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8b3ff000 - 0x7fff8b423fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b424000 - 0x7fff8b48fff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8b57b000 - 0x7fff8b57efff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8b57f000 - 0x7fff8b596fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8b597000 - 0x7fff8b5c4ff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8bac9000 - 0x7fff8bb4dff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8bb4e000 - 0x7fff8bb4efff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8bb4f000 - 0x7fff8bb51fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8bb52000 - 0x7fff8bb54ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8bb64000 - 0x7fff8bd8efe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8bd8f000 - 0x7fff8be30ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8be3a000 - 0x7fff8be3dfff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8be6f000 - 0x7fff8bea8fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9. <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff8bea9000 - 0x7fff8c63dfef com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8c669000 - 0x7fff8c952ff7 com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8caad000 - 0x7fff8caadfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff8cb49000 - 0x7fff8cb58ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff8cb59000 - 0x7fff8cb59fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8cb5a000 - 0x7fff8cbcdfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8cbce000 - 0x7fff8cbf7fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8cbf8000 - 0x7fff8cc4aff7 libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8cc4d000 - 0x7fff8cc87fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8cce0000 - 0x7fff8cce5ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8cced000 - 0x7fff8cdcbfff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8cdcc000 - 0x7fff8ce71fff com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8ce72000 - 0x7fff8cef7ff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8cef8000 - 0x7fff8cef9fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff8cf23000 - 0x7fff8d002ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8d078000 - 0x7fff8d079fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8d0c4000 - 0x7fff8d0c9fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d0ca000 - 0x7fff8de01fff com.apple.WebCore (7534.56 - 7534.56.5) <4E63291C-539E-32E3-8B1C-EA8E546B3159> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8de02000 - 0x7fff8de42ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
    0x7fff8de43000 - 0x7fff8e165fe7 com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8e166000 - 0x7fff8e166fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8e178000 - 0x7fff8e5abff7 com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8e5ac000 - 0x7fff8e5e7fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8e5e8000 - 0x7fff8e5fefff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e68e000 - 0x7fff8e9baff7 com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8e9bb000 - 0x7fff8e9e6ff7 com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8e9e7000 - 0x7fff8eaf3fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9. <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    External Modification Summary:
    Calls made by other processes targeting this process:
    task_for_pid: 6
    thread_create: 0
    thread_set_state: 0
    Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
    Calls made by all processes on this machine:
    task_for_pid: 3816
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=204.5M resident=121.1M(59%) swapped_out_or_unallocated=83.4M(41%)
    Writable regions: Total=55.0M written=5588K(10%) resident=9124K(16%) swapped_out=0K(0%) unallocated=46.1M(84%)
    REGION TYPE VIRTUAL
    =========== =======
    CG backing stores 836K
    CG image 72K
    CG raster data 64K
    CG shared images 3408K
    CoreAnimation 12K
    CoreGraphics 16K
    CoreImage 4K
    CoreServices 6924K
    MALLOC 34.1M
    MALLOC guard page 48K
    Memory tag=240 4K
    Memory tag=242 12K
    STACK GUARD 56.0M
    Stack 10.5M
    Stack (reserved) 520K reserved VM address space (unallocated)
    VM_ALLOCATE 316K
    __CI_BITMAP 80K
    __DATA 23.0M
    __IMAGE 528K
    __LINKEDIT 49.7M
    __RC_CAMERAS 248K
    __TEXT 154.8M
    __UNICODE 544K
    mapped file 38.8M
    shared memory 308K
    =========== =======
    TOTAL 380.7M
    TOTAL, minus reserved VM space 380.2M
    Model: Macmini4,1, BootROM MM41.0042.B03, 2 processors, Intel Core 2 Duo, 2.66 GHz, 8 GB, SMC 1.65f2
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x857F, 0x483634353155363446373036364700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x857F, 0x483634353155363446373036364700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    USB Device: MacBook Air SuperDrive, apple_vendor_id, 0x1500, 0x24100000 / 2
    USB Device: Back-UPS RS 1500G FW:865.L3 .D USB FW:L3, 0x051d (American Power Conversion), 0x0002, 0x06200000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 2
    FireWire Device: unknown_device, OWC Mercury Elite-AL Pro, 800mbit_speed
    FireWire Device: Rev2, Drobo, 800mbit_speed
    I've tried deleting the files in ~Library/Application Support/Handbrake and the related Handbrake files in ~Library/Preferences. I've tried the latest nightly build, I've tried repairing permissions, and nothing works.  I don't know why this started all of a sudden and with just this one program.  Can any one help?
    Thanks,
    --Dave

    For those who ever encounter a similar issue, after writing this post I received a message from Drive Genuius that I had bad blocks on my hard drive.  I zero formatted my drive and restored from my latest Time Machine backup.  So far, so good, everything is magically working again...

  • Problem running third party apps in clean installed mavericks HELP....Consol code knowledge needed!

    Yo Guys
    I've had some kernel problems with my mid2010 MBP, problems booting, crashes etc. so decided to make a clean install of mavericks, first through the recovery partion, later at the genius bar (they coudnt help me and blamed my toshiba HD (not generic mac) allthough i strongly doubt its the HD since it has passed every test.
    still i've no thirdparty apps installed, so when after the clean install i tried to install spotify, it hangs(keeps bouncing in dock), same goes for transmission. This happens the same before and after my clean install, but didnt two weeks ago...WEIRD!
    What makes it all weirder is that the spotify install will run and install in safe boot, but it doesnt in normal mode.....
    I can add a etrecheck but since its only a mevericks install you guys could guess the results, everything tests perfect......Its like i've MBP with a burnout, no doctor or app or diagnositc can find any flaw, geniusses arent so genius when behind my laptop, but it behaves very ill.....all&all its just super weird.
    I hope some of you guys are able to read the code in consol, and maybe shine a light on whats wrong. I see some problem occuring the Kernel mach and libsystem_kernel.dylib) and (libsystem_pthread.dylib) still i've no idea how to fix or what it means...
    this is the log of transmission, which usually just runs inside its app.
    Date/Time:       2014-03-19 09:20:22 +0100
    OS Version:      10.9.2 (Build 13C64)
    Architecture:    x86_64
    Report Version:  18
    Command:         Transmission
    Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
    Version:         2.82 (14160)
    Parent:          launchd [156]
    PID:             440
    Event:           hang
    Duration:        1.97s (process was unresponsive for 21 seconds before sampling)
    Steps:           20 (100ms sampling interval)
    Hardware model:  MacBookPro6,2
    Active cpus:     4
    Fan speed:       1999 rpm
    Free pages:      156876 pages (+1491)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Transmission [440]
    Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Task size:       11271 pages (+2)
    CPU Time:        0.003s
    Importance:      Donating
    IO Policy:       Standard
    Note:            Unresponsive for 21 seconds before sampling
      Thread 0x3779     DispatchQueue 1          priority 47       
      20 ??? (Transmission + 5892) [0x100001704]
        20 ??? (Transmission + 6582) [0x1000019b6]
          20 NSApplicationMain + 448 (AppKit) [0x7fff8541c727]
            20 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357 (AppKit) [0x7fff854208db]
              20 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197 (AppKit) [0x7fff85420aec]
                20 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288 (AppKit) [0x7fff85420cfc]
                  20 loadNib + 327 (AppKit) [0x7fff8542175e]
                    20 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1157 (AppKit) [0x7fff8542cc8d]
                      20 -[NSSet makeObjectsPerformSelector:] + 201 (CoreFoundation) [0x7fff8688a549]
                        20 ??? (Transmission + 15619) [0x100003d03]
                          20 -[NSWindow makeKeyAndOrderFront:] + 51 (AppKit) [0x7fff8557f7d6]
                            20 -[NSWindow orderWindow:relativeTo:] + 162 (AppKit) [0x7fff8558e220]
                              20 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 786 (AppKit) [0x7fff8558e5a0]
                                20 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1972 (AppKit) [0x7fff8558eff6]
                                  20 -[NSView displayIfNeeded] + 1680 (AppKit) [0x7fff8557542a]
                                    20 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828 (AppKit) [0x7fff85595fbf]
                                      20 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 314 (AppKit) [0x7fff85598fd1]
                                        20 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 841 (AppKit) [0x7fff85599826]
                                          20 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 (AppKit) [0x7fff8559bdc0]
                                            20 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2787 (AppKit) [0x7fff8559bdc0]
                                              20 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1799 (AppKit) [0x7fff8559b9e4]
                                                20 -[NSScrollView _drawRect:clip:] + 78 (AppKit) [0x7fff8567fca9]
                                                  20 -[NSView _drawRect:clip:] + 422 (AppKit) [0x7fff8559c471]
                                                    20 -[NSView(NSLayerKitGlue) _drawRectAsLayerTree:] + 670 (AppKit) [0x7fff8559d7c1]
                                                      20 CAViewDraw + 54 (QuartzCore) [0x7fff8efaeeb0]
                                                        20 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff897db746]
                                                         *20 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80b75a3b]
      Thread 0x37d1     DispatchQueue 2          priority 49       
      20 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff85103152]
        20 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff897dc662]
         *20 ??? (mach_kernel + 3949760) [0xffffff80005c44c0]
      Thread 0x37e2     priority 47         cpu time   0.003s
      20 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dcb7fc9]
        20 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dcb372a]
          20 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dcb3899]
            20 __NSThread__main__ + 1318 (Foundation) [0x7fff893f476b]
              20 -[NSUIHeartBeat _heartBeatThread:] + 2132 (AppKit) [0x7fff856a221d]
                20 usleep + 54 (libsystem_c.dylib) [0x7fff84120cb2]
                  20 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff897dba3a]
                   *20 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x37e4     priority 47       
      20 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dcb7fc9]
        20 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dcb372a]
          20 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dcb3899]
            20 ??? (Transmission + 431943) [0x100069747]
              20 ??? (Transmission + 460794) [0x1000707fa]
                20 ??? (Transmission + 650671) [0x10009edaf]
                  20 kevent + 10 (libsystem_kernel.dylib) [0x7fff897dc64a]
                   *20 ??? (mach_kernel + 3949760) [0xffffff80005c44c0]
      Thread 0x37e5     priority 47       
      20 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dcb7fc9]
        20 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dcb372a]
          20 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dcb3899]
            20 ??? (Transmission + 431943) [0x100069747]
              20 ??? (Transmission + 545880) [0x100085458]
                20 ??? (Transmission + 549400) [0x100086218]
                  20 ??? (Transmission + 366126) [0x10005962e]
                    20 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff897dba3a]
                     *20 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
    This is the log of the Spotify hang, which installs through a installer.....
    Date/Time:       2014-03-19 09:17:16 +0100
    OS Version:      10.9.2 (Build 13C64)
    Architecture:    x86_64
    Report Version:  18
    Command:         Spotify
    Path:            Spotify.app/Contents/MacOS/Spotify
    Version:         ??? (???)
    Parent:          bash [385]
    Responsible:     Install Spotify [368]
    PID:             387
    Event:           hang
    Duration:        3.47s (process was unresponsive for 24 seconds before sampling)
    Steps:           33 (100ms sampling interval)
    Hardware model:  MacBookPro6,2
    Active cpus:     4
    Fan speed:       1994 rpm
    Free pages:      46388 pages (-1678)
    Pageins:         10 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Spotify [387]
    Path:            Spotify.app/Contents/MacOS/Spotify
    Architecture:    i386
    Parent:          bash [385]
    Responsible:     Install Spotify [368]
    UID:             501
    Task size:       6271 pages
    Note:            Unresponsive for 24 seconds before sampling
      Thread 0x2f09     priority 57       
      33 ??? (Spotify + 33269) [0x91f5]
        33 ??? (Spotify + 62620) [0x1049c]
          33 ??? (Spotify + 1346690) [0x149c82]
            33 ??? (Spotify + 1347795) [0x14a0d3]
              33 ??? (Spotify + 302663) [0x4ae47]
                33 ??? (Spotify + 5056946) [0x4d39b2]
                  33 ??? (libcef.dylib + 9832) [0x5b5f668]
                    33 ??? (libcef.dylib + 34570767) [0x7c5520f]
                      33 ??? (libcef.dylib + 34572176) [0x7c55790]
                        33 ??? (libcef.dylib + 35281217) [0x7d02941]
                          33 ??? (libcef.dylib + 35277575) [0x7d01b07]
                            33 ??? (libcef.dylib + 34878617) [0x7ca0499]
                              33 ??? (libcef.dylib + 18343636) [0x6cdb6d4]
                                33 ??? (libcef.dylib + 18336291) [0x6cd9a23]
                                  33 ??? (libcef.dylib + 18337894) [0x6cda066]
                                    33 ??? (libcef.dylib + 18927361) [0x6d69f01]
                                      33 ??? (libcef.dylib + 18939243) [0x6d6cd6b]
                                        33 ??? (libcef.dylib + 18930022) [0x6d6a966]
                                          33 ??? (libcef.dylib + 18937985) [0x6d6c881]
                                            33 ??? (libcef.dylib + 36711472) [0x7e5fc30]
                                              33 CGLChoosePixelFormat + 117 (OpenGL) [0x98906019]
                                                33 ??? (OpenGL + 39344) [0x989069b0]
                                                  33 ??? (OpenGL + 26274) [0x989036a2]
                                                    33 cglBadApplicationNotMuxAwareLockDown + 54 (OpenGL) [0x98903556]
                                                      33 ??? (OpenGL + 24350) [0x98902f1e]
                                                        33 IOServiceOpen + 93 (IOKit) [0x98606aac]
                                                          33 io_service_open_extended + 171 (IOKit) [0x9866b574]
                                                            33 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x943fff7a]
                                                             *33 hndl_mach_scall + 216 (mach_kernel) [0xffffff80002f38f8]
                                                               *33 ??? (mach_kernel + 824877) [0xffffff80002c962d]
                                                                 *33 mach_msg_overwrite_trap + 195 (mach_kernel) [0xffffff800021e043]
                                                                   *33 ipc_kmsg_send + 117 (mach_kernel) [0xffffff80002139f5]
                                                                     *33 ipc_kobject_server + 241 (mach_kernel) [0xffffff8000226bf1]
                                                                       *33 ??? (mach_kernel + 745563) [0xffffff80002b605b]
                                                                         *33 is_io_service_open_extended + 341 (mach_kernel) [0xffffff80006cac65]
                                                                           *33 AppleMuxControl::newUserClient(task*, void*, unsigned int, OSDictionary*, IOUserClient**) + 80 (AppleMuxControl) [0xffffff7f8258df36]
                                                                             *33 IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                                                                               *33 AppleMuxControl::newUserClientGated(void*) + 144 (AppleMuxControl) [0xffffff7f8258deb2]
                                                                                 *33 AppleGraphicsControlClient::start(IOService*) + 36 (AppleMuxControl) [0xffffff7f8258e688]
                                                                                   *33 AppleGraphicsControlClient::startEx(IOService*) + 124 (AppleMuxControl) [0xffffff7f8258e71c]
                                                                                     *33 AppleMuxControl::addTaskToList(IOService*, unsigned int, char*, bool) + 524 (AppleMuxControl) [0xffffff7f8258d458]
                                                                                        *33 IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                                                                                          *33 IOGraphicsWorkLoop::sleepGate(void*, unsigned int) + 106 (IOGraphicsFamily) [0xffffff7f80b866d6]
                                                                                            *33 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                                                                                              *33 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                                                                *33 ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                                                  *33 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
      Thread 0x2f12     DispatchQueue 2707864236 priority 48       
      33 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x97fc5546]
        33 kevent64 + 10 (libsystem_kernel.dylib) [0x94405992]
         *33 ??? (mach_kernel + 3949760) [0xffffff80005c44c0]
      Thread 0x2f18     priority 46       
      33 thread_start + 34 (libsystem_pthread.dylib) [0x9727fcf2]
        33 _pthread_start + 130 (libsystem_pthread.dylib) [0x9727a485]
          33 _pthread_body + 144 (libsystem_pthread.dylib) [0x9727a5fb]
            33 ??? (Spotify + 2539575) [0x26d037]
              33 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x943fff7a]
               *33 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x2f2c     priority 46       
      33 thread_start + 34 (libsystem_pthread.dylib) [0x9727fcf2]
        33 _pthread_start + 130 (libsystem_pthread.dylib) [0x9727a485]
          33 _pthread_body + 144 (libsystem_pthread.dylib) [0x9727a5fb]
            33 ??? (Spotify + 11173138) [0xaa8d12]
              33 ??? (Spotify + 7110193) [0x6c8e31]
                33 ??? (Spotify + 7109735) [0x6c8c67]
                  33 ??? (Spotify + 11177224) [0xaa9d08]
                    33 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9727ebd9]

    I see noting weird in here
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics - VRAM: 288 MB
              NVIDIA GeForce GT 330M - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 0 days 0:26:50
    Disk Information:
              TOSHIBA MQ01ABD075 disk0 : (750,16 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) /: 749,3 GB (729,06 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   6%          WindowServer
                   2%          Safari
                   2%          hidd
                   1%          EtreCheck
                   0%          Dock
    Top Processes by Memory:
              135 MB          Safari
              127 MB          iTunes
              102 MB          WindowServer
              102 MB          Mail
              66 MB          com.apple.WebKit.WebContent
    Virtual Memory Information:
              1.52 GB          Free RAM
              1.47 GB          Active RAM
              227 MB          Inactive RAM
              672 MB          Wired RAM
              270 MB          Page-ins
              0 B          Page-outs

  • PDF display problem in 10.6.7

    Having problems displaying .pdf files after updating 10.6.7 with the recent font update.
    The issue occurs on both my MacPro and Macbook pro, which were updated recently.
    Opening most but not all .pdf files causes the viewer app to crash. This happens with preview, safari, papers and with the finder.
    Same files can be opened successfully with Adobe reader which suggests problems with underlying pdf rendering technology.
    Anybody else seeing this?
    Any solutions?

    Hi Linc
    Thanks again for the replies and for your time looking at this issue.
    Sorry about the bad file link. I think this one will work:
    http://dl.dropbox.com/u/2391464/p0950-p0982.pdf
    I have since tried this file on a Macbook running 10.5.8 and it crashes Preview and Finder on that machine too. So I was mistaken in thinking that the issue is recent.
    I also note that affected files all have a generic pdf icon.
    It opens fine in Adobe Reader  on the MacPro and in GoodReader on my iPad.
    If it was just this file, I would not worry but I have this problem with 100's of pdf's from on-line academic journals.
    Here is a complete crash report:
    Process:         Preview [10535]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         5.0.3 (504.1)
    Build Info:      Preview-5040100~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [193]
    Date/Time:       2011-05-03 14:21:17.689 +0100
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          168776 sec
    Crashes Since Last Report:           135
    Per-App Interval Since Last Report:  148255 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      EE1A1ECF-B916-4F6B-A68C-EC51382FBA65
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000000c
    Crashed Thread:  5  Dispatch queue: com.apple.root.default-priority
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff814e35af __CFSetApplyFunction_block_invoke_1 + 15
    1   com.apple.CoreFoundation                0x00007fff814d7ae5 CFBasicHashApply + 213
    2   com.apple.CoreFoundation                0x00007fff814e356f CFSetApplyFunction + 191
    3   com.apple.CoreFoundation                0x00007fff814fa017 __CFRunLoopDoSources0 + 359
    4   com.apple.CoreFoundation                0x00007fff814f85f9 __CFRunLoopRun + 873
    5   com.apple.CoreFoundation                0x00007fff814f7dbf CFRunLoopRunSpecific + 575
    6   com.apple.imageKit                      0x00007fff80940087 -[IKTaskManager runAsynchronousTasksWithIdentifier:timeout:] + 91
    7   com.apple.imageKit                      0x00007fff809429c1 -[IKImageBrowserView(IKImageBrowserTasks) performSynchronousTasksIfAny] + 1454
    8   com.apple.imageKit                      0x00007fff8089dcdd -[IKImageBrowserView(ImageBrowserDrawing) drawWithCurrentRendererInRect:] + 247
    9   com.apple.imageKit                      0x00007fff8089e7ea -[IKImageBrowserView(ImageBrowserDrawing) drawRect:] + 732
    10  com.apple.AppKit                        0x00007fff81af1c49 -[NSView _drawRect:clip:] + 3390
    11  com.apple.AppKit                        0x00007fff81af08bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    12  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    13  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    14  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    15  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    16  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    17  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    18  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    19  com.apple.AppKit                        0x00007fff81af0c26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    20  com.apple.AppKit                        0x00007fff81aeef8e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    21  com.apple.AppKit                        0x00007fff81aeeab0 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    22  com.apple.AppKit                        0x00007fff81aeb362 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    23  com.apple.AppKit                        0x00007fff81a64b9a -[NSView displayIfNeeded] + 969
    24  com.apple.AppKit                        0x00007fff81a2cbe3 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    25  com.apple.AppKit                        0x00007fff81a2c77a -[NSWindow orderWindow:relativeTo:] + 94
    26  com.apple.AppKit                        0x00007fff81a2a100 -[NSWindow makeKeyAndOrderFront:] + 46
    27  com.apple.AppKit                        0x00007fff81c2f335 -[NSWindowController showWindow:] + 599
    28  com.apple.Preview                       0x000000010000aa15 -[PVWindowController showWindow:] + 50
    29  com.apple.AppKit                        0x00007fff81c00b74 -[NSDocument showWindows] + 98
    30  com.apple.Preview                       0x0000000100007d86 -[PVDocumentController openNextFileFromScanner:] + 2371
    31  com.apple.Foundation                    0x00007fff868528ea _nsnote_callback + 167
    32  com.apple.CoreFoundation                0x00007fff81505000 __CFXNotificationPost + 1008
    33  com.apple.CoreFoundation                0x00007fff814f1578 _CFXNotificationPostNotification + 200
    34  com.apple.Foundation                    0x00007fff8687e4e4 postQueueNotifications + 398
    35  com.apple.CoreFoundation                0x00007fff8151cb37 __CFRunLoopDoObservers + 519
    36  com.apple.CoreFoundation                0x00007fff814f7ddf CFRunLoopRunSpecific + 607
    37  com.apple.HIToolbox                     0x00007fff863a87ee RunCurrentEventLoopInMode + 333
    38  com.apple.HIToolbox                     0x00007fff863a8551 ReceiveNextEventCommon + 148
    39  com.apple.HIToolbox                     0x00007fff863a84ac BlockUntilNextEventMatchingListInMode + 59
    40  com.apple.AppKit                        0x00007fff81a34e64 _DPSNextEvent + 718
    41  com.apple.AppKit                        0x00007fff81a347a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    42  com.apple.AppKit                        0x00007fff819fa48b -[NSApplication run] + 395
    43  com.apple.AppKit                        0x00007fff819f31a8 NSApplicationMain + 364
    44  com.apple.Preview                       0x0000000100001454 start + 52
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff837f012a kevent + 10
    1   libSystem.B.dylib                       0x00007fff837f1ffd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff837f1cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff837f17fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 2:  Dispatch queue: com.apple.root.default-priority
    0   libJBIG2.A.dylib                        0x00000001176a832b JArithmeticDecoder::decodeBit(unsigned int, JArithmeticDecoderStats*) + 55
    1   libJBIG2.A.dylib                        0x00000001176a753a JBIG2Stream::readGenericBitmap(int, int, int, int, int, int, JBIG2Bitmap*, int*, int*, int) + 6250
    2   libJBIG2.A.dylib                        0x00000001176a9411 JBIG2Stream::readSymbolDictSeg(unsigned int, unsigned int, unsigned int*, unsigned int) + 2823
    3   libJBIG2.A.dylib                        0x00000001176a5212 JBIG2Stream::readSegments() + 838
    4   libJBIG2.A.dylib                        0x00000001176a4dad JBIG2Stream::reset() + 151
    5   libJBIG2.A.dylib                        0x00000001176aeecb jb_state::get_stream() + 207
    6   libJBIG2.A.dylib                        0x00000001176aef18 read_bytes(void*, void*, unsigned long) + 22
    7   com.apple.CoreGraphics                  0x00007fff810a6e4c jbig2_filter_refill + 29
    8   com.apple.CoreGraphics                  0x00007fff80b52210 CGPDFSourceRefill + 235
    9   com.apple.CoreGraphics                  0x00007fff80b520e5 CGPDFSourceRead + 92
    10  com.apple.CoreGraphics                  0x00007fff80c1ce0a CGAccessSessionGetChunks + 459
    11  com.apple.CoreGraphics                  0x00007fff80b17be1 img_decode_read + 516
    12  com.apple.CoreGraphics                  0x00007fff80b20b34 img_interpolate_read + 864
    13  com.apple.CoreGraphics                  0x00007fff80afbd9b img_data_lock + 8693
    14  com.apple.CoreGraphics                  0x00007fff80af8eaf CGSImageDataLock + 212
    15  libRIP.A.dylib                          0x00007fff866be21f ripc_AcquireImage + 2431
    16  libRIP.A.dylib                          0x00007fff866bcaa3 ripc_DrawImage + 1218
    17  com.apple.CoreGraphics                  0x00007fff80b13cda CGContextDrawImage + 446
    18  com.apple.CoreGraphics                  0x00007fff80c9a060 CGPDFDrawingContextDrawImage + 223
    19  com.apple.CoreGraphics                  0x00007fff80c93b1d op_Do + 101
    20  com.apple.CoreGraphics                  0x00007fff80b5a536 pdf_scanner_handle_xname + 105
    21  com.apple.CoreGraphics                  0x00007fff80b598f7 CGPDFScannerScan + 472
    22  com.apple.CoreGraphics                  0x00007fff80b579ac CGPDFDrawingContextDrawPage + 787
    23  com.apple.CoreGraphics                  0x00007fff80b5764a CGContextDrawPDFPageWithProgressCallback + 100
    24  com.apple.PDFKit                        0x00007fff87f8715f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    25  com.apple.PDFKit                        0x00007fff87f84db5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    26  com.apple.imageKit                      0x00007fff80977feb -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    27  com.apple.imageKit                      0x00007fff809766eb -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    28  com.apple.imageKit                      0x00007fff8088726a -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    29  com.apple.imageKit                      0x00007fff8088537e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    30  com.apple.imageKit                      0x00007fff80970959 -[IKThumbnailBuilder computeThumbnail] + 319
    31  com.apple.imageKit                      0x00007fff809716f9 -[IKThumbnailOperation main] + 35
    32  com.apple.Foundation                    0x00007fff8687bcc4 -[__NSOperationInternal start] + 681
    33  com.apple.Foundation                    0x00007fff8695aae7 __doStart2 + 97
    34  libSystem.B.dylib                       0x00007fff83813284 _dispatch_call_block_and_release + 15
    35  libSystem.B.dylib                       0x00007fff837f17f1 _dispatch_worker_thread2 + 239
    36  libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    37  libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 3:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                       0x00007fff83811f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83811e19 nanosleep + 148
    2   com.apple.Foundation                    0x00007fff8687c356 +[NSThread sleepUntilDate:] + 116
    3   com.apple.imageKit                      0x00007fff808a4d0a -[IKImageBrowserView(ImageBrowserImport) _importThumbnails:state:] + 1128
    4   com.apple.imageKit                      0x00007fff80940458 -[IKImageBrowserView(IKImageBrowserTasks) _performAsyncImportIfAny:delegate:] + 49
    5   com.apple.imageKit                      0x00007fff8093f4c5 -[IKTaskAsyncOperation main] + 67
    6   com.apple.Foundation                    0x00007fff8687bcc4 -[__NSOperationInternal start] + 681
    7   com.apple.Foundation                    0x00007fff8695aae7 __doStart2 + 97
    8   libSystem.B.dylib                       0x00007fff83813284 _dispatch_call_block_and_release + 15
    9   libSystem.B.dylib                       0x00007fff837f17f1 _dispatch_worker_thread2 + 239
    10  libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    11  libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 4:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                       0x00007fffffe007db __memcpy + 59
    1   libJBIG2.A.dylib                        0x00000001176b0298 JBIG2Bitmap::JBIG2Bitmap(unsigned int, JBIG2Bitmap*) + 132
    2   libJBIG2.A.dylib                        0x00000001176a970c JBIG2Stream::readSymbolDictSeg(unsigned int, unsigned int, unsigned int*, unsigned int) + 3586
    3   libJBIG2.A.dylib                        0x00000001176a5212 JBIG2Stream::readSegments() + 838
    4   libJBIG2.A.dylib                        0x00000001176a4dad JBIG2Stream::reset() + 151
    5   libJBIG2.A.dylib                        0x00000001176aeecb jb_state::get_stream() + 207
    6   libJBIG2.A.dylib                        0x00000001176aef18 read_bytes(void*, void*, unsigned long) + 22
    7   com.apple.CoreGraphics                  0x00007fff810a6e4c jbig2_filter_refill + 29
    8   com.apple.CoreGraphics                  0x00007fff80b52210 CGPDFSourceRefill + 235
    9   com.apple.CoreGraphics                  0x00007fff80b520e5 CGPDFSourceRead + 92
    10  com.apple.CoreGraphics                  0x00007fff80c1ce0a CGAccessSessionGetChunks + 459
    11  com.apple.CoreGraphics                  0x00007fff80b17be1 img_decode_read + 516
    12  com.apple.CoreGraphics                  0x00007fff80b20b34 img_interpolate_read + 864
    13  com.apple.CoreGraphics                  0x00007fff80afbd9b img_data_lock + 8693
    14  com.apple.CoreGraphics                  0x00007fff80af8eaf CGSImageDataLock + 212
    15  libRIP.A.dylib                          0x00007fff866be21f ripc_AcquireImage + 2431
    16  libRIP.A.dylib                          0x00007fff866bcaa3 ripc_DrawImage + 1218
    17  com.apple.CoreGraphics                  0x00007fff80b13cda CGContextDrawImage + 446
    18  com.apple.CoreGraphics                  0x00007fff80c9a060 CGPDFDrawingContextDrawImage + 223
    19  com.apple.CoreGraphics                  0x00007fff80c93b1d op_Do + 101
    20  com.apple.CoreGraphics                  0x00007fff80b5a536 pdf_scanner_handle_xname + 105
    21  com.apple.CoreGraphics                  0x00007fff80b598f7 CGPDFScannerScan + 472
    22  com.apple.CoreGraphics                  0x00007fff80b579ac CGPDFDrawingContextDrawPage + 787
    23  com.apple.CoreGraphics                  0x00007fff80b5764a CGContextDrawPDFPageWithProgressCallback + 100
    24  com.apple.PDFKit                        0x00007fff87f8715f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    25  com.apple.PDFKit                        0x00007fff87f84db5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    26  com.apple.imageKit                      0x00007fff80977feb -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    27  com.apple.imageKit                      0x00007fff809766eb -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    28  com.apple.imageKit                      0x00007fff8088726a -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    29  com.apple.imageKit                      0x00007fff8088537e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    30  com.apple.imageKit                      0x00007fff80970959 -[IKThumbnailBuilder computeThumbnail] + 319
    31  com.apple.imageKit                      0x00007fff809716f9 -[IKThumbnailOperation main] + 35
    32  com.apple.Foundation                    0x00007fff8687bcc4 -[__NSOperationInternal start] + 681
    33  com.apple.Foundation                    0x00007fff8695aae7 __doStart2 + 97
    34  libSystem.B.dylib                       0x00007fff83813284 _dispatch_call_block_and_release + 15
    35  libSystem.B.dylib                       0x00007fff837f17f1 _dispatch_worker_thread2 + 239
    36  libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    37  libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 5 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   libJBIG2.A.dylib                        0x00000001176aa9ee JBIG2Stream::findSegment(unsigned int) + 8
    1   libJBIG2.A.dylib                        0x00000001176a8b13 JBIG2Stream::readSymbolDictSeg(unsigned int, unsigned int, unsigned int*, unsigned int) + 521
    2   libJBIG2.A.dylib                        0x00000001176a5212 JBIG2Stream::readSegments() + 838
    3   libJBIG2.A.dylib                        0x00000001176a4dad JBIG2Stream::reset() + 151
    4   libJBIG2.A.dylib                        0x00000001176aeecb jb_state::get_stream() + 207
    5   libJBIG2.A.dylib                        0x00000001176aef18 read_bytes(void*, void*, unsigned long) + 22
    6   com.apple.CoreGraphics                  0x00007fff810a6e4c jbig2_filter_refill + 29
    7   com.apple.CoreGraphics                  0x00007fff80b52210 CGPDFSourceRefill + 235
    8   com.apple.CoreGraphics                  0x00007fff80b520e5 CGPDFSourceRead + 92
    9   com.apple.CoreGraphics                  0x00007fff80c1ce0a CGAccessSessionGetChunks + 459
    10  com.apple.CoreGraphics                  0x00007fff80b17be1 img_decode_read + 516
    11  com.apple.CoreGraphics                  0x00007fff80b20b34 img_interpolate_read + 864
    12  com.apple.CoreGraphics                  0x00007fff80afbd9b img_data_lock + 8693
    13  com.apple.CoreGraphics                  0x00007fff80af8eaf CGSImageDataLock + 212
    14  libRIP.A.dylib                          0x00007fff866be21f ripc_AcquireImage + 2431
    15  libRIP.A.dylib                          0x00007fff866bcaa3 ripc_DrawImage + 1218
    16  com.apple.CoreGraphics                  0x00007fff80b13cda CGContextDrawImage + 446
    17  com.apple.CoreGraphics                  0x00007fff80c9a060 CGPDFDrawingContextDrawImage + 223
    18  com.apple.CoreGraphics                  0x00007fff80c93b1d op_Do + 101
    19  com.apple.CoreGraphics                  0x00007fff80b5a536 pdf_scanner_handle_xname + 105
    20  com.apple.CoreGraphics                  0x00007fff80b598f7 CGPDFScannerScan + 472
    21  com.apple.CoreGraphics                  0x00007fff80b579ac CGPDFDrawingContextDrawPage + 787
    22  com.apple.CoreGraphics                  0x00007fff80b5764a CGContextDrawPDFPageWithProgressCallback + 100
    23  com.apple.PDFKit                        0x00007fff87f8715f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    24  com.apple.PDFKit                        0x00007fff87f84db5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    25  com.apple.imageKit                      0x00007fff80977feb -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    26  com.apple.imageKit                      0x00007fff809766eb -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    27  com.apple.imageKit                      0x00007fff8088726a -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    28  com.apple.imageKit                      0x00007fff8088537e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    29  com.apple.imageKit                      0x00007fff80970959 -[IKThumbnailBuilder computeThumbnail] + 319
    30  com.apple.imageKit                      0x00007fff809716f9 -[IKThumbnailOperation main] + 35
    31  com.apple.Foundation                    0x00007fff8687bcc4 -[__NSOperationInternal start] + 681
    32  com.apple.Foundation                    0x00007fff8695aae7 __doStart2 + 97
    33  libSystem.B.dylib                       0x00007fff83813284 _dispatch_call_block_and_release + 15
    34  libSystem.B.dylib                       0x00007fff837f17f1 _dispatch_worker_thread2 + 239
    35  libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    36  libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 6:  Dispatch queue: com.apple.root.default-priority
    0   libJBIG2.A.dylib                        0x00000001176a735f JBIG2Stream::readGenericBitmap(int, int, int, int, int, int, JBIG2Bitmap*, int*, int*, int) + 5775
    1   libJBIG2.A.dylib                        0x00000001176a9411 JBIG2Stream::readSymbolDictSeg(unsigned int, unsigned int, unsigned int*, unsigned int) + 2823
    2   libJBIG2.A.dylib                        0x00000001176a5212 JBIG2Stream::readSegments() + 838
    3   libJBIG2.A.dylib                        0x00000001176a4dad JBIG2Stream::reset() + 151
    4   libJBIG2.A.dylib                        0x00000001176aeecb jb_state::get_stream() + 207
    5   libJBIG2.A.dylib                        0x00000001176aef18 read_bytes(void*, void*, unsigned long) + 22
    6   com.apple.CoreGraphics                  0x00007fff810a6e4c jbig2_filter_refill + 29
    7   com.apple.CoreGraphics                  0x00007fff80b52210 CGPDFSourceRefill + 235
    8   com.apple.CoreGraphics                  0x00007fff80b520e5 CGPDFSourceRead + 92
    9   com.apple.CoreGraphics                  0x00007fff80c1ce0a CGAccessSessionGetChunks + 459
    10  com.apple.CoreGraphics                  0x00007fff80b17be1 img_decode_read + 516
    11  com.apple.CoreGraphics                  0x00007fff80b20b34 img_interpolate_read + 864
    12  com.apple.CoreGraphics                  0x00007fff80afbd9b img_data_lock + 8693
    13  com.apple.CoreGraphics                  0x00007fff80af8eaf CGSImageDataLock + 212
    14  libRIP.A.dylib                          0x00007fff866be21f ripc_AcquireImage + 2431
    15  libRIP.A.dylib                          0x00007fff866bcaa3 ripc_DrawImage + 1218
    16  com.apple.CoreGraphics                  0x00007fff80b13cda CGContextDrawImage + 446
    17  com.apple.CoreGraphics                  0x00007fff80c9a060 CGPDFDrawingContextDrawImage + 223
    18  com.apple.CoreGraphics                  0x00007fff80c93b1d op_Do + 101
    19  com.apple.CoreGraphics                  0x00007fff80b5a536 pdf_scanner_handle_xname + 105
    20  com.apple.CoreGraphics                  0x00007fff80b598f7 CGPDFScannerScan + 472
    21  com.apple.CoreGraphics                  0x00007fff80b579ac CGPDFDrawingContextDrawPage + 787
    22  com.apple.CoreGraphics                  0x00007fff80b5764a CGContextDrawPDFPageWithProgressCallback + 100
    23  com.apple.PDFKit                        0x00007fff87f8715f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    24  com.apple.PDFKit                        0x00007fff87f84db5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    25  com.apple.imageKit                      0x00007fff80977feb -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    26  com.apple.imageKit                      0x00007fff809766eb -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    27  com.apple.imageKit                      0x00007fff8088726a -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    28  com.apple.imageKit                      0x00007fff8088537e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    29  com.apple.imageKit                      0x00007fff80970959 -[IKThumbnailBuilder computeThumbnail] + 319
    30  com.apple.imageKit                      0x00007fff809716f9 -[IKThumbnailOperation main] + 35
    31  com.apple.Foundation                    0x00007fff8687bcc4 -[__NSOperationInternal start] + 681
    32  com.apple.Foundation                    0x00007fff8695aae7 __doStart2 + 97
    33  libSystem.B.dylib                       0x00007fff83813284 _dispatch_call_block_and_release + 15
    34  libSystem.B.dylib                       0x00007fff837f17f1 _dispatch_worker_thread2 + 239
    35  libSystem.B.dylib                       0x00007fff837f1128 _pthread_wqthread + 353
    36  libSystem.B.dylib                       0x00007fff837f0fc5 start_wqthread + 13
    Thread 5 crashed with X86 Thread State (64-bit):
      rax: 0x0000000102f40ff0  rbx: 0x0000000102f156f0  rcx: 0x0000000000000003  rdx: 0x00007fff707c8630
      rdi: 0x0000000102f1bfe0  rsi: 0x0000000000000000  rbp: 0x000000011767a970  rsp: 0x000000011767a970
       r8: 0x0000000102ffc0a0   r9: 0x0000000000000000  r10: 0x0000000000000003  r11: 0x00000000102f4100
      r12: 0x0000000102f1bfe0  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00000001176aa9ee  rfl: 0x0000000000010297  cr2: 0x000000000000000c
    Binary Images:
           0x100000000 -        0x100169ff7  com.apple.Preview 5.0.3 (504.1) <18721FE6-B8BA-6541-DEF6-9D366917376F> /Applications/Preview.app/Contents/MacOS/Preview
           0x1037c5000 -        0x1037ebfff  GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x115646000 -        0x1157d7fef  GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x115808000 -        0x115f8ffff  com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
           0x116389000 -        0x1167acfef  libclh.dylib 3.1.1 C  (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x1176a4000 -        0x1176b3fff  libJBIG2.A.dylib 545.0.0 (compatibility 64.0.0) <D1F33544-AF41-7D19-6D6B-241D053DE92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libJBIG2.A.dylib
           0x200000000 -        0x200517fef  com.apple.GeForce7xxxGLDriver 1.6.26 (6.2.6) <067B2F67-F443-521E-05AD-69831554D5F0> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xx xGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80024000 -     0x7fff8012eff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff8012f000 -     0x7fff80145fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff80178000 -     0x7fff80179ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8017a000 -     0x7fff801b7ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff801b8000 -     0x7fff801f1ff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff8021c000 -     0x7fff802ccfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff802cd000 -     0x7fff802cdff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff802ce000 -     0x7fff80510fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff80511000 -     0x7fff80511ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff805ec000 -     0x7fff805ecff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff805ed000 -     0x7fff80612ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff80613000 -     0x7fff80675fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff80676000 -     0x7fff80733fff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff80734000 -     0x7fff8077bff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8077c000 -     0x7fff80787ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff80788000 -     0x7fff8078eff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff80810000 -     0x7fff8087cff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8087d000 -     0x7fff80ab8fef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff80ab9000 -     0x7fff811b606f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff811ed000 -     0x7fff81203fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff81204000 -     0x7fff81206fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff81207000 -     0x7fff81278ff7  com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff81279000 -     0x7fff812bafef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff812bb000 -     0x7fff814abfef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff814ac000 -     0x7fff81623fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff81722000 -     0x7fff8172ffe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff817e5000 -     0x7fff818fcfef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff81904000 -     0x7fff8194bfff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8194c000 -     0x7fff8198dfff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff819ef000 -     0x7fff819f0fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff819f1000 -     0x7fff823e7fff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff823e8000 -     0x7fff82478fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff82479000 -     0x7fff8248afff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff8248b000 -     0x7fff8298ffe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff82a64000 -     0x7fff82a67fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82a68000 -     0x7fff82bd7fe7  com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff82bd8000 -     0x7fff82c8dfe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff82c8e000 -     0x7fff82ef8fef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff82ef9000 -     0x7fff82efafff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff83152000 -     0x7fff83164fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff8316d000 -     0x7fff834a1fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff834a2000 -     0x7fff83564fef  libFontParser.dylib ??? (???) <363E2A8A-CEFE-9A74-E677-C240B27A4FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8356b000 -     0x7fff8357cff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff8357d000 -     0x7fff83591fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff836ee000 -     0x7fff836eeff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff836ef000 -     0x7fff837d5fef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff837d6000 -     0x7fff83997fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
        0x7fff83998000 -     0x7fff83acdff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83ada000 -     0x7fff83b44fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff83b45000 -     0x7fff83b45ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff83b46000 -     0x7fff83c18fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff83ccc000 -     0x7fff83d07fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff83d08000 -     0x7fff83d4dfff  com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff83d4e000 -     0x7fff83d69ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff83d6a000 -     0x7fff83d87ff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff83dca000 -     0x7fff83e4cfff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83e7d000 -     0x7fff83eaefff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83eaf000 -     0x7fff83efeff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff83eff000 -     0x7fff83f4efef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff83f4f000 -     0x7fff84759fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8475a000 -     0x7fff84af7fe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff84af8000 -     0x7fff84b35fff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff84bec000 -     0x7fff84c41ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff84c42000 -     0x7fff84cfbfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff84d40000 -     0x7fff84d4ffff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff84d50000 -     0x7fff84deaff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff84e26000 -     0x7fff84e6eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff84e6f000 -     0x7fff84ed7fff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff84ed8000 -     0x7fff84f07ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff84f1e000 -     0x7fff84f41fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff84f42000 -     0x7fff84fc1fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85016000 -     0x7fff8501fff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85020000 -     0x7fff85025fff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85026000 -     0x7fff85147fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff851fe000 -     0x7fff852bffef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff852c0000 -     0x7fff85703fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85a48000 -     0x7fff85a70fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff85a71000 -     0x7fff85cf9fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff85d12000 -     0x7fff85d5bfef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff85fab000 -     0x7fff85fcbff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff85fcc000 -     0x7fff85fd7fff  com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff85fd8000 -     0x7fff86012fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff86013000 -     0x7fff86019ff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8601a000 -     0x7fff861d2fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff861d3000 -     0x7fff862ecfef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8637a000 -     0x7fff86678fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8668d000 -     0x7fff8668dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff866b1000 -     0x7fff866f4ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff866f5000 -     0x7fff8672efef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
        0x7fff8672f000 -     0x7fff86736fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86830000 -     0x7fff86832fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff86842000 -     0x7fff86ac5fe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff86b15000 -     0x7fff86b9aff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff86b9b000 -     0x7fff86c51fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff86c52000 -     0x7fff86c60ff7  libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
        0x7fff86c61000 -     0x7fff86ca5fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86d2a000 -     0x7fff86d40fff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff86d41000 -     0x7fff86d93ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff86d94000 -     0x7fff86d94ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86d95000 -     0x7fff86df5fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff86e12000 -     0x7fff86e18ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff86e19000 -     0x7fff86e96fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff86e97000 -     0x7fff86e9bff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff87b95000 -     0x7fff87ba9ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff87baa000 -     0x7fff87bb9fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff87bba000 -     0x7fff87bbbff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff87bbc000 -     0x7fff87d7afff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
        0x7fff87d7b000 -     0x7fff87d94fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87f14000 -     0x7fff87f5dff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87f5e000 -     0x7fff87f61ff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87f62000 -     0x7fff87ff1fff  com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff87ff2000 -     0x7fff87ff6ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87ff7000 -     0x7fff88074fef  com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff88075000 -     0x7fff880b6ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff880c0000 -     0x7fff8819dfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8819e000 -     0x7fff881c4fe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff881c5000 -     0x7fff881c8ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff881c9000 -     0x7fff881cefff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff883d2000 -     0x7fff8841efff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff88591000 -     0x7fff885c4fff  libTrueTypeScaler.dylib ??? (???) <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff885de000 -     0x7fff88609ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff88616000 -     0x7fff886b6fff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff886b7000 -     0x7fff887f5fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8896a000 -     0x7fff88a92ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff88a93000 -     0x7fff88b1ffef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff88b20000 -     0x7fff88b6aff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff88b6b000 -     0x7fff88b80ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff88b81000 -     0x7fff88b81ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff88b90000 -     0x7fff88bb1fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff88d76000 -     0x7fff88df4ff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88df5000 -     0x7fff88dfaff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88dfb000 -     0x7fff89226fef  com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 12 GB, SMC 1.7f10
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 0 MB
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-4
    PCI Card: NVIDIA GeForce 8800 GT, Display, Slot-1
    Serial ATA Device: SAMSUNG HD103UJ, 931.51 GB
    Serial ATA Device: SAMSUNG HD103SI, 931.51 GB
    Serial ATA Device: WDC WD5000AAKS-00TMA0, 465.76 GB
    Serial ATA Device: WDC WD5000AAKS-00YGA0, 465.76 GB
    Parallel ATA Device: SONY    DVD RW DW-D150A
    USB Device: Hub, 0x0424  (SMSC), 0x2504, 0xfd3000

  • Problems with Appstore. Need Help!!!

    Hello,  I updated my Snow Leopard to 10.6.8 When I trying to open Appstore I receive crash error. How could I fix it and where's problem? Any ideas how to install Appstore manually ?
    [I]Process:         App Store [790]
    Path:            /Applications/App Store.app/Contents/MacOS/App Store
    Identifier:      com.apple.appstore
    Version:         1.0.2 (63.1)
    Build Info:      Firenze-630100~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [165]
    Date/Time:       2011-07-21 15:55:49.522 +0300
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          8073 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  96 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      A29EE015-46DD-497D-8DCD-163C7AAA1FF4
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    *** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Cannot lock focus on image <NSImage 0x1003638a0 Size={0, 0} Reps=(
    )>, because it is size zero.'
    *** Call stack at first throw:
    0   CoreFoundation                      0x00007fff82b627b4 __exceptionPreprocess + 180
    1   libobjc.A.dylib                     0x00007fff8540af03 objc_exception_throw + 45
    2   CoreFoundation                      0x00007fff82b625d7 +[NSException raise:format:arguments:] + 103
    3   CoreFoundation                      0x00007fff82b62564 +[NSException raise:format:] + 148
    4   AppKit                              0x00007fff81e309cc -[NSImage _lockFocusOnRepresentation:rect:context:hints:flipped:] + 319
    5   AppKit                              0x00007fff81e30883 __-[NSImage lockFocusWithRect:context:hints:flipped:]_block_invoke_1 + 100
    6   AppKit                              0x00007fff81dc4c1d -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 178
    7   AppKit                              0x00007fff81e30809 -[NSImage lockFocusWithRect:context:hints:flipped:] + 289
    8   AppKit                              0x00007fff81e306d3 -[NSImage lockFocusFlipped:] + 142
    9   App Store                           0x000000010001c840 0x0 + 4295084096
    10  AppKit                              0x00007fff81db9444 -[NSControl drawRect:] + 405
    11  AppKit                              0x00007fff81db1cc5 -[NSView _drawRect:clip:] + 3390
    12  AppKit                              0x00007fff81db0938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    13  AppKit                              0x00007fff81db0ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    14  AppKit                              0x00007fff81db0ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    15  AppKit                              0x00007fff81dd5c5a -[NSToolbarItemViewer _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 301
    16  AppKit                              0x00007fff81db0ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    17  AppKit                              0x00007fff81db0ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    18  AppKit                              0x00007fff81db0ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    19  AppKit                              0x00007fff81daf00a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    20  AppKit                              0x00007fff81daeb2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    21  AppKit                              0x00007fff81dab3de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    22  AppKit                              0x00007fff81d24c0e -[NSView displayIfNeeded] + 969
    23  AppKit                              0x00007fff81cecc3b -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    24  AppKit                              0x00007fff81cec7d2 -[NSWindow orderWindow:relativeTo:] + 94
    25  AppKit                              0x00007fff81cb8974 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1726
    26  AppKit                              0x00007fff81cb6a91 loadNib + 226
    27  AppKit                              0x00007fff81cb61a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZonewnerBundle:] + 763
    28  AppKit                              0x00007fff81cb5dd9 +[NSBundle(NSNibLoading) loadNibNamedwner:] + 326
    29  AppKit                              0x00007fff81cb335b NSApplicationMain + 279
    30  App Store                           0x00000001000013f4 0x0 + 4294972404
    31  ???                                 0x0000000000000002 0x0 + 2
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                  0x00007fff871d50b6 __kill + 10
    1   libSystem.B.dylib                  0x00007fff872759f6 abort + 83
    2   libstdc++.6.dylib                  0x00007fff898405d2 __tcf_0 + 0
    3   libobjc.A.dylib                    0x00007fff8540eb39 _objc_terminate + 100
    4   libstdc++.6.dylib                  0x00007fff8983eae1 __cxxabiv1::__terminate(void (*)()) + 11
    5   libstdc++.6.dylib                  0x00007fff8983eb16 __cxxabiv1::__unexpected(void (*)()) + 0
    6   libstdc++.6.dylib                  0x00007fff8983ebfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    7   libobjc.A.dylib                    0x00007fff8540afa2 object_getIvar + 0
    8   com.apple.CoreFoundation           0x00007fff82bba969 -[NSException raise] + 9
    9   com.apple.AppKit                   0x00007fff81dab924 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4033
    10  com.apple.AppKit                   0x00007fff81d24c0e -[NSView displayIfNeeded] + 969
    11  com.apple.AppKit                   0x00007fff81cecc3b -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    12  com.apple.AppKit                   0x00007fff81cec7d2 -[NSWindow orderWindow:relativeTo:] + 94
    13  com.apple.AppKit                   0x00007fff81cb8974 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1726
    14  com.apple.AppKit                   0x00007fff81cb6a91 loadNib + 226
    15  com.apple.AppKit                   0x00007fff81cb61a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZonewnerBundle:] + 763
    16  com.apple.AppKit                   0x00007fff81cb5dd9 +[NSBundle(NSNibLoading) loadNibNamedwner:] + 326
    17  com.apple.AppKit                   0x00007fff81cb335b NSApplicationMain + 279
    18  com.apple.appstore                 0x00000001000013f4 0x100000000 + 5108
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                  0x00007fff8719fc0a kevent + 10
    1   libSystem.B.dylib                  0x00007fff871a1add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                  0x00007fff871a17b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                  0x00007fff871a12de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                  0x00007fff871a0c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                  0x00007fff871a0aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                  0x00007fff871a0a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                  0x00007fff871a0e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                  0x00007fff871a0aa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                  0x00007fff871a0a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                  0x00007fff871a0e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                  0x00007fff871a0aa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff70d382f8  rcx: 0x00007fff5fbfee78  rdx: 0x0000000000000000
      rdi: 0x0000000000000316  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfee90  rsp: 0x00007fff5fbfee78
       r8: 0x00007fff70d3ba60   r9: 0x0000000000000063  r10: 0x00007fff871d10fa  r11: 0x0000000000000202
      r12: 0x00007fff82be7b09  r13: 0x0000000000000000  r14: 0x000000010184a2f0  r15: 0x00007fff70262190
      rip: 0x00007fff871d50b6  rfl: 0x0000000000000202  cr2: 0x00007fff711c8fd0
    Binary Images:
           0x100000000 -        0x100044fff  com.apple.appstore 1.0.2 (63.1) <9113B2F3-EC62-24EA-C21A-352621712604> /Applications/App Store.app/Contents/MacOS/App Store

    It does not look that good. My best recommendation would be to download the Snow Leopard Combo Update 10.6.8, then restart and give it a new try: http://support.apple.com/kb/DL1399

  • "Preview quit unexpectedly." - PDF Problems

    When I open a .pdf, it just crashes,
    Log from console:
    http://log.pastebin.com/Bdm7p6m6

    I am having the same problem. Just started within last week or so. Sometimes it works. Sometimes not. Seems like it is crashing about 50% of the time. Below is text of the crash log:
    Process: Preview [64845]
    Path: /Applications/Preview.app/Contents/MacOS/Preview
    Identifier: com.apple.Preview
    Version: 5.0.2 (504)
    Build Info: Preview-5040000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [3501]
    Date/Time: 2010-05-12 12:54:53.229 -0700
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 495396 sec
    Crashes Since Last Report: 11
    Per-App Interval Since Last Report: 413024 sec
    Per-App Crashes Since Last Report: 10
    Anonymous UUID: 611D63E3-5C1D-4438-B528-B45D65F1FFFF
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 2 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    Assertion failed: (!contains_overlaps(set)), function remove_overlaps, file cmap-cid-set.c, line 200.
    Thread 0: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff880b836b __CFStringEqual + 107
    1 com.apple.CoreFoundation 0x00007fff880b82d1 CFEqual + 337
    2 com.apple.CoreFoundation 0x00007fff880cdf5b __CFBasicHashStandardCallback + 315
    3 com.apple.CoreFoundation 0x00007fff880bc15c _CFBasicHashFindBucket1 + 556
    4 com.apple.CoreFoundation 0x00007fff880d754c CFBasicHashGetCountOfKey + 156
    5 com.apple.CoreFoundation 0x00007fff880d7487 CFSetContainsValue + 119
    6 com.apple.CoreFoundation 0x00007fff880f7cde __CFRunLoopModeIsEmpty + 430
    7 com.apple.CoreFoundation 0x00007fff880f776a CFRunLoopRunSpecific + 202
    8 com.apple.imageKit 0x00007fff84d99093 -[IKTaskManager runAsynchronousTasksWithIdentifier:timeout:] + 91
    9 com.apple.imageKit 0x00007fff84d9b9cd -[IKImageBrowserView(IKImageBrowserTasks) performSynchronousTasksIfAny] + 1454
    10 com.apple.imageKit 0x00007fff84cf6ce4 -[IKImageBrowserView(ImageBrowserDrawing) drawWithCurrentRendererInRect:] + 247
    11 com.apple.imageKit 0x00007fff84cf77f1 -[IKImageBrowserView(ImageBrowserDrawing) drawRect:] + 732
    12 com.apple.AppKit 0x00007fff8275e812 -[NSView _drawRect:clip:] + 3390
    13 com.apple.AppKit 0x00007fff8275d485 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    14 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    15 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    16 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    17 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    18 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    19 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    20 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    21 com.apple.AppKit 0x00007fff8275d7ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    22 com.apple.AppKit 0x00007fff8275bb57 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    23 com.apple.AppKit 0x00007fff8275b678 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    24 com.apple.AppKit 0x00007fff82757f27 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    25 com.apple.AppKit 0x00007fff826d1777 -[NSView displayIfNeeded] + 969
    26 com.apple.AppKit 0x00007fff826997b3 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    27 com.apple.AppKit 0x00007fff8269934a -[NSWindow orderWindow:relativeTo:] + 94
    28 com.apple.AppKit 0x00007fff82696cc8 -[NSWindow makeKeyAndOrderFront:] + 46
    29 com.apple.AppKit 0x00007fff8289bd71 -[NSWindowController showWindow:] + 599
    30 com.apple.Preview 0x000000010000abb9 -[PVWindowController showWindow:] + 50
    31 com.apple.AppKit 0x00007fff8286d5bc -[NSDocument showWindows] + 98
    32 com.apple.Preview 0x0000000100007f46 -[PVDocumentController openNextFileFromScanner:] + 2371
    33 com.apple.Foundation 0x00007fff8754d86e nsnotecallback + 167
    34 com.apple.CoreFoundation 0x00007fff88104aea __CFXNotificationPost + 954
    35 com.apple.CoreFoundation 0x00007fff880f1098 _CFXNotificationPostNotification + 200
    36 com.apple.Foundation 0x00007fff8757980c postQueueNotifications + 398
    37 com.apple.CoreFoundation 0x00007fff8811c0d7 __CFRunLoopDoObservers + 519
    38 com.apple.CoreFoundation 0x00007fff880f7f84 __CFRunLoopRun + 468
    39 com.apple.CoreFoundation 0x00007fff880f78df CFRunLoopRunSpecific + 575
    40 com.apple.HIToolbox 0x00007fff80af3ada RunCurrentEventLoopInMode + 333
    41 com.apple.HIToolbox 0x00007fff80af38df ReceiveNextEventCommon + 310
    42 com.apple.HIToolbox 0x00007fff80af3798 BlockUntilNextEventMatchingListInMode + 59
    43 com.apple.AppKit 0x00007fff826a1a2a _DPSNextEvent + 708
    44 com.apple.AppKit 0x00007fff826a1379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    45 com.apple.AppKit 0x00007fff8266705b -[NSApplication run] + 395
    46 com.apple.AppKit 0x00007fff8265fd7c NSApplicationMain + 364
    47 com.apple.Preview 0x0000000100001614 start + 52
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8306e4ea kevent + 10
    1 libSystem.B.dylib 0x00007fff830703bd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff83070094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8306fbbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff8306f4e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 2 Crashed: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff830c801e _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x00007fff830c7f20 nanosleep$NOCANCEL + 129
    2 libSystem.B.dylib 0x00007fff83124902 usleep$NOCANCEL + 57
    3 libSystem.B.dylib 0x00007fff83143eb8 abort + 93
    4 libSystem.B.dylib 0x00007fff83130ef0 _pthreadmarkcancel + 0
    5 libCMaps.A.dylib 0x0000000118eb3bff normalize + 238
    6 libCMaps.A.dylib 0x0000000118eb3c2f cmapcid_set_find_matchingrange + 30
    7 libCMaps.A.dylib 0x0000000118eb471f cmapcsr_setconvert + 844
    8 com.apple.CoreGraphics 0x00007fff87a160b0 CGPDFCMapGetCIDsForText + 171
    9 com.apple.CoreGraphics 0x00007fff87a2db1c textchunk_appendcids + 196
    10 com.apple.CoreGraphics 0x00007fff8798a511 CGPDFTextLayoutAppendString + 81
    11 com.apple.CoreGraphics 0x00007fff8798a48b CGPDFTextObjectAppendString + 96
    12 com.apple.CoreGraphics 0x00007fff87a1a249 op_Tj + 81
    13 com.apple.CoreGraphics 0x00007fff878e0a76 pdfscanner_handlexname + 105
    14 com.apple.CoreGraphics 0x00007fff878dfe37 CGPDFScannerScan + 472
    15 com.apple.CoreGraphics 0x00007fff878ddeec CGPDFDrawingContextDrawPage + 787
    16 com.apple.CoreGraphics 0x00007fff878ddb8a CGContextDrawPDFPageWithProgressCallback + 100
    17 com.apple.PDFKit 0x00007fff8535015f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    18 com.apple.PDFKit 0x00007fff8534ddb5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    19 com.apple.imageKit 0x00007fff84dd0ff7 -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    20 com.apple.imageKit 0x00007fff84dcf6f7 -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    21 com.apple.imageKit 0x00007fff84ce031b -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    22 com.apple.imageKit 0x00007fff84cde42e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    23 com.apple.imageKit 0x00007fff84dc9965 -[IKThumbnailBuilder computeThumbnail] + 319
    24 com.apple.imageKit 0x00007fff84dca705 -[IKThumbnailOperation main] + 35
    25 com.apple.Foundation 0x00007fff87577081 -[__NSOperationInternal start] + 681
    26 com.apple.Foundation 0x00007fff87576d37 ___startOperations_block_invoke2 + 99
    27 libSystem.B.dylib 0x00007fff83091610 dispatch_call_block_andrelease + 15
    28 libSystem.B.dylib 0x00007fff8306fbb1 dispatch_workerthread2 + 239
    29 libSystem.B.dylib 0x00007fff8306f4e8 pthreadwqthread + 353
    30 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 3: Dispatch queue: com.apple.root.default-priority
    0 libCMaps.A.dylib 0x0000000118eb38bf contains_overlaps + 62
    1 libCMaps.A.dylib 0x0000000118eb3bdc normalize + 203
    2 libCMaps.A.dylib 0x0000000118eb3c2f cmapcid_set_find_matchingrange + 30
    3 libCMaps.A.dylib 0x0000000118eb471f cmapcsr_setconvert + 844
    4 com.apple.CoreGraphics 0x00007fff87a160b0 CGPDFCMapGetCIDsForText + 171
    5 com.apple.CoreGraphics 0x00007fff87a2db1c textchunk_appendcids + 196
    6 com.apple.CoreGraphics 0x00007fff8798a511 CGPDFTextLayoutAppendString + 81
    7 com.apple.CoreGraphics 0x00007fff8798a48b CGPDFTextObjectAppendString + 96
    8 com.apple.CoreGraphics 0x00007fff87a1a249 op_Tj + 81
    9 com.apple.CoreGraphics 0x00007fff878e0a76 pdfscanner_handlexname + 105
    10 com.apple.CoreGraphics 0x00007fff878dfe37 CGPDFScannerScan + 472
    11 com.apple.CoreGraphics 0x00007fff878ddeec CGPDFDrawingContextDrawPage + 787
    12 com.apple.CoreGraphics 0x00007fff878ddb8a CGContextDrawPDFPageWithProgressCallback + 100
    13 com.apple.PDFKit 0x00007fff8535015f -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 629
    14 com.apple.PDFKit 0x00007fff8534ddb5 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 673
    15 com.apple.imageKit 0x00007fff84dd0ff7 -[IKImageCellDatasourceProxy _thumbnailWithRepresentation:type:uti:size:antialiased:quality:] + 1713
    16 com.apple.imageKit 0x00007fff84dcf6f7 -[IKImageCellDatasourceProxy thumbnailWithSize:antialiased:quality:] + 177
    17 com.apple.imageKit 0x00007fff84ce031b -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 577
    18 com.apple.imageKit 0x00007fff84cde42e -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 124
    19 com.apple.imageKit 0x00007fff84dc9965 -[IKThumbnailBuilder computeThumbnail] + 319
    20 com.apple.imageKit 0x00007fff84dca705 -[IKThumbnailOperation main] + 35
    21 com.apple.Foundation 0x00007fff87577081 -[__NSOperationInternal start] + 681
    22 com.apple.Foundation 0x00007fff87576d37 ___startOperations_block_invoke2 + 99
    23 libSystem.B.dylib 0x00007fff83091610 dispatch_call_block_andrelease + 15
    24 libSystem.B.dylib 0x00007fff8306fbb1 dispatch_workerthread2 + 239
    25 libSystem.B.dylib 0x00007fff8306f4e8 pthreadwqthread + 353
    26 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff8306f30a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8306f71c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8306f30a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8306f71c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff8306f30a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8306f71c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 7: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff83090316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff830901a5 nanosleep + 148
    2 com.apple.Foundation 0x00007fff87577790 +[NSThread sleepUntilDate:] + 116
    3 com.apple.imageKit 0x00007fff84cfdd11 -[IKImageBrowserView(ImageBrowserImport) _importThumbnails:state:] + 1128
    4 com.apple.imageKit 0x00007fff84d99464 -[IKImageBrowserView(IKImageBrowserTasks) _performAsyncImportIfAny:delegate:] + 49
    5 com.apple.imageKit 0x00007fff84d984d1 -[IKTaskAsyncOperation main] + 67
    6 com.apple.Foundation 0x00007fff87577081 -[__NSOperationInternal start] + 681
    7 com.apple.Foundation 0x00007fff87576d37 ___startOperations_block_invoke2 + 99
    8 libSystem.B.dylib 0x00007fff83091610 dispatch_call_block_andrelease + 15
    9 libSystem.B.dylib 0x00007fff8306fbb1 dispatch_workerthread2 + 239
    10 libSystem.B.dylib 0x00007fff8306f4e8 pthreadwqthread + 353
    11 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8306f30a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8306f71c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8306f385 start_wqthread + 13
    Thread 2 crashed with X86 Thread State (64-bit):
    rax: 0x000000000000003c rbx: 0x0000000117f80090 rcx: 0x0000000117f80048 rdx: 0x0000000000000001
    rdi: 0x0000000000000c03 rsi: 0x0000000000000000 rbp: 0x0000000117f80080 rsp: 0x0000000117f80048
    r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x0000000000000246
    r12: 0x0000000000000000 r13: 0x0000000118eb8578 r14: 0x0000000118eb8560 r15: 0x00007fff70565670
    rip: 0x00007fff830c801e rfl: 0x0000000000000247 cr2: 0x000000007d15b000
    Binary Images:
    0x100000000 - 0x100169ff7 com.apple.Preview 5.0.2 (504) <D0CE0674-C0EA-1D6F-B4FE-9FB5148A2437> /Applications/Preview.app/Contents/MacOS/Preview
    0x100793000 - 0x1007b9fe7 GLRendererFloat ??? (???) <684EBDC4-63B4-BC55-60EF-0F6A7D666551> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1165ef000 - 0x11677cfe7 GLEngine ??? (???) <85971DA9-5140-A226-7898-21B2D6C6F7FE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1167ad000 - 0x116b7bfff com.apple.ATIRadeonX2000GLDriver 1.6.10 (6.1.0) <9723EF39-545B-D1B3-5F4A-C6EF9F4B1211> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x118eb2000 - 0x119067fff libCMaps.A.dylib 543.33.0 (compatibility 64.0.0) <62475499-8993-61E1-313C-41778B318583> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x7fff5fc00000 - 0x7fff5fc3bde7 dyld 132.1 (???) <A43F7314-3A8C-4391-3237-46790EE6313A> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80015fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff80016000 - 0x7fff8019cfe7 com.apple.JavaScriptCore 6531.22 (6531.22.5) <E33572F9-95E3-85D1-5B5E-2B240E3BF2B1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8019d000 - 0x7fff801aeff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff801af000 - 0x7fff809b9fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff809ba000 - 0x7fff80ac4ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff80ac5000 - 0x7fff80dc3fef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff80dc4000 - 0x7fff80df5fff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff80df6000 - 0x7fff80e62fe7 com.apple.CorePDF 1.1 (1.1) <D47B2366-5D1B-147B-B1FA-C9FE36C4EFFF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff80e63000 - 0x7fff80ecbfff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff80ecc000 - 0x7fff80ef1fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff80ef2000 - 0x7fff80f8cfff com.apple.ApplicationServices.ATS 4.2 (???) <E31469D3-A97D-63BB-FB00-05ACB2CEC561> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff80f8d000 - 0x7fff81212fef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff81237000 - 0x7fff81479fe7 com.apple.AddressBook.framework 5.0.1 (868) <0623CCCC-6865-681A-0737-723A7B016EA1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8147a000 - 0x7fff814a9ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff814aa000 - 0x7fff814b0ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff814b1000 - 0x7fff815effff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff81711000 - 0x7fff8174aff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff8174b000 - 0x7fff81751ff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff81cf2000 - 0x7fff81d7efef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <E8D8DEC7-341B-585F-1175-BDE1419255EB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff81d84000 - 0x7fff81d87fff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff81d88000 - 0x7fff81e3dfe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff81ef4000 - 0x7fff81ef8ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff81ef9000 - 0x7fff81efefff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff81eff000 - 0x7fff81f4bfff libauto.dylib ??? (???) <8145CA34-EA03-11D2-5C60-02C1E5750593> /usr/lib/libauto.dylib
    0x7fff81f4c000 - 0x7fff81f60fff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81f61000 - 0x7fff81f76ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <413E033D-7A8A-4C46-6779-592D93BE2B81> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff81fb7000 - 0x7fff81fb8fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff81fb9000 - 0x7fff81fb9ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff81fba000 - 0x7fff82024fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff82075000 - 0x7fff820b2ff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8218d000 - 0x7fff82198fff com.apple.CrashReporterSupport 10.6.3 (250) <52F8B18D-7953-3EE7-4AE9-89F1121A5336> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8238f000 - 0x7fff823a5fff com.apple.ImageCapture 6.0 (6.0) <BF702F65-8E30-E318-1B58-AE6C0D5E5715> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff82515000 - 0x7fff82556fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff825a8000 - 0x7fff8265dfe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8265e000 - 0x7fff83053fe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83054000 - 0x7fff83213ff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff83214000 - 0x7fff83299fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8329a000 - 0x7fff8329aff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83394000 - 0x7fff834adfef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff834fd000 - 0x7fff83532ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x7fff8354c000 - 0x7fff8355dfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8355e000 - 0x7fff8361bff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8361c000 - 0x7fff8367aff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8367e000 - 0x7fff8371efff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff83880000 - 0x7fff838c2fef com.apple.CoreMedia 0.484.5 (484.5) <FF8F87CB-7087-A46F-D633-6A93054BDBA2> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff838c3000 - 0x7fff838c3ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff838c4000 - 0x7fff838c9ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff838ca000 - 0x7fff838ccfff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff838cd000 - 0x7fff839b3fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff839b4000 - 0x7fff83a1cfff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff83a7e000 - 0x7fff83ac7ff7 com.apple.securityinterface 4.0.1 (37214) <68CC3A69-1078-EAB0-3E18-93D051C4F5E0> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83ac8000 - 0x7fff83adeff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff83adf000 - 0x7fff83b5dfff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff83bd3000 - 0x7fff83d8dfff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff83d8e000 - 0x7fff83d9cff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x7fff83e5f000 - 0x7fff83eb0fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83edb000 - 0x7fff84251fe7 com.apple.RawCamera.bundle 3.0.2 (527) <E70071D3-CC39-4B14-2AA3-EAC42BC84AD4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff842f5000 - 0x7fff842f6ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff842f7000 - 0x7fff84302ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff84312000 - 0x7fff8435bfef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8435c000 - 0x7fff8439dfff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff843a6000 - 0x7fff843c6ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8441b000 - 0x7fff8444cfef libTrueTypeScaler.dylib ??? (???) <C15B0761-5136-BD0C-20F7-C8F8A95AF367> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8444d000 - 0x7fff84466fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff84473000 - 0x7fff84533fe7 libFontParser.dylib ??? (???) <2C6B6ABB-7EF0-3CD8-97D2-9B4534D0056C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8455b000 - 0x7fff8457efff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff845bb000 - 0x7fff84638fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8463b000 - 0x7fff8467fff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff84680000 - 0x7fff846c8ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff846c9000 - 0x7fff846cdff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff846ce000 - 0x7fff84706ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x7fff84868000 - 0x7fff848b7fef com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BD71B20B-C530-6D10-47A4-9838CF292911> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8498c000 - 0x7fff8498cff7 com.apple.Carbon 150 (152) <4B7DC942-DD69-7AF4-9018-3F43B31C1A81> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8498d000 - 0x7fff84a3cfff edu.mit.Kerberos 6.5.9 (6.5.9) <74E23AD1-6ED4-639E-8EF4-981D2EBDCA43> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84a3d000 - 0x7fff84a45fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84a7c000 - 0x7fff84bebff7 com.apple.QTKit 7.6.6 (1729) <CEDDAEA5-82F9-FF5D-B9AF-C68ACC1E3225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff84c68000 - 0x7fff84c77ff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff84c78000 - 0x7fff84c78ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84c85000 - 0x7fff84ccfff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff84cd0000 - 0x7fff84cd3ff7 com.apple.securityhi 4.0 (36638) <A233A831-1EED-7C89-967C-37336DC1EF59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff84cd4000 - 0x7fff84cd4ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff84cd5000 - 0x7fff84cd5ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff84cd6000 - 0x7fff84f11fef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff84f12000 - 0x7fff850d0fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x7fff850d1000 - 0x7fff850f2fff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff850f3000 - 0x7fff85202fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff85203000 - 0x7fff852cefe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C85548CF-DED1-4672-0167-3F32A6DD0D55> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8530c000 - 0x7fff8532afff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8532b000 - 0x7fff853bafff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff853bb000 - 0x7fff8552bfef com.apple.MediaToolbox 0.484.5 (484.5) <DA4772AD-9430-024F-39FF-8B9D4B52DCD2> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8552c000 - 0x7fff8556fff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85570000 - 0x7fff855edfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85604000 - 0x7fff8560bfff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8563c000 - 0x7fff85761fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85778000 - 0x7fff85c81fe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff85c82000 - 0x7fff85ce4fe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff85ce5000 - 0x7fff8607dfe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff86092000 - 0x7fff860e7fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff860f4000 - 0x7fff86139fff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff8613a000 - 0x7fff8646dfef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff864af000 - 0x7fff86718ff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8676e000 - 0x7fff867b5ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff867b6000 - 0x7fff86838fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff86840000 - 0x7fff86868fff com.apple.DictionaryServices 1.1.1 (1.1.1) <CC593ECB-8FFA-BF81-0B0D-F8C606B31318> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86869000 - 0x7fff86cadfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff86cae000 - 0x7fff86d67fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff86fb4000 - 0x7fff86fcafef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff86fcb000 - 0x7fff86ff6ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff86ff7000 - 0x7fff87034fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87035000 - 0x7fff87084fef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff87085000 - 0x7fff87086ff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff87087000 - 0x7fff87096fff com.apple.NetFS 3.2.1 (3.2.1) <3C6C2D5E-C1E2-9FF9-97A2-4141A5660EBB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87097000 - 0x7fff870d2fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff870d3000 - 0x7fff870e7ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff870e8000 - 0x7fff870eefff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff870ef000 - 0x7fff870fcfe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8716b000 - 0x7fff87186ff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87187000 - 0x7fff87261ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff87262000 - 0x7fff87263fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff87264000 - 0x7fff87264ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff87265000 - 0x7fff8737cfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <4355C785-9388-1061-6427-D004E92A3766> /usr/lib/libxml2.2.dylib
    0x7fff874e7000 - 0x7fff874eaff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8753d000 - 0x7fff877befe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff877bf000 - 0x7fff8783efff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <D76A416C-290C-98BD-2FAE-44ED8FF421B3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8783f000 - 0x7fff87f3c037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff87f3d000 - 0x7fff87ff3fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
    0x7fff87ff4000 - 0x7fff88084fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff88085000 - 0x7fff880abfe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff880ac000 - 0x7fff88221fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff88222000 - 0x7fff882f2fff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff882f3000 - 0x7fff882f8fff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff882f9000 - 0x7fff882fbfff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8834e000 - 0x7fff88395fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.54f33
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.9.8
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-40U9B0, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: ScanSnap S510M, 0x04c5 (Fujitsu Ltd.), 0x116f, 0xfd140000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Hub, 0x03eb (Atmel Corporation), 0x3301, 0xfa130000
    USB Device: Hub, 0x0424 (SMSC), 0x2503, 0xfa140000
    USB Device: TS-RDP8, 0x5453, 0x5038, 0xfa141000
    USB Device: KEYBOARD, 0x4320, 0x0302, 0xfa143000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    FireWire Device: OEM ATA Device 00, OEM, Up to 400 Mb/sec
    FireWire Device: unknown_device, Unknown

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • A problem with Threads and MMapi

    I am tring to execute a class based on Game canvas.
    The problem begin when I try to Play both a MIDI tone and to run an infinit Thread loop.
    The MIDI tone "Stammers".
    How to over come the problem?
    Thanks in advance
    Kobi
    See Code example below:
    import java.io.IOException;
    import java.io.InputStream;
    import javax.microedition.lcdui.Graphics;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.game.GameCanvas;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    public class MainScreenCanvas extends GameCanvas implements Runnable {
         private MainMIDlet parent;
         private boolean mTrucking = false;
         Image imgBackgound = null;
         int imgBackgoundX = 0, imgBackgoundY = 0;
         Player player;
         public MainScreenCanvas(MainMIDlet parent)
              super(true);
              this.parent = parent;
              try
                   imgBackgound = Image.createImage("/images/area03_bkg0.png");
                   imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
                   imgBackgoundY = this.getHeight() - imgBackgound.getHeight();
              catch(Exception e)
                   System.out.println(e.getMessage());
          * starts thread
         public void start()
              mTrucking = true;
              Thread t = new Thread(this);
              t.start();
          * stops thread
         public void stop()
              mTrucking = false;
         public void play()
              try
                   InputStream is = getClass().getResourceAsStream("/sounds/scale.mid");
                   player = Manager.createPlayer(is, "audio/midi");
                   player.setLoopCount(-1);
                   player.prefetch();
                   player.start();
              catch(Exception e)
                   System.out.println(e.getMessage());
         public void run()
              Graphics g = getGraphics();
              play();
              while (true)
                   tick();
                   input();
                   render(g);
          * responsible for object movements
         private void tick()
          * response to key input
         private void input()
              int keyStates = getKeyStates();
              if ((keyStates & LEFT_PRESSED) != 0)
                   imgBackgoundX++;
                   if (imgBackgoundX > 0)
                        imgBackgoundX = 0;
              if ((keyStates & RIGHT_PRESSED) != 0)
                   imgBackgoundX--;
                   if (imgBackgoundX < this.getWidth() - imgBackgound.getWidth())
                        imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
          * Responsible for the drawing
          * @param g
         private void render(Graphics g)
              g.drawImage(imgBackgound, imgBackgoundX, imgBackgoundY, Graphics.TOP | Graphics.LEFT);
              this.flushGraphics();
    }

    You can also try to provide a greater Priority to your player thread so that it gains the CPU time when ever it needs it and don't harm the playback.
    However a loop in a Thread and that to an infinite loop is one kind of very bad programming, 'cuz the loop eats up most of your CPU time which in turn adds up more delays of the execution of other tasks (just as in your case it is the playback). By witting codes bit efficiently and planning out the architectural execution flow of the app before start writing the code helps solve these kind of issues.
    You can go through [this simple tutorial|http://oreilly.com/catalog/expjava/excerpt/index.html] about Basics of Java and Threads to know more about threads.
    Regds,
    SD
    N.B. And yes there are more articles and tutorials available but much of them targets the Java SE / EE, but if you want to read them here is [another great one straight from SUN|http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html] .
    Edited by: find_suvro@SDN on 7 Nov, 2008 12:00 PM

  • J2ME problem with threads

    Hi all,
    I would like to ask you for a help. I need to write a small program at my university. I started to write a midlet which function would be to countdown time for sports activities. I woul like to start a new thread - the one that counts down - and at the same time make the main thread sleep. After the "countdown" thread finishes, the main thread wakes up and waits for user input. The problem is that when the "countdown" thread finishes his work, I've got Uncaught exception java/lang/NullPointerException. error and the midlet halts.
    Below you can find the code
    import java.lang.*;
    import java.util.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class intervals extends MIDlet implements CommandListener
    public Display ekran;
    private SweepCanvas sweeper;
    private Form rundy;
    private TextField round0, round1, round2, round3, round4, round5, round6, round7, round8;
    private long czas,x;
    private Command exitCommand;
    private Command addRound;
    private Command delRound;
    private Command start;
    private TextField repeat;
    private Form odliczanie;
    private Alert ostrz;
    Licznik thread;
    String test;
    StringItem test1;
    int parz,i,j,k;
    static int l;
    int ilrund;
    int ilpowt;
    Item sec;
    long sec1;
    public intervals()
        rundy = new Form("Interwa&#322;y sportowe");
        exitCommand = new Command("Wyj&#347;cie", Command.EXIT, 2);
        addRound = new Command("Dodaj","Dodaj rund&#281;", Command.ITEM,1);
        delRound = new Command("Usu&#324;","Usu&#324; ostatni&#261; rund&#281;", Command.ITEM,1);
        start = new Command("Start", Command.ITEM,1);
        odliczanie = new Form("Odliczanie");
        TextField dodaj(TextField kolej)
            kolej=new TextField("Podaj czas (s) rundy "+parz,null, 4, TextField.NUMERIC);//stworzenie nowej instancji do wybierania czasu trwania rundy
            if(rundy.size()==0)
                rundy.insert(rundy.size(),kolej);
                else
                    rundy.insert(rundy.size()-1, kolej);
            return kolej;
        void odliczanie(TextField round)
            monitor m=new monitor();
            k=Integer.parseInt(round.getString());
            ekran.setCurrent(odliczanie);
            thread=new Licznik(k,odliczanie);
            thread.start();
            ekran.setCurrent(rundy);
    public void startApp()// throws MIDletStateChangeException
        rundy.deleteAll();
        repeat = new TextField("Podaj ilo&#347;&#263; powtórze&#324;",null,1,TextField.NUMERIC);
        rundy.addCommand(addRound);
        rundy.addCommand(exitCommand);
        rundy.setCommandListener(this);
        Canvas obrazek = new MyCanvas();
        ekran = Display.getDisplay(this);
        ekran.setCurrent(obrazek);
        czas=System.currentTimeMillis();
        while (System.currentTimeMillis()<czas+1000)
            continue;
        ekran.setCurrent(rundy);
    public void pauseApp()
    public void destroyApp(boolean unconditional)
        notifyDestroyed();
    public void commandAction(Command c, Displayable s)
        if (c == exitCommand)
            destroyApp(false);
            notifyDestroyed();
        else if(c==addRound)
            if(rundy.size()==0)//Sprawdzenie ilo&#347;ci elementów w celu poprawnego wy&#347;wietlania liczby rund w formie
                parz=1;
                else
                parz=rundy.size();
            switch(parz)
                case 1:
                    round0=dodaj(round0);break;
                case 2:
                    round1=dodaj(round1);break;
                case 3:
                   round2= dodaj(round2);break;
                case 4:
                    round3=dodaj(round3);break;
                case 5:
                    round4=dodaj(round4);break;
                default:
                    ostrz=new Alert("Uwaga","Maksymalna liczba rund wynosi 9", null, AlertType.INFO);
                    ostrz.setTimeout(3000);
                    ekran.setCurrent(ostrz);
            if(rundy.size()==1)
                rundy.append(repeat);
                rundy.addCommand(start);
            rundy.addCommand(delRound);
        else if(c==delRound)
            if(rundy.size()!=0)
                rundy.delete(rundy.size()-2);
                if (rundy.size()==1)
                    rundy.deleteAll();
                if(rundy.size()==0)
                    rundy.removeCommand(delRound);
                    rundy.removeCommand(start);
        else if(c==start)
            ilrund=rundy.size()-1;
            if(this.repeat.size()>0)
                ilpowt=Integer.parseInt(this.repeat.getString());
            ekran = Display.getDisplay(this);
            for (i=1; i<=ilpowt;i++)
                odliczanie= new Form("Odliczanie");
                 for (j=0;j<ilrund;j++)
                    switch(j)
                         case 0:
                             odliczanie(round0);
                             break;
                         case 1:
                             odliczanie(round1);
                             break;
                         case 2:
                             odliczanie(round2);
                             break;
                         case 3:
                             odliczanie(round3);
                             break;
                         case 4:
                             odliczanie(round4);
                             break;
                         case 5:
                             odliczanie(round5);
                             break;
                         case 6:
                             odliczanie(round6);
                             break;
                         case 7:
                             odliczanie(round7);
                             break;
                         case 8:
                             odliczanie(round8);
                             break;
    class Licznik extends Thread
        int czas1,k;
        Form forma;
        monitor m;
        public Licznik(int k,Form formap)
            czas1=k;
            forma=formap;
        public synchronized void run()
            while(czas1>0)
                forma.deleteAll();
                forma.append("Czas pozosta&#322;y (s): "+czas1);
                try{Thread.sleep(1000);} catch(InterruptedException e){e.printStackTrace();}
                czas1--;
            if(czas1<=0)
                m.put();
        }and monitor class
    public class monitor
    boolean busy=false;
    synchronized void get()
        if(!busy)
            try
                wait();
            }catch(InterruptedException e){e.printStackTrace();}
        notify();
    synchronized void put()
        if(busy)
            try
            wait();
            }catch(InterruptedException e){e.printStackTrace();}
        busy=true;
        notify();
    }Can anybody help me with this?

    Groovemaker,
    Your Licznik class has a member m of type monitor, which has not been instantiated (in other words is null) hence, when calling m.put() you get NullPointerException. Please also mind, that using Thread.sleep(1000) is not an accurate way of measuring time.
    If I may, please use recommended for Java class naming conventions - some of your names use lower case, while other don't which is confusing to the reader.
    Daniel

  • Problem with threads within applet

    Hello,
    I got an applet, inside this applet I have a singleton, inside this singleton I have a thread.
    this thread is running in endless loop.
    he is doing something and go to sleep on and on.
    the problem is,
    when I refresh my IE6 browser I see more than 1 thread.
    for debug matter, I did the following things:
    inside the thread, sysout every time he goes to sleep.
    sysout in the singleton constructor.
    sysout in the singleton destructor.
    the output goes like this:
    when refresh the page, the singleton constructor loading but not every refresh, sometimes I see the constructor output and sometimes I dont.
    The thread inside the singleton is giving me the same output, sometime I see more than one thread at a time and sometimes I dont.
    The destructor never works (no output there).
    I don't understand what is going on.
    someone can please shed some light?
    thanks.
    btw. I am working with JRE 1.1
    this is very old and big applet and I can't convert it to something new.

    Ooops. sorry!
    I did.
         public void start() {
         public void stop() {
         public void destroy() {
              try {
                   resetAll();
                   Configuration.closeConnection();
                   QuoteItem.closeConnection();
              } finally {
                   try {
                        super.finalize();
                   } catch (Throwable e) {
                        e.printStackTrace();
         }

  • Problem with Threads and a static variable

    I have a problem with the code below. I am yet to make sure that I understand the problem. Correct me if I am wrong please.
    Code functionality:
    A timer calls SetState every second. It sets the state and sets boolean variable "changed" to true. Then notifies a main process thread to check if the state changed to send a message.
    The problem as far I understand is:
    Assume the timer Thread calls SetState twice before the main process Thread runs. As a result, "changed" is set to true twice. However, since the main process is blocked twice during the two calls to SetState, when it runs it would have the two SetState timer threads blocked on its synchronized body. It will pass the first one, send the message and set "changed" to false since it was true. Now, it will pass the second thread, but here is the problem, "changed" is already set to false. As a result, it won't send the message even though it is supposed to.
    Would you please let me know if my understanding is correct? If so, what would you propose to resolve the problem? Should I call wait some other or should I notify in a different way?
    Thanks,
    B.D.
    Code:
    private static volatile boolean bChanged = false;
    private static Thread objMainProcess;
       protected static void Init(){
            objMainProcess = new Thread() {
                public void run() {
                    while( objMainProcess == Thread.currentThread() ) {
                       GetState();
            objMainProcess.setDaemon( true );
            objMainProcess.start();
        public static void initStatusTimer(){
            if(objTimer == null)
                 objTimer = new javax.swing.Timer( 1000, new java.awt.event.ActionListener(){
                    public void actionPerformed( java.awt.event.ActionEvent evt){
                              SetState();
        private static void SetState(){
            if( objMainProcess == null ) return;
            synchronized( objMainProcess ) {
                bChanged = true;
                try{
                    objMainProcess.notify();
                }catch( IllegalMonitorStateException e ) {}
        private static boolean GetState() {
            if( objMainProcess == null ) return false;
            synchronized( objMainProcess ) {
                if( bChanged) {
                    SendMessage();
                    bChanged = false;
                    return true;
                try {
                    objMainProcess.wait();
                }catch( InterruptedException e ) {}
                return false;
        }

    Thanks DrClap for your reply. Everything you said is right. It is not easy to make them alternate since SetState() could be called from different places where the state could be anything else but a status message. Like a GREETING message for example. It is a handshaking message but not a status message.
    Again as you said, There is a reason I can't call sendMessage() inside setState().
    The only way I was able to do it is by having a counter of the number of notifies that have been called. Every time notify() is called a counter is incremented. Now instead of just checking if "changed" flag is true, I also check if notify counter is greater than zero. If both true, I send the message. If "changed" flag is false, I check again if the notify counter is greater than zero, I send the message. This way it works, but it is kind of a patch than a good design fix. I am yet to find a good solution.
    Thanks,
    B.D.

  • Problem with threads running javaw

    Hi,
    Having a problem with multi thread programming using client server sockets. The program works find when starting the the application in a console using java muti.java , but when using javaw multi.java the program doesnt die and have to kill it in the task manager. The program doesnt display any of my gui error messages either when the server disconnect the client. all works find in a console. any advice on this as I havent been able to understand why this is happening? any comment would be appreciated.
    troy.

    troy,
    Try and post a minimum code sample of your app which
    does not work.
    When using javaw, make sure you redirect the standard
    error and standard output streams to file.
    Graeme.Hi Graeme,
    I dont understand what you mean by redirection to file? some of my code below.
    The code works fine under a console, code is supposed to exit when the client (the other server )disconnects. the problem is that but the clientworker side of the code still works. which under console it doesnt.
    public class Server{
    ServerSocket aServerSocket;
    Socket dianosticsSocket;
    Socket nPortExpress;
    ClientListener aClientListener;
    LinkedList queue = new LinkedList();
    int port = 0;
    int clientPort = 0;
    String clientName = null;
    boolean serverAlive = true;
    * Server constructor generates a server
    * Socket and then starts a client threads.
    * @param aPort      socket port of local machine.
    public Server(int aPort, String aClientName, int aClientPort){
    port = aPort;
    clientName = aClientName;
    clientPort = aClientPort;
    try{
    // create a new thread
    aServerSocket = new ServerSocket(port) ;
    // connect to the nPortExpress
    aClientListener = new ClientListener(InetAddress.getByName(clientName), clientPort, queue,this);
    // aClientListener.setDaemon(true);
    aClientListener.start();
    // start a dianostic port
    DiagnosticsServer aDiagnosticsServer = new DiagnosticsServer(port,queue,aClientListener);
    // System.out.println("Server is running on port " + port + "...");
    // System.out.println("Connect to nPort");
    catch(Exception e)
    // System.out.println("ERROR: Server port " + port + " not available");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Server port " + port + " not available", JOptionPane.ERROR_MESSAGE);
    serverAlive = false;
    System.exit(1);
    while(serverAlive&&aClientListener.hostSocket.isConnected()){
    try{
    // connect the client
    Socket aClient = aServerSocket.accept();
    //System.out.println("open client connection");
    //System.out.println("client local: "+ aClient.getLocalAddress().toString());
    // System.out.println("client localport: "+ aClient.getLocalPort());
    // System.out.println("client : "+ aClient.getInetAddress().toString());
    // System.out.println("client port: "+ aClient.getLocalPort());
    // make a new client thread
    ClientWorker clientThread = new ClientWorker(aClient, queue, aClientListener, false);
    // start thread
    clientThread.start();
    catch(Exception e)
    //System.out.println("ERROR: Client connection failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client connection failure", JOptionPane.ERROR_MESSAGE);
    }// end while
    } // end constructor Server
    void serverExit(){
         JOptionPane.showMessageDialog(null, "Server ","ERROR: nPort Failure", JOptionPane.ERROR_MESSAGE);
         System.exit(1);
    }// end class Server
    *** connect to another server
    public class ClientListener extends Thread{
    InetAddress hostName;
    int hostPort;
    Socket hostSocket;
    BufferedReader in;
    PrintWriter out;
    boolean loggedIn;
    LinkedList queue;      // reference to Server queue
    Server serverRef; // reference to main server
    * ClientListener connects to the host server.
    * @param aHostName is the name of the host eg server name or IP address.
    * @param aHostPort is a port number of the host.
    * @param aLoginName is the users login name.
    public ClientListener(InetAddress aHostName, int aHostPort,LinkedList aQueue,Server aServer)      // reference to Server queue)
    hostName = aHostName;
    hostPort = aHostPort;
    queue = aQueue;
    serverRef = aServer;      
    // connect to the server
    try{
    hostSocket = new Socket(hostName, hostPort);
    catch(IOException e){
    //System.out.println("ERROR: Connection Host Failed");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort Failed", JOptionPane.ERROR_MESSAGE);     
    System.exit(0);
    } // end constructor ClientListener
    ** multi client connection server
    ClientWorker(Socket aSocket,LinkedList aQueue, ClientListener aClientListener, boolean diagnostics){
    queue = aQueue;
    addToQueue(this);
    client = aSocket;
    clientRef = aClientListener;
    aDiagnostic = diagnostics;
    } // end constructor ClientWorker
    * run method is the main loop of the server program
    * in change of handle new client connection as well
    * as handle all messages and errors.
    public void run(){
    boolean alive = true;
    String aSubString = "";
    in = null;
    out = null;
    loginName = "";
    loggedIn = false;
    while (alive && client.isConnected()&& clientRef.hostSocket.isConnected()){
    try{
    in = new BufferedReader(new InputStreamReader(client.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(client.getOutputStream()));
    if(aDiagnostic){
    out.println("WELCOME to diagnostics");
    broadCastDia("Connect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    out.println("WELCOME to Troy's Server");
    broadCastDia("Connect : client "+client.getInetAddress().toString());
         out.flush();
    String line;
    while(((line = in.readLine())!= null)){
    StringTokenizer aStringToken = new StringTokenizer(line, " ");
    if(!aDiagnostic){
    broadCastDia(line);
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    else{
    if(line.equals("GETIPS"))
    getIPs();
    else{
    clientRef.sendMessage(line); // send mesage out to netExpress
    out.println(line);
    out.flush();
    } // end while
    catch(Exception e){
    // System.out.println("ERROR:Client Connection reset");
                             JOptionPane.showMessageDialog(null, (e.toString()),"ERROR:Client Connection reset", JOptionPane.ERROR_MESSAGE);     
    try{
    if(aDiagnostic){
    broadCastDia("Disconnect : diagnostics "+client.getInetAddress().toString());
    out.flush();
    else {       
    broadCastDia("Disconnect : client "+client.getInetAddress().toString());
         out.flush();
    // close the buffers and connection;
    in.close();
    out.close();
    client.close();
    // System.out.println("out");
    // remove from list
    removeThreadQueue(this);
    alive = false;
    catch(Exception e){
    // System.out.println("ERROR: Client Connection reset failure");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Client Connection reset failure", JOptionPane.ERROR_MESSAGE);     
    }// end while
    } // end method run
    * method run - Generates io stream for communicating with the server and
    * starts the client gui. Run also parses the input commands from the server.
    public void run(){
    boolean alive = true;
    try{
    // begin to life the gui
    // aGuiClient = new ClientGui(hostName.getHostName(), hostPort, loginName, this);
    // aGuiClient.show();
    in = new BufferedReader(new InputStreamReader(hostSocket.getInputStream()));
    out = new PrintWriter(new OutputStreamWriter(hostSocket.getOutputStream()));
    while (alive && hostSocket.isConnected()){
    String line;
    while(((line = in.readLine())!= null)){
    System.out.println(line);
    broadCast(line);
    } // end while
    } // end while
    catch(Exception e){
    //     System.out.println("ERRORa Connection to host reset");
    JOptionPane.showMessageDialog(null, (e.toString()),"ERROR: Connection to nPort reset", JOptionPane.ERROR_MESSAGE);
    try{
    hostSocket.close();
         }catch(Exception a){
         JOptionPane.showMessageDialog(null, (a.toString()),"ERROR: Exception", JOptionPane.ERROR_MESSAGE);
    alive = false;
    System.exit(1);
    } // end method run

  • Problem with Threads and "plase wait..."-Window

    Hi everyone,
    I have a problem that I'm not able to solve in any way... I have a time-consuming task (a file decryption) which I execute in a separate thread; I've used the SwingWorker class, like suggested by sun-tutorial, and it works right. The problem is that I have to wait that the decryption have finished before continuing with program-execution. Therefore I would like to display a "please wait"-window while the task runs. I've tryed all the possible ways I know but the problem is always the same: the waitWindow is displayed empty, the bounds are painted but the contents no; it's only painted when the decrypt-task has finished. Please help me, I have no more resources....
    decrypt-file code:
    public class DecryptFile {
      private String cryptedFileNameAndPath;
      private ByteArrayInputStream resultStream = null;
      // need for progress
      private int lengthOfTask;
      private int current = -1;
      private String statMessage;
      public DecryptFile(String encZipFileNameAndPath) {
        cryptedFileNameAndPath = encZipFileNameAndPath;
        //Compute length of task...
        // 0 for indeterminate
        lengthOfTask = 0;
      public ByteArrayInputStream getDecryptedInputStream() {
        return this.resultStream;
       * Called from ProgressBarDemo to start the task.
      public void go() {
        current = -1;
        final SwingWorker worker = new SwingWorker() {
          public Object construct() {
            return new ActualTask();
        worker.start();
       * Called from ProgressBarDemo to find out how much work needs
       * to be done.
      public int getLengthOfTask() {
        return lengthOfTask;
       * Called from ProgressBarDemo to find out how much has been done.
      public int getCurrent() {
        return current;
      public void stop() {
        current = lengthOfTask;
       * Called from ProgressBarDemo to find out if the task has completed.
      public boolean done() {
        if (current >= lengthOfTask)
          return true;
        else
          return false;
      public String getMessage() {
        return statMessage;
       * The actual long running task.  This runs in a SwingWorker thread.
      class ActualTask {
        ActualTask () {
          current = -1;
          statMessage = "";
          resultStream = AIUtil.getInputStreamFromEncZip(cryptedFileNameAndPath); //here the decryption happens
          current = 0;
          statMessage = "";
      }The code that calls decryption and displays waitWindow
          final WaitSplash wS = new WaitSplash("Please wait...");
          final DecryptFile cryptedTemplate = new DecryptFile (this.templateFile);
          cryptedTemplate.go();
          while (! cryptedTemplate.done()) {
            try {
              wait();
            } catch (Exception e) { }
          this.templateInputStream = cryptedTemplate.getDecryptedInputStream();
          wS.close();Thanks, thanks, thanks in advance!
    Edoardo

    Maybe you can try setting the priority of the long-running thread to be lower? so that the UI will be more responsive...

  • Problem with threads in j2me

    im using jdk 1.6 with java wtk 2.1
    ya i know..
    2.1 is a jdk1.4 source
    but im using souce as 1.4 during compiliation so thats not the prob
    this is my code
    package org.learn;
    import javax.microedition.midlet.MIDlet;
    import javax.microedition.lcdui.Alert;
    import javax.microedition.lcdui.Display;
    public class thtest extends MIDlet
    Thread t;
    public void startApp()
    Alert a=new Alert("hello");
    a.setString("hello");
    Alert b=new Alert("world");
    b.setString("world");
    Display d = Display.getDisplay(this );
    d.setCurrent(a);
    t=Thread.currentThread();
    try{
    t.sleep(10000);
    catch (Exception e){}
    d.setCurrent(b);
    public void pauseApp()
    public void destroyApp(boolean unconditional)
    its just supposed to pause between the alerts using threads
    however when i run it using the wtk, the emulator run properly but when i launch the app, it stops executing giving me this:
    "Error verifying method org/learn/thtest startApp()V
    Approximate bytecode offset 49: Inconsistent or missing stackmap at target
    %the stack info%
    Execution completed.
    437782 bytecodes executed
    9 thread switches
    486 classes in the system (including system classes)
    2506 dynamic objects allocated (73832 bytes)
    2 garbage collections (60652 bytes collected)
    Execution completed.
    437782 bytecodes executed
    9 thread switches
    486 classes in the system (including system classes)
    ALERT: java/lang/VerifyError: org/learn/thtest.
    2506 dynamic objects allocated (73832 bytes)
    2 garbage collections (60652 bytes collected)
    please can someone help me out with this, is it an error on my part or do i have to set some option.

    Hi gandalf123,
    First, Thread.sleep is a static method, so you don't need to create a Thread object to use it.
    I think the problem is due to the fact you don't preverify your midlet.
    More over, you don't need to double post your question.

  • Problem with threads and camera.

    Hi everybody!
    I've a problem with taking snapshot.
    I would like to display a loading screen after it take snapshot ( sometimes i
    have to wait few seconds after i took snapshot. Propably photo is being taken in time where i have to wait).
    I was trying to use threads but i didn't succeed.
    I made this code:
    display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while((!performing.isShown()) && (backgroundCamera.isShown())){
                        Thread.yield();
                    notifyAll();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        this.wait();                   
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();This code is sometimes showing performing screen but sometimes no.
    I don't know why. In my opinion performing.isShown() method isn't working correctly.
    Does anyone have some idea how to use threads here?

    Hi,
    I've finally managed to work this fine.
    The code:
           Object o = new Object();
           display.setCurrent(perform);               
            new Thread(new Runnable(){
                public void run() {               
                    while(!performing.isShown()){
                        Thread.yield();
                   synchronized(o) {
                      o.notify();
            }).start();
            new Thread(new Runnable(){
                public void run() {
                    try {
                        synchronized(o) {
                           o.wait(1);
                    } catch(Exception e) {
                        exceptionHandler(e);
                    photo = camera.snapshot();                               
                    display.setCurrent(displayPhoto);
            }).start();

Maybe you are looking for