[bug] TextField.setString("") crash the application

Hi, i pass the last 2 days to try to fix that bug but i didn't manage.
When on an event, i do mytextfield.setString(""), i get a StringindexOutOfBoundsException at java.lang.Throwable if I try to fill the textfield by "writing" text. It's a runtime exception.
I try on a T610 and a Treo600 with J2ME wirelesstoolkit and Sony Ericsson sdk (wtk1 and wtk 2) and i can't fix that bug.
I have no idea.
Thanks a lot.
Best regards.

This is the code :
import javax.microedition.midlet.MIDlet;
import javax.microedition.lcdui.*;
public class Testmidlet extends MIDlet implements CommandListener {
   private Display display;
   private TextField userName;
   private TextField password;
   private Form form;
   private Command cancel;
   private Command login;
   static String rien = "";
   public Testmidlet() {
      userName = new TextField("LoginID:", "", 10, TextField.ANY);
      password = new TextField("Password:", "", 10, TextField.PASSWORD);
      form = new Form("Sign in");
      cancel = new Command("Cancel", Command.CANCEL, 2);
      login = new Command("Login", Command.OK, 2);
      this.form.setItemStateListener(new ItemStateListener() {
        public void itemStateChanged(Item item) {
        } // end itemStateChanged
      } // end setItemStateListener
   public void startApp() {
      display = Display.getDisplay(this);
      form.append(userName);
      form.append(password);
      form.addCommand(cancel);
      form.addCommand(login);
      form.setCommandListener(this);
      display.setCurrent(form);
   public void pauseApp() {
   public void destroyApp(boolean unconditional) {
      notifyDestroyed();
   public void validateUser(String name, String password) {
     if (name.equals("qm") && password.equals("j2")) {
       menu();
     } else {
       tryAgain();
   public void menu() {
     List services = new List("Choose one", Choice.EXCLUSIVE);
     services.append("Check Mail", null);
     services.append("Compose", null);
     services.append("Addresses", null);
     services.append("Options", null);
     services.append("Sign Out", null);
     display.setCurrent(services);
   public void tryAgain() {
     userName.setString("");
     password.setString("");
   public void commandAction(Command c, Displayable d) {
      String label = c.getLabel();
      if(label.equals("Cancel")) {
        destroyApp(true);
      } else if(label.equals("Login")) {
         validateUser(userName.getString(), password.getString());
}The problem is that after a tryAgain() call, if i try to fill a textfield again, i get a runtimeexception.
It's just an example code to reproduce the bug.
Thanks a lot.

Similar Messages

  • 5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from

    5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from 

    Same issue also. Occurring both on my iPad 2 and iPhone 4 after upgrading to ios 5
    By the way, Mattban and Sancasslano, are either of you also experiencing any of the following issues:
    * Problems with Contacts either crashing or listing no names
    * Problems with turning iCloud on or off for application under Settings->iCloud... On both mine I just get a pop up saying that iCloud is being turned off but Contacts then just locks up.
    * General problems when trying to synch applications on the iPad or iPhone over iCloud?
    I am wondering if all these issues are in someway related to and whether it is worth trying to turn off iCloud somehow, though I cannot work out how this can be done once set up.

  • Permissions Issue causes Dreamweaver CS6 Menus to Crash the Application. Please Help!

    I recently upgraded Adobe Web Premium CS5 to CS6. All of the include applications seem to run as expected, except for Dreamweaver which crashes when many of the pallet menu options are clicked.
    The application when tested on a new user account will operate without crashing, and after contacting Adobe support, they referred me to the Apple/Mac Community for help, since they want to identify the issue as a permissions problem associated with my user account on my MacBook Pro.
    With the many levels of permissions in many different locations, I'm at a loss as to what changes might be necessary to fix the problem. I did upgrade Java to the latest release in the hope that it would help, but it did not.
    Any isight into this issue would be appreciated. After reading throught the Adobe Forum related to this application, I found other rmenu issues that were similar but manifested in slightly different ways, like certain options were not visible and users assumed that they were removed in the latest release.

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. You can demote it back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:20 ~ $_ ; chmod -R -N ~ $_ 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’renot going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Crash, crash, crash The application arch quit unexpectedly.  could not load inserted library (???)

    I keep getting the notice on my desktop, "The application arch quit unexpectedly.  could not load inserted library: /Library/Application Support/DriveGenius/libdf.dylib".
    If I dismiss the notice it reappears in 10 seconds., crashes every 10 seconds.
    I'm assuming that Application Arch is an archive file.
    I've got several hundred archive files according to the app "Find Any File", dunno which is the offending one.
    In /Library/Application Support there's no DriveGenius/libdf.dylib to be found, not even in ~Library/Application Support. I can't even locate a DriveGenius/libdf.dylib file anywhere in my system.
    I don't even have DriveGenius installed.
    Where do I go from here?
    ++++++++++++++++++
    Here's the crash reportCrash Report:
    Process:         arch [13864]
    Path:            /usr/bin/arch
    Identifier:      arch
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [77]
    Date/Time:       2011-07-28 09:26:10.180 -0700
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  4E8D8378-02DE-4DAB-9D01-816F25C6DAB1
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      could not load inserted library: /Library/Application Support/DriveGenius/libdg.dylib

    Drive Genius must've been installed at one time & not completely removed.
    You may have to install it again to remove it, or see if it has an uninstaller uption in the installer.
    Might Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • "Save as PDF" crashes the application

    Hello all,
    I used to be able to save documents as PDF's by going to Print > PDF > Save as PDF before running routine maintenance tasks using the latest version of Onyx.
    Here's what I've done:
    1. I have all of my Apple software updates.
    2. This is not a CS/Adobe/Indesign issue (because I don't have those programs).
    3. I have attempted to Save as PDF in other accounts to no avail, so the problem lies beyond my home directory.
    4. I have repaired my permissions and rebooted.
    5. It doesn't matter what program I attempt to Save as PDF from.
    6. Here's the relevant console entries that happened at the time of the crash:
    3/2/09 10:15:00 AM com.apple.quicklook[1166] failed to find start of cross-reference table.
    3/2/09 10:15:00 AM com.apple.quicklook[1166] missing or invalid cross-reference trailer.
    3/2/09 10:15:01 AM ReportCrash[1165] Formulating crash report for process TextEdit[1146]
    3/2/09 10:15:02 AM ReportCrash[1165] Saved crashreport to /Users/rmurphy/Library/Logs/CrashReporter/TextEdit2009-03-02-101459VSIT214.crash using uid: 1042 gid: 1042, euid: 1042 egid: 1042
    3/2/09 10:15:01 AM com.apple.launchd[112] ([0x0-0x75075].com.apple.TextEdit[1146]) Exited abnormally: Bus error
    3/2/09 10:15:01 AM com.apple.quicklook[1166] failed to find start of cross-reference table.
    3/2/09 10:15:01 AM com.apple.quicklook[1166] missing or invalid cross-reference trailer.
    3/2/09 10:15:01 AM com.apple.quicklook[1166] missing or invalid cross-reference trailer.
    3/2/09 10:15:01 AM com.apple.quicklook[1166] missing or invalid cross-reference trailer.
    Any help would be greatly appreciated! Thanks.

    Here's more details.
    Process: TextEdit [2375]
    Path: /Applications/TextEdit.app/Contents/MacOS/TextEdit
    Identifier: com.apple.TextEdit
    Version: 1.5 (244)
    Build Info: TextEdit-2440000~2
    Code Type: X86 (Native)
    Parent Process: launchd [112]
    Date/Time: 2009-03-02 11:38:31.967 -0600
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x97174eb8 CFDictionaryAddValue + 40
    1 com.apple.CoreFoundation 0x971e8a36 CFTimeZoneCreateWithName + 470
    2 libPDFRIP.A.dylib 0x16140439 PDFWriterVPrintf + 1847
    3 libPDFRIP.A.dylib 0x1612bd79 PDFDocumentPrintf + 37
    4 libPDFRIP.A.dylib 0x16138290 PDFInfoEmit + 920
    5 libPDFRIP.A.dylib 0x1612bfd4 PDFDocumentFinalize + 458
    6 libPDFRIP.A.dylib 0x1612ac0e pdf_Finalize + 28
    7 com.apple.CoreGraphics 0x96a0a6ff CGContextDelegateFinalize + 55
    8 com.apple.CoreFoundation 0x971a5746 _CFRelease + 182
    9 com.apple.CoreGraphics 0x96a0a6ec CGContextDelegateFinalize + 36
    10 ...e.print.framework.PrintCore 0x96698082 pdfSpoolingReleaseDrawingContext(void*, void**) + 38
    11 ...e.print.framework.PrintCore 0x9669803d PJCReleaseSpoolingSession + 57
    12 ...e.print.framework.PrintCore 0x96696d61 PJCEndDocument(OpaquePMPrintSession*) + 259
    13 ...e.print.framework.PrintCore 0x96696c1e PMSessionEndDocumentNoDialog + 74
    14 com.apple.AppKit 0x92ca7633 -[NSPrintSpoolingGraphicsContext endDocument] + 130
    15 com.apple.AppKit 0x92ca6bb4 -[NSView(NSPrintingInternal) _printForCurrentOperation] + 665
    16 com.apple.AppKit 0x92ca681d -[NSConcretePrintOperation _renderView] + 358
    17 com.apple.AppKit 0x92ca660c -[NSConcretePrintOperation _continueModalOperationToTheEnd:] + 56
    18 com.apple.AppKit 0x92ca61da -[NSConcretePrintOperation _continueModalOperationPastPrintPanel] + 127
    19 com.apple.AppKit 0x92c3f8ac -[NSPrintPanel _sheet:didEndWithResult:contextInfo:] + 244
    20 com.apple.AppKit 0x92a85233 -[NSApplication endSheet:returnCode:] + 288
    21 ...int.framework.Print.Private 0x15ea3816 AskUserForFile + 60260
    22 com.apple.AppKit 0x92a4353b -[NSApplication sendAction:to:from:] + 112
    23 com.apple.AppKit 0x92a43478 -[NSControl sendAction:to:] + 108
    24 com.apple.AppKit 0x92a432fe -[NSCell _sendActionFrom:] + 169
    25 com.apple.AppKit 0x92b1d5ff -[NSButtonCell performClick:] + 725
    26 com.apple.AppKit 0x92af0abd -[NSButton performKeyEquivalent:] + 378
    27 com.apple.AppKit 0x92af092a -[NSControl _performKeyEquivalent:conditionally:] + 160
    28 com.apple.AppKit 0x92af07f6 -[NSView performKeyEquivalent:] + 367
    29 com.apple.AppKit 0x92af07f6 -[NSView performKeyEquivalent:] + 367
    30 com.apple.AppKit 0x92af055f -[NSWindow performKeyEquivalent:] + 257
    31 com.apple.AppKit 0x92c51e6e -[NSWindow keyDown:] + 93
    32 com.apple.AppKit 0x92acc8ff forwardMethod + 113
    33 com.apple.AppKit 0x92acc8ff forwardMethod + 113
    34 com.apple.AppKit 0x92acc8ff forwardMethod + 113
    35 com.apple.AppKit 0x92bd7597 -[NSControl keyDown:] + 129
    36 com.apple.AppKit 0x92a40ddd -[NSWindow sendEvent:] + 8511
    37 ...int.framework.Print.Private 0x15ea79a0 CarbonWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 272
    38 com.apple.AppKit 0x92a0cd49 -[NSApplication sendEvent:] + 2941
    39 com.apple.AppKit 0x9296a69f -[NSApplication run] + 847
    40 com.apple.AppKit 0x929378a4 NSApplicationMain + 574
    41 com.apple.TextEdit 0x00001df6 0x1000 + 3574
    Thread 1:
    0 libSystem.B.dylib 0x96530906 kevent + 10
    1 libSystem.B.dylib 0x96531095 pthreadstart + 321
    2 libSystem.B.dylib 0x96530f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x965073ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x96507176 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x929d8299 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x95a387ed -[NSThread main] + 45
    4 com.apple.Foundation 0x95a38394 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x96531095 pthreadstart + 321
    6 libSystem.B.dylib 0x96530f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa08e24ec ebx: 0x97174e9b ecx: 0xa08f73d8 edx: 0x00000010
    edi: 0x16143380 esi: 0x00000000 ebp: 0xbfffe168 esp: 0xbfffe120
    ss: 0x0000001f efl: 0x00010283 eip: 0x97174eb8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x18feb com.apple.TextEdit 1.5 (244) <e1480af78e2746195aab84b0123de9ed> /Applications/TextEdit.app/Contents/MacOS/TextEdit
    0x34000 - 0x34fff +com.ksuther.chax.loader ??? (2.1) <2b48fbf0dbd073f744e651e689e8b467> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x87000 - 0x89fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x1502e000 - 0x15216fff com.apple.RawCamera.bundle 2.0.11 (410) <7704cc57f7daceb81672bfdc4434da40> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15e86000 - 0x15ebbfff com.apple.print.framework.Print.Private 5.5.6 (237.14) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x16000000 - 0x16028fff com.apple.print.PrintingCocoaPDEs 5.5.6 (237.14) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x1603f000 - 0x160bdffb +com.xerox.print.pde.xeroxfeatures.wcp7328 1.1.7 (301) /Library/Printers/Xerox/PDEs/Xerox WorkCentre 732873357345.plugin/Contents/MacOS/Xerox WorkCentre 732873357345
    0x160f7000 - 0x16108fef +com.xerox.print.pde.accounting.wcp7328 1.1.6 (301) /Library/Printers/Xerox/PDEs/Xerox WorkCentre 732873357345 Accounting.plugin/Contents/MacOS/Xerox WorkCentre 732873357345 Accounting
    0x16126000 - 0x16142fe7 libPDFRIP.A.dylib ??? (???) <bf4ccb6e46bd2d18896a752e0e2f94b8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x9006a000 - 0x9006aff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9006b000 - 0x90072fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x90073000 - 0x90074ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x90149000 - 0x90167ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902a1000 - 0x902acfe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x902ad000 - 0x902b9ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x902ba000 - 0x902d2ff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x902d3000 - 0x902f2ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x903ab000 - 0x90472ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x905d5000 - 0x9060ffe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x906df000 - 0x90716fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90717000 - 0x90a1ffff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90a20000 - 0x90a24fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a25000 - 0x90a7eff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90a7f000 - 0x90a94ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90bab000 - 0x90f48fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90f49000 - 0x90ffbffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x90ffc000 - 0x91000fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x91001000 - 0x91139ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x9113a000 - 0x91150fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91151000 - 0x91154fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91155000 - 0x91565fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91566000 - 0x9160dfeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9160e000 - 0x91615ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9161b000 - 0x91636ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91637000 - 0x91675ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91676000 - 0x91683fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91684000 - 0x916e1ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9194b000 - 0x91953fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91999000 - 0x91999ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91afe000 - 0x91c7dfff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91d73000 - 0x91da0feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91da1000 - 0x91dadff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91e1c000 - 0x922edf3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x922ee000 - 0x922fdffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x922fe000 - 0x92389fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9238a000 - 0x9238affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9238b000 - 0x923bdfff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x923be000 - 0x923c0fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92434000 - 0x92434ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x924c2000 - 0x92690ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92691000 - 0x926c0fe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x928a2000 - 0x928a4ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x928a6000 - 0x92930fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92931000 - 0x9312ffef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93130000 - 0x93136fff 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
    0x93137000 - 0x934f5fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93b93000 - 0x93c4dfe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93c4e000 - 0x93f73fe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93fb8000 - 0x93fc8ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93fc9000 - 0x93fd7ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93fd8000 - 0x9405fff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x941e1000 - 0x941e1fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x941e2000 - 0x941e2ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x941e3000 - 0x9423dff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9423e000 - 0x9431fff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x94518000 - 0x9455afef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9455b000 - 0x9456bfff 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
    0x9456c000 - 0x945b5fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x945b6000 - 0x94607ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94608000 - 0x94685fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94686000 - 0x94751fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9572e000 - 0x95a08ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95a09000 - 0x95a2dfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x95a2e000 - 0x95ca9fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95caa000 - 0x95cc8fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x95cd1000 - 0x95db6ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95db7000 - 0x95ddfff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95de0000 - 0x95e6cff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95f86000 - 0x95f9efff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95fcb000 - 0x9605efff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9605f000 - 0x960fcfe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x960fd000 - 0x960fdffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x960fe000 - 0x9613dfef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9617e000 - 0x9622efff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9622f000 - 0x962acfeb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x962ad000 - 0x962d8fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x962f1000 - 0x96437ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96438000 - 0x96479fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9647a000 - 0x964f9ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x964ff000 - 0x96666ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x96679000 - 0x966f3ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x966f4000 - 0x966f9fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x966fa000 - 0x966fffff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96700000 - 0x96700ffd 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
    0x96701000 - 0x9670bfeb 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
    0x9670c000 - 0x967ecfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9680b000 - 0x96814fff 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
    0x96815000 - 0x96967ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96968000 - 0x96968ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96969000 - 0x97009fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9700a000 - 0x97019fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x9701a000 - 0x970adff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x970ae000 - 0x9710aff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9710b000 - 0x9712ffeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x97130000 - 0x97263fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97264000 - 0x9728cfff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x9728d000 - 0x97294ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Importing into iPhoto 6 from Sony DSC-T1 crashes the application

    Until I updated to iLife 06 I never had trouble importing photos into iPhoto from my Sony DSC-T1. Now, within seconds of clicking on the "import now" button the program crashes, and I've sent the obligitory bug report to Apple, but now the card is full and I don't know where to turn...
    12 PB   Mac OS X (10.4.6)   iLife 06

    Strange. Sorry to hear about your problems. Rather than importing via iPhoto directly from the camera, why don't you try getting the images off the card in the Finder? When you plug in the camera an icon for the memory card will appear on your desktop. Quit iPhoto if it automatically comes up. Create a folder on your desktop. Double click the memory card icon, and browse its contents until you find the image files. Drag them to the folder you created, and wait for the copy to complete. Then launch iPhoto and drag the folder of images into iPhoto.
    Hopefully Apple support will be able to help you with that camera import into iPhoto. Is it on the iPhoto supported list?

  • How do I make Adobe Ideas left handed friendly? The left hand palette crashes the app.

    In options you get a chance to change the palette alignment with left or right hand side of the screen but every time I do this it crashes the application!
    Help!
    Lefty

    Please try installing the 1.6 update for iOS and see if it resolves the issue.
    Thanks
    -Dave

  • Logic crashes any time I record enable. Also, it won't quit normally. I have force close the application any time I want to quit. What's wrong here?

    From the moment I downloaded Logic it would not quit properly. It won't respond to cmd Q or going to the menu to quit the application. Then when I try to simply record enable a track, the whole thing bugs out and crashes, no matter how many times I restart, same result. This is not how $200 software should act. *** Apple?

    This is an oddity that happens if you upgrade from Leopard to Snow Leopard.
    Follow the instructions from here.
    http://support.apple.com/kb/TS3968
    Don't delete any more than they say in the article.
    This should help/fix your situation.
    You're right, Apple's software should not behave this way... however, a little background.
    Apple purchased this software at version 5.2 from another company, a highly respected company, it's coast at that time was $999.00, which is what I paid for it, it's professional software. Apple priced it at $499 for several years, when it moved to the app store it was reduced to $199, which is dirt cheap. It's all a matter of perspective.
    p.s. These are user forums, no one from Apple will respond here, or so they say!

  • Trackpad is presenting a bug to open and close windows, mission control, and to move/roll the application (App) up and down.

    Totally out of the blue, my trackpad is presenting a "bug". Every time that I try to open and close my mission control, or in the moments that I move / roll up and downs the Applications Screen, my Mac freezes for less than a second.
    It never suffered any damage (NEVER!)! I am feeling very frustrated because I have no idea about what could cause such problem.
    My MacBook Air is running OS X 10.9.5.
    Any help will be very welcome!

    Well, it all really depends on the custom program and how it was written. Does it have an ActiveX interface? If it does, than that's the easiest way to go. If you put an automation refnum on the fron panel, you can right click and it and choose Select ActiveX Class>Browse. The browser will list all of the ActiveX type libraries that are registered on your system. If you can find one that refers to your custom program, then you should be able to use it's methods and properties to control. If it does not have an ActiveX interface, then things get much more difficult.

  • Crash report application what is that ? When shut down the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Crash report aplication what is that ? When shut the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Command-Option-Escape does the same as
    Apple Menu > Force Quit...
    It opens a floating box that lists current major Applications and their status (e.g., Not responding) and allows you to force quit any single Application or re-launch the Finder.

  • My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new?

    My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new one?

    http://swcdn.apple.com/content/downloads/37/23/041-5058/lr5tynbldi18zcrqo8a8uq88 rnjushqliu/Safari6Lion.pkg 
    Here you go.....

  • I can't use Wifi Scan utility because of the application crash

    I launch the "Wireless Diagnostics.app" application. Go to the menu - Window - Utility (cmd+2). Then i click on the Wifi Scan tab and the application crashes.
    I tried to launch this app on several devices: MacBook Air 2014, iMac 2011, MacBook pro with Retina 2014, MacBook Air 2008. The problem occurs on any of them.
    I remember a year ago i used this app and it worked perfectly. Please help me to solve the problem.
    Below i attach a crash report.
    Process:               Wireless Diagnostics [24154]
    Path:                  /Applications/Wireless Diagnostics.app/Contents/MacOS/Wireless Diagnostics
    Identifier:            com.apple.wifi.diagnostics
    Version:               3.0 (300.40)
    Build Info:            AirPortDiagnostics-300040000000000~5
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Wireless Diagnostics [24154]
    User ID:               501
    Date/Time:             2015-03-18 14:44:18.422 +0500
    OS Version:            Mac OS X 10.10.2 (14C1510)
    Report Version:        11
    Anonymous UUID:        F6FF983B-416B-883F-57C7-34FB056A3FF9
    Sleep/Wake UUID:       1113B8D5-AF09-4DAB-A492-CE3474852E2C
    Time Awake Since Boot: 160000 seconds
    Time Since Wake:       4100 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[WDTestSuite getActive2GHzChannelGroupsSortedByWeight:interface:]: unrecognized selector sent to class 0x106497958'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8850666c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff89f3276e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff885095dd +[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff88450aa4 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff88450618 _CF_forwarding_prep_0 + 120
    5   Wireless Diagnostics                0x00000001063b54d2 Wireless Diagnostics + 54482
    6   Wireless Diagnostics                0x00000001063b5eaf Wireless Diagnostics + 57007
    7   libdispatch.dylib                   0x00007fff93aa6323 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                   0x00007fff93aa1c13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00007fff93aadcbf _dispatch_main_queue_callback_4CF + 861
    10  CoreFoundation                      0x00007fff88459c79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11  CoreFoundation                      0x00007fff8841630f __CFRunLoopRun + 2159
    12  CoreFoundation                      0x00007fff88415858 CFRunLoopRunSpecific + 296
    13  HIToolbox                           0x00007fff8da39aef RunCurrentEventLoopInMode + 235
    14  HIToolbox                           0x00007fff8da3986a ReceiveNextEventCommon + 431
    15  HIToolbox                           0x00007fff8da396ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    16  AppKit                              0x00007fff8e803f81 _DPSNextEvent + 964
    17  AppKit                              0x00007fff8e803730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    18  AppKit                              0x00007fff8e7f7593 -[NSApplication run] + 594
    19  AppKit                              0x00007fff8e7e2a14 NSApplicationMain + 1832
    20  libdyld.dylib                       0x00007fff8df425c9 start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8e04f286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8e113b53 abort + 129
    2   libc++abi.dylib               0x00007fff8970fa21 abort_message + 257
    3   libc++abi.dylib               0x00007fff897379d1 default_terminate_handler() + 267
    4   libobjc.A.dylib               0x00007fff89f367d6 _objc_terminate() + 103
    5   libc++abi.dylib               0x00007fff897350a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib               0x00007fff89735113 std::terminate() + 51
    7   libobjc.A.dylib               0x00007fff89f365ff objc_terminate + 9
    8   libdispatch.dylib             0x00007fff93aa1c27 _dispatch_client_callout + 28
    9   libdispatch.dylib             0x00007fff93aadcbf _dispatch_main_queue_callback_4CF + 861
    10  com.apple.CoreFoundation       0x00007fff88459c79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11  com.apple.CoreFoundation       0x00007fff8841630f __CFRunLoopRun + 2159
    12  com.apple.CoreFoundation       0x00007fff88415858 CFRunLoopRunSpecific + 296
    13  com.apple.HIToolbox           0x00007fff8da39aef RunCurrentEventLoopInMode + 235
    14  com.apple.HIToolbox           0x00007fff8da3986a ReceiveNextEventCommon + 431
    15  com.apple.HIToolbox           0x00007fff8da396ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    16  com.apple.AppKit               0x00007fff8e803f81 _DPSNextEvent + 964
    17  com.apple.AppKit               0x00007fff8e803730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    18  com.apple.AppKit               0x00007fff8e7f7593 -[NSApplication run] + 594
    19  com.apple.AppKit               0x00007fff8e7e2a14 NSApplicationMain + 1832
    20  libdyld.dylib                 0x00007fff8df425c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e050232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93aa4a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8e04a4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e04964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff88416b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff88415ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff88415858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8e96733b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff877f2268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff877f21e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff877f041d thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8e04f94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff877f040d start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8e04f94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff877f040d start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8e04f94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff877f040d start_wqthread + 13
    Thread 6:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x00007fff8e04f48a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8e134e50 usleep + 54
    2   com.apple.AppKit               0x00007fff8ea14763 -[NSUIHeartBeat _heartBeatThread:] + 2376
    3   com.apple.Foundation           0x00007fff8e1ab90a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib       0x00007fff877f2268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff877f21e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff877f041d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff59855ce8  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff59855d10  rsp: 0x00007fff59855ce8
       r8: 0x6e6f697470656378   r9: 0x00007fff8e13dd70  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff59855e70  r13: 0x00007fff59856350  r14: 0x00007fff777e7300  r15: 0x00007fff59855d50
      rip: 0x00007fff8e04f286  rfl: 0x0000000000000206  cr2: 0x00007fff78badfd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1063a8000 -        0x1063c0ff7  com.apple.wifi.diagnostics (3.0 - 300.40) <E37DCF1A-7576-3978-A884-7FBA0E81ADEC> /Applications/Wireless Diagnostics.app/Contents/MacOS/Wireless Diagnostics
           0x1063d7000 -        0x10641dff7  com.apple.GraphKit (1.0.5 - 30) <7E8C3679-2CCB-3A1E-8050-47D6292F3430> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
           0x10643f000 -        0x106488fff  com.apple.WirelessDiagnosticsSupport (4.1 - 410.69) <A4C78CAF-E860-36C4-8B7D-8A8B53BADED2> /System/Library/PrivateFrameworks/WirelessDiagnosticsSupport.framework/Versions /A/WirelessDiagnosticsSupport
           0x1064ad000 -        0x1064dafff  libpcap.A.dylib (48) <BB516F1C-EDA7-3948-A740-6D55B86ECDB6> /usr/lib/libpcap.A.dylib
           0x106528000 -        0x106529ff7  libCyrillicConverter.dylib (64) <251C52BB-5EE6-3722-89DA-F3DC80222142> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10a4f1000 -        0x10a4f1fef +cl_kernels (???) <BAA63BAF-6DE7-42A6-9AE8-68CCF692DB80> cl_kernels
           0x10a4ff000 -        0x10a4ffff5 +cl_kernels (???) <59A3E46F-D42B-466B-9F0C-FAA9FEDC6D11> cl_kernels
           0x10a501000 -        0x10a5e7fef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10c3cb000 -        0x10c3cbfe7 +cl_kernels (???) <0835205A-B7D5-4844-8BE2-4B147E685F09> cl_kernels
        0x7fff629f4000 -     0x7fff62a2a837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
        0x7fff877ef000 -     0x7fff877f8fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff87851000 -     0x7fff878c0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff878c1000 -     0x7fff87920ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff87c49000 -     0x7fff87ce7fff  com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff87ce8000 -     0x7fff87ddafff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff87e6f000 -     0x7fff87f00ff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
        0x7fff87f73000 -     0x7fff883a3fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff883a4000 -     0x7fff8873afff  com.apple.CoreFoundation (6.9 - 1152) <CBD1591C-405E-376E-87E9-B264610EBF49> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88774000 -     0x7fff887b4ff7  libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff887b5000 -     0x7fff887e5fff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff88a7d000 -     0x7fff88a8afff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff88a98000 -     0x7fff88ab8fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff88ad2000 -     0x7fff88ad4fff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff88ad5000 -     0x7fff88ad5fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff88af0000 -     0x7fff88af7ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff88af8000 -     0x7fff88becfff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff88bed000 -     0x7fff88befff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff88bf0000 -     0x7fff88bfbff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff88c47000 -     0x7fff88c49fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff88c4a000 -     0x7fff88c4bfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff88c4c000 -     0x7fff88ca7fef  libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff88ca8000 -     0x7fff88ccfff7  com.apple.shortcut (2.13 - 2.13) <0BA7C57A-C2FC-3DFC-83B2-CE6C33770B52> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff88cd0000 -     0x7fff88ceaff7  libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
        0x7fff88ceb000 -     0x7fff88ceeff7  com.apple.AppleSystemInfo (3.1 - 3.1) <B40B3737-42A5-3D57-9E87-D3905EE5BADB> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff88cef000 -     0x7fff88f97ff7  com.apple.RawCamera.bundle (6.03 - 777) <127AB12C-190F-31BC-A0D9-A127004F7017> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff88fa1000 -     0x7fff88feffff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff88ff0000 -     0x7fff89064ff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff89065000 -     0x7fff8906bfff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff89084000 -     0x7fff89174fef  libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89236000 -     0x7fff8935eff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff89363000 -     0x7fff89364ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff89365000 -     0x7fff89367fff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff895f9000 -     0x7fff89665fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8970f000 -     0x7fff8973afff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8973b000 -     0x7fff8973ffff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
        0x7fff89740000 -     0x7fff89764fef  libJPEG.dylib (1232) <638302B6-369F-3C50-BF63-F8D19C393F47> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89784000 -     0x7fff8978bfff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8978c000 -     0x7fff8978efff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff89790000 -     0x7fff89790fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff89791000 -     0x7fff89837ff7  com.apple.PDFKit (3.1 - 3.1) <D2D019DD-5DCA-3C0D-B9B7-0F919A6CD1DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89ea0000 -     0x7fff89f0effb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89f0f000 -     0x7fff89f23ff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89f24000 -     0x7fff8a11e46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
        0x7fff8a1a8000 -     0x7fff8a1abff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8a1ac000 -     0x7fff8a1b0ff7  libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8aa97000 -     0x7fff8aabafff  com.apple.Sharing (328.3.2 - 328.3.2) <F555679F-1CD1-3EB2-8E01-FCB80EF07330> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8acfd000 -     0x7fff8b226ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8b227000 -     0x7fff8b274fff  com.apple.ImageCaptureCore (6.0 - 6.0) <C2DED299-7E2B-3501-9FD6-74892A7484B3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8b325000 -     0x7fff8b397ff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8b398000 -     0x7fff8b399fff  libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
        0x7fff8b39a000 -     0x7fff8b401ffb  com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8b402000 -     0x7fff8b40aff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8b6d6000 -     0x7fff8b6d6fff  com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8b727000 -     0x7fff8b7bbfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8ba52000 -     0x7fff8bcbaff3  com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8bcbb000 -     0x7fff8bd4cff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff8bea1000 -     0x7fff8beedff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff8bef5000 -     0x7fff8bf8bffb  com.apple.CoreMedia (1.0 - 1562.107) <FE18102D-8D7A-3500-A400-747AA8C0B3D0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8bfa4000 -     0x7fff8bfa4fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8bfbe000 -     0x7fff8c0b0ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8c0b1000 -     0x7fff8c0cdff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8c0ce000 -     0x7fff8c101ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8c102000 -     0x7fff8c36cfff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8c36d000 -     0x7fff8c36effb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8c396000 -     0x7fff8c396ff7  liblaunch.dylib (559.10.3) <DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
        0x7fff8c397000 -     0x7fff8c3a8fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8c3a9000 -     0x7fff8c678ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8c7ae000 -     0x7fff8c7bbff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff8c8b0000 -     0x7fff8c8b0fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8c907000 -     0x7fff8c97bfff  com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8c97c000 -     0x7fff8c986ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8c987000 -     0x7fff8c9affff  libxpc.dylib (559.10.3) <876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib
        0x7fff8c9b0000 -     0x7fff8c9b0ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff8c9b1000 -     0x7fff8c9b5fff  com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8c9de000 -     0x7fff8c9e9ff7  libcsfde.dylib (471.10.6) <E1BF5816-3CE6-30CE-B3EE-F68CB6BA1378> /usr/lib/libcsfde.dylib
        0x7fff8c9ea000 -     0x7fff8c9efff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8ca21000 -     0x7fff8ca23fff  libCVMSPluginSupport.dylib (11.1.1) <DA0706C5-F02A-3F3D-8EBA-18C04313CA2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8ca24000 -     0x7fff8ca2cfff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff8ca2d000 -     0x7fff8ca3bff7  com.apple.opengl (11.1.1 - 11.1.1) <F79F5FFF-372E-329E-81FB-EE9BD6A2A7A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ca3c000 -     0x7fff8ca49fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8ca4a000 -     0x7fff8ca6ffff  libPng.dylib (1232) <10DC46CC-A4FD-3B1A-AA23-E4F12938BC13> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8ca70000 -     0x7fff8caa0fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8cbf2000 -     0x7fff8cc68fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff8cc69000 -     0x7fff8cc9bff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8cc9c000 -     0x7fff8ccc9fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ccca000 -     0x7fff8ccd5fff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ccf3000 -     0x7fff8cd2dffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8cd53000 -     0x7fff8ce97ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8cece000 -     0x7fff8cee8ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8cee9000 -     0x7fff8cf3aff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8cf3b000 -     0x7fff8cf51ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <3EAFC9D1-8D7C-30CF-92C7-903A5C241763> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8cf52000 -     0x7fff8d028ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E7478685-E829-372A-A945-A512730D3312> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8d029000 -     0x7fff8d057fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8d058000 -     0x7fff8d073ff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8d074000 -     0x7fff8d0a4ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8d0aa000 -     0x7fff8d0abff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8d0da000 -     0x7fff8d113fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff8d25e000 -     0x7fff8d263ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8d264000 -     0x7fff8d266fff  libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8d417000 -     0x7fff8d418fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff8d448000 -     0x7fff8d479fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8d47a000 -     0x7fff8d497ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8d498000 -     0x7fff8d4c0ffb  libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8d4ca000 -     0x7fff8d4cdfff  libCGXCoreImage.A.dylib (775.16) <EF68A9B3-6A4E-3923-BEEA-29AA98D8023F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff8d5e6000 -     0x7fff8d5fffff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8d600000 -     0x7fff8d612ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d613000 -     0x7fff8d615ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8d617000 -     0x7fff8d6b6df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8d6b7000 -     0x7fff8d6c3ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8d705000 -     0x7fff8d71bff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff8d71c000 -     0x7fff8d87affb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8d886000 -     0x7fff8d88cfff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8d88d000 -     0x7fff8d8cdff7  com.apple.CloudDocs (1.0 - 280.6) <C1179CEF-E058-3E16-BF90-C059FE7CDE77> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff8d8ce000 -     0x7fff8da08ff7  com.apple.ImageIO.framework (3.3.0 - 1232) <A9682E9F-4917-3926-A035-7FEE7FF9D2AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8da09000 -     0x7fff8da09ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff8da0a000 -     0x7fff8da0afff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8da0b000 -     0x7fff8dd0fffb  com.apple.HIToolbox (2.1.1 - 757.3) <D827FC03-5668-3AA4-AF0E-46EEF7358EEA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8ddb3000 -     0x7fff8de04ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8de05000 -     0x7fff8de0bff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8de0c000 -     0x7fff8de60fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8de6b000 -     0x7fff8de87fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8debd000 -     0x7fff8df10ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8df11000 -     0x7fff8df3efff  com.apple.Accounts (113 - 113) <990F0F61-6AC5-3076-932E-02A9A7F75AC4> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8df3f000 -     0x7fff8df42ff7  libdyld.dylib (353.2.1) <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib
        0x7fff8df43000 -     0x7fff8df43fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dfaa000 -     0x7fff8e038ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8e039000 -     0x7fff8e056fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e067000 -     0x7fff8e072fff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8e07f000 -     0x7fff8e099ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8e09a000 -     0x7fff8e09cffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8e09d000 -     0x7fff8e0a8fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e0b6000 -     0x7fff8e142ff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
        0x7fff8e143000 -     0x7fff8e471fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8e472000 -     0x7fff8e4effff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8e4f0000 -     0x7fff8e52bfff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8e52c000 -     0x7fff8e535fff  libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8e536000 -     0x7fff8e548fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
        0x7fff8e7e0000 -     0x7fff8f32aff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8f32b000 -     0x7fff8f5d7fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8f5d8000 -     0x7fff8f8f3fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8f8f4000 -     0x7fff8f92bffb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /Sy

    Somehow you have managed to get an obsolete version of Wireless Diagnostics installed. The current version is 4.1, and you have version 3.0.
    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode. All other data will be preserved.
    *The linked support article refers to OS X 10.10 ("Yosemite"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.

    I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.
    Also, does reinstallation takes the back up automatically or the files will be lost. Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • Why every time I try to open InDesign CC on Mac OS Maverick I get a "heap corruption detected free list canary is damaged" message and the application crashes?

    Why every time I try to open InDesign CC on Mac OS Maverick I get a "heap corruption detected free list canary is damaged" message and the application crashes?
    PL

    I am on Windows, but have a few saved Mac discussions that may help (or, may not... but free to read)
    Mac and Root User http://forums.adobe.com/thread/879931
    -and http://forums.adobe.com/thread/940869?tstart=0
    Troubleshooting guide for Mac freeze
    http://helpx.adobe.com/x-productkb/global/troubleshoot-system-errors-freezes-mac.html

  • I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    Hi Guys
    Updated my 2 imacs to Maverick yesterday. Schoolboy error on my part not checking if there were problems with any programmes before I did.
    Quark is now a nightmare with no short term answer on the way. As a Quark user for over 20 years this is just another reason to hold your hands up and say OK Indesign you win I will have to learn how to use you and Quark will be a distant memory.
    I am told there will probably be no solution to getting quak 9 running on Maverick and that you will need to update to 10 in about 2-3 weeks to get back to normal. Having spent a few bob on 2 versions of 9.5 only in Feb this year i didn't really want to upgrade yet.
    So its cough up to carry on using Quark or learn Indesign.
    I have lost faith in Quark as they are quick to send me e-mails asking me to upgrade to this and that version, why didn't they send one out saying do not upgrade to Maverick. Perhaps they know there loyal follwing will uograde to 10 and will generate a nice little bonus before Xmas.
    Lots to do today and will now take 10 times longer to do it. Is this 2013 or 1974!!!!!
    If anyone hears of a solution please post ASAP

Maybe you are looking for