Identifying syntax and logical errors

Hey guys,
I'm new to java and I can't figure out this problem as I can't make JDK work with comand prompt for some reason and when trying to write the java in a web page it won't work.
Can anyone tell me what the three syntax errors and one logical error in the following code is?
public class Add
public static void main(String[] args)
double weight1 = 85.5
double weight2 = 92.3
double averWeight = weight1 + weight2 / 2;
System.out.println("Average is " + aver);
Any help would be very much appreciated.

Ok. I'm new to Java. Thanks to the both of you for your help.You're welcome of course; here's a tip: type in these little exercises
and try to compile them; carefully read what the compiler has to say
about the possible errors. Note that the compiler is totally blind to
most "logical errors".
kind regards,
Jos

Similar Messages

  • Where can I get an Html error report of all the syntax and tag problems?

    Where can I get an Html error report of all the syntax and tag problems?

    Thank you for your answer.
    Where is the DW validation for me?
    My files are in my computer so I don’t have an external URL.
    File > validation > as xml = closes DW... Maybe because it is not a correct command for HTML,
    And
    Window > results > validation = gives a partial mistakes (e.g. shows an open tag without closing tag, but doesn’t show a closing tag without an open tag).
    Thank you.

  • HT1338 Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help neede

    Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help needed !

    Hello:
    I would trot back into the Apple store and have them fix the problem (or call Applecare with a warranty issue).  There is no sense in you wasting your time trying to troubleshoot things on a new computer.
    Barry

  • Receiving error after loading Dreamweaver... In a time crunch ...project deadline... need to identify problem and fix as quickly as possible

    Receiving error after loading Dreamweaver... In a time crunch ...project deadline... need to identify problem and fix as quickly as possible
    Occurs after I load Dreamweaver; most of the time --- Sometimes not until I try to access CSS Designer
    Have screen capture of error (see next page)
    Windows 7 Home Premium - Service Pack 1
    Platform 64 bit OS
    Has worked fine until recently
    Have installed one program (Print Artist Platinum 24 by Nova Development)
    Tried restore point but not dated back far enough
    Uninstalled and reinstalled Dreamweaver CC 2014 from Creative Cloud.. same error
    Any Ideas?

    Troubleshoot JavaScript errors | Dreamweaver CS4, CS5, CS5.5, CS6
    Try step #4 and step #12

  • Error Message: The syntax of the value for prompt 'p_phone_num' is incorrect. Please correct the syntax and try again.

    Post Author: helpwithcr
    CA Forum: General
    " The syntax of the value for prompt 'p_phone_number' is incorrect. Please correct the syntax and try again."
    I am getthing this error while I tried to pass the value from an oracle package to the web when the the crystal report viewer kicks in.
    I found the source of the error. Its just a paranthesis that I used with the phone number inside the function.... The function looks like this
    function phone_number
    return varchar2
    is
    begin
    return '(123) 456 - 789';
    end phone_number;
    I really dont want that paranthesis to go. Its the format that everyone wanted. But they dont want that to be static on the report also
    Please help
    Thanks
    helpWithCr

    Sir, you are a legend!!! 
    Many thanks for putting me on the right track... 
    Here's where I went wrong and how I fixed it.
    First I installed the Azure Pack: MySQL Extension on the MySQL server.
    This was wrong, it needs to be installed on the WAP server/s.
    So I installed the extension on the WAP server and it still didn't work.
    So I uninstalled the extension from the MySQL server and it still didn't work.
    So I also installed the MySQL Connector/Net on the WAP server and it worked.
    This eventually fixed it. 
    What I will say is that in the documentation it doesn't mention installing the MySQL Connector/Net from the web platform installer on the WAP server (unless I have completely missed this)?
    Thanks again :-)
    Microsoft Partner

  • Logical Error in Script Logic

    Hello Experts,
    Please provide your guidance for the following scenario.
    I need to calculate the 'Accumulated Depreciation' for every month, based on the amounts in the 'AccumDep' and the 'Depreciation' accounts.
    In other words, the value of the Accumulated Depreciation for the month of Feb should be equal to (Accumulated Depreciation in Jan + Depreciation in Jan), and so on.
    To accomplish this, I have written the following script logic.
    *WHEN ACCOUNT
    *IS AccumDep, Depreciation
         *FOR %MON% = 2009.FEB,2009.MAR,2009.APR
              *REC(FACTOR=1, ACCOUNT=AccumDep, TIME=%MON%)
         *NEXT
    *ENDWHEN
    *COMMIT
    The above logic was validated without any 'syntax' errors.  However, I do not see the desired results, as the Accumulated Depreciation is not getting updated every month.  The amount from FEB appears for MAR & APR also.
    Therefore, could you please review the above script and let me know if there are any 'logical' errors?
    All your guidance is greatly appreciated.  Thanks...

    Hi,
    You are not getting the desired result because you are trying to aggregate the depreciation and the accumulated depreciation of the same month and post the result again in the same month. Lets say the code is working for 2009.MAR. You are trying to add the depreciation and accumulated depreciation of 2009.MAR. However, you still dont have the acc depreciation of 2009.MAR. You basically need to take the acc depreciation of the previous month.
    You can try something like:
    *WHEN ACCOUNT
    *IS Depreciation
         *FOR %MON% = 2009.FEB,2009.MAR,2009.APR
              *REC(EXPRESSION = %VALUE% + ([ACCOUNT].[AccumDep],[TIME].Previous), ACCOUNT=AccumDep)
         *NEXT
    *ENDWHEN
    *COMMIT
    You can have a property called Previous to store the previous month of each period in the time dimension.
    Hope you got the idea.

  • Export physical and logical details on ASA 5520 and 8.0 software

    Hello...does anybody know if there is any way to export details of the physical and logical interface details (including interface descriptions) to Excel, PDF or and other format from the command line or ASDM? 
    Thanks,
    John

    Export directly in xls, xlsx or pdf - no.
    The output of "show run interface" or "show interface" is pretty structured however and easily parsed by Excel - either manually or via a macro. See output below (you can omit the interface identifier to get all interfaces. I used one for brevity.)
    One can build a script to log in, perform an arbitrary command logging the output to a file which can then be massaged to extract the information you want in a suitable format (csv, etc.). Once in Excel it can be saved as pdf if you're so inclined.
    Of couse, some of the full-featured network management tools do a lot of this (and lots more) if you have them.
    ASA-1# sh run int eth0/0
    interface Ethernet0/0
    nameif outside
    security-level 0
    ip address x.x.x.x 255.255.255.224
    ASA-1#
    ASA-1# sh int eth0/0
    Interface Ethernet0/0 "outside", is up, line protocol is up
      Hardware is i82546GB rev03, BW 1000 Mbps, DLY 10 usec
    Auto-Duplex(Full-duplex), Auto-Speed(1000 Mbps)
    Input flow control is unsupported, output flow control is unsupported
    MAC address 0013.c480.6b50, MTU 1500
    IP address x.x.x.x, subnet mask 255.255.255.224
    14156274 packets input, 16095096189 bytes, 0 no buffer
    Received 44764 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 pause input, 0 resume input
    0 L2 decode drops
    8548524 packets output, 1006461151 bytes, 0 underruns
    0 pause output, 0 resume output
    0 output errors, 64 collisions, 6 interface resets
    95 late collisions, 627 deferred
    0 input reset drops, 0 output reset drops, 0 tx hangs
    input queue (blocks free curr/low): hardware (255/230)
    output queue (blocks free curr/low): hardware (255/125)
      Traffic Statistics for "outside":
    14156267 packets input, 15839536990 bytes
    8548619 packets output, 820243613 bytes
    39502 packets dropped
          1 minute input rate 2 pkts/sec,  349 bytes/sec
          1 minute output rate 2 pkts/sec,  425 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 2 pkts/sec,  2091 bytes/sec
          5 minute output rate 1 pkts/sec,  352 bytes/sec
          5 minute drop rate, 0 pkts/sec

  • Safari crashes and gives error after time machine restore

    Hi Apple,
    My Safari crashes and gives error after time machine restore. See error (log) below:
    Process:    
    Safari [1868]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    7.0.1 (9537.73.11)
    Build Info: 
    WebBrowser-7537073011000000~21
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [174]
    Responsible:
    Safari [1868]
    User ID:    
    501
    Date/Time:  
    2014-03-24 22:31:09.115 -0400
    OS Version: 
    Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  71F3CB6C-F8A0-C67D-EE17-D79E8AACA56F
    Crashed Thread:  15
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000105aa5400
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x105aa5400:
    -->
    __TEXT            
    000000010c5a3000-000000010c5a4000 [
    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    dyld: in dlopen()
    /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calend arFoundation
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.conduit.safari-QAMAD5CQ5Z (20 - 1.0) Conduit Search for Safari
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   dyld                     
    0x00007fff6e800b7e open + 10
    1   dyld                     
    0x00007fff6e7e5566 dyld::loadPhase5(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 689
    2   dyld                     
    0x00007fff6e7e5291 dyld::loadPhase4(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 158
    3   dyld                     
    0x00007fff6e7e5179 dyld::loadPhase3(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 1433
    4   dyld                     
    0x00007fff6e7e49c6 dyld::loadPhase1(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 135
    5   dyld                     
    0x00007fff6e7e0426 dyld::loadPhase0(char const*, char const*, dyld::LoadContext const&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 190
    6   dyld                     
    0x00007fff6e7e01bb dyld::load(char const*, dyld::LoadContext const&) + 179
    7   dyld                     
    0x00007fff6e7e4337 dyld::libraryLocator(char const*, bool, char const*, ImageLoader::RPathChain const*) + 52
    8   dyld                     
    0x00007fff6e7eacb4 ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&) + 368
    9   dyld                     
    0x00007fff6e7eb01e ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&) + 1242
    10  dyld                     
    0x00007fff6e7ea9d4 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, bool, ImageLoader::RPathChain const&) + 80
    11  dyld                     
    0x00007fff6e7e1764 dyld::link(ImageLoader*, bool, bool, ImageLoader::RPathChain const&) + 166
    12  dyld                     
    0x00007fff6e7e876d dlopen + 440
    13  libdyld.dylib            
    0x00000001130757ef dlopen + 59
    14  com.apple.Safari.framework
    0x000000010c821558 AOSAccountsFramework() + 39
    15  com.apple.Safari.framework
    0x000000010c82025d getMMAOSAccountStatusLoginNotification() + 27
    16  com.apple.Safari.framework
    0x000000010c6a4fa9 ___ZL29aosAccountsFrameworkAvailablev_block_invoke + 11
    17  com.apple.Safari.framework
    0x000000010c6a2f11 aosAccountsFrameworkAvailable() + 33
    18  com.apple.Safari.framework
    0x000000010c6a2e09 -[CloudTabStore init] + 65
    19  com.apple.Safari.framework
    0x000000010c6a2db8 +[CloudTabStore sharedCloudTabStore] + 58
    20  com.apple.Safari.framework
    0x000000010c8464c0 -[ToolbarController _canShowToolbarItemForCloudTabs] + 29
    21  com.apple.Safari.framework
    0x000000010c846c03 -[ToolbarController toolbarDefaultItemIdentifiers:] + 154
    22  com.apple.AppKit         
    0x0000000110afad21 -[NSToolbar _defaultItemIdentifiers] + 80
    23  com.apple.AppKit         
    0x0000000110afab14 -[NSToolbar _setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:upgradedConfigura tion:] + 291
    24  com.apple.AppKit         
    0x0000000110afa95c -[NSToolbar _setConfigurationUsingName:domain:] + 324
    25  com.apple.AppKit         
    0x0000000110afa804 -[NSToolbar setConfigurationUsingName:] + 201
    26  com.apple.AppKit         
    0x0000000110afa641 -[NSToolbar _loadFromUDIfNecessary] + 121
    27  com.apple.AppKit         
    0x0000000110afa385 -[NSWindow setToolbar:] + 535
    28  com.apple.Safari.framework
    0x000000010c8450cb -[ToolbarController initWithBrowserWindowController:] + 587
    29  com.apple.Safari.framework
    0x000000010c671608 -[BrowserWindowControllerMac windowDidLoad] + 739
    30  com.apple.AppKit         
    0x0000000110c8c35c -[NSWindowController _windowDidLoad] + 450
    31  com.apple.Safari.framework
    0x000000010c8a3f8d -[WindowController _windowDidLoad] + 43
    32  com.apple.AppKit         
    0x0000000110c73076 -[NSWindowController window] + 110
    33  com.apple.Safari.framework
    0x000000010c671d3a -[BrowserWindowControllerMac showWindow:] + 50
    34  com.apple.AppKit         
    0x0000000110d404c5 -[NSDocument showWindows] + 100
    35  com.apple.Safari.framework
    0x000000010c6400ab -[BrowserDocument showWindows] + 39
    36  com.apple.AppKit         
    0x0000000110d3f028 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    37  com.apple.AppKit         
    0x0000000110d3ee1f -[NSDocumentController newDocument:] + 36
    38  com.apple.Safari.framework
    0x000000010c7d3793 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    39  com.apple.Safari.framework
    0x000000010c7d3954 -[WindowReopener init] + 117
    40  com.apple.Safari.framework
    0x000000010c7d3a63 +[WindowReopener reopenWindows] + 43
    41  com.apple.Safari.framework
    0x000000010c5b5597 -[AppController _openUntitledFileWhileLaunching:] + 157
    42  com.apple.Safari.framework
    0x000000010c5b2441 -[AppController applicationOpenUntitledFile:] + 22
    43  com.apple.AppKit         
    0x0000000110c6de90 -[NSApplication _doOpenUntitled] + 447
    44  com.apple.AppKit         
    0x0000000110b90f41 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    45  com.apple.AppKit         
    0x0000000110b90c63 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    46  com.apple.AppKit         
    0x0000000110b9084d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    47  com.apple.AppKit         
    0x00000001109fb9fb -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 323
    48  com.apple.AppKit         
    0x00000001109fb789 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    49  com.apple.AppKit         
    0x00000001109fb1eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    50  com.apple.Foundation     
    0x000000010ef4beaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    51  com.apple.Foundation     
    0x000000010ef4bd1d _NSAppleEventManagerGenericHandler + 106
    52  com.apple.AE             
    0x0000000113a2ee1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    53  com.apple.AE             
    0x0000000113a2ec32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    54  com.apple.AE             
    0x0000000113a2eb36 aeProcessAppleEvent + 315
    55  com.apple.HIToolbox      
    0x00000001125c95f1 AEProcessAppleEvent + 56
    56  com.apple.AppKit         
    0x00000001109f70f6 _DPSNextEvent + 1026
    57  com.apple.AppKit         
    0x00000001109f68db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    58  com.apple.Safari.framework
    0x000000010c604ec0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    59  com.apple.AppKit         
    0x00000001109ea9cc -[NSApplication run] + 553
    60  com.apple.AppKit         
    0x00000001109d5803 NSApplicationMain + 940
    61  com.apple.Safari.framework
    0x000000010c7d6f3d SafariMain + 267
    62  libdyld.dylib            
    0x00000001130765fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x0000000113207662 kevent64 + 10
    1   libdispatch.dylib        
    0x000000011304143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x0000000113041152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.WebCore        
    0x000000011665ac0b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore        
    0x000000011665779f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 7:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x0000000113202a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x0000000113201d18 mach_msg + 64
    2   com.apple.QuartzCore     
    0x000000010e1813b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore     
    0x000000010e1812ed thread_fun + 25
    4   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x0000000113202a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x0000000113201d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x000000010fb22315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x000000010fb21939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x000000010fb21275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x000000010ef91907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x000000010ef9170b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib   
    0x0000000113206e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x0000000113320f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x0000000113323fb9 start_wqthread + 13
    Thread 11:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092266 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x000000010d091d85 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x0000000113206716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x0000000113321c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x000000010d092887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010d092718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010d0870af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x000000011331f899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x000000011331f72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x0000000113323fc9 thread_start + 13
    Thread 15 Crashed:
    0   ???                      
    0x000000010f6ec598 0 + 4553885080
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000054  rcx: 0x000000010f639000  rdx: 0x0000000000000054
      rdi: 0x0000000000000000  rsi: 0x000000010eb53000  rbp: 0x000000010f63aff0  rsp: 0x000000010f63af70
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000105aa5400  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010eb53000
      rip: 0x000000010f6ec598  rfl: 0x0000000000010202  cr2: 0x0000000105aa5400
    Logical CPU:
    2
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10c5a3000 -   
    0x10c5a3ffd  com.apple.Safari (7.0.1 - 9537.73.11) <26B9451D-36DC-3EC9-AF48-B32519F9BFF6> /Applications/Safari.app/Contents/MacOS/Safari
    0x10c5a8000 -   
    0x10caaeff3  com.apple.Safari.framework (9537 - 9537.73.11) <D3F772B3-4AD9-32F1-A0CB-CF307FF1B283> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x10ce98000 -   
    0x10ce99ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x10cea3000 -   
    0x10cec1ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x10cee3000 -   
    0x10cee4fff  libquit.dylib (161) <12162287-B8C8-36D0-B000-ADC28731FC66> /usr/lib/libquit.dylib
    0x10ceed000 -   
    0x10cf0aff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x10cf1d000 -   
    0x10cf1dfff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x10cf20000 -   
    0x10cf20fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x10cf29000 -   
    0x10cf87ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x10cfc6000 -   
    0x10cfd0ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x10cfdf000 -   
    0x10d049ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x10d07e000 -   
    0x10d3f4ffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x10d4ef000 -   
    0x10d6a7ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
    0x10d751000 -   
    0x10d83bfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x10d855000 -   
    0x10d886ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x10d898000 -   
    0x10d8a5ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x10d8ae000 -   
    0x10d8bcfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10d8c5000 -   
    0x10d906fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10e15a000 -   
    0x10e2f6ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x10e3d0000 -   
    0x10e628ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10e772000 -   
    0x10e7e5ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x10e82a000 -   
    0x10e858ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x10e886000 -   
    0x10e8e9ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10e924000 -   
    0x10ea5affa  com.apple.WebKit (9537 - 9537.73.11) <5F583526-8D71-30AD-B97C-56EC51E94E85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x10eb4f000 -   
    0x10eb4ffff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x10eb55000 -   
    0x10ed45ff5  com.apple.WebKit2 (9537 - 9537.73.11) <FE8D26BB-F8B7-37D6-94A0-D82161541F30> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x10ef2a000 -   
    0x10f229fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x10f468000 -   
    0x10f615f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x10f63d000 -   
    0x10f68ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x10f6f0000 -   
    0x10f7b2ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x10f824000 -   
    0x10f994ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x10fa9f000 -   
    0x10fa9ffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x10faa8000 -   
    0x10faa9ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10fab1000 -   
    0x10fc96ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x10fe0a000 -   
    0x10ff0ffff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x10ff7d000 -   
    0x11089905f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x1109c5000 -   
    0x1109c6ffc  com.apple.SafariServices.framework (9537 - 9537.73.11) <4E721B67-18FC-32FD-9482-E7D0FEC02ACE> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x1109cc000 -   
    0x1109ccfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x1109d3000 -   
    0x111547ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x111cd4000 -   
    0x111d03ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x111d28000 -   
    0x111d39ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x111d42000 -   
    0x111d44fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x111d51000 -   
    0x111d89ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x111dc7000 -   
    0x111f1aff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x111fb7000 -   
    0x111fb7ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x111fbf000 -   
    0x112207fff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x112333000 -   
    0x112397ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x1123db000 -   
    0x11250bff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x11258e000 -   
    0x112838ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x112993000 -   
    0x11299bff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x1129aa000 -   
    0x1129ecff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x112a04000 -   
    0x112aebff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x112b28000 -   
    0x112c0cfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x112cd4000 -   
    0x112d25ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x112d4e000 -   
    0x112d53fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x112d60000 -   
    0x112d61fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x112d6c000 -   
    0x112d7eff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x112d93000 -   
    0x112dabff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x112dc2000 -   
    0x112dcffff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x112de2000 -   
    0x112ea5ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x112f2f000 -   
    0x112f4aff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x112f5b000 -   
    0x112f84ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x112f96000 -   
    0x112f9aff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x112f9f000 -   
    0x112fa9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x112fb8000 -   
    0x112fbffff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x112fcb000 -   
    0x112fd2ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x112fdc000 -   
    0x11302afff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x11303e000 -   
    0x113058fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
    0x113073000 -   
    0x113076ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
    0x11307e000 -   
    0x11307eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x113083000 -   
    0x11308aff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x113097000 -   
    0x11309cfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x1130a2000 -   
    0x1130a4ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x1130ac000 -   
    0x1130adffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x1130b4000 -   
    0x1130c5ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x1130d3000 -   
    0x1130d4ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x1130da000 -   
    0x113163ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x11318f000 -   
    0x113191ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x11319d000 -   
    0x1131a5fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x1131b2000 -   
    0x1131d9ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x1131f1000 -   
    0x11320dff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    0x113233000 -   
    0x113262fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x113272000 -   
    0x11328dff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
    0x11329e000 -   
    0x1132c5ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x1132e8000 -   
    0x1132f1ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x113301000 -   
    0x113307ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x11331e000 -   
    0x113325ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x113332000 -   
    0x113333ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x11333f000 -   
    0x113343fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
    0x11334f000 -   
    0x113350fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x113359000 -   
    0x11335eff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x11336b000 -   
    0x11338ffff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
    0x1133ac000 -   
    0x1133bcfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x1133c7000 -   
    0x1133cbfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x1133d5000 -   
    0x1133d5ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x1133db000 -   
    0x1133e8ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x1133f0000 -   
    0x1136dafff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x11375d000 -   
    0x1137ecfff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x113853000 -   
    0x1138cafff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x11396e000 -   
    0x1139dbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x113a21000 -   
    0x113a7cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x113aac000 -   
    0x113b75fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x113bef000 -   
    0x113c18fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x113c3c000 -   
    0x113c43fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x113c4d000 -   
    0x113c58fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x113c60000 -   
    0x113c6bff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x113c7d000 -   
    0x113c80fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x113c89000 -   
    0x113ca0fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x113cc5000 -   
    0x113ccfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x113ce0000 -   
    0x113d08ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x113d17000 -   
    0x113da3ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x113dd6000 -   
    0x113e45ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x113e76000 -   
    0x113efffff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x113f49000 -   
    0x113f8eff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x113fc5000 -   
    0x113fd4ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x113fe8000 -   
    0x114035ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x114069000 -   
    0x1140a2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x1140c3000 -   
    0x1140ccfff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x1140e6000 -   
    0x1140e9ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x1140f9000 -   
    0x1140f9fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x114102000 -   
    0x1143d6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x11441e000 -   
    0x11441efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x114427000 -   
    0x1144f2fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x114500000 -   
    0x1145b0ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x1145bf000 -   
    0x1149a0ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x114a07000 -   
    0x114b75ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x114ba5000 -   
    0x114c94fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x114d0e000 -   
    0x114d55fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x114d7e000 -   
    0x114da2ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x114db0000 -   
    0x114e09fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x114e1c000 -   
    0x114e37ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x114e41000 -   
    0x114e45ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x114e4c000 -   
    0x114f3afff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x114f67000 -   
    0x114f69fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x114f73000 -   
    0x114fbaff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x114fd0000 -   
    0x114fe9ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x115009000 -   
    0x115025fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x115031000 -   
    0x115122ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x115138000 -   
    0x11519cff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x1151c9000 -   
    0x1151cafff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x1151d1000 -   
    0x1151d5ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/l

    simonun wrote:
    Hi guys,
    Hi, and welcome to the forums.
    hope somebody can help me with this issue with TM.
    I decided to restore my entire system from a backup I got in an external hard drive ( formatted mac Os Journaled). I didnt exclude any folder from the backup.
    Basically using the mac osx installation disk
    Which one? If you used a Leopard Install disc, that's the problem. You need to use a +Snow Leopard+ disc to restore a +Snow Leopard+ backup. (Unfortunately, Apple doesn't exactly make that clear -- you are far from the first!)
    If your system is not too large, and didn't take more than an hour or so to restore, just do it over.
    If it's a lot larger, though, you can just install Snow Leopard. Your Mac should boot up normally, but don't use any apps yet. First, download and install the 10.6.5 "combo" update. Info and download available at: http://support.apple.com/kb/DL1324 Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.

  • SL and Logic 8 issues...

    I just updated my OS from 10.5 to SL.
    Every time I launch Logic 8, I get this pop up window stating that the required software extensions are missing, and to click OK to transfer me to the PACE web site where an installer can be downloaded.
    I'm a little leery about downloading this as the website doesn't seem to answer any of my questions in the FAQ and seems more like an Anti Piracy site.
    Then when I proceed to click OK and the website loads, I get another window with the "warning" yellow triangle that reads:
    CoreMIDI quit unexpectedly while using the DirectIO plug-in.
    I have the options to ignore, report or reopen - yet when I click reopen, it prompts me again with the first window.
    Here's a copy of the report if anyone would be so kind to help me. I'm kinda in some deep mess if I can't get my work done. I do all of my work in Logic and need to pay some bills if you know what I mean.
    It's pretty lengthy but this is the first time I've ever had issues with Logic. I suspect it's the upgrade...and if I can't get this resolved in a day or two, I guess I'll just have to downgrade.
    Thanks in advance,
    B
    Process: MIDIServer [973]
    Path: /System/Library/Frameworks/CoreMIDI.framework/MIDIServer
    Identifier: com.apple.audio.midi.CoreMIDI
    Version: 1.7 (42)
    Code Type: X86 (Native)
    Parent Process: launchd [105]
    PlugIn Path: /Library/Frameworks/DirectIO.framework/DirectIO
    PlugIn Identifier: com.digidesign.framework.DirectIO
    PlugIn Version: 7.3 (7.3f117)
    Date/Time: 2009-08-31 03:54:37.780 -0700
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 106886 sec
    Crashes Since Last Report: 197
    Per-App Interval Since Last Report: 752 sec
    Per-App Crashes Since Last Report: 10
    Anonymous UUID: 5811FBF0-2193-4881-B13A-1538EAA27198
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000001df01dab
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ...gidesign.framework.DirectIO 0x01d974a8 IODriverInitEx + 0
    1 ...design.midi.driver.directIO 0x0043ac91 main + 585
    2 ...design.midi.driver.directIO 0x0043ae33 main + 1003
    3 ...design.midi.driver.directIO 0x0043b108 NewDIOOSXMIDIDriver + 388
    4 com.apple.audio.midi.CoreMIDI 0x000302e7 XPluginManager::OpenPlugins() + 63
    5 com.apple.audio.midi.CoreMIDI 0x00028a10 MIDIDriverMgr::Init2() + 26
    6 com.apple.audio.midi.CoreMIDI 0x00016996 MIDIServerRun + 372
    7 MIDIServer 0x00001ead 0x1000 + 3757
    8 MIDIServer 0x00001dbd 0x1000 + 3517
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9820110a kevent + 10
    1 libSystem.B.dylib 0x98201824 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x98200ce1 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x98200a86 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x98200511 pthreadwqthread + 390
    5 libSystem.B.dylib 0x98200356 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x9820882a _semwaitsignal + 10
    1 libSystem.B.dylib 0x982084e6 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9820a178 pthreadcondwait$UNIX2003 + 73
    3 com.apple.audio.midi.CoreMIDI 0x0001534f CAGuard::Wait() + 93
    4 com.apple.audio.midi.CoreMIDI 0x00030d0f TimerTaskMgr::Run() + 455
    5 com.apple.audio.midi.CoreMIDI 0x00016149 XThread::RunHelper(void*) + 17
    6 com.apple.audio.midi.CoreMIDI 0x00015b16 CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x98207fe1 pthreadstart + 345
    8 libSystem.B.dylib 0x98207e66 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x981da8fa machmsgtrap + 10
    1 libSystem.B.dylib 0x981db067 mach_msg + 68
    2 com.apple.CoreFoundation 0x90137dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x90136d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9013c7a4 CFRunLoopRun + 84
    5 ...design.midi.driver.directIO 0x0043867d 0x435000 + 13949
    6 ...ple.CoreServices.CarbonCore 0x9107c9fa PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x98207fe1 pthreadstart + 345
    8 libSystem.B.dylib 0x98207e66 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x981da8fa machmsgtrap + 10
    1 libSystem.B.dylib 0x981db067 mach_msg + 68
    2 ...design.midi.driver.directIO 0x0043954b 0x435000 + 17739
    3 ...ple.CoreServices.CarbonCore 0x9107c9fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x98207fe1 pthreadstart + 345
    5 libSystem.B.dylib 0x98207e66 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x982001a2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98200738 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98200356 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x00437f36 ecx: 0x00027f80 edx: 0x00000001
    edi: 0x00000000 esi: 0x00000000 ebp: 0xbffff968 esp: 0xbffff94c
    ss: 0x0000001f efl: 0x00010286 eip: 0x01d974a8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x1df01dab
    Binary Images:
    0x1000 - 0x1fff MIDIServer ??? (???) <C85AC76F-A72B-9F44-5B2E-1B2283561C02> /System/Library/Frameworks/CoreMIDI.framework/MIDIServer
    0x5000 - 0x51fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x9e000 - 0xa6fff jp.co.korg.advKorgUSBMIDIDriver2 KORG USB-MIDI Driver 1.0.8 (r4) (1.0.8 (r4)) /System/Library/Extensions/advKorgUSBMIDIDriver.plugin/Contents/MacOS/advKorgUS BMIDIDriver
    0xad000 - 0xadff7 com.apple.audio.midi.CoreMIDIServer 1.7 (42) <ED8D1183-E715-BF65-E5FF-BF5D3445997F> /System/Library/Frameworks/CoreMIDIServer.framework/Versions/A/CoreMIDIServer
    0xb0000 - 0xb9fff com.apple.AppleMIDIFWDriver 250.4.8 (250.4.11) <4239FB95-1D1E-9C2B-1370-FD253FA14E6A> /System/Library/Extensions/AppleMIDIFWDriver.plugin/Contents/MacOS/AppleMIDIFWD river
    0xc4000 - 0xc9ffb com.apple.FWAUserLib 2.5.0 (2.5.0fc11) <05F1AA38-3AE1-B0A2-51A5-3D4CC77534CC> /System/Library/Frameworks/FWAUserLib.framework/Versions/A/FWAUserLib
    0xcf000 - 0xd0ffb com.apple.AppleMIDIIACDriver 1.7 (42) <76FC7CA2-CCE2-BBAF-94C7-2FC2E750D0DB> /System/Library/Extensions/AppleMIDIIACDriver.plugin/Contents/MacOS/AppleMIDIIA CDriver
    0xd5000 - 0xebfff com.apple.AppleMIDIRTPDriver 1.7 (42) <92279835-C0D5-EBF3-E43E-45B3918A46F2> /System/Library/Extensions/AppleMIDIRTPDriver.plugin/Contents/MacOS/AppleMIDIRT PDriver
    0xf2000 - 0xfaffb com.apple.AppleMIDIUSBDriver 1.7 (42) <13730B5C-C61B-4201-44FA-AA032F5F842B> /System/Library/Extensions/AppleMIDIUSBDriver.plugin/Contents/MacOS/AppleMIDIUS BDriver
    0x400000 - 0x402fff +com.digidesign.fwfamily.midi 7.3 (7.3f117) /Library/Audio/MIDI Drivers/DigidesignFireWireMIDI.plugin/Contents/MacOS/DigidesignFireWireMIDI
    0x406000 - 0x41fff7 +com.digidesign.plugin.mbox2midi 7.3 (7.3f117) /Library/Audio/MIDI Drivers/DigidesignMbox2MIDI.plugin/Contents/MacOS/DigidesignMbox2MIDI
    0x428000 - 0x430ffe +com.digidesign.usb.midi 7.3 (7.3f117) /Library/Audio/MIDI Drivers/DigidesignMIDIIODriver.plugin/Contents/MacOS/DigidesignMIDIIODriver
    0x435000 - 0x4413ff +com.digidesign.midi.driver.directIO 7.3 (7.3f117) /Library/Audio/MIDI Drivers/DigiDioMidiDriver.plugin/Contents/MacOS/DigiDioMidiDriver
    0x44b000 - 0x4b3fe7 +com.digidesign.framework.DSI 7.3 (7.3f117) /Library/Frameworks/DSI.framework/Versions/A/DSI
    0x600000 - 0x615fff +com.digidesign.framework.PlatformSupport 7.3 (7.3f117) /Library/Frameworks/DigiPlatformSupport.framework/Versions/A/DigiPlatformSuppor t
    0x6a9000 - 0x70cfef +[Unknown Bundle] ??? (???) <6B5C0798-D72A-4AF5-90A4-22165FC33EC9> [Unknown Bundle]
    0x1d59000 - 0x1db3fe7 +com.digidesign.framework.DirectIO 7.3 (7.3f117) /Library/Frameworks/DirectIO.framework/DirectIO
    0x2800000 - 0x29c4fc7 +com.digidesign.framework.DHS 7.3 (7.3f117) /Library/Frameworks/DHS.framework/Versions/A/DHS
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x900b0fe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x900b1000 - 0x900c9ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x900fb000 - 0x90272fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902e2000 - 0x902f4ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x902f5000 - 0x90314fe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90463000 - 0x90465ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90466000 - 0x9047afe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x904c2000 - 0x90571fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90572000 - 0x90591fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x90592000 - 0x90601ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90708000 - 0x90723ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90864000 - 0x90864ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x908be000 - 0x909e7fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x909e8000 - 0x90dfeff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90e59000 - 0x90e59ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90e6d000 - 0x90e93fff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90ea6000 - 0x90ee9ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90f10000 - 0x90f13ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90f14000 - 0x90f21ff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90f22000 - 0x90fcaff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91056000 - 0x91375fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9148d000 - 0x91497ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9153b000 - 0x915d8ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91688000 - 0x916c5ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x916cc000 - 0x916d6ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x916d7000 - 0x91708ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9170c000 - 0x9173fff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91740000 - 0x91771ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91780000 - 0x917d0ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x917d1000 - 0x91851feb 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
    0x91853000 - 0x918b7ffb 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
    0x918b8000 - 0x918c6fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x918c7000 - 0x918c7ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91909000 - 0x91952fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91953000 - 0x91a45ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x91a85000 - 0x91ac6ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91af8000 - 0x91b0cffb 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
    0x92b5c000 - 0x92b5eff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92b5f000 - 0x92b63ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92bd3000 - 0x92bf5ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92bf6000 - 0x92bf9ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92bfa000 - 0x92c73ff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92c74000 - 0x92d05fe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92dba000 - 0x92de2ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x92de3000 - 0x92fbeff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x92fbf000 - 0x933f4ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x933f5000 - 0x93411fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93446000 - 0x93453ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x93475000 - 0x934bbff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x934bc000 - 0x9363efe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x93678000 - 0x936c9ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93abd000 - 0x93adbff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93d5d000 - 0x93d81ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93d82000 - 0x93d97fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93dd0000 - 0x93e2aff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93e6c000 - 0x94165fef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94166000 - 0x9419aff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x9419b000 - 0x9419cff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x946ce000 - 0x9488afef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94cba000 - 0x94de2fe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94e92000 - 0x951f6ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x951f7000 - 0x95257fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95333000 - 0x95380feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95381000 - 0x95477ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95478000 - 0x95579fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x9610b000 - 0x961baff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x961cc000 - 0x964effef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x964f0000 - 0x96534fe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x965fc000 - 0x965fdff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x965fe000 - 0x96601fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96602000 - 0x96644fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9668e000 - 0x96691ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9694c000 - 0x96a05fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x96b18000 - 0x96be2fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96c10000 - 0x96c7afe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96c7b000 - 0x96c87ff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x96c88000 - 0x96c92fe7 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
    0x96c93000 - 0x96f03ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96f2f000 - 0x96fc7fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96fca000 - 0x96fcfff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97021000 - 0x970a3ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x97a60000 - 0x97a64ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x97a65000 - 0x97b17ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x97b18000 - 0x97bf5ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97bf6000 - 0x97e58ff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97fe8000 - 0x97fe8ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x980ec000 - 0x98188fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98189000 - 0x981d9fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x981da000 - 0x9837efeb libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    0x983bc000 - 0x983bcff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98545000 - 0x98589ff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9858a000 - 0x9858eff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9858f000 - 0x9858fff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98590000 - 0x98d71497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98e77000 - 0x98f1efe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x99221000 - 0x992fcfef com.apple.DesktopServices 1.5.0 (1.5.0) <5295C246-805B-DBCD-BA61-1AE9A458CF73> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x99325000 - 0x9932eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9932f000 - 0x99335fff 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
    0x99393000 - 0x9939dff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9939e000 - 0x993aeff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x993af000 - 0x993cffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x993d0000 - 0x993e1ff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x993e2000 - 0x993e9fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x993f5000 - 0x9942ffe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <068CC3F2-F867-A231-A16C-CC01C29A9816> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.18f5
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J
    USB Device: FreeAgent Xtreme, 0x0bc2, 0x3101, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    FireWire Device: Duet, Apogee Electronics, Up to 400 Mb/sec

    I'm getting that same above message, but I'm not even on SL yet! I get directed to that website! then I get a message saying 'The application CoreMIDIServer quit unexpectedly. The problem may have been caused by the DirectIO plug-in.
    Here's the error report when I don't use ctrl to disable my core audio:
    Process: Logic Express [832]
    Path: /Applications/Logic Express.app/Contents/MacOS/Logic Express
    Identifier: com.apple.logic.express
    Version: 8.0.2 (1502.22)
    Build Info: Logic-15022200~13
    Code Type: X86 (Native)
    Parent Process: launchd [97]
    Interval Since Last Report: 5273 sec
    Crashes Since Last Report: 8
    Per-App Interval Since Last Report: 3716 sec
    Per-App Crashes Since Last Report: 5
    Date/Time: 2009-09-07 01:03:20.000 +0100
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 1307ED9D-50FA-4718-B998-04C224D5AAC8
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 13
    Thread 0:
    0 libSystem.B.dylib 0x95c9be1e sem_wait + 10
    1 ...lemony.MelodyneRewireDevice 0x2155befb GNMessagePort::registerMessagePortWithName(GNString*, GNData* ()(GNMessagePort, GNData*), int, int, GNDictionary*) + 315
    2 ...lemony.MelodyneRewireDevice 0x214fdb8e GNReWire2AudioDeviceHost::create() + 172
    3 ...lemony.MelodyneRewireDevice 0x214fbcef RWDEFOpenDevice + 89
    4 ...opellerheads.rewire.library 0x2144b84e 0x21447000 + 18510
    5 ...opellerheads.rewire.library 0x2144b9b8 0x21447000 + 18872
    6 ...opellerheads.rewire.library 0x2144e8e0 RWPUnregisterDeviceImp + 5438
    7 ...opellerheads.rewire.library 0x2144c689 RWM2OpenDeviceImp + 57
    8 com.apple.logic.express 0x00c31938 0x1000 + 12781880
    9 com.apple.logic.express 0x0010bba2 0x1000 + 1092514
    10 com.apple.logic.express 0x000fb7c6 0x1000 + 1025990
    11 com.apple.logic.express 0x00104020 0x1000 + 1060896
    12 com.apple.logic.express 0x00084edf 0x1000 + 540383
    13 com.apple.logic.express 0x00085a55 0x1000 + 543317
    14 com.apple.logic.express 0x00294ac9 0x1000 + 2702025
    15 com.apple.logic.express 0x0000deee 0x1000 + 52974
    16 com.apple.logic.express 0x000126ec 0x1000 + 71404
    17 com.apple.logic.express 0x004923b9 0x1000 + 4789177
    18 com.apple.Foundation 0x947b252c nsnotecallback + 364
    19 com.apple.CoreFoundation 0x91c6847a __CFXNotificationPost + 362
    20 com.apple.CoreFoundation 0x91c68753 _CFXNotificationPostNotification + 179
    21 com.apple.Foundation 0x947af680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    22 com.apple.Foundation 0x947b8ed8 -[NSNotificationCenter postNotificationName:object:] + 56
    23 com.apple.AppKit 0x9260ddf2 -[NSApplication _postDidFinishNotification] + 125
    24 com.apple.AppKit 0x9260dd01 -[NSApplication _sendFinishLaunchingNotification] + 77
    25 com.apple.AppKit 0x9258781b -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 284
    26 com.apple.AppKit 0x92587014 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 98
    27 com.apple.Foundation 0x947d7a9f -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655
    28 com.apple.Foundation 0x947d77af _NSAppleEventManagerGenericHandler + 223
    29 com.apple.AE 0x91e6e648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
    30 com.apple.AE 0x91e6e57e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    31 com.apple.AE 0x91e6e425 aeProcessAppleEvent + 177
    32 com.apple.HIToolbox 0x96bfd981 AEProcessAppleEvent + 38
    33 com.apple.AppKit 0x925848e9 _DPSNextEvent + 1189
    34 com.apple.AppKit 0x92583f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    35 com.apple.AppKit 0x9257cf9f -[NSApplication run] + 795
    36 com.apple.prokit 0x01f00670 NSProApplicationMain + 325
    37 com.apple.logic.express 0x00003142 0x1000 + 8514
    38 com.apple.logic.express 0x00003069 0x1000 + 8297
    Thread 1:
    0 libSystem.B.dylib 0x95c1f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c26a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91c86e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91c87b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9375be17 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x91f2e057 PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    7 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95c1f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c26a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91c86e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91c87b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9375bf90 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x91f2e057 PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    7 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95c611fa pread$UNIX2003 + 10
    1 ...ple.CoreServices.CarbonCore 0x91f1b90d PBReadForkSync + 131
    2 ...ple.CoreServices.CarbonCore 0x91f1cdbd FSReadFork + 59
    3 com.apple.DesktopServices 0x93761051 TPropertyInfo::CreatePropertyList(FSRef const*, UTCDateTime&, bool, bool, TPropertyInfoList*) + 543
    4 com.apple.DesktopServices 0x93760c7b THFSPlusPropertyStore::Open(bool, bool) const + 255
    5 com.apple.DesktopServices 0x93760b5b THFSPlusPropertyStore::GetProperties(bool) const + 55
    6 com.apple.DesktopServices 0x937be4b8 TMountPointList::AddVolume(short, bool) + 674
    7 com.apple.DesktopServices 0x9377258d TMountPointList::SynchronizeMountPoints() + 421
    8 com.apple.DesktopServices 0x93767743 TNodeSyncTask::HandleInternalEvent(TCountedPtr<TNodeEvent> const&) + 503
    9 com.apple.DesktopServices 0x93766fbe TNodeSyncTask::SyncTaskProc(void*) + 160
    10 ...ple.CoreServices.CarbonCore 0x91f2e057 PrivateMPEntryPoint + 56
    11 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    12 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95c1f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c26a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91c86e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91c87aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x919a55f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x919a5480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    7 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95c1f2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95c52b33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91f0ed96 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x91f2fb00 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x93768ebc TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x91f2e057 PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    8 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95c2646e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95c50dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x9700db32 glvmDoWork + 162
    3 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    4 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95c6e6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    2 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95c1f2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95c96539 pthreadcondwait + 48
    3 com.apple.logic.express 0x00605564 0x1000 + 6309220
    4 com.apple.logic.express 0x0060562b 0x1000 + 6309419
    5 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    6 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95c1f2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95c96539 pthreadcondwait + 48
    3 com.apple.logic.express 0x00605564 0x1000 + 6309220
    4 com.apple.logic.express 0x0060562b 0x1000 + 6309419
    5 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    6 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95c1f2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95c52b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x919b4bdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x919b679a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x919b4f3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x919b4c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x919a5480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    9 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x95c1f2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95c52b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x919b4bdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x919b679a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x919b4f3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x919b4c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x919a5480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    9 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95c1f2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95c26da5 pthreadmutexlock + 569
    2 ...opellerheads.rewire.library 0x2146d70d RWPUnregisterDeviceImp + 131947
    3 ...opellerheads.rewire.library 0x21451f68 RWPUnregisterDeviceImp + 19398
    4 ...opellerheads.rewire.library 0x214527d4 RWPUnregisterDeviceImp + 21554
    5 ...opellerheads.rewire.library 0x2146da5c RWPUnregisterDeviceImp + 132794
    6 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    7 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 13 Crashed:
    0 ??? 0000000000 0 + 0
    1 ...lemony.MelodyneRewireDevice 0x2153da58 GNThreadHandler(void*) + 94
    2 libSystem.B.dylib 0x95c50155 pthreadstart + 321
    3 libSystem.B.dylib 0x95c50012 thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
    eax: 0x1cfe8880 ebx: 0x2155bb34 ecx: 0x1cfe89b4 edx: 0x1cfe86c0
    edi: 0x1cfe89b0 esi: 0xb06c7000 ebp: 0xb06c6f38 esp: 0xb06c6f0c
    ss: 0x0000001f efl: 0x00010202 eip: 0x00000000 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0xeb6fe3 com.apple.logic.express 8.0.2 (1502.22) <f71bdb3c777941bbb08644dfcd90b37e> /Applications/Logic Express.app/Contents/MacOS/Logic Express
    0x159e000 - 0x15b4e6f com.apple.XAudioUnits 1.0.0 (91.7) /Applications/Logic Express.app/Contents/Frameworks/XAudioUnits.framework/Versions/A/XAudioUnits
    0x15c3000 - 0x168cfe5 com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x16f7000 - 0x16f9fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1700000 - 0x172bff7 +MusicAudioDataServices ??? (???) /Applications/Logic Express.app/Contents/Frameworks/MusicAudioDataServices.framework/Versions/A/Mus icAudioDataServices
    0x1740000 - 0x17de291 com.apple.eloop 3.1.0 (100.4) /Applications/Logic Express.app/Contents/Frameworks/ELoop.framework/Versions/A/ELoop
    0x187c000 - 0x18e923f com.apple.LogicLoopBrowser 7.2 (117.4) /Applications/Logic Express.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoop Browser
    0x1919000 - 0x1924fec +libaafintp.dylib ??? (???) /Applications/Logic Express.app/Contents/Frameworks/libaafintp.dylib
    0x1933000 - 0x1985fdf +libaafpgapi.dylib ??? (???) /Applications/Logic Express.app/Contents/Frameworks/libaafpgapi.dylib
    0x19b8000 - 0x1bbcfe7 +libcom-api.dylib ??? (???) /Applications/Logic Express.app/Contents/Frameworks/libcom-api.dylib
    0x1ede000 - 0x2097ff3 com.apple.prokit 5.0 (883) <f30846e78a05f4f97f6ba78fbeda517a> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x219f000 - 0x2226f56 com.apple.ecore 1.1.0 (291.7) /Applications/Logic Express.app/Contents/Frameworks/ECore.framework/Versions/A/ECore
    0x2283000 - 0x22a0ff7 com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x22b8000 - 0x2336fff com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Express.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x2393000 - 0x23acff7 com.apple.EHardwareSupport 1.0.0 (163.5) /Applications/Logic Express.app/Contents/Frameworks/EHardwareSupport.framework/Versions/A/EHardware Support
    0x23b7000 - 0x23d2fff com.apple.LogicFileBrowser 1.0.0 (126.7) /Applications/Logic Express.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFile Browser
    0x23e4000 - 0x23e6ff7 com.apple.XLogicImages 1.0.0 (117.4) /Applications/Logic Express.app/Contents/Frameworks/XLogicImages.framework/Versions/A/XLogicImages
    0x23eb000 - 0x240afed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x241c000 - 0x242bff7 com.apple.AERegistration 1.2 (72) /Applications/Logic Express.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistrat ion
    0x243d000 - 0x2444ff3 com.apple.AEProfiling 1.2 (18) /Applications/Logic Express.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x244c000 - 0x246afe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
    0x2726000 - 0x274eff7 com.apple.prokit.LeopardPanels 5.0 (883) <0d47241b46f12b3c67c11b0786a966e7> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x18fec000 - 0x18ff8fff com.apple.iokit.IOHIDLib 1.5.5 (1.5.5) <b8fc922eae4ec02441920c284952b437> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x19004000 - 0x19007fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1900d000 - 0x19013fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19256000 - 0x1925eff7 com.apple.proapps.mrcheckpro 1.4 (202) /Applications/Logic Express.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x19e88000 - 0x1a08ffef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1a50b000 - 0x1a690fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1a6be000 - 0x1a717ff7 com.apple.driver.AppleIntelGMA950GLDriver 1.5.48 (5.4.8) <806d3030842b46995c46c9059046f2fc> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x1a71f000 - 0x1a73bff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1b958000 - 0x1b95aff7 com.apple.gal_common 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1b961000 - 0x1b963fff com.apple.gal_egt 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1b994000 - 0x1b996ff7 com.apple.gal_es1 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1c2b8000 - 0x1c2c1fff com.apple.gal_efx 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1c4de000 - 0x1c4e501f com.apple.gal_efx2 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/efx2.res/Contents/MacOS/efx2
    0x1c6d7000 - 0x1c6daff7 com.apple.gal_emx 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1c7a4000 - 0x1c7a7ff7 com.apple.gal_es2 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1c842000 - 0x1c845ff7 com.apple.gal_evb3 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1c8d5000 - 0x1c8d7ff7 com.apple.gal_evd6 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1c93f000 - 0x1c942fff com.apple.gal_evoc 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1ca35000 - 0x1ca37ff7 com.apple.gal_evp88 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1cb88000 - 0x1cb8bff7 com.apple.gal_exs24 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1cc03000 - 0x1cc09fff com.apple.gal_revolver 1.0 (149.4) /Applications/Logic Express.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x21447000 - 0x214a6fe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x214c5000 - 0x214e3fe7 com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x214fa000 - 0x21598fff +com.celemony.MelodyneRewireDevice 3.1.1.2 (3.1.1.2) <7cc06e23e41e435e8d91f9bbc0d56f05> /Library/Application Support/Propellerhead Software/ReWire/MelodyneRewireDevice.plugin/Contents/MacOS/MelodyneRewireDevice
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90fdf000 - 0x9167ffe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91680000 - 0x916b7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x916b8000 - 0x91783fff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91784000 - 0x917c5fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x917c6000 - 0x917d4ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x91824000 - 0x9184dfff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x9184e000 - 0x9184effd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9184f000 - 0x9184fffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9189b000 - 0x91962ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91963000 - 0x91987fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x91988000 - 0x91a05feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91a06000 - 0x91abdff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91abe000 - 0x91b30ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91b31000 - 0x91c13fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91c14000 - 0x91d47fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91d48000 - 0x91d73fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x91d7e000 - 0x91e0aff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91e0b000 - 0x91e65ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91e6c000 - 0x91e9bfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91ee1000 - 0x91ee4fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91ee5000 - 0x921bfff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x921c0000 - 0x9237cff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x92391000 - 0x923a1fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x923f4000 - 0x923f4ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92430000 - 0x9243cff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9243d000 - 0x92444fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x92445000 - 0x92449fff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92544000 - 0x92d42fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92d43000 - 0x92d75fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92d76000 - 0x92d8bffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92d8c000 - 0x92e33fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92e34000 - 0x92e50ff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92e51000 - 0x92e51ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92e52000 - 0x92e83ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92e84000 - 0x93055ffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x932bf000 - 0x93301fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93302000 - 0x9332aff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9332b000 - 0x93365fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93366000 - 0x9338afeb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x9338b000 - 0x933a8ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x934b4000 - 0x935fcff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x935fd000 - 0x93606fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93607000 - 0x93759ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9375a000 - 0x937e4fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x937e5000 - 0x937e5ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x937e6000 - 0x937fcfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x937fd000 - 0x93809ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9380a000 - 0x938b1feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x938b2000 - 0x93992fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x93993000 - 0x93998fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93999000 - 0x93999ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9399a000 - 0x93daafef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93dab000 - 0x93debfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x93dec000 - 0x93e6bff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93e6c000 - 0x93e6efff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93e6f000 - 0x93fa8ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x93fa9000 - 0x93ff2fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93ff3000 - 0x94065fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94066000 - 0x940e3fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x940e9000 - 0x94170ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x94171000 - 0x9419efeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9419f000 - 0x941bdfff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x941be000 - 0x941c9fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x941ca000 - 0x9434afff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94368000 - 0x943fbfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x943fc000 - 0x94403ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x94404000 - 0x947a1fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x947a7000 - 0x947a7ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x947a8000 - 0x94a24fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94a25000 - 0x94a34ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94a35000 - 0x94a35fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94a36000 - 0x94d5cfe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94d5d000 - 0x94d7cffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94e59000 - 0x94e59ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x956e7000 - 0x956f7ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x956f8000 - 0x956fcfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x956fd000 - 0x9575affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9575b000 - 0x9575cffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9575d000 - 0x95767feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95768000 - 0x95780fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95781000 - 0x958b9fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95905000 - 0x95905ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95906000 - 0x959eeff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x959ef000 - 0x95a69ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95a6a000 - 0x95b4bff7 libxml2.2.dylib ??? (???) <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib
    0x95b4c000 - 0x95b6aff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95b6b000 - 0x95c1dffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x95c1e000 - 0x95d85ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x95ef2000 - 0x95ef9ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95efa000 - 0x95f4bff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95fcc000 - 0x95fe4ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95fe5000 - 0x96175fff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96306000 - 0x9630bfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9630c000 - 0x96399ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9639a000 - 0x963a2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x963b5000 - 0x963b5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x963b6000 - 0x96466fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96561000 - 0x96563ff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96564000 - 0x9658dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9658e000 - 0x965ccfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x965d0000 - 0x9662cff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9662d000 - 0x96661fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96662000 - 0x96a20fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96a21000 - 0x96a26fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96a2a000 - 0x96a83ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96b8b000 - 0x96bcafef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96bcb000 - 0x96ed3fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96ed4000 - 0x96f8efe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96f8f000 - 0x96f95fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96f96000 - 0x96fe5fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x96fe6000 - 0x974b7fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x974b8000 - 0x974c5fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x974c6000 - 0x974d5fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x974d6000 - 0x974e2fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x974e3000 - 0x97576ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    AND here's the report about the CoreMIDIServer problem:
    ocess: MIDIServer [841]
    Path: /System/Library/Frameworks/CoreMIDIServer.framework/MIDIServer
    Identifier: com.apple.audio.midi.CoreMIDIServer
    Version: 1.6.1 (42)
    Code Type: X86 (Native)
    Parent Process: launchd [97]
    Interval Since Last Report: 61 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 483 sec
    Per-App Crashes Since Last Report: 6
    Date/Time: 2009-09-07 01:04:28.735 +0100
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 1307ED9D-50FA-4718-B998-04C224D5AAC8
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000005d53c037
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...gidesign.framework.DirectIO 0x00419e74 IODriverInitEx + 4
    1 ...design.midi.driver.directIO 0x0038b926 main + 982
    2 ...design.midi.driver.directIO 0x0038bad6 main + 1414
    3 ...design.midi.driver.directIO 0x0038bdfa NewDIOOSXMIDIDriver + 388
    4 ...e.audio.midi.CoreMIDIServer 0x0007ef36 XPluginManager::QueryPlugin(char const*, __CFURL const*) + 194
    5 ...e.audio.midi.CoreMIDIServer 0x0007ee40 XPluginManager::FindPluginsInDirectory(char const*) + 424
    6 ...e.audio.midi.CoreMIDIServer 0x0006c302 MIDIDriverMgr::FindDrivers() + 72
    7 ...e.audio.midi.CoreMIDIServer 0x0006c41d MIDIDriverMgr::Init() + 19
    8 ...e.audio.midi.CoreMIDIServer 0x00076cc0 MIDIServerRun + 710
    9 MIDIServer 0x00001fb1 0x1000 + 4017
    10 MIDIServer 0x00001f5e 0x1000 + 3934
    Thread 1:
    0 libSystem.B.dylib 0x95c1f2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95c512af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95c52b33 pthreadcond_timedwait_relativenp + 47
    3 ...e.audio.midi.CoreMIDIServer 0x0007d
    I tried to get my head around this and looked in Library and Preferences at the plugins of which I couldn't see any! not great, where had they gone? I looked for DirectIO which apparently caused a conflict with my midi drivers. Argh! and then on the this website I was told to disable the drivers that didn't work in the safe mode for Logic using 'Preferences' and 'Audio Units Manager' which DIDN'T LOAD when I went to click it, I also tried to disable midi plugins in logic but that menu didn't work either, bummer!
    I looked on numerous websites which told me various things about how previous versions wouldn't be completely removed, how Pro Tools plugins aren't compatible with Logic (even though I wouldn't expect them to open up in Logic but maybes it's the Midi that's the problem)
    I even downloaded a trial version of 'ZAP' which is meant to clean up my system and delete any trace of a program, that's how I uninstalled logic AND pro tools thinking it would completely wipe my settings.
    I then deleted my preferences going to 'Library', 'Preferences" deleting 'com.apple.logic.pro' which has been replaced with 'com.apple.logic.express' since I installed that program instead.
    Pre-binding my entire system with a program called Pacifist (which seemed to do nothing to help the cause) Pacifist helps you install parts of your system that have been deleted and/or restore original settings but I don't have an install disc for Leopard so it's not useful.
    I've tried other things from suggestions but there must be a way of restoring my original midi settings, I must have some third party plugins on my system somewhere but stuffed if I know where they are, and I don't know why there'd be a problem with my core audio other than again plugins that don't work or are incompatible.
    If I can't resolve it, I'll have to uninstall that version of Logic and start over again with a wipe of my hard drive!
    HOW do I disable midi drivers or find third party ones? this is driving my nuts!

  • Logical error in the query

    create table my_employee
    (id number(4)primary key,
    last_name varchar2(25),
    first_name varchar2(25),
    userid varchar2(8),
    salary number(9,2)
    I want to write an INSERT statement to MY_EMPLOYEE table . Concatenate the first letter of the first name and first seven characters of the last name to produce user ID using a single sql statement
    I wrote the query like this and i am getting logical error
    insert into my_employee
    values(&id,'&last_name','&first_name',substr('&&first_name',1,1)||substr('&last_name',1,7),&salary);
    SQL> insert into my_employee
    2 values(&id,'&last_name','&first_name',substr('&&first_name',1,1)||substr('&last_name',1,7),&sal
    ary);
    Enter value for id: 20
    Enter value for last_name: popopopp
    Enter value for last_name: qwertyyuu
    Enter value for salary: 300000
    old 2: values(&id,'&last_name','&first_name',substr('&&first_name',1,1)||substr('&last_name',1,7),
    new 2: values(20,'popopopp','o',substr('o',1,1)||substr('qwertyyuu',1,7),300000)
    1 row created.
    it is asking the last_name two times

    you can do it with a .sql script
    c:\my_emp.sql
    PROMPT
    PROMPT instering my_employees
    PROMPT
    ACCEPT ID NUMBER PROMPT 'ID ? : '
    ACCEPT FIRST_NAME CHAR PROMPT 'FIRST_NAME ?: '
    ACCEPT LAST_NAME CHAR PROMPT 'LAST_NAME ?: '
    ACCEPT SALARY NUMBER PROMPT 'SALARY ? : '
    insert into my_employee values(&id,'&last_name','&first_name',substr('&&first_name',1,1)||substr('&last_name',1,7),&salary);
    SELECT * FROM my_employee where id=&&id;
    and then from sqlplus @c:\my_emp.sql
    scott@ORCL> @C:\MY_EMP
    instering my_employees
    ID ? : 20
    FIRST_NAME ?: john
    LAST_NAME ?: papas
    SALARY ? : 1000
    old 1: insert into my_employee values(&id,'&last_name','&first_name',substr('&&first_name',1,1)||substr('&last_name',1,7),&salary)
    new 1: insert into my_employee values( 20,'papas','john',substr('john',1,1)||substr('papas',1,7), 1000)
    1 row created.
    old 1: SELECT * FROM my_employee where id=&&id
    new 1: SELECT * FROM my_employee where id= 20
    ID LAST_NAME FIRST_NAME USERID SALARY
    20 papas john jpapas 1000
    scott@ORCL>

  • Plug-in errors and dependency errors with a CAF app in DS in NW CE 7.1

    I am learining to build CAF apps in Developer Studio in NW CE 7.1.  Here are my steps and the errors I am getting:
    Open Developer Studio
    Switch to the CA perspective
    File->New->Project
    Choose Development Component under Development Infrastructure
    Press Next
    Choose Composite Application under sap.com
    Choose MyComponents[demo.sap.com] under 'Local Development'
    Vendor: demo.sap.com
    Name: carpool
    Caption: Car Pool
    Language: American English
    Domain: SAP-xApps
    Support Component: CAF-APP (typed in, not chosen)
    Press Finish
    The following error appears:
    Status ERROR
    Plugin : com.sap.ide.metamodel.core.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Core
       Internal error  : com.sap.ide.metamodel.core.services.eclipse
       Class      : com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker
       Method     : computeIdeJarProperties
       Message    : C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
       Exception  : java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:203)
    at java.util.jar.JarFile.<init>(JarFile.java:132)
    at java.util.jar.JarFile.<init>(JarFile.java:70)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.computeIdeJarProperties(ArchiveVersionChecker.java:296)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.doFullCheck(ArchiveVersionChecker.java:214)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.checkProject(ArchiveVersionChecker.java:125)
    at com.sap.ide.mmservices.core.eclipse.generation.GenerationServiceEclipse.checkArchiveVersions(GenerationServiceEclipse.java:110)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.checkArchiveVersions(GenerationBuilder.java:335)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.build(GenerationBuilder.java:85)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I do not think I missed anything installing NW CE 7.1, but this error makes me think that some plug-in was erroneously left out of the install. 
    Incidentally, I can continue onward and build an app (this is obviously a tutorial), but when I try to deploy I get the following error:
    The deployment of the archive failed with an exception!
    ([ERROR CODE DPL.DCAPI.1027]) DependenciesResolvingException.
    Reason:[ERROR CODE DPL.DC.3033] An unresolved dependencies error
    occurred while sorting the deployment batch items regarding the
    dependencies.;nested exception is:
    com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDepen
    denciesException:[ERROR CODE DPL.DC.3437]Unresolved dependencies
    found for the following deployment items:
    1. Component: name:'carpool~ear',vendor:'my.company',location:
    'localDevelopment',version:'20080501110329',software type: 'J2EE',
    dependencies:'[name:'cafruntimeear',vendor:'sap.com',name:
    'cafcoreear',vendor:'sap.com']
    Unresolved dependency:
    name:'cafruntimeear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Unresolved dependency:
    name:'cafcoreear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Please check the error log for further informations.
    Again, this looks like I am missing some components.
    Any assistance is greatly appreciated.
    TB

    Further developments:  As you may note from the error message, DS is looking for com.sap.ide.metamodel.core.services.eclipse in both the C: and the E: drive at the same time.  In fact, this file exists in the E: drive subdirectory listed, so I obviously have an error with two drive designations being concatenated.  Does anyone know how I can change the lookup directory for this dependency (or any dependency)? 
    Thanks,
    TB

  • Since installing 10.7.3 Mail and Address Book no longer load and report errors. Anyone else experiencing this? Safari works fine.

    Everything worked fine prior to the installation. I am aware of bug issues that people are reporting with regard to no applications working and strange error messages. My MacBook Air is fine; my wife's MacBook is fine. It's my iMac 12,1 that isn't.

    It is an enormous crash report error rather than a short message. Both Address Book and Mail crash. I restored my iMac to pre-10.7.3 and everything worked fine once more. I downloaded and installed 10.7.3 as a combo a short while ago and the crash report for Address Book and Mail once more returned.
    I've just copied the start of the crash report:
    Process:         Address Book [378]
    Path:            /Applications/Address Book.app/Contents/MacOS/Address Book
    Identifier:      com.apple.AddressBook
    Version:         6.1 (1083)
    Build Info:      AddressBook-1083000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Date/Time:       2012-02-19 18:03:40.950 +0000
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          2340 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  13 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      DFA67AE4-98E4-49AD-937D-95CCC1A37F54
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[378]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x7f898a69b5e0'
    *** First throw call stack:

  • Physical and Logical path

    Hello,
    what is a physical file and logical file in PATH table of SAP.
    Plz help,
    aafaq

    Hi aafaqhusain,
    1. logical file path is nothing but a    IDENTIFIER/STRING/NAME
    = the name by which
       we refer to that file.
      (in our programs)
    2. The physical location of that file,
       may change from server to server,
      or from time to time.
      (hence, we do not use hardcoded physical path,
       in our programs,
       but instead use this MAPPING of logical path,
      to the physical path)
    regards,
    amit m.

  • Create a client and logical system for BW

    Hi all,
    Can anyone show me how to create a BW client?
         create a BW client and logical system for BW client.
         create sourcesystems for the other clients in BW.
    I have follow some documents
    B84: BI Connectivity
    B03: General Settings BI Integration
    But it's not working the data can't flow to BW server.

    hi,
    check out the following thread's. it will guide you
    Connection steps for SAP BW and R/3
    Info required  while  creating source system
    R/3 Source system creation error in BW 7.0
    regards
    harikrishna N

  • I installed Lion OS X and Logic Pro won't run. I downloaded the 9.1.5 update: "An Eligible Logic Pro Version Was Not Found in the Applications Folder.  This Update require Logic Pro Version 9.0 or higher".  I have Logic Pro Version 9.1.1 installed.

    I installed Lion OS X and Logic Pro won't run. I downloaded the 9.1.5 update: "An Eligible Logic Pro Version Was Not Found in the Applications Folder.  This Update require Logic Pro Version 9.0 or higher".  I have Logic Pro Version 9.1.1 installed.
    I even pulled the dmg file into the Logic Studio folder in my applications directory and it still does not recognize it.  What do I do now?

    Niel:  Thanks. 
    For others benefit, here is what happened.
    I had installed Logic Studio 9.1 some time ago.......not knowing what all the programs were nor what they did, I created a "Logic Studio" subfolder in my applications folder and put all Logic Studio programs into it so I'd know where they were and could review each at my leisure over time.
    My assumption now is that when the updater looks for the Logic Pro program, it looks only in the applications folder.  It seems lame that it would not also look in the subfolders of the applications folder, but that apparently IS the way it works.  Because my Logic Pro program was located in the "Logic Studio" subfolder, the updater just didn't see it..hence the error message I received when I tried to update. 
    Solution:  I moved all the Logic Studio programs out of the subfolder and now they reside in the applications folder. Ran the 9.1.5 updater and it worked like a charm. 

Maybe you are looking for

  • How many apple tvs can i use on one network from one apple account ?

    how many apple tvs can i use on one network from one apple account ? if i have 16 in each of my rooms connected to a network switch and a good fiber internet line will this work ok from my one account ? or would i neeed a mac book mini with raid stor

  • Airplay issues in iTunes 10.4

    Hi Just about to purchase Lion but still running Snow Leopard.  Upgraded iTunes yesterday though to 10.4. Problem is this.  I've got my 1st Gen Apple TV (connected to surround sound) and an Airport Express (connected to speakers) in another room hook

  • ITunes Producer ePub Upload Error ERROR ITMS-9000

    This is the iTunes Producer ePub Upload Error: ERROR ITMS-9000: "Unable to unzip input: null" at Book (MZItmspBookPackage) How do I fix this?

  • ADF Security Log Out issue

    Hi, We have implemented ADF security and using form based authentication. The problem we are facing is during logout, in IE we see a NullPointerException, before the login page is displayed. Please note that this functionality works fine in Firefox a

  • Iphone 5 not charging blinking empty battery, lightning bolt and plug

    My battery went low, to 1% and kept working for about 30 minutes. When I got home it was showing the "charge me now". Now its just blinking "charge me" for 4 seconds, going black for 4 seconds.