Change icon in shortcut?  Help

I want to replace the Compass as the icon on a short cut.  I've downloaded a jpeg file.  Idrag and dropped it on the icon in the upper left corner when there is a plus sign.  the Icon changes to the generic photo layout with lupe and JPEG.  THe new icon picture is not displayed.  What Am I doing wrong?

no not just the name of the page i can double click on the page and change it, but the first page on the site...
wait i'm publishing it now again it may be fixed, just a minute...

Similar Messages

  • Changing Icon Design! help needed

    i tried chaning the Photoshop icons from its original to antoher one, throught going to package contents, rescours etc.
    now both .icns dont wont work when i put either one of them in there!
    help what should i do?

    Have you tried this?
    http://docs.info.apple.com/article.html?artnum=304735
    Best of luck.

  • Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    This is a little confusing since you say you have forgotten your password and then the system says you have not entered a password.  Even with an Admin account you must have a password to install software.
    If you are using Mac OS X 10.7 or above, you can change the admin password by restarting holding the Command and R keys, from the menu bar select Utilities, then Terminal.  When the Terminal window opens, at the cursor type exactly:
    resetpassword
    and press Enter.  When the Reset Password window opens, select the internal hard drive, and then the user account.  Type a new password twice, leave the Hint blank, and then Save.  Accept the next dialog that opens, and at the bottom of the Reset Password window agree to resetting the home directory permissions.
    Quit the Reset Password window, go to the apple left side of the menu bar, Restart.
    And you have a new password for your account.

  • How can I change the Jframe Java help Icon

    How can I change then Jframe Java help Icon?.
    I am using then HelpSet class and HelpBroker.
    I want to change the java help icon
    Any Idea? thanks. ...

    It can be done, but it's ugly...
    Add in a listener to your topmost JFrame to sense when the focus is lost, since this happens when a help window comes up. When the focus leaves the main window, check all the windows that are up to see if one is a help window. If so, this will give you a reference to the help window and you can drill down to change what you want.
    Here's an example that changes the icon and removes the borders from the javahelp buttons.
    WindowListener wndCloser = new WindowAdapter() {
              //A necessarily roundabout method to affect
              //look and feel aspects of the javahelp viewer.
              //(there is no way to get at these components directly.)
              //When the main frame loses focus, it may be because
              //the help viewer was brought up. Look through all
              //the current frames to see if one is a help viewer.
              //If it is, change the look of the help viewer
              //to what we want.
              Frame m_helpFrame = null;
              public void windowDeactivated(WindowEvent e) {
              if (m_helpFrame != null)
                   return;
              Frame[] frames = getFrames();
              for (int k = 0; k < frames.length; k++) {
                   if (!(frames[k] instanceof JFrame))
                   continue;
                   JFrame jf = (JFrame)frames[k];
                   if (jf.getContentPane().getComponentCount()==0)
                   continue;
                   Component c = jf.getContentPane().
                   getComponent(0);
                   if (c == null || !(c instanceof JHelp))
                   continue;
                   m_helpFrame = jf;
                   //now that we know the Frame, we can change the title icon
                   final Image image2 = <your icon here>
                   m_helpFrame.setIconImage(image2);
                   JHelp jh = (JHelp)c;
                   for (int s=0; s<jh.getComponentCount(); s++) {
                   c = jh.getComponent(s);
                   if (c == null || !(c instanceof JToolBar))
                        continue;
                   JToolBar jtb = (JToolBar)c;
                   //now that we've accessed the toolbar, we can
                   //modify the look of the buttons.
                   for(int i=0; i<jtb.getComponentCount(); i++) {
                        Component comp = jtb.getComponentAtIndex(i);
                        if(comp instanceof JButton) {
                        JButton button = (JButton)comp;
                        button.setBorder(null);

  • Short cut change icon is disabled and icons are generic

    (I am not sure if this is correct forum, I don't know if this is for Visual Studio Setup Installation projects or for Installing Visual Studio itself)
    I've created a Setup/Installation project for a WPF .NET 4.5.2 application and everything works fine with the exception of the program Icons.
    After I run the Setup - the short cut on the Desktop and Start menu (Win 7 and Win 8.1) shows generic Icon and when I right click and select properties the Open File Location and the Change Icon buttons are disabled, but if I click on the short cut it runs
    the program.
    In the Setup project I specified which icon to use from the exe program and I even added an icon do the project and pointed to this icon, but the icons still show up as generic.
    Any advise on how to fix this?
    Thank You
    Peter

    Hi pczurak,
    By reseraching, I found this thread in StackOverFlow has the same issue with you.
    http://stackoverflow.com/questions/2041291/how-to-change-windows-applicatoins-default-icon-in-setup-project?answertab=active#tab-top
    From the answer, we could show up the desired icon in the following way.
    right-click on the Deployment Project
    pick menu item View > File System
    in the File System window, find the shortuct whose icon you want to change (for example, under "Users's Programs Menu")
    go to the shortcut Properties (right-click and pick "Properties Window")
    go to Icon
    Browse...
    change "Files of type" to *.exe
    browse to and select your "primary output"
    OK, OK
    And you could also change the icon in the Control Panel's "Add or Remove Programs" list.
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mail.app crashing after changing icon

    Hi !
    I changed icon on my Mail.app and after that it keeps crashing after launch. I'm just repairing permissions. I tryed to copy other Mail.app that people from Twitter sent me but it is still crashing.
    Any ideas ?
    -------permission repair did NOT helped me, here is crash report
    Process: Mail [189]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.4 (928)
    Build Info: Mail-9280000~1
    Code Type: X86 (Native)
    Parent Process: launchd [130]
    Date/Time: 2008-09-14 11:54:40.493 +0200
    OS Version: Mac OS X 10.5.4 (9E17)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 12
    Application Specific Information:
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[IMAPAccount fetchToDosSynchronously]
    -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]
    -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[MailApp doBackgroundFetch:]
    -[IMAPGateway _allowClientOperationThrough:]
    -[MailCalDAVAccount _synchronizeMailboxListWithFileSystem]
    -[IMAPGateway _allowClientOperationThrough:]
    -[MailCalDAVAccount _synchronizeMailboxListWithFileSystem]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    Thread 0:
    0 libSystem.B.dylib 0x96d331ba read$UNIX2003 + 10
    1 com.apple.Foundation 0x96f52026 _NSReadBytesFromFile + 86
    2 com.apple.Foundation 0x96f664e3 -[NSData(NSData) initWithContentsOfFile:] + 83
    3 com.apple.Foundation 0x96f6e140 +[NSArray(NSArray) newWithContentsOf:immutable:] + 144
    4 com.apple.CoreFoundation 0x937e308f -[__NSPlaceholderArray initWithContentsOfFile:] + 63
    5 com.apple.Foundation 0x96f6e098 +[NSArray(NSArray) arrayWithContentsOfFile:] + 72
    6 com.apple.mail 0x00038445 0x1000 + 226373
    7 com.apple.mail 0x0003831d 0x1000 + 226077
    8 com.apple.mail 0x000369a5 0x1000 + 219557
    9 com.apple.Foundation 0x96f7d95e __NSFireDelayedPerform + 382
    10 com.apple.CoreFoundation 0x93776b45 CFRunLoopRunSpecific + 4469
    11 com.apple.CoreFoundation 0x93776cf8 CFRunLoopRunInMode + 88
    12 com.apple.HIToolbox 0x91795da4 RunCurrentEventLoopInMode + 283
    13 com.apple.HIToolbox 0x91795bbd ReceiveNextEventCommon + 374
    14 com.apple.HIToolbox 0x91795a31 BlockUntilNextEventMatchingListInMode + 106
    15 com.apple.AppKit 0x905ff505 _DPSNextEvent + 657
    16 com.apple.AppKit 0x905fedb8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17 com.apple.AppKit 0x905f7df3 -[NSApplication run] + 795
    18 com.apple.AppKit 0x905c5030 NSApplicationMain + 574
    19 com.apple.mail 0x000fb29e 0x1000 + 1024670
    Thread 1:
    0 libSystem.B.dylib 0x96d0f4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x96d16c9c mach_msg + 72
    2 com.unsanity.ape 0x0077f4c2 _apeagent + 308
    3 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    4 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x96d1668e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96d4136d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x922e5e51 fefragmentthread + 54
    3 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    4 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x003ce9ab -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x003ce78b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x003c9ced -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x003db0ce -[IMAPMailboxSyncEngine _unlockIfFetchedUidsAndFlagsWithMonitor:] + 723
    8 com.apple.MessageFramework 0x003d66de -[IMAPMailboxSyncEngine _goWithMessages:] + 549
    9 com.apple.MessageFramework 0x003a0658 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    10 com.apple.MessageFramework 0x003a056f -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    11 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    12 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    13 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    14 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    16 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    18 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    7 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    9 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x96d1668e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96d4136d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x96f90a02 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x96f4939a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x96f9c9b8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.datadetectors 0x91608606 -[DDScannerComputationOperation main] + 1299
    6 com.apple.Foundation 0x96fd9624 -[NSOperation start] + 772
    7 com.apple.Foundation 0x96fd9312 __runop + 34
    8 libSystem.B.dylib 0x96d791f7 pthreadwqthread + 331
    9 libSystem.B.dylib 0x96d790aa start_wqthread + 30
    Thread 6:
    Thread 7:
    0 libSystem.B.dylib 0x96d0f4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x96d16c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x937760ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93776cf8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x96f7d4a5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x96f895c4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003a910d +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x96d5f5e2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    2 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    7 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    9 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    7 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    9 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    7 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    9 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 12 Crashed:
    0 libSystem.B.dylib 0x96d16d9e pthreadmutexlock + 18
    1 com.apple.JavaScriptCore 0x934e71c5 ***::callOnMainThread(void ()(void), void*) + 37
    2 com.apple.WebCore 0x94e8561e WebCoreObjCScheduleDeallocateOnMainThread + 94
    3 com.apple.WebCore 0x94ab70ac -[WebCoreSharedBufferData dealloc] + 60
    4 com.apple.Foundation 0x96f4457f NSPopAutoreleasePool + 431
    5 com.apple.MessageFramework 0x003bb23f -[MimeBody webArchive] + 233
    6 com.apple.MessageFramework 0x003baebe -[WebMessageDocument initWithMimePart:] + 88
    7 com.apple.mail 0x0004660d 0x1000 + 284173
    8 com.apple.mail 0x000420d7 0x1000 + 266455
    9 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    10 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    14 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    16 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x96d0f4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x96d16c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x937760ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93776cf8 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x003ac262 _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x003b0b41 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x003b06cb -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x003b0586 -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x003b014c -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x003b00c2 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x003aff4a -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x003afa97 -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x003af8e5 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x004a975c -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 100
    14 com.apple.MessageFramework 0x003cc37e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x003db5ed -[IMAPConnection executeFetch:] + 43
    16 com.apple.MessageFramework 0x003cb195 -[IMAPGateway _allowClientOperationThrough:] + 1256
    17 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    18 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    22 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    24 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x003ce9ab -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x003ce78b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x003c90b0 -[IMAPConnection _loginWithUsername:password:] + 616
    7 com.apple.MessageFramework 0x003c8957 -[IMAPConnection authenticateUsingAccount:] + 231
    8 com.apple.MessageFramework 0x003a6cd4 -[IMAPAccount _connectAndAuthenticate:] + 692
    9 com.apple.MessageFramework 0x003d2ed6 -[IMAPConnectionPool _validateAndCheckOutGateway:forMailbox:allowReconnect:newGateway:] + 409
    10 com.apple.MessageFramework 0x0055baee -[IMAPConnectionPool _checkOutNewGatewayWithConnection:forMailbox:] + 358
    11 com.apple.MessageFramework 0x0055b982 -[IMAPConnectionPool checkOutNewGatewayWithConnection:] + 49
    12 com.apple.MessageFramework 0x003a4fa1 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 479
    13 com.apple.MessageFramework 0x003a4b3a -[IMAPAccount _gatewayForMailboxUid:name:options:] + 160
    14 com.apple.MessageFramework 0x003a49dc -[IMAPAccount gatewayForStore:options:] + 159
    15 com.apple.MessageFramework 0x003c29d7 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:] + 95
    16 com.apple.MessageFramework 0x003c2518 -[IMAPAccount _listingForMailboxUid:listAllChildren:] + 62
    17 com.apple.MessageFramework 0x003c1dbb -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 482
    18 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    19 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    20 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    21 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    22 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    23 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    24 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    25 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x96d1668e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96d4136d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x96f90a02 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x96f4939a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x96f9c9b8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.MessageFramework 0x003bf288 -[NSObject(MainThreadMessaging) performSelectorInMainThread:] + 57
    6 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    7 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    8 com.apple.MessageFramework 0x0048729e +[WorkerThread _execute:] + 144
    9 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    10 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    11 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    12 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x96d1668e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96d4136d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x0038fbc0 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003c1435 -[MailAccount(Internal) _writeMailboxCacheWithPrejudice:] + 138
    4 com.apple.MessageFramework 0x003c0d60 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystemBeforeImport:] + 375
    5 com.apple.MessageFramework 0x003c0be2 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystem] + 42
    6 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    7 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    8 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    9 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    10 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    11 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    12 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    13 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x96d54b6e fsync$UNIX2003 + 10
    1 com.apple.Foundation 0x96f9dacb _NSWriteBytesToFile + 59
    2 com.apple.Foundation 0x96f9da25 -[NSData(NSData) writeToFile:atomically:] + 117
    3 com.apple.MessageFramework 0x003c1586 -[MailAccount(Internal) _writeMailboxCacheWithPrejudice:] + 475
    4 com.apple.MessageFramework 0x003c0d60 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystemBeforeImport:] + 375
    5 com.apple.MessageFramework 0x003c0be2 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystem] + 42
    6 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    7 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    8 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    9 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    10 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    11 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    12 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    13 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x96d0f4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x96d16c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x937760ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93776cf8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x96f7d4a5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x96f895c4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x00483f35 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x96d54b6e fsync$UNIX2003 + 10
    1 libsqlite3.0.dylib 0x90fb949d syncJournal + 285
    2 libsqlite3.0.dylib 0x90fd8304 sqlite3PagerCommitPhaseOne + 340
    3 libsqlite3.0.dylib 0x90fe446e sqlite3VdbeHalt + 3198
    4 libsqlite3.0.dylib 0x91033e94 sqlite3VdbeExec + 45556
    5 libsqlite3.0.dylib 0x91034ea2 sqlite3Step + 386
    6 libsqlite3.0.dylib 0x91015624 sqlite3_exec + 260
    7 com.apple.MessageFramework 0x0039abdd commitTransaction + 86
    8 com.apple.MessageFramework 0x003f0c84 +[Library(ToDoServerSnapshot) setStateUsingSnapshot:forMailboxID:] + 566
    9 com.apple.MessageFramework 0x003f6c4e -[LibraryToDoIMAPStore updateServerSnapshotForMailboxID:] + 299
    10 com.apple.MessageFramework 0x003f6aa7 -[IMAPToDoStoreReconciliationAgent finishReconciliationForID:] + 52
    11 com.apple.MessageFramework 0x003ef33d -[ToDoReconciler(Internal) _triggerAgentsForPhase] + 628
    12 com.apple.MessageFramework 0x003eeea0 -[ToDoReconciler requestReconciliation:] + 830
    13 com.apple.MessageFramework 0x003eeb5a -[IMAPToDoStoreReconciliationAgent requestReconciliation] + 74
    14 com.apple.MessageFramework 0x003d6879 -[IMAPMailboxSyncEngine _goWithMessages:] + 960
    15 com.apple.MessageFramework 0x003a0658 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    16 com.apple.MessageFramework 0x003a056f -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    17 com.apple.MessageFramework 0x003e93a1 -[IMAPAccount fetchToDosSynchronously] + 135
    18 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    19 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    20 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    21 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    22 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    23 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    24 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    25 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x96d0f4ee semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x96d16fc5 pthreadmutexlock + 569
    2 com.apple.Foundation 0x96f4e793 -[NSLock lock] + 67
    3 com.apple.MessageFramework 0x003a4b09 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 111
    4 com.apple.MessageFramework 0x003a49dc -[IMAPAccount gatewayForStore:options:] + 159
    5 com.apple.MessageFramework 0x003a4812 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 159
    6 com.apple.MessageFramework 0x003a0604 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 143
    7 com.apple.MessageFramework 0x003a056f -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    8 com.apple.MessageFramework 0x003bf354 -[LibraryIMAPStore _fetchForCheckingNewMail:] + 71
    9 com.apple.MessageFramework 0x003bf307 -[LibraryIMAPStore checkNewMail] + 42
    10 com.apple.MessageFramework 0x003e8932 -[IMAPAccount _fetchUnreadCountsForMailboxUid:recursively:gateway:checkForNewMessages:] + 268
    11 com.apple.MessageFramework 0x003e8511 -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:] + 609
    12 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    13 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    15 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    16 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    17 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    18 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    19 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x96d0f506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96d4184f pthread_condwait + 1244
    2 libSystem.B.dylib 0x96d430d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96f8ee8c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96f8eca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00485df7 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    8 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    10 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x96d0f4a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x96d16c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x937760ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93776cf8 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x003ac262 _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x003b0b41 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x003b06cb -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x003b0586 -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x003b014c -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x003b00c2 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x003aff4a -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x003afa97 -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x003af8e5 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x004a975c -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 100
    14 com.apple.MessageFramework 0x003cc37e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x003cbbb2 -[IMAPConnection executeLogin:] + 65
    16 com.apple.MessageFramework 0x003cb195 -[IMAPGateway _allowClientOperationThrough:] + 1256
    17 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    18 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x00485fbe -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x003cabdc -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    22 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    24 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 26:
    0 com.apple.syncservices 0x91701755 _ISDDefaultDataDirectoryPath + 0
    1 com.apple.syncservices 0x91686a26 +[ISyncManager initialize] + 74
    2 libobjc.A.dylib 0x92ae2b78 classinitialize + 367
    3 libobjc.A.dylib 0x92ae14f9 classlookupMethodAndLoadCache + 81
    4 libobjc.A.dylib 0x92af1736 objc_msgSend + 102
    5 com.apple.Mail.Syncer 0x18fef4c6 0x18fe9000 + 25798
    6 com.apple.mail 0x00038636 0x1000 + 226870
    7 com.apple.CoreFoundation 0x937f5a7d _invoking__ + 29
    8 com.apple.CoreFoundation 0x937f5468 -[NSInvocation invoke] + 136
    9 com.apple.MessageFramework 0x004863dc -[MonitoredInvocation invoke] + 409
    10 com.apple.MessageFramework 0x0048729e +[WorkerThread _execute:] + 144
    11 com.apple.Foundation 0x96f48f1d -[NSThread main] + 45
    12 com.apple.Foundation 0x96f48ac4 _NSThread__main_ + 308
    13 libSystem.B.dylib 0x96d406f5 pthreadstart + 321
    14 libSystem.B.dylib 0x96d405b2 thread_start + 34
    Thread 12 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x96d16d9d ecx: 0x15f8e0f8 edx: 0x15f8e0fc
    edi: 0x00000000 esi: 0xa04074f0 ebp: 0xb06d2808 esp: 0xb06d27d0
    ss: 0x0000001f efl: 0x00010282 eip: 0x96d16d9e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x270ff3 com.apple.mail 3.4 (928) <235e3a26da60172ebb1cef0300698c37> /Applications/Mail.app/Contents/MacOS/Mail
    0x2de000 - 0x350fff com.apple.iLifeMediaBrowser 1.0.8 (212) <afa1e1cb24dab8802261493e84692570> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x38e000 - 0x5e2ff3 com.apple.MessageFramework 3.4 (928.1) <eb4365318266f14754831179bedb477d> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x737000 - 0x739fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x740000 - 0x764fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <32045add5f408ba4193bfaf296908bd2> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x77d000 - 0x78effc +com.unsanity.ape 2.5 (2.5b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    0x7b2000 - 0x7b4fff +com.kcn.thebadape The APE version 4.0 (4.0) /Users/hl2run/Library/Application Enhancers/The Bad APE.ape/Contents/MacOS/The Bad APE
    0x7b8000 - 0x7b9fff +com.cooliris.safariplugin ??? (1.7) <8e55ebd7eb3173727992248766fc28fc> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x7be000 - 0x7beffe +org.xlife.InquisitorLoader 3.2 (57) <e4877ee4582562d98c95d447c8f77397> /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x7c3000 - 0x7c4ffd +com.machangout.Glims ??? (1.0) <e172d97b8a072e35d28978afcec8ada5> /Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims
    0x7f1000 - 0x7f3fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x900000 - 0x90afff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) <7e3e7d42bb626d09e2620140ba963851> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xee5000 - 0xeeefff +com.bronsonbeta.MailAppetizer 1.3 Beta (131) <8ebd1a2c42f221d5fd40938227fdbad3> /Users/hl2run/Library/Mail/Bundles/Mail.appetizer.mailbundle/Contents/MacOS/Mai l.appetizer
    0x1589d000 - 0x159bbff7 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15c11000 - 0x15c16ff3 libCGXCoreImage.A.dylib ??? (???) <b6cf72d9cbd5312d4ec435e298954ade> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x174a5000 - 0x174a5ffd liblangid.dylib ??? (???) <d1bba9ec9142b4eb33db9c24d504ac63> /usr/lib/liblangid.dylib
    0x18fe9000 - 0x19007fff com.apple.Mail.Syncer 3.4 (928.1) <50b5f666e5348f40253bd9d55dfb9b33> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x19032000 - 0x19045fff com.apple.syncservices.syncservicesui 4.1 (389.6) <1b41e95b2f856dbbcd0561d244aafa29> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x1905d000 - 0x1905efe1 com.apple.textencoding.unicode 2.2 (2.2) <6566f38ef8ee61fab9aaecfb6a81f208> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x50000000 - 0x50005fff +com.growl.GrowlMail 1.1.4 (1.1.4) <78442b8090c647f92bcc14fd73f0029b> /Users/hl2run/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/MacOS/GrowlMai l
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld
    0x90003000 - 0x90003ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90004000 - 0x90008fff libGIF.dylib ??? (???) <75b4fd9684d792add088205f987fb02e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90009000 - 0x90039ff3 com.apple.DotMacSyncManager 1.2.3 (283) <3f521a1391d7740aca012fe3e4772095> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9003a000 - 0x90055ff3 libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90056000 - 0x9005bffb com.apple.DisplayServicesFW 2.0 (2.0) <b0b9a41a526a431b09ac0e0e5cec8261> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9005c000 - 0x9005cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9005d000 - 0x9009ffef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x900a0000 - 0x90200fee com.apple.CalendarStore 3.0.4 (833) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x90201000 - 0x90242fe7 libRIP.A.dylib ??? (???) <8c2cd4f044b3413d770ca8ad740f7645> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90273000 - 0x902cfff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x902d0000 - 0x902d4fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x902d5000 - 0x90314fef libTIFF.dylib ??? (???) <4b7d3b3b9a9c8335c2538371cb39b60b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90315000 - 0x903a8ff3 com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x903a9000 - 0x903b5fe7 com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x903b6000 - 0x903e3feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9048d000 - 0x9053fffb libcrypto.0.9.7.dylib ??? (???) <01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
    0x90540000 - 0x90548fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90553000 - 0x90577fff libxslt.1.dylib ??? (???) <59399cc446ed903fd9479526ee9f116b> /usr/lib/libxslt.1.dylib
    0x90578000 - 0x905befef com.apple.Metadata 10.5.2 (398.18) <9466e348fc3c1fece377ae1238fe74a7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x905bf000 - 0x90dbcfef com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90dbd000 - 0x90df1fef com.apple.bom 9.0 (136) <eca0b933894328d4b005df53c80b67cb> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90df2000 - 0x90e5fffb com.apple.WhitePagesFramework 1.2 (119.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x90e60000 - 0x90e76fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90e77000 - 0x90e95ff7 com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90e96000 - 0x90f13fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90f14000 - 0x90f23fff libsasl2.2.dylib ??? (???) <75b9d97ca7c3d53cd38bdd420a377522> /usr/lib/libsasl2.2.dylib
    0x90f24000 - 0x90f56fff com.apple.LDAPFramework 1.4.3 (106) <fd2a420db8e3bf599c9c41713d7ad0a6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90f57000 - 0x90f76ffa libJPEG.dylib ??? (???) <c776945af9d960ccf5a80aa2d89fd918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90f77000 - 0x90f79ff5 libRadiance.dylib ??? (???) <c307054a6d8337c85ef501780b54704d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90f7a000 - 0x90f90fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90f91000 - 0x90f92ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x90f93000 - 0x90fb3ff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90fb4000 - 0x90fb4ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90fb5000 - 0x9103cff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x9103d000 - 0x91046fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91047000 - 0x91047ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91048000 - 0x9104fff7 libCGATS.A.dylib ??? (???) <fbc59d0e1eccf907396563568d5cd872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91050000 - 0x91078ff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91079000 - 0x91080ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x91081000 - 0x911c7ff7 com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x911c8000 - 0x911cdffc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x91437000 - 0x91605fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91606000 - 0x9161dfff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x9161e000 - 0x91684ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91685000 - 0x91765fff com.apple.syncservices 3.1 (389.6) <51037594e950b0331d4996691cf4acba> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91766000 - 0x91a6dff7 com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91a6e000 - 0x91a72fff com.apple.OpenDirectory 10.5 (10.5) <29f7b10aad34ba8eb15b55d69dff6ddf> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x91a73000 - 0x91b2dfe3 com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91b2e000 - 0x91b4cfff libresolv.9.dylib ??? (???) <9602435a6eac87a0d1f41b8ca8541693> /usr/lib/libresolv.9.dylib
    0x91b4d000 - 0x91ba7ff7 com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91ba8000 - 0x91fb8fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91fb9000 - 0x92084fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92085000 - 0x920b4fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x920b5000 - 0x920b7fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x920b8000 - 0x921f0ff7 libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
    0x921f1000 - 0x92587fff com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92588000 - 0x9259cff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9259d000 - 0x925c5fff libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
    0x925c6000 - 0x9266dfeb com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9266e000 - 0x9267cffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x9267d000 - 0x926b9fff com.apple.DAVKit 3.0.4 (651) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x926ba000 - 0x926c1fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x926c2000 - 0x926d3ffe com.apple.CFOpenDirectory 10.5 (10.5) <01a0034b48d63524057b5f57dfc0605c> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x926d4000 - 0x926d7fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x926d8000 - 0x9276bfff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9276c000 - 0x927a6ffe com.apple.securityfoundation 3.0 (32989) <36f7f260187c435b2670bcb24acd4219> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x927a7000 - 0x927a7ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x927a8000 - 0x927a8ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x927a9000 - 0x927b9fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x927ba000 - 0x92975ff3 com.apple.QuartzComposer 2.1 (106.5) <a296178aba94c71fc5314ea2ed0b4349> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x92976000 - 0x92a02ff7 com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92a03000 - 0x92a5cff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92a5d000 - 0x92adcff5 com.apple.SearchKit 1.2.0 (1.2.0) <5abfde5537969168b8a8743ccb9ec735> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92add000 - 0x92bbcfff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
    0x92bbd000 - 0x92c1affb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x92c1b000 - 0x92f3dfe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f3e000 - 0x92f5afff com.apple.IMFramework 4.0.5 (582) <da822220ccdaabc47408e2f641d48685> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x93025000 - 0x93075feb com.apple.framework.familycontrols 1.0.2 (1.0.2) <bcd9397c28e82724c202830fcc2c04d3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93076000 - 0x9309afeb libssl.0.9.7.dylib ??? (???) <3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib
    0x9309b000 - 0x93163fef com.apple.WebKit 5528 (5528.1) <fc969bc7b1dbf67d61eaea8afe646865> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93164000 - 0x93249ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9324a000 - 0x93280fef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x93281000 - 0x93281ffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93282000 - 0x932acfff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x932ad000 - 0x9331ffff com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93320000 - 0x933d0fff edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x933d1000 - 0x933e0ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x933e1000 - 0x933eeff7 com.apple.DMNotification 1.1.0 (143) <03a2cc6f170007bdd90642a01769e55a> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x933ef000 - 0x933faff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x933fb000 - 0x93413fff com.apple.openscripting 1.2.8 (???) <d85d82af796d1df9bce7b1db8f6c846c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93414000 - 0x934f8fef com.apple.JavaScriptCore 5528 (5528.1) <a634d0260034c1c00a8859e29815e86c> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x934f9000 - 0x93678fff com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93679000 - 0x936c3fe1 com.apple.securityinterface 3.0 (32532) <e849f522f5055fb9083609a3c6e32280> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x936c4000 - 0x93703fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x93704000 - 0x93836fff com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93837000 - 0x9387bfeb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <8135bb4f34a3bf02b8c2ca869fe33a42> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9387c000 - 0x938adffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94864000 - 0x94877fff com.apple.IMUtils 4.0.5 (582) <535270cbc62da9f8269578251a660e76> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x94878000 - 0x95040fff com.apple.WebCore 5528 (5528.1) <bb24a083efdb00e9045ce73c5c97959c> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95041000 - 0x9504cfff com.apple.dotMacLegacy 3.1 (244.1) <dc5b306b079718439c199d386ff60cc4> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x95052000 - 0x95189feb com.apple.imageKit 1.0.1 (1.0) <9b6da3210b7e69e75039cbb0fd4a8482> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9518a000 - 0x95196fff libbz2.1.0.dylib ??? (???) <e266a580d35c4518eee864dc064e4b98> /usr/lib/libbz2.1.0.dylib
    0x95197000 - 0x95245ffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95246000 - 0x95719ffe libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9571a000 - 0x959f4ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <bc7c12c84fe21ae2626bdd17070aaafa> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x959f5000 - 0x95a77ff3 com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95a78000 - 0x95a96ff3 com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <fe27e80e1a9e86403fd9ed16dcfe4e11> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95a97000 - 0x95b5eff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95b5f000 - 0x95f1dfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95f1e000 - 0x95f1effd 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
    0x95f1f000 - 0x95f1fffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95f20000 - 0x95f2afeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96020000 - 0x96030ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96031000 - 0x9605cfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x9605d000 - 0x966f9fef com.apple.CoreGraphics 1.351.32 (???) <793d7ceb9e1880818e03c1f1b10df04b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96702000 - 0x96750ff3 com.apple.datadetectorscore 1.0.2 (52.14) <e137549cb2c0ff943809824e31854a73> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96751000 - 0x967a0fff com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x967a1000 - 0x96882ff7 libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
    0x96883000 - 0x968fffeb com.apple.audio.CoreAudio 3.1.0 (3.1) <be7120e91df91425e904d5327b4338b7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96900000 - 0x96905fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96906000 - 0x96990fe3 com.apple.DesktopServices 1.4.6 (1.4.6) <1abd4175c3089704be6824c073f7cc33> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96991000 - 0x96ab5fe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96ab6000 - 0x96aedfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96aee000 - 0x96b68ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96b69000 - 0x96c6afff com.apple.PubSub 1.0.3 (65.3) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x96c6b000 - 0x96c70fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96c71000 - 0x96c7cfe7 libCSync.A.dylib ??? (???) <3f58eb487099bff0476ec79974d0ad4d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96c7d000 - 0x96c7dff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96c7e000 - 0x96cbcff7 libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96cbd000 - 0x96d0dff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96d0e000 - 0x96e6eff3 libSystem.B.dylib ??? (???) <98fc91f31f185411ddc46d3225e9af55> /usr/lib/libSystem.B.dylib
    0x96e6f000 - 0x96e75fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96e76000 - 0x96e76fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96e77000 - 0x96eb1fff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96eb2000 - 0x96f3dfff com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96f3e000 - 0x971b9fe7 com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0xc0000000 - 0xc0008fff +com.growl.growlframework 1.1.4 (1.1.4) <e42fe97093035d2485b764ccf9a15d70> /Users/hl2run/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Frameworks/Gro wl.framework/Growl
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Message was edited by: hl2run1

    Undo whatever you did with the icon, and unload/remove all the non-Mac plugins, enhancers, bundles or whatever.
    AK

  • Why is it that i find adobe icon on various icons and shortcuts

    I have just installed the adobe reader (free version) and now i am finding that various icons and shortcuts like word excel etc are showing the adobe sign. is there anyone who can help (not a wizard
    at computers just a person who knows the basics
    cheers
    les

    Perhaps http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html ?

  • Change icon for file type

    how to change icon for all of the tile type? not just one, but all!

    Changing the file icon will not enable Quicktime to play Matroska files. Changing the file suffix might.
    It could be a 'difficult' form of Matroska file. FYI Matroska is just a container like MOV or AVI, and some mkv have the video encoded with Real Video Codec (RV9 RV10). Perian+QT can't decode this, but VLC will play .mkv files just fine on OS X, as long as they don't use H.264!
    It's a bit of a lottery until Matroska decide to support the Apple platform. I have found this:
    http://mkv4mac.free.fr/index.php?lang=en&p=lec
    which may help.
    But there may be another workaround: 1. Get Info the mkv file
    2. Change to extension to wmv. Save as wmv and that could work better.
    Or this link may be helpful:
    http://www.squidoo.com/mkv-converter-mac
    Recently, a poster (ZachP14) suggested this:
    "There's a program called Plex that runs .mkv files awesome on my 2.0 ghz macbook."
    http://www.plexapp.com/
    Maybe worth a try?
    More information here:
    ttp://en.wikipedia.org/wiki/Matroska

  • [SOLVED] change icons in thunar (XFCE)

    Hello all,
    Me again.  Is there a way to change the icon colors in Thunar?  I copied the gnome-wine, gnome-wise, etc. from my Xubuntu test box and copied them to /usr/share/icons.  I can see they show up under System Settings, Appearance/Icons.  I can even select them, but only the icons on the desktop change colors (call me crazy, but I like the green folder icons).  However, the icons in thunar are still the grayish brown standard icons. 
    Is there a way to have the thunar icons use the XFCE system icons?
    --nixIT
    Last edited by nixIT (2011-06-03 16:17:00)

    in xfce4 (4.8.0.3, the version I am using in ubuntu):
    You can do this to chang the icons in thunar and through the xfce desktop
    1) Click the main menu (Xfce menu at the bottom-left of the screen)
    2) Click Settings -> Appearance
    On Appearance dialog:
    1) Click Icons tab (or press alt+i)
    2) if you have icon themes installed you can selec them (such as Tango)
    -- this will change iconds for the entire desktop:
    Thunar, Xfce menu, etc
    EDIT: I now realize that this was about changing icon colors and the above was already noted in the first post
    .. any way it helped me change my icon theme to Tango...thanks
    Last edited by NeoH4x0r (2012-07-01 23:32:11)

  • How to change icons of a JTree node dynamically

    Hi all!
    I want to change icon associated with a node dynamically ( i.e. after the tree has being displayed). How can i achieve this?
    Can any one provide me a sample code snippet.
    Thanks in advance
    Murali

    I have created CustomCellRenderer and i'm calling this class as follows
    tree.setCellRenderer((TreeCellRenderer) new CustomCellRenderer(true));
    The boolean value for the constructor (in this case it's true) will be set to
    a local variable in the CustomCellRenderer class. Then upon clicking a node in the tree the boolean value (true) is set and the icon for that node should be changed as specified in the CustomCellRenderer class.
    When i click on a node all the icons of that tree are disappearing.
    Can any one help me in this issue
    public class CustomCellRenderer
              extends          JLabel
              implements     TreeCellRenderer
    private ImageIcon          grayfolderImage;
    private ImageIcon          greenfolderImage;
    private ImageIcon          bluefolderImage;
    private ImageIcon          redfolderImage;
    private ImageIcon          whitefolderImage;
    private boolean               bSelected;
    boolean logfileDeleted;
         public CustomCellRenderer()
              grayfolderImage = new ImageIcon("C:\\images\\grayFolder.gif");     
              greenfolderImage = new ImageIcon("C:\\images\\greenFolder.gif");     
              bluefolderImage = new ImageIcon("C:\\images\\blueFolder.gif");     
              redfolderImage = new ImageIcon("C:\\images\\redFolder.gif");
              whitefolderImage = new ImageIcon("C:\\images\\whiteFolder.gif");     
         public CustomCellRenderer(boolean logfileDeleted){
              this.logfileDeleted = logfileDeleted;
         public Component getTreeCellRendererComponent( JTree tree,
                             Object value, boolean bSelected, boolean bExpanded,
                                       boolean bLeaf, int iRow, boolean bHasFocus )
              // Find out which node we are rendering and get its text
              DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
              String     labelText = (String)node.getUserObject();
              this.bSelected = bSelected;
              // Set the correct foreground color
              /*if( !bSelected )
                   setForeground( Color.black );
              else
                   setForeground( Color.red ); */
              // Determine the correct icon to display
              if( labelText.equals( "ioexception001" ) )
                   setIcon( redfolderImage );
              else if( labelText.equals( "ioexception002" ) )
                   setIcon( greenfolderImage );
              else if( logfileDeleted ==true )
                   setIcon( whitefolderImage );
              else if( labelText.equals( "ioexception004" ) )
                   setIcon( redfolderImage );
              else
                   setIcon(bluefolderImage);
              // Add the text to the cell
              setText( labelText );
              return this;
         // This is a hack to paint the background. Normally a JLabel can
         // paint its own background, but due to an apparent bug or
         // limitation in the TreeCellRenderer, the paint method is
         // required to handle this.
         public void paint( Graphics g )
              Color          bColor;
              Icon          currentI = getIcon();
              // Set the correct background color
              bColor = bSelected ? SystemColor.textHighlight : Color.white;
              g.setColor( bColor );
              // Draw a rectangle in the background of the cell
              g.fillRect( 0, 0, getWidth() - 1, getHeight() - 1 );
              super.paint( g );
    }

  • Task Bar Mahem - Changing Icons on M$ task bar

    Hi,
    In Windows XP (Windows NT), when you open multiple windows of a program, the programs become inconisized and grouped together under one menu icon with a name. For instance, opening Windows Explorer multiple times creates a menu on the task bar that displays the Windows Explorer Icon, the number of windows open, and the title of the program--Windows Explorer.
    However, when I run my Java programs multiple times (or make many frames within a program) and iconisized them, they appear on the task bar as a menu with a little white window icon with a blue title, the number of windows (frames) open, and "java" or "javaw" beside it.
    I know how to add icons to frames. What I don't know is how to keep my icon and application name on the task bar when windows (frames) or applications become grouped. Any helpful information would be greatly appreciated. Spent 4 hours looking all over Sun's site, trying to find an answer. I've even tried to download some open source programs and tried to disect them to find the code. Sample code would be greatly appreciated.
    Thanks,
    J Apprentice

    I know how to change icons on frames and task bars. It's when they frames become grouped that the task bar icon magically chnages.

  • Photoshop CS6: cmd+F1: how to change that keyboard shortcut?

    I want to change the keyboard shortcut cmd+F1. it's set in Preferences to change the background color to black. I looked in Preferences to see if I can set it to none, and in PS keyboard shortcuts. But in the keyboad shortcut menu, preferences is not shown. How can I turn off / keep cmd+F1 from changing my preference background color to black?
    Thanks for any help with this. Its very frustraiting.
    Jeff N

    You can't set it. That's part of the problem. When I go into the keyboard shortcut window to make a custom shortcut and select Layer> Flatten.... and then click to add a shortcut, type in Cmd+F1 it accepts it. But when I use the Cmd+F1 shortcut, background changes to black. I then must go into Preferences to change it back to what it was.
    I'm looking for a way to stop photoshop from using cmd+F1 to change my background screen color in preferences.

  • Changing not listed shortcuts

    I would like to change a couple shortcuts that are not listed in system preferences.
    For Example CMD - Right/Left arrow to Move to the end/start of the word. How would I do it?
    Thanks.

    Maybe one of these will help you.
    Keyboard Shortcuts - BetterTouchTool
    Keyboard Shortcuts – KeyRemap4Macbook
    Keyboard Shortcuts - Quickkeys

  • I cannot change my email on my iPad. I cannont access my old address to chang anything. Please help.

    I cannot change my email on my iPad. I cannont access my old address to chang anything. Please help.

    Charlene155 wrote:
    I tried to change the password in the settings and still I cannot get it set up to get emails? 
    And what happened when you tried? And please don't say it didn't work, we know that. Describe what happens when you "try" to change the password. Are the settings greyed out and therefore, you can't change anything? Can you send emails? You said you can't "get" emails so i interpret that to mean that you can't receive them.
    Did you try quitting the settings app, reboot theniPad and then "try" again to see if that will allow you to change the setting?
    Tap the home button once. Then tap the home button twice and the recents tray will appear at the bottom of the screen. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the settings icon. Tap the home button twice,
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You don't have Restrictions set that would prevent you from changing the password in Settings>General>Restrictions>Allow Chamges>Accounts.

  • Change icon for S object in PPOME

    Hello!
    Do you have any idea how to change icon for position like it works for manager (012 connection type)? I'd like to create my own indication for special statuses of position.
    SAP offers standart solution http://help.sap.com/saphelp_nw04/helpdata/en/24/1188b3cbc711d2b49e006094b9c9b4/content.htm
    but it's disabled as SAP Support Team said.

    Hi,
    Not sure it will help.Have a look at
    SPRO> Personnel Management> Organizational Management>Hierarchy Framework
    Manoj.

Maybe you are looking for

  • Adobe reader on the iPad?

    Can I change pen colors in the annotation tools of adobe reader on the iPad?

  • Toast 6.0.9 works fine with Leopard 10.5.1 !!

    I'd heard after 6.0.9 that Roxio was going to include some limitations on Toast... hmmm... didn't realize that incompatibility in version 7 with Leopard would be part of the limitations. Don't take my word for it. If you have an old copy try it (vers

  • Configuring DBI for use with Oracle 8i

    We have problem while openning the connection to Oracle 8i using DBI. The error we keep getting when we run a test script is: DBD::Oracle object version 1.03 does not match bootstrap parameter 0.47 at directory path/DynaLoader.pm line 188. The same s

  • How to automate replacing smart object from folder?

    Hello! I have a layout in CS6, with an image that is a smart object. I have a folder of jpgs, and need to make comps from each of the JPGs. At the moment I take the master, double click the smart object. Place in the source JPG from the folder I'm wo

  • When sync my classic it freezes

    So my classic freezes when syncing ... also I get the error "application missing "corefoundation.dll" when I first start up my computer.  Help me you wonderful wizzard geninuesssssss.