Message queue like in C++ threads

Hi,
I have a question. Does java support threads sending messages to each other like in C++ threads on Windows?
On Win32, a thread sends message to another thread. This message gets queued up in a message queue, I think, by the OS. The receiver thread can Peek or Get a message from the message queue by doing a such a request.
Thanks.
Tri

That code does not check my "claim". You never directly modify the list in that code. This code does verify my "claim" ... lol
import java.util.*;
public class test {
public static void main(String[] args) {
  List list = new LinkedList();
  list.add(new Object());
  Iterator itr = list.iterator();
  list.add(new Object());
  itr.next();
}Save compile it.. run it... you'll get ConcurrentModificationException. This isn't a "claim" of mine. Iterators in java are what's called "Fail Fast". This means if you directly modify the underlying collection, then try to use the iterator again, it fails, in java with an Exception.
In your code you posted above you had a "list.add(p);" that's a direct modification of the list. Once that happens, all iterators are invalid, and will throw an exception if used. With more then one thread this can get kinda weird. That's why Doug Lea has created the util.concurrent package. Check out the read write locks. You can put them over a collection with just a few lines of code. Much faster then fully synchronized collections. This package will appear in java version 1.5 ... check out JSR 166. Links inside the site below.. for more info.
http://g.cs.oswego.edu

Similar Messages

  • About message queue in message mapping?

    Hi SDNer,
    I have been read help.sap.com and sdn threads about message queue
    I hope this thread should be help for all like me.
    thank you
    Sha

    Hi Shankar,
           XI uses Queue's to store messages, If you worked on message mapping you can see the how queue look like,
    Every queue having context ,it separate the values,it store the messages in highrarchy manner.
    Using Context Handling we resoleve context issues.
    Using node functions we aceive Context Handling.
    Search in SDN there is some good blogs abt Node Functions, if you understand nodefunction you wil understand the Queue concepts.
    Regards,
    Raj

  • Error message when I am opening itunes:      Exception Type:  EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread:  0  iTunes main  Dispatch queue: com.apple.main-thread

    Hello
    When I am opening itunes (11.4) I have this message:
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  iTunes main  Dispatch queue: com.apple.main-thread
    When I am opening it with an other account on the same computer it is OK.
    I tried to delete all the files in my library --> NOK
    Using disk utility I repaired the disk permission (permission de disque in french) --> NOK
    Please help.

    step 2
    Process:    
    iTunes [336]
    Path:       
    /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: 
    com.apple.iTunes
    Version:    
    11.4 (11.4)
    Build Info: 
    iTunes-1140011004000018~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [214]
    Date/Time:  
    2014-09-14 09:34:09.900 +0200
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  iTunes main  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  iTunes main  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib       
    0x9273bc5a __kill + 10
    1   libSystem.B.dylib       
    0x9273bc4c kill$UNIX2003 + 32
    2   libSystem.B.dylib       
    0x927ce5a5 raise + 26
    3   libSystem.B.dylib       
    0x927e46e4 abort + 93
    4   libSystem.B.dylib       
    0x926e1575 free + 129
    5   ...ple.CoreServices.CarbonCore    0x93e6c01d DisposePtr + 37
    6   com.apple.DesktopVideoOut
    0x178eb6cb DVOClose + 161
    7   ...ple.CoreServices.CarbonCore    0x93eb6dcc CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    8   com.apple.DesktopVideoOut
    0x178eb2e4 DVOComponentDispatch + 98
    9   ...ple.CoreServices.CarbonCore    0x93eaf51f CallComponentDispatch + 29
    10  ...ple.CoreServices.CarbonCore    0x93eaf8a8 CallComponentClose + 43
    11  ...ple.CoreServices.CarbonCore    0x93eaf7d1 CloseComponentInternal(ComponentInstanceRecord*) + 101
    12  ...ple.CoreServices.CarbonCore    0x93eaf752 CloseComponent + 46
    13  ...ple.CoreServices.CarbonCore    0x93ead814 OpenAComponent + 493
    14  ...ple.CoreServices.CarbonCore    0x93eb3149 OpenComponent + 24
    15  ...ple.CoreServices.CarbonCore    0x93eaf5cc CallComponent + 171
    16  ...ple.CoreServices.CarbonCore    0x93eaf51f CallComponentDispatch + 29
    17  ...ple.CoreServices.CarbonCore    0x93f3de15 CallComponentVersion + 37
    18  ...ple.CoreServices.CarbonCore    0x93ede440 getComponentVersion(RegisteredComponent*) + 213
    19  ...ple.CoreServices.CarbonCore    0x93ea7ede DestroyOlder(RegisteredComponent*, long) + 126
    20  ...ple.CoreServices.CarbonCore    0x93ea79bc RegisterComponentResourcePtr + 709
    21  ...ple.CoreServices.CarbonCore    0x93ea6fa1 registerSystemComponents + 244
    22  ...ple.CoreServices.CarbonCore    0x93ea6dd1 FindNextComponentInternal(ComponentRecord*, ComponentDescription*, unsigned long) + 86
    23  ...ple.CoreServices.CarbonCore    0x93ea6d64 FindNextComponent + 61
    24  com.apple.QuickTime     
    0x95e7defd EnterMovies_priv + 411
    25  com.apple.QuickTime     
    0x95e7da3a EnterMovies + 16
    26  com.apple.iTunes        
    0x00c304c3 0x1000 + 12776643
    27  com.apple.iTunes        
    0x007472f6 0x1000 + 7627510
    28  com.apple.iTunes        
    0x00743f9f 0x1000 + 7614367
    29  com.apple.iTunes        
    0x007463ab 0x1000 + 7623595
    30  com.apple.iTunes        
    0x0074634c 0x1000 + 7623500
    31  com.apple.Foundation    
    0x90c9ddb3 _nsnote_callback + 176
    32  com.apple.CoreFoundation
    0x9a916763 __CFXNotificationPost + 947
    33  com.apple.CoreFoundation
    0x9a91616a _CFXNotificationPostNotification + 186
    34  com.apple.Foundation    
    0x90c92c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    35  com.apple.Foundation    
    0x90ca005d -[NSNotificationCenter postNotificationName:object:] + 56
    36  com.apple.AppKit        
    0x99f66511 -[NSApplication finishLaunching] + 493
    37  com.apple.AppKit        
    0x99f65f0d -[NSApplication run] + 79
    38  com.apple.iTunes        
    0x00934834 0x1000 + 9648180
    39  com.apple.iTunes        
    0x002eee29 0x1000 + 3071529
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib       
    0x92701382 kevent + 10
    1   libSystem.B.dylib       
    0x92701a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib       
    0x92700f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib       
    0x92700cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib       
    0x92700781 _pthread_wqthread + 390
    5   libSystem.B.dylib       
    0x927005c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib       
    0x92700412 __workq_kernreturn + 10
    1   libSystem.B.dylib       
    0x927009a8 _pthread_wqthread + 941
    2   libSystem.B.dylib       
    0x927005c6 start_wqthread + 30
    Thread 3:
    0   com.apple.CoreFP        
    0x15858fc0 X46O5IeS + 6500448
    1   com.apple.CoreFP        
    0x15ae4fe6 fdjkDSAFjklaf2s + 1258054
    2   com.apple.CoreFP        
    0x15255560 X46O5IeS + 194048
    3   com.apple.CoreFP        
    0x159b33f7 fdjkDSAFjklaf2s + 5719
    4   com.apple.CoreFP        
    0x15cd599a WIn9UJ86JKdV4dM + 106
    5   com.apple.iTunes        
    0x00f27d04 0x1000 + 15887620
    6   com.apple.iTunes        
    0x00f1a718 0x1000 + 15832856
    7   com.apple.iTunes        
    0x00f20970 0x1000 + 15858032
    8   com.apple.iTunes        
    0x00f0a379 0x1000 + 15766393
    9   com.apple.iTunes        
    0x00f52b5c 0x1000 + 16063324
    10  com.apple.iTunes        
    0x00400298 0x1000 + 4190872
    11  com.apple.iTunes        
    0x000058ad 0x1000 + 18605
    12  libSystem.B.dylib       
    0x92708259 _pthread_start + 345
    13  libSystem.B.dylib       
    0x927080de thread_start + 34
    Thread 4:  CFRunLoopThread
    0   libSystem.B.dylib       
    0x926daafa mach_msg_trap + 10
    1   libSystem.B.dylib       
    0x926db267 mach_msg + 68
    2   com.apple.CoreFoundation
    0x9a8f82df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation
    0x9a8f73c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation
    0x9a8fd304 CFRunLoopRun + 84
    5   com.apple.iTunes        
    0x000121e2 0x1000 + 70114
    6   com.apple.iTunes        
    0x000058ad 0x1000 + 18605
    7   libSystem.B.dylib       
    0x92708259 _pthread_start + 345
    8   libSystem.B.dylib       
    0x927080de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x927e4693  ecx: 0xbfffef0c  edx: 0x9273bc5a
      edi: 0x02b3d000  esi: 0x00000002  ebp: 0xbfffef28  esp: 0xbfffef0c
       ss: 0x0000001f  efl: 0x00000282  eip: 0x9273bc5a   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x927ce58b
    Binary Images:
    0x1000 -  0x1708ffb  com.apple.iTunes 11.4 (11.4) <3024174F-E7F0-3657-BCCF-9EBEB3BBF7B5> /Applications/iTunes.app/Contents/MacOS/iTunes
    0x19f3000 -  0x1a73ff3  com.apple.iTunes.iPodUpdater 10.7 (10.7) <1D752EE8-1B5B-3CED-B4C7-9DB030D93139> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x1ade000 -  0x1b03ff7  com.apple.avfoundationcf 2.0 (60.1) <2D4DFC71-1195-4549-658B-7295F37AAEC3> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
    0x1b2b000 -  0x1e2cfe3  com.apple.iad.iAdCore 1.0 (1) <5421CDD6-B523-3650-A779-7E8F9A458091> /Applications/iTunes.app/Contents/Frameworks/iAdCore.framework/Versions/A/iAdCo re
    0x1ef0000 -  0x1ef5ff7  com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x1efb000 -  0x21d7fe7 +libgnsdk_dsp.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <E468D2B0-295A-D520-C02A-5383413B5DDE> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
    0x21ff000 -  0x2232fe7 +libgnsdk_musicid.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <F6487E48-3B93-7C89-7734-85600749661D> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
    0x2241000 -  0x230bfe7 +libgnsdk_sdkmanager.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <70001144-C144-B6D7-3CA9-836ACD97CE9F> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
    0x2325000 -  0x2367fe7 +libgnsdk_submit.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <AB1597CE-FBAC-6C05-330E-879EDD036C94> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
    0x236e000 -  0x23b3ff7  com.apple.CoreMedia.AVCFSupport 1.0 (705.24.4) <FAEC8CE1-BF17-B566-38E3-98E97C2403CE> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/CoreMedia.fr amework/Versions/A/CoreMedia
    0x23d2000 -  0x273dff3  com.apple.MediaToolbox.AVCFSupport 1.0 (705.24.4) <B801EFCB-07D9-2A94-9E7A-530AD7E892AA> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/MediaToolbox .framework/Versions/A/MediaToolbox
    0x27a2000 -  0x2ae2feb  com.apple.VideoToolbox.AVCFSupport 1.0 (705.24.4) <A4DBF709-3753-2F20-B20D-1D5DB80F3997> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/VideoToolbox .framework/Versions/A/VideoToolbox
    0x2b5c000 -  0x2b68ff7 +com.rogueamoeba.audio_hijack_server.hermes 2.2.5 (2.2.5) <CD6C7A74-BA03-F3A7-0D1E-460E6A043024> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x1519e000 - 0x15e3cfe0  com.apple.CoreFP 2.6.16 (2.6.16) <B8744DFB-F0AE-3DD9-8546-D28B49D38B4B> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x178ea000 - 0x179a7fe2  com.apple.DesktopVideoOut 1.2.7 (1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Users/loic/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopV ideoOut
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90085ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90086000 - 0x900dcff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x900dd000 - 0x901bdfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x901be000 - 0x901e5ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x901e6000 - 0x9020aff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9020b000 - 0x902d6fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x902d7000 - 0x90311ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x90312000 - 0x9036fff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90370000 - 0x9038efe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9038f000 - 0x903dfff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x903ec000 - 0x903edff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9040d000 - 0x9046efe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9046f000 - 0x9056ffe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x90570000 - 0x9058fff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x906c8000 - 0x90781fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x90784000 - 0x90788ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90789000 - 0x90a36fff  com.apple.JavaScriptCore 6534.59 (6534.59.11) <7F623AA5-A11B-4C26-D2FD-EB5B9DE73F85> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90aee000 - 0x90afcfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x90afd000 - 0x90b3aff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90b3b000 - 0x90b53ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90b54000 - 0x90bf1fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90c61000 - 0x90c87ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90c88000 - 0x90ef9fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90efb000 - 0x90f23ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x90f2f000 - 0x90f36ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90f37000 - 0x90f68ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90f69000 - 0x90f8afe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90f90000 - 0x90f96fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90f97000 - 0x90fdaff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90ff5000 - 0x9111efe7  com.apple.WebKit 6534.59 (6534.59.10) <73348DE8-9C7D-3BD9-8E9D-86E5BE67B1D1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9111f000 - 0x9124cffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9124d000 - 0x91291ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91292000 - 0x912e2fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91461000 - 0x91475fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x91548000 - 0x91551ff7  com.apple.corelocation 12.3 (12.3) <11640844-4B96-4B4D-0419-B7845C4A40FF> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x91552000 - 0x91558fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x91567000 - 0x915abfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x915f8000 - 0x915f9ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x915fa000 - 0x916b6fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916f9000 - 0x916fcff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91724000 - 0x91b59ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91c04000 - 0x91c0bff7  com.apple.aps.framework 1.2 (1.2) <16A7DB74-F951-D8DB-35D0-5E5673529AB0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x91c0c000 - 0x91c21fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91c22000 - 0x92038ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92039000 - 0x92039ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9204d000 - 0x9205bff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9205c000 - 0x92136fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92137000 - 0x9227afef  com.apple.QTKit 7.7 (1800) <9DD27495-3020-0928-B3F2-D418C336E163> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x926da000 - 0x92881ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x92882000 - 0x928bfff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x928f9000 - 0x9290dffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92919000 - 0x92c3dfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92c3e000 - 0x92c81ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92fb5000 - 0x93320ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93328000 - 0x9332cff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93369000 - 0x933a7ff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x933a8000 - 0x93454fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93496000 - 0x934a0ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x934a1000 - 0x93539fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93546000 - 0x93550fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9358d000 - 0x935c2fe7  com.apple.framework.Apple80211 6.2.5 (625.6) <9F56E0EC-EB90-52F6-0ECF-C2E5DE85652E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x93703000 - 0x93703ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93704000 - 0x93710ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x93711000 - 0x9384efe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x938fb000 - 0x93942ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93943000 - 0x93985ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93ada000 - 0x93ae5ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93ae6000 - 0x93b8effb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93c84000 - 0x93e47feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93e48000 - 0x94168ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x941b2000 - 0x941b3ff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9495f000 - 0x9499bfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <CEE95B62-8F1C-2013-6ED3-42EB8A1018DF> /usr/lib/libssl.0.9.8.dylib
    0x9499c000 - 0x949a0ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x949a1000 - 0x94a10ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94a1f000 - 0x94a21ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94a22000 - 0x94a44fef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94a45000 - 0x94a4dff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94a79000 - 0x94a89ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94a8a000 - 0x94b67fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94b68000 - 0x94b88fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x94bc3000 - 0x94bc3ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94bd8000 - 0x95253ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x95254000 - 0x952aefe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x952c8000 - 0x95380feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x95381000 - 0x9539dfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9539e000 - 0x95430fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95453000 - 0x954a6ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x954a7000 - 0x954b4ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x954b5000 - 0x95697fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95698000 - 0x9569dff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9569e000 - 0x95820fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x95984000 - 0x95ab2fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95ab3000 - 0x95ab6ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95ab7000 - 0x95b1bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95b95000 - 0x95b98fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95b99000 - 0x95dffff7  com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e00000 - 0x95e7bfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95e7c000 - 0x96176fef  com.apple.QuickTime 7.6.6 (1800) <D3538A45-5F4B-262A-06AB-64C1EBAC4A33> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96177000 - 0x96279fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9627a000 - 0x962aaff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x97274000 - 0x972baff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x972bb000 - 0x98033fe7  com.apple.WebCore 6534.59 (6534.59.6) <5C71C61C-0657-1B0E-397F-4D0A81872C93> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x98034000 - 0x9825fff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98260000 - 0x9871bff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x98765000 - 0x98776ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x98777000 - 0x98789ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x987b6000 - 0x9880efe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9880f000 - 0x98879fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x98890000 - 0x98890ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x98891000 - 0x98993fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <EB34F049-D9E1-BF19-CF03-B26A0352D40C> /usr/lib/libcrypto.0.9.8.dylib
    0x98994000 - 0x98aa0fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x98aa1000 - 0x98b1aff7  com.apple.PDFKit 2.5.5 (2.5.5) <85AA9E1C-D946-863A-823E-32F2AAF314CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x98b1b000 - 0x9930a557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9930b000 - 0x99350ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x997a1000 - 0x997a1ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x99803000 - 0x99836ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99837000 - 0x99837ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9993f000 - 0x9993fff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x99984000 - 0x99a32ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x99c0d000 - 0x99ca8fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x99ca9000 - 0x99cb4ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x99cb5000 - 0x99d35feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x99d36000 - 0x99d3dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99dae000 - 0x99db7ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99e09000 - 0x99e77ff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x99e78000 - 0x99e78ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99f1d000 - 0x99f1dff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99f1e000 - 0x99f20ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x99f21000 - 0x99f31ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x99f5c000 - 0x9a83fff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9a840000 - 0x9a8bafff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9a8bb000 - 0x9aa36fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9aad8000 - 0x9ab85fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x9ab9f000 - 0x9abecfeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib

  • MDB read message queue too slow

    For some reason only a small number of MDB in the pool are accessing the message queue. The queue is growing rather fast and I wish to know how I can increase the read rate of my MDB's. Should I create another bean type to read the same queue. This does not seem like the ideal solution.
              Thank you
              bea user
              

    The JMS Performance Guide white-paper contains information
              on how to configure an MDB to run more instances concurrently.
              One thing to realize is that the number of instances is limited
              by the size of the thread pool that the MDB is running in.
              You can find a link to the white-paper here:
              http://dev2dev.bea.com/technologies/jms/index.jsp
              Tom
              bea user wrote:
              > For some reason only a small number of MDB in the pool are accessing the message queue. The queue is growing rather fast and I wish to know how I can increase the read rate of my MDB's. Should I create another bean type to read the same queue. This does not seem like the ideal solution.
              >
              > Thank you
              > bea user
              

  • "Message Queued for submission" performance counter high for Exchange Server 2010 Database

    Hi,
    We are receiving SCOM Alert as "Mail Submission service is experiencing issue: Messages Queued for Submission-sustained for 15 mins-RED (>25)".
    After checking the "Messages queued for Submission" counter on the repective server it was found that the value is 66 but when we check the queue viewer we dont observe any messages stuck in Submission queue.
    Would like to know what aspects can be checked here, in order to troubleshoot the issue?
    The counter shows 0 value in perfmon for all other mailbox databases.
    Thanks & Regards.

    Hi,
    This is a known issue with Exchange Server 2007 and Exchange Server 2010.  We do not recommend that you use this counter for health alerts.
    I recommend you refer to the following article:
    http://support.microsoft.com/kb/2921142/en-us
    It is caused by the MailSubmission service submits a message for delivery multiple times, the counter is incremented two times but decremented only one time. This situation can leave the counter with a positive value even though there
    is no message in the queue. When you restart the service, the counter is reset. 
    Here is an similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/c9b485a5-ef0e-4b9a-851e-28c4a4c0606a/msexchangeis-mailbox-messages-queued-for-submission-keeps-increasing?forum=exchangesvradminlegacy
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Problem with GlassFish and Sun Java System Message Queue

    Hi,
    I used application server PE.8 and I upgraded to Sun Java System Application Server Platform Edition 9.0 Update 1 Patch 1, and I changed all my CLASSPATH and everything. My system is working fine, but the Sun Java System Message Queue that I used before is still showing the queues and physical queues of the previous application server, not the new one. Do you know if there is way to change that and link it to the new version?
    thanks

    Use an ESB like ServiceMix to bridge JMS providers
    http://servicemix.org/
    Or write your own MessageListener to consume from one JMS and publish on another one. Be careful with queues to avoid loosing the ordering - so you probably want to use a single MessageListener per subscription/queue - or to take advantage of Tibco's exclusive queues to ensure ordering is preserved. If ordering doesn't matter then don't worry too much about it and maybe have a pool of consumers to improve throughput
    James
    http://logicblaze.com/

  • Java Message Queue/ JMS Vendor performance.

    Hi,
    I need some help from you folks. In our system we are dealing with large number (tens of thousands) of operations per second. I'm doing some research in order to determine if we can use JavaTM Message Service (JMS) API in this system. I red that Java Message Queue was voted "Best Java Messaging Tool" by Java Developer's Journal readers and JMQ now marked by iPlanet[tm] E-Commerce Solutions. So I'm looking for numbers. How many clients/operations iPlanet or other JMS vendors can support per second. Unfortunately I didn't find any concrete example of built systems, number of maximum operation supported per second.
    Please response to [email protected] also.
    Thanks in advance,
    Daniel Drazner

    Following configuration: pIII 1GHz, standard vm settings, JBoss 2.4.4, jdk1.3.3 sun
    My project (probably good optimized) has following performance:
    - asynchronous sending message to queue:20 ms
    - synchronous (send/replay) 200 ms
    This are statistics for single thread, but this is some how scalable, so for 20 parallel threads you will have the same performance.
    Topics are much faster, but I need PTP messaging

  • NoClassDefFoundError in Java client after Message Queue upgrade

    Hi,
    I upgraded from version 3.5 SP1 to Message Queue 3 2005Q1.
    The Java client I was using from a remote client seems to be throwing a NoClassDefFound error when I use the new imq.jar .
    java.lang.NoClassDefFoundError: com/sun/messaging/jmq/Version at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<clinit>(ConnectionImpl.java:83) at com.sun.messaging.BasicConnectionFactory.createConnection(BasicConnectionFactory.java:110)
    Any ideas about this ?
    Thanks,
    Rini

    Looks like you've run into a bug where com/sun/messing/jmq/Version.class is missing from imq.jar .
    A workaround is to add imqxm.jar to your client CLASSPATH. I've logged bug 6237112 to track this.
    http://wwws.sun.com/software/products/message_queue/

  • Howto config msg policies for dead message queue (dmq) outside Glassfish?

    The one thing I really love about OpenMQ is that I can have a centralized message store with a cluster of JMS nodes interacting with it.
    I'm now at a contract gig which is pretty much a Tomcat/Spring only shop. I've setup OpenMQ 4.3 w/ MySQL message store and am using Bitronix Transaction Manager (BTM) to pool my XA connections and manage the transactions that are instrumented via AspectJ from the Spring configuration.
    I have two issues really ...
    1) The Spring DefaultMessageListenerContainer does not seem to think it needs to pull messages off the queue unless there is more than one message in the queue. It behaves as if it needs to be primed with messages. I would blame it on DefaultMessageListenerContainer if not for the fact that when I do the same thing with ActiveMQ it works fine.
    2) ActiveMQ has this cool [RedeliveryPolicy object|http://activemq.apache.org/redelivery-policy.html] that you can associate with the connection factory. The com.sun.messaging.XAQueueConnectionFactory has no such settings. What limited amount of similar setting exist in OpenMQ seem to be associated with the ActivationSpec which seems to be more related to resource adapters as run from within an app server like Glassfish. My guess that it is outside the realm of configuration for OpenMQ is based on the fact that the default for endpointExceptionRedeliveryAttempts is 6 and when I enable transactions for my queue the messages will thrash indefinitely when they start hitting exceptions.
    So, how do I configure a message delivery policy for OpenMQ outside of Glassfish? Or is the notion of a dead message queue (dmq) completely useless for OpenMQ without Glassfish?
    Thanks,
    Steve Maring

    OpenMQ does not have such a feature. The only thing you can do is to disable or enable DMQ delivery per destination. There is no way of configuring the number of redeliveries before message gets moved to DMQ.
    Tom

  • HTTP transport  and Sun ONE Message Queue

    How do I get the HTTP transport to work? The docs don't seem to be correct.

    There are a couple of errors in the Sun ONE Message Queue docs that shipped with
    the product.
    The following are corrections for those errors.
    Servlet configuration
    Please note the following correction in the Sun ONE Message Queue 2.0
    Administration Guide, Appendix B -
    The class name of the HTTP Servlet in Step 4 of the "Configuring the Tunnel Servlet"
    section is given as:
    com.sun.messging.jmq.transport.httptunnel.servlet.HTTPTunnelServlet
    The correct class name is :
    com.sun.messaging.jmq.transport.httptunnel.servlet.HttpTunnelServlet
    Client setup for HTTP support
    1.The following connection factory attributes must be specified to use the HTTP
    tunnel connection support.
    JMQConnectionType :
    Set this attribute to "HTTP".
    JMQConnectionURL :
    Set this attribute to the URL that will be used to connect to the Sun ONE
    Message Queue message service (i.e. the URL for the HTTP tunnel servlet).
    Note that there is no need to specify the JMQConnectionHandler attribute as
    mentioned in the Sun ONE Message Queue 2.0 Administration Guide -
    Appendix B.
    2.Before running the client application, set the CLASSPATH variable to include
    jmqutil.jar in addition to the standard Sun ONE Message Queue jar files.
    This file is located at "/opt/SUNWjmq/lib/jmqutil.jar".
    If the "jmqutil.jar" file is not included in the CLASSPATH, the client will get a
    "java.lang.NoClassDefFoundError" exception for the class
    "com/sun/messaging/jmq/util/JMQTimerTask".
    3.If you are using an HTTP proxy, set "http.proxyHost" to the proxy server host
    name, and "http.proxyPort" to the proxy server port number using the -D
    command line option.
    An example command line would look like this:
    java -classpath
    /opt/SUNWjmq/lib/jms.jar:/opt/SUNWjmq/lib/jmq.jar:
    /opt/SUNWjmq/lib/jndi.jar:.:/opt/SUNWjmq/lib/jmqutil.jar
    -DJMQConnectionType=HTTP
    -DJMQConnectionURL=http://webserver:80/imq/servlet ClientApplicaiton

  • How to use message queue for inegrating third party with EBS

    Hi Experts,
    We would like to integrate a third party system with EBS using message queues.
    Where we will subscribe to a businnes event and which will populate the messages to messages queue.
    But how can we deque this message in third party systems. We are in R12.1.3 and no FMW installed.
    Any adapater or something is availabe, If so please throw some inputs.
    Thanks
    Bhaart

    Please go to the link
    http://developer.novell.com/extend/composer/1006.html
    and also see the "message filtering" section.
    Where you can find
    Exposing message selection hints in the header portion of a message is a common tactic when multiple receiving apps are pointed at the same queue. The application that is best suited to handling a given message type can harvest just the messages it needs, while other applications can act on messages better suited for them. Administratively, it is more efficient to set up one queue (with multiple receivers accessing it) than to set up multiple queues, each with a dedicated receiver. My question is how can I achieve this Via progamatically ?

  • Exchange 2010 - PerfMon - Messages Queued for Delivery = 2,147,483,649

    Our monitoring system is alerting Messages Queued for Delivery as 2 Billion messages and the value returned by PerfMon > MSExchangeTransport Queues > Messages Queued for Delivery also matches this number during some samples.
    I was wondering, what's going on here. When checking queues using Get-Queue cmdlet it doesn't show more than couple of messages in the queue.
    How do I get this fixed? This seems to be a known issue from thread http://social.technet.microsoft.com/Forums/en-US/ac121f02-4359-4d18-b86a-9c9c78b320a9/perfmon-messages-queued-for-delivery-2147483764?forum=exchange2010
    Any assistance would be greatly appreciated.

    Hi ChaituNanl,
    Thank you for your question.
    By our search, I suggest we update Exchange to Exchange 2010 CU6 or later, because problem also seem to appear to Exchange CU5 or former.
    We could download the CU by the following link:
    http://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollups-build-numbers.aspx
    Notice: please note the version of  Exchange Service Pack
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim

  • Color Navigator Crash (Crashed Thread:  0  Dispatch queue: com.apple.main-thread)

    Hello,
    Since Friday i have an new MacPro and until an hour ago everything was fine. But after restarting my mac colornavigator continuously crashes when i try to open it. I paste the protocol of the crash, but to be honest i can't really "read" this. I just don't know what it tries to say.
    Does anybody have an idea, how to solve this problem?
    Many thanks from Vienna
    Florian
    crash protocol:
    Process:         ColorNavigator 6 [535]
    Path:            /Applications/ColorNavigator 6.app/Contents/MacOS/ColorNavigator 6
    Identifier:      com.EIZO.ColorNavigator6
    Version:         6.4.7 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [144]
    Responsible:     ColorNavigator 6 [535]
    User ID:         501
    Date/Time:       2014-10-20 15:22:49.677 +0200
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  B6E42A44-0EEA-F43C-76FF-D17C4C8FCCF6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/ColorNavigator 6.app/Contents/MacOS/ColorNavigator 6
        __TEXT                 0000000000001000-0000000000007000 [   24K] r-x/rwx SM=COW  /Applications/ColorNavigator 6.app/Contents/MacOS/ColorNavigator 6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x948da062 CFStringGetLength + 18
    1   com.apple.CoreFoundation       0x948ee212 CFStringCompare + 18
    2   com.adobe.AIR                 0x0147bee7 0x1000000 + 4701927
    3   com.adobe.AIR                 0x0147be23 0x1000000 + 4701731
    4   com.adobe.AIR                 0x0131489d 0x1000000 + 3229853
    5   com.adobe.AIR                 0x01529254 0x1000000 + 5411412
    6   ???                           0x0b9e9120 0 + 194941216
    7   com.adobe.AIR                 0x0122556a 0x1000000 + 2250090
    8   com.adobe.AIR                 0x01225f2f 0x1000000 + 2252591
    9   com.adobe.AIR                 0x0117b3d9 0x1000000 + 1553369
    10  com.adobe.AIR                 0x013b8841 0x1000000 + 3901505
    11  com.adobe.AIR                 0x013b82d6 0x1000000 + 3900118
    12  com.adobe.AIR                 0x013b726f 0x1000000 + 3895919
    13  com.adobe.AIR                 0x01506d74 0x1000000 + 5270900
    14  ???                           0x09f9a2d4 0 + 167355092
    15  ???                           0x09f927da 0 + 167323610
    16  ???                           0x09f92458 0 + 167322712
    17  com.adobe.AIR                 0x0116d150 0x1000000 + 1495376
    18  com.adobe.AIR                 0x0113b85c 0x1000000 + 1292380
    19  com.adobe.AIR                 0x011d5067 0x1000000 + 1921127
    20  ???                           0x0814674e 0 + 135554894
    21  ???                           0x09f92ccb 0 + 167324875
    22  ???                           0x09f9249d 0 + 167322781
    23  com.adobe.AIR                 0x0116d150 0x1000000 + 1495376
    24  com.adobe.AIR                 0x013b8841 0x1000000 + 3901505
    25  com.adobe.AIR                 0x013b82d6 0x1000000 + 3900118
    26  com.adobe.AIR                 0x013b7e0e 0x1000000 + 3898894
    27  com.adobe.AIR                 0x013bb5e2 0x1000000 + 3913186
    28  com.adobe.AIR                 0x0172261a 0x1000000 + 7480858
    29  com.adobe.AIR                 0x01524c56 0x1000000 + 5393494
    30  ???                           0x09f97902 0 + 167344386
    31  ???                           0x09f92ecc 0 + 167325388
    32  com.adobe.AIR                 0x0117b3d9 0x1000000 + 1553369
    33  com.adobe.AIR                 0x01722005 0x1000000 + 7479301
    34  com.adobe.AIR                 0x01721f5c 0x1000000 + 7479132
    35  com.adobe.AIR                 0x01446358 0x1000000 + 4481880
    36  com.adobe.AIR                 0x01446c9e 0x1000000 + 4484254
    37  com.adobe.AIR                 0x0140ec86 0x1000000 + 4254854
    38  com.adobe.AIR                 0x01446cf9 0x1000000 + 4484345
    39  com.adobe.AIR                 0x016c1d27 0x1000000 + 7085351
    40  com.adobe.AIR                 0x016c28f9 0x1000000 + 7088377
    41  com.adobe.AIR                 0x01476c3d 0x1000000 + 4680765
    42  com.adobe.AIR                 0x01476426 0x1000000 + 4678694
    43  com.apple.CoreFoundation       0x9494db5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    44  com.apple.CoreFoundation       0x9493e95b __CFRunLoopDoSources0 + 235
    45  com.apple.CoreFoundation       0x9493e05e __CFRunLoopRun + 1022
    46  com.apple.CoreFoundation       0x9493d9ea CFRunLoopRunSpecific + 394
    47  com.apple.CoreFoundation       0x9493d84b CFRunLoopRunInMode + 123
    48  com.apple.HIToolbox           0x99810b5d RunCurrentEventLoopInMode + 259
    49  com.apple.HIToolbox           0x998108e2 ReceiveNextEventCommon + 526
    50  com.apple.HIToolbox           0x998106bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    51  com.apple.AppKit               0x92e06349 _DPSNextEvent + 1602
    52  com.apple.AppKit               0x92e05870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    53  com.apple.AppKit               0x92df815c -[NSApplication run] + 727
    54  com.adobe.AIR                 0x0100258c 0x1000000 + 9612
    55  com.adobe.AIR                 0x010028e3 0x1000000 + 10467
    56  com.adobe.AIR                 0x01002958 0x1000000 + 10584
    57  libobjc.A.dylib               0x92bc42af -[NSObject performSelector:withObject:] + 70
    58  com.EIZO.ColorNavigator6       0x00002ee1 RuntimeAppMain(char const*, int) + 256
    59  com.EIZO.ColorNavigator6       0x00002fb6 main + 34
    60  com.EIZO.ColorNavigator6       0x000025a1 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x98307046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x924b3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x924b7cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x98307992 kevent64 + 10
    1   libdispatch.dylib             0x9412e899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x9412e532 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x98307046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x924b3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x924b7cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x98307046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x924b3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x924b7cce start_wqthread + 30
    Thread 5:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 6:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 7:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 8:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 9:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 10:: BackgroundThread
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc1c0 0x1000000 + 5095872
    4   com.adobe.AIR                 0x0131ea7b 0x1000000 + 3271291
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 11:: ScriptTimeout
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc232 0x1000000 + 5095986
    4   com.adobe.AIR                 0x015851dc 0x1000000 + 5788124
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x98307046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x924b3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x924b7cce start_wqthread + 30
    Thread 13:
    0   libsystem_kernel.dylib         0x98307046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x924b3dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x924b7cce start_wqthread + 30
    Thread 14:
    0   libsystem_kernel.dylib         0x98301f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x9830116c mach_msg + 68
    2   com.apple.CoreFoundation       0x9493ebf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x9493e1d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x9493d9ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x9493d84b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x92fafb88 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 15:: CoreLoop
    0   libsystem_kernel.dylib         0x983067ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x924b4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x924b6c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.AIR                 0x014dc232 0x1000000 + 5095986
    4   com.adobe.AIR                 0x016ce59b 0x1000000 + 7136667
    5   com.adobe.AIR                 0x014dbfc1 0x1000000 + 5095361
    6   com.adobe.AIR                 0x014dc02f 0x1000000 + 5095471
    7   com.adobe.AIR                 0x014dbe56 0x1000000 + 5094998
    8   libsystem_pthread.dylib       0x924b25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x924b2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x924b7cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x006d7350  edx: 0x00000001
      edi: 0x948da05e  esi: 0x00000000  ebp: 0xbfffd218  esp: 0xbfffd200
       ss: 0x00000023  efl: 0x00210286  eip: 0x948da062   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU:     4
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x6ffb +com.EIZO.ColorNavigator6 (6.4.7 - ???) <D7A52091-F9CD-3D4B-AD3B-125DD928F432> /Applications/ColorNavigator 6.app/Contents/MacOS/ColorNavigator 6
       0xe2000 -    0xeaff7  libCGCMS.A.dylib (599.35.4) <63B0F606-94B1-3355-909A-01C6F26A91F7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
       0xf4000 -    0xf8ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <FF6AD1A0-09F4-3D20-A2F4-F4F0AE10CE12> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      0x2ac000 -   0x2d4ff7  libRIP.A.dylib (599.35.4) <6E3B8709-162D-331E-8722-81D12B0A4BDB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
      0x2e7000 -   0x2eaffa  libCGXType.A.dylib (599.35.4) <12865AFC-BF83-36AB-A42E-331D39C8FD68> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x1000000 -  0x2891ffb +com.adobe.AIR (4.0.0.1628) <8E3096B5-1569-35AD-9DE3-202F4768AD09> /Applications/ColorNavigator 6.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x2aae000 -  0x2ad3ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x2ae8000 -  0x2af3fff  com.apple.CommerceCore (1.0 - 42) <D28DD970-4B69-3848-9BCC-3C67323B3D9C> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x6673000 -  0x668eff5  com.apple.security.csparser (3.0 - 55471.14.18) <6BAA790A-1C31-3109-B0A4-5BBE0E7A3DDE> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x8fe06000 - 0x8fe38417  dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
    0x9001c000 - 0x9001efff  com.apple.securityhi (9.0 - 55005) <5DD5A71D-48BA-3CA5-AFCB-28686A9EFB71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90075000 - 0x90143ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <C09AF796-385F-34DB-B551-68967989E9CB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90144000 - 0x901adfff  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x901ae000 - 0x90204ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x90205000 - 0x9031cffb  com.apple.WebKit (9537 - 9537.78.2) <525C4DF6-81DE-3D49-900A-0CDA821F9B86> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9031d000 - 0x9042fffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x90430000 - 0x90725ffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90747000 - 0x909c0ff2  com.apple.security (7.0 - 55471.14.18) <7A58D9DE-D68B-37F7-87EF-4A3575DA09B7> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x909c1000 - 0x90ab5fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90ab6000 - 0x90edbfe3  com.apple.VideoToolbox (1.0 - 1273.54) <63E19724-B43E-3552-8D1F-87D0688DF593> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90edc000 - 0x90f43ffc  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <223A367D-1ADE-3CEA-8FE6-ACF3C1FFAB94> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90f44000 - 0x90f75ff4  com.apple.securityinterface (9.0 - 55047) <0D5ED2B8-C973-3C91-BA45-22501A043263> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90f76000 - 0x90f7affc  com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90f7b000 - 0x90f82fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x90f83000 - 0x90f8ffff  libkxld.dylib (2422.115.4) <8B183287-E46E-3810-AA93-7A83E4BBEA2E> /usr/lib/system/libkxld.dylib
    0x90f90000 - 0x91156ffb  libicucore.A.dylib (511.35) <D14DF7FE-7DE3-36C6-A46D-18C3978827A5> /usr/lib/libicucore.A.dylib
    0x9120c000 - 0x91291ffc  com.apple.CorePDF (4.0 - 4) <73557F2A-B0EF-3128-90FE-8EDD7824CE73> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91292000 - 0x9129affe  libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x912db000 - 0x91848fff  com.apple.QuartzComposer (5.1 - 319) <77419C8D-B822-3649-BBB4-2CF0F0993E9A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91849000 - 0x9187affb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9187b000 - 0x91896ff6  libPng.dylib (1044) <D90105D1-B8AD-3649-A798-DA567D1C5B3A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91897000 - 0x918a2ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x92064000 - 0x9208cfff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x92098000 - 0x92172ff6  com.apple.QuickLookUIFramework (5.0 - 622.7) <6F9C5661-0D7D-3B54-AC34-55E1A24EC05A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x92173000 - 0x92263ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x92264000 - 0x9234fff4  com.apple.DiskImagesFramework (10.9 - 371.1) <79F56F62-902E-32A2-A747-C57CCE03E1AB> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x92350000 - 0x92420fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92451000 - 0x9245afff  com.apple.AppleSRP (5.0 - 1) <6B946F4B-7DC4-3E82-BF2C-BE0930E3CF47> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x9245d000 - 0x924b0ff3  com.apple.CoreMediaIO (408.0 - 4570) <0E0FFC14-2D70-369A-9399-DC7DDB6CCA79> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x924b1000 - 0x924b8ffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x924b9000 - 0x924c2ff7  libsystem_notify.dylib (121.20.1) <4D3293AC-1CEF-347A-987F-2314AF3CC6EA> /usr/lib/system/libsystem_notify.dylib
    0x924c5000 - 0x924e1ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x924e2000 - 0x92506fff  libJPEG.dylib (1044) <8501702E-37C9-35F6-8342-037337CCD837> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92507000 - 0x92570ffa  com.apple.datadetectorscore (5.0 - 354.5) <CB793FA7-B873-39A9-855F-D86AB0C35298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92571000 - 0x9258afff  libAVFAudio.dylib (32.2) <A51776F2-0DCA-336D-8898-6876C63F8CDD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x9258b000 - 0x925f6fff  com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x925f7000 - 0x925fcff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x925fd000 - 0x925fdfff  com.apple.quartzframework (1.5 - 1.5) <5BB3FDD4-4727-3D1B-9582-C96F36DA1542> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x925fe000 - 0x9260affc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x92995000 - 0x929caff1  libssl.0.9.8.dylib (52) <B98A4DB3-5AB1-3FDE-8D49-F42EC60A8A65> /usr/lib/libssl.0.9.8.dylib
    0x929fc000 - 0x92a06ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A0D07BF7-31DF-3575-A02F-BEB90006DC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92baa000 - 0x92d524af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x92d53000 - 0x92db1ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92db2000 - 0x92dddff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x92dde000 - 0x939fcff3  com.apple.AppKit (6.9 - 1265.21) <1D31697B-6F33-3239-BACE-5D1361B1F79A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x939fd000 - 0x93c79fe7  com.apple.QuickTime (7.7.3 - 2826.24) <47052198-D890-3D54-80C6-953FE23AD04F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93c7a000 - 0x93c7bffa  libsystem_sandbox.dylib (278.11.1) <DA875837-A5C2-3004-8117-65F378E4BD03> /usr/lib/system/libsystem_sandbox.dylib
    0x93c83000 - 0x93cd4ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x93cf8000 - 0x93cfbff7  libdyld.dylib (239.4) <C03C330D-1757-3D0B-BDD1-913124973BC8> /usr/lib/system/libdyld.dylib
    0x93cfc000 - 0x93d94ff7  com.apple.Metadata (10.7.0 - 800.28) <2DC6EFB3-BE95-3F2C-A892-BD74C077D292> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93d9b000 - 0x93dc2fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93dc3000 - 0x93dc3fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93dc4000 - 0x93e56ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x93e57000 - 0x93e57fff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x93e58000 - 0x93eadfff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x93eae000 - 0x93facfff  libJP2.dylib (1044) <E8873182-8B75-34A5-A104-BED94B0C6BF6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93fad000 - 0x93fdcff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x93fde000 - 0x940ebff7  com.apple.ImageIO.framework (3.3.0 - 1044) <D48549F6-CD49-30FA-A4CD-85166A66D830> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x940ec000 - 0x9412aff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9412b000 - 0x94143ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x94144000 - 0x94146fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x94147000 - 0x9414affe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x9414b000 - 0x9414bfff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94317000 - 0x9432eff4  com.apple.CoreMediaAuthoring (2.2 - 947) <958EE809-D21F-3C88-8D87-B3A5E4C3FCA6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9432f000 - 0x943f2ff1  com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x943f3000 - 0x943fefff  com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9442c000 - 0x9442fffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x94430000 - 0x94434fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94435000 - 0x94439fff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x9443a000 - 0x9486eff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x948c5000 - 0x948c7ff2  com.apple.EFILogin (2.0 - 2) <C41A6C38-8DB8-3923-90C2-CD1F9F4AA0BA> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x948c8000 - 0x94acafff  com.apple.CoreFoundation (6.9 - 855.17) <E382BBB6-4F41-3959-ADC7-238BE49A2155> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94acb000 - 0x94b55ff7  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94b56000 - 0x94ba2ff7  libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x94ba3000 - 0x94bb3ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94bb4000 - 0x94bc2ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x94bc3000 - 0x94d6ffff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94d70000 - 0x94d74ffa  libGIF.dylib (1044) <075D0A69-DEEC-3712-93F7-DC78FECCC0FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94d75000 - 0x94d8dff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7F3A0094-3A24-302C-9B64-C32C65750EDE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94d9c000 - 0x9509dffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x950c7000 - 0x950c8ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x959fc000 - 0x95a4ffff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95a50000 - 0x95a8dff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x95a8e000 - 0x95b03ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95b04000 - 0x95b0eff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95b0f000 - 0x95b1affb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x95b1b000 - 0x95b1bffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95b1c000 - 0x95b59ffb  libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x964b5000 - 0x964c3ff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x964c4000 - 0x96562ff5  com.apple.PDFKit (2.9.2 - 2.9.2) <FBCB8D20-2990-314B-A93C-830CB3CD8581> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96566000 - 0x966bcff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x966bd000 - 0x966e8ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x966e9000 - 0x966f7fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x966f8000 - 0x966f9fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x966fa000 - 0x96704ff2  com.apple.AppSandbox (3.0 - 1) <FE0793BE-50CF-3E3B-82C9-71F7A294E10F> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9680e000 - 0x976afffb  com.apple.WebCore (9537 - 9537.78.1) <7EC105C0-8B27-369A-8976-4334A09D0376> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x976b0000 - 0x976e6fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x976e7000 - 0x97a0effb  com.apple.JavaScriptCore (9537 - 9537.78.1) <920DDDBE-17FF-3E62-8E21-03554BF7EDC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97a0f000 - 0x97a22fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x97a23000 - 0x97a32fff  libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97a33000 - 0x97d60ffe  com.apple.Foundation (6.9 - 1056.16) <F4D43475-9915-3552-B8E1-4F3E1C9E5394> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97d61000 - 0x97d6affc  com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x97d6b000 - 0x9807efef  com.apple.CoreAUC (6.25.00 - 6.25.00) <84677812-2943-328C-B4E0-5E37A6181195> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9807f000 - 0x9809eff9  com.apple.framework.Apple80211 (9.4 - 940.60) <8CCF54EE-F3CA-38B3-BD61-DDBF99E37FCB> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9809f000 - 0x98112fff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x98113000 - 0x9816cffa  libTIFF.dylib (1044) <EC7E978B-3A38-3696-AAB6-A32221952C69> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9816d000 - 0x982e0ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x982ea000 - 0x982eeffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x982ef000 - 0x9830cff4  libsystem_kernel.dylib (2422.115.4) <011434BC-0EFD-35E9-B76D-A22B76DC83DC> /usr/lib/system/libsystem_kernel.dylib
    0x9830d000 - 0x9830efff  libSystem.B.dylib (1197.1.1) <BAD8FCD7-5116-31E8-94A8-A571E12E7E5A> /usr/lib/libSystem.B.dylib
    0x9830f000 - 0x98315ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x98316000 - 0x98320fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x98321000 - 0x98345ff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x98346000 - 0x985aaff7  com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x985ab000 - 0x98607ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x98611000 - 0x98612fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98613000 - 0x98693ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <DA7C0406-EC4A-3369-B1FE-F21FD814F2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98694000 - 0x9897efd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x98a2b000 - 0x98a2bfff  com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x98a2c000 - 0x98a92ffb  com.apple.CoreUtils (2.0 - 200.34.4) <F14AAB3C-1C8A-37D7-85BE-76646F9F6098> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98a93000 - 0x98a96ff3  com.apple.AppleSystemInfo (3.0 - 3.0) <4586B503-A0A8-3654-AA48-D2F9FA0188CB> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x98a97000 - 0x98a97fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98afb000 - 0x98bdeff7  libcrypto.0.9.8.dylib (52) <D3AB1D26-30BA-36D3-956C-EC7D7185C396> /usr/lib/libcrypto.0.9.8.dylib
    0x98c12000 - 0x98c1cff3  com.apple.DisplayServicesFW (2.8 - 360.8.14) <B14B15EC-41BA-37F6-B696-8BBA0E325C0C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98c34000 - 0x98c41fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x98c42000 - 0x98c47ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x98ce9000 - 0x98d15ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x98d1a000 - 0x98dc6ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98dc7000 - 0x98dceff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98dcf000 - 0x98e17fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x98e2c000 - 0x98f59ff3  com.apple.avfoundation (2.0 - 651.12.1) <6A8A6D6F-87E0-3514-BB0C-E3659542A857> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x98f5a000 - 0x98f92fff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x98f93000 - 0x98fabff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x98fac000 - 0x98fbaff3  com.apple.opengl (9.6.1 - 9.6.1) <B01AF67E-F702-3179-B64F-1C241CDF7B55> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98fbb000 - 0x990f2fff  com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x990f3000 - 0x99143fff  com.apple.opencl (2.3.59 - 2.3.59) <CE95AA26-7AE6-3692-8291-8268BBB976D1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x99144000 - 0x992b4fff  com.apple.QTKit (7.7.3 - 2826.24) <A9375DC8-01FE-3BF1-87E6-5595EC22AB4E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x992b5000 - 0x992d2ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x99452000 - 0x9945afff  liblaunch.dylib (842.92.1) <C180016C-F2DB-3D8B-A72D-5185CE67DFA2> /usr/lib/system/liblaunch.dylib
    0x9945b000 - 0x99463fff  libcopyfile.dylib (103.92.1) <9B62DDFE-FEFD-31CA-989F-9BE0AB606C49> /usr/lib/system/libcopyfile.dylib
    0x99464000 - 0x994a0ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x994a1000 - 0x994e7ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x994e8000 - 0x99512fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x9978e000 - 0x9978fffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x99790000 - 0x9979dfff  com.apple.AppleFSCompression (56.92.1 - 1.0) <D2E7A2DF-9E5B-35E6-9CCD-0D40ADA7E021> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9979e000 - 0x997d0ffb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <30CF0E7B-3511-318F-AC31-06C29EDC111E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x997d9000 - 0x997deff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x997df000 - 0x997e4fff  com.apple.MediaAccessibility (1.0 - 43) <1CC2B661-146A-3FF3-B843-508F611F7B4B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x997e5000 - 0x99b5aff9  com.apple.HIToolbox (2.1.1 - 698) <392738F0-322F-3C80-BEF7-138AFB124C35> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99b5b000 - 0x99b5dffb  libRadiance.dylib (1044) <6713977E-A33A-395A-9933-719F72DF1A98> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x99b5e000 - 0x99b8cff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x99b8d000 - 0x99b8ffff  com.apple.SecCodeWrapper (3.0 - 1) <066E1E30-2EEA-3166-8F86-D1054B50875B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x99b90000 - 0x99be1ffb  com.apple.CoreMedia (1.0 - 1273.54) <086865CC-7B9A-3B96-A3CB-4B90DAD5DC91> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x99c49000 - 0x99c98ff9  com.apple.HIServices (1.23 - 468) <72D000B0-C8F0-3CE5-89E9-D99E2FAF6F5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99c99000 - 0x99d2afff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x99d95000 - 0x99dffff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99e07000 - 0x9a086ff7  com.apple.imageKit (2.5 - 774) <53C3FA27-3830-3A15-9707-AF7369119866> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9a090000 - 0x9a0c1ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x9a0c2000 - 0x9a0cbfff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9a0cc000 - 0x9a0e5fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a105000 - 0x9a1e0ff7  com.apple.LaunchServices (572.28 - 572.28) <12F13478-DB82-3C78-9140-2C98FECD0A80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9a1e3000 - 0x9a1f8ff3  com.apple.AppContainer (3.0 - 1) <017FED4F-AD6E-3A56-806B-A2D33E69EFF9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x9a1f9000 - 0x9a21dff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x9a21e000 - 0x9a221ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9a222000 - 0x9a234fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x9a237000 - 0x9a24bff9  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <6DDC6828-879B-3F7F-9458-8F57713104B5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9a24c000 - 0x9a25cff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x9a4ca000 - 0x9a5b6ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x9a5b7000 - 0x9a60cff7  com.apple.QuickLookFramework (5.0 - 622.7) <215A2C74-801A-39AE-85E4-A1E5031CFD38> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9a60d000 - 0x9a629fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x9a62a000 - 0x9a67efff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <68D53493-CC1E-3036-BF67-B2A0F6E1A905> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9a67f000 - 0x9a681ffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9a682000 - 0x9a682fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9a683000 - 0x9a683fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9a689000 - 0x9a816ffb  com.apple.CFNetwork (673.3 - 673.3) <2C900A5F-9E29-3636-846D-68B24774E82A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9a817000 - 0x9a818fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9a819000 - 0x9a86eff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9a86f000 - 0x9a89fff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9a8a0000 - 0x9a8a4ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x9a8a5000 - 0x9a8bfff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9a8c0000 - 0x9a8c0fff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x9a8c1000 - 0x9a8dcff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9a8dd000 - 0x9a908ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x9a909000 - 0x9a90dffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x9a90e000 - 0x9a946ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9a9e2000 - 0x9aa24fff  libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9aa25000 - 0x9aa2bff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9aa5d000 - 0x9ae22ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9ae23000 - 0x9ae2cfff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9ae2d000 - 0x9ae34ff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x9ae40000 - 0x9ae41fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x9ae42000 - 0x9ae42ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9ae43000 - 0x9ae55fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x9ae80000 - 0x9aed0ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9aed1000 - 0x9b240fff  com.apple.MediaToolbox (1.0 - 1273.54) <46C11BBD-7F31-3227-9441-6087FAA3B477> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x9b241000 - 0x9b2b8ffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9b2b9000 - 0x9b358fff  libCoreStorage.dylib (380.70.2) <AAB92110-31F1-36F0-A877-21FCE9531C4F> /usr/lib/libCoreStorage.dylib
    0x9b359000 - 0x9b35cff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9b35d000 - 0x9b3d3ff3  com.apple.securityfoundation (6.0 - 55122.3) <DFA5E047-2B68-3CE8-B9C3-D19E6F2461CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9b3d4000 - 0x9b3d8ffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x9b438000 - 0x9b478ff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9b479000 - 0x9b4a3fff  libsandbox.1.dylib (278.11.1) <A55CE36C-8E1A-3E3E-BBA1-DEFD3911CBDD> /usr/lib/libsandbox.1.dylib
    0x9b513000 - 0x9b559ff7  libcurl.4.dylib (78.94.1) <0EBB0049-F944-3A3F-ACBF-80D742C4945B> /usr/lib/libcurl.4.dylib
    0x9b55a000 - 0x9b5f6fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9b5f8000 - 0x9b5ffffe  com.apple.agl (3.2.3 - AGL-3.2.3) <808BEF15-F413-34AD-8932-E0655519E2E0> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9b600000 - 0x9b655ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <CB06B746-9EB1-3972-A798-A139E15F5ACC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9b656000 - 0x9b6edff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9b6ee000 - 0x9b7fefed  com.apple.MediaControlSender (2.0 - 200.34.4) <48A88743-4EB7-364B-968F-43C17FFCEB97> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x9b7ff000 - 0x9b80afff  libcsfde.dylib (380.70.2) <B3FC85EE-BBC2-3A20-9C45-C1ABDD063A63> /usr/lib/libcsfde.dylib
    0x9b80b000 - 0x9b8d2ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9b8d3000 - 0x9b8d5fff  libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x9bbd8000 - 0x9bbe1fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9bbe2000 - 0x9bcc8fff  com.apple.coreui (2.2 - 231.1) <17E75125-8D14-30EF-B7A7-662A56B0F4B3> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9bcc9000 - 0x9bceeff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9bdea000 - 0x9bdf2fff  libsystem_dnssd.dylib (522.92.1) <7E36B79E-6BF4-3462-9A84-C0744D029636> /usr/lib/system/libsystem_dnssd.dylib
    0x9bdf3000 - 0x9bdffff7  com.apple.OpenDirectory (10.9 - 173.90.1) <D50773D6-A261-390E-B159-0C161EA7C457> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9be00000 - 0x9be61ff7  com.apple.Symbolication (1.4 - 129.0.2) <FD025FD5-C206-3C90-B3BE-FE9B1BEECAFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9be62000 - 0x9c25affb  com.apple.CoreGraphics (1.600.0 - 599.35.4) <2B46D887-CAED-30F3-B009-1EBF0C71DC2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 182
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=210.8M resident=63.9M(30%) swapped_out_or_unallocated=146.9M(70%)
    Writable regions: Total=128.4M written=30.3M(24%) resident=35.4M(28%) swapped_out=0K(0%) unallocated=93.0M(72%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1116K
    CG image                              4K
    CG raster data                       12K
    CG shared images                    188K
    Kernel Alloc Once                     4K
    MALLOC                             74.6M
    MALLOC (admin)                       48K
    Memory Tag 240                     22.2M
    Memory Tag 242                       12K
    Stack                              71.2M
    VM_ALLOCATE                        16.5M
    _

    I am getting the same thing OVER and OVER! I have wiped my hard drive and reinstalled all of my applications (5 times) and still get the same old thing. It is happening in Safari, Mail (which is also displaying all of my incoming messages as arriving one our earlier than they do), CS4 (take your pick of apps there), excel, and Logic Pro. I don't thinkI have any issues with Adobe Lightroom, or word. Somebody needs to come up with something other than finger pointing here! I can't work, right now all I have is an $8000 paperweight. FWIW my MacBook Pro seems stable, although I don't use it much for anything surfing the web and email these days.
    HELP!

  • Crashed Thread:  0  Dispatch queue: com.apple.main-thread

    I keep getting this kind of crash since this morning everytime I open Safari browser and only when I surf FaceBook.
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00007fc7acf00008

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Windows Message Queue 64-Bit Support

    Just wondering if the Windows Message Queue will ever be updated to support 64-bit Windows?  It is some really neat low level tools on windows but only works fully in 32 bit Windows.
    I'm looking to detect when a window is resized, or has a mouse down event, based on its HWND not VI reference.  This is very easy to do with this library if you don't use 64 bit Windows.  Any other tips on accomplishing this is appreciated.
    EDIT:  Attatched is a VI that runs in LabVIEW 2011 32 bit.  On Windows 7 64-bit the "WM_Size" is not generated when the panel is resized.  The mouse event does get generated for some reason. (this VI relies on VIs in the library linked earlier)
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Windows Message Queue Example.vi ‏91 KB

    Emily-C wrote:
    Hi Hoovah,
    Are you running into specific issues in your application where LabVIEW events don't meet your needs? 
    Yes specifically when it is not a LabVIEW front panel that I am trying to detect changes to.  I would like to be able to detect when a window is resized like Notepad.  Something not LabVIEW.  This is possible with the Windows Message Queue Library but not with LabVIEW events.
    I think I may have a solution anyway and I'll need more time to test, but I can put this other window (Notepad for example) into a VI, then remove the ability to resize Notepad, but instead resize Notepad when the VI it is in gets resized.  Then I can detect when the window is resized because I can be detecting a Panel Size? event (or Pane) on the VI that Notepad is in.  This is alot of extra headache and things to keep track of but do able.  But this also adds other flexibilities that I think I may prefer.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Maybe you are looking for

  • Camcorder direct to DVD recorder questions

    I've got a client that does focus groups and sometimes they ask me to videotape them. The clients usually want a VHS copy right on the spot. So there is no editing. Well, now some clients are beginning to want a DVD-video instead of VHS. I do not hav

  • Making my Mac Mini into a PC to test websites

    Hi, I have been Mac user all my computer-using life and haven't go a clue about the PC environment. I need to get my Mac Mini to think its a PC just so I can test the websites I am building. How do I get my Mac to work as a PC so I can test the websi

  • Significance of CSE and TREX?

    Hai friends What is the Significance of CSE and TREX.Is TREX mandatory in CCM.If yes How many TREX servers are by default. Regards venkat

  • Regarding webservice adding to context of component controller

    Hi All,        I have imported a webservice model and i am creating a data link between data model and component controller.why should i link Request Node(i,e Request_CustSessionWSViDocument_CustRetAll) to context of component controller why not resp

  • OwnCloud Server 8.1 Released Today - Encryption, Performance, Service Packages

    Hey Spiceheads....next week we've got another webinar (and these are always available on-demand following the event BTW), but this one is with the project lead of Sciebo--22 universities who are taking advantage of federated cloud sharing with ownClo