Jpopup menu : Stopping it from closing ?

What makes (mecanism) a popup menu close. Where in the model or in the hirarchy is it done. How do we intercept it and stop it from closing?

My guess would be for you to extend the individual JMenuItem's and to override the methods:
fireActionPerformed(ActionEvent event),
fireItemStateChanged(ItemEvent event),
fireStateChanged()
Then add your own MouseListener to detect the mouse clicks and close at will.

Similar Messages

  • How to stop frame from closing?

    Hi,
    ramka.addWindowListener(new WindowAdapter()
                  public void windowClosing(WindowEvent e)
                      Object [] qqq = {"yes", "no"};
                      int answer = JOptionPane.showOptionDialog(
                                null,
                                 "want to close window?",
                                 JOptionPane.YES_NO_OPTION,
                                  JOptionPane.QUESTION_MESSAGE,
                                  null,
                                 qqq,
                                 qqq[1]);
                      if (answer == JOptionPane.YES_OPTION)
                           // WHAT TO DO TO STOP WINDOW FROM CLOSING?
                  });as you can see above i want to stop frame from closing.
    what should i do in the commented line?
    or maybe somewhere else?
    please help,
    thanks

    Hello friend,
    I've found a solution for your query. I think, you'll get a solution from my codings. I've given you below my codings,plz go through it.Verify it. Reply me about my codings.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JOptionPane;
    public class MyFrame extends JFrame{
         JButton jb=new JButton("My Details");
         public MyFrame(){
         JPanel jp=new JPanel();
         jp.add(jb,new FlowLayout(FlowLayout.CENTER));
         add(jp);
         jb.addActionListener(new ActionListener(){
         public void actionPerformed(ActionEvent ae){
                   if(ae.getSource()==jb){
                        String str[]={
                             "Name : Karthikeyan.K",
                             "Email-ID : [email protected]"
                        JOptionPane.showMessageDialog(null, str);
    WindowCloser wc=new WindowCloser();
    addWindowListener(wc);
         class WindowCloser extends WindowAdapter{
              public void windowClosing(WindowEvent we){
                   int res=JOptionPane.showConfirmDialog(null,"Do you want to exit from it?","Confirmation!!!",JOptionPane.YES_NO_CANCEL_OPTION,JOptionPane.QUESTION_MESSAGE);
                   switch(res){
                        case JOptionPane.YES_OPTION:
                             dispose();
                             System.exit(0);
                             break;
                        case JOptionPane.NO_OPTION:
                             repaint();
                             doOpenFrame();
                             break;
                        case JOptionPane.CANCEL_OPTION:
                             repaint();
                             doOpenFrame();
                             break;
                        case JOptionPane.CLOSED_OPTION:
                             repaint();
                             doOpenFrame();
                             break;
         public static void doOpenFrame(){
              MyFrame mf=new MyFrame();
              mf.pack();
              mf.setSize(400,400);
              mf.setVisible(true);
         public static void main(String ar[]){
         doOpenFrame();
    }

  • How to stop frame from closing in windowClosing event ?

    I have an application which will download some files from the web.
    If the user attempts to close the applicaiton and if some files donwload action is in progress then i need to warn the user and prevent the window from closing. This is what i have done. But what happens is message box is displayed and my window is getting closed. How to get rid of this ? need your help...
    frame.addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent we) {
                        if(DownloaderGUI.tableModel.isSomeThingDownloading()) {
                             JOptionPane.showMessageDialog(null,"cannot close when something is downloading");
                             return;
                        System.out.print("closing..");
                        backEndThread.setCanQuit(true);
                        cleanUp();
                        System.exit(0);
              });

    I have also done a similar things but still window is getting closed.
    public void actionPerformed(...)
    if(!canquit) {
          return;
    } else {
          System.exit(0);
    }Message was edited by:
    chaos_begins_here

  • How do I stop Safari from closing unexpectedly on my Mac OS X Version 10.5.8?

    This is what is listed in Problem Details:
    Process:         Safari [4522]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [76]
    Interval Since Last Report:          257682 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  545 sec
    Per-App Crashes Since Last Report:   6
    Date/Time:       2014-08-08 13:02:44.484 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  16307115-E498-492F-B9CC-C3CC17443DCD
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000006b2ffc
    Crashed Thread:  3
    Thread 0:
    0   libSystem.B.dylib             0x91a23166 mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a2a95c mach_msg + 72
    2   com.apple.CoreFoundation       0x958b6e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation       0x958b7aa8 CFRunLoopRunInMode + 88
    4   com.apple.HIToolbox           0x917492ac RunCurrentEventLoopInMode + 283
    5   com.apple.HIToolbox           0x917490c5 ReceiveNextEventCommon + 374
    6   com.apple.HIToolbox           0x91748f39 BlockUntilNextEventMatchingListInMode + 106
    7   com.apple.AppKit               0x91cfa6d5 _DPSNextEvent + 657
    8   com.apple.AppKit               0x91cf9f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9   com.apple.Safari               0x000166ad 0x1000 + 87725
    10  com.apple.AppKit               0x91cf2f9f -[NSApplication run] + 795
    11  com.apple.AppKit               0x91cc01d8 NSApplicationMain + 574
    12  com.apple.Safari               0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib             0x91a2a34e __semwait_signal + 10
    1   libSystem.B.dylib             0x91a54ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore       0x95b2ed58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore       0x95b2ed8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    5   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x91a2a34e __semwait_signal + 10
    1   libSystem.B.dylib             0x91a54ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore             0x94736587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore             0x94733e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    5   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 3 Crashed:
    0   libSystem.B.dylib             0xffff0f20 __memcpy + 1920 (cpu_capabilities.h:246)
    1   libsqlite3.0.dylib             0x942ad652 allocateBtreePage + 1810
    2   libsqlite3.0.dylib             0x942b0a83 incrVacuumStep + 851
    3   libsqlite3.0.dylib             0x942fa6ce sqlite3VdbeExec + 2606
    4   libsqlite3.0.dylib             0x94305ea2 sqlite3Step + 386
    5   libsqlite3.0.dylib             0x942e6624 sqlite3_exec + 260
    6   com.apple.CFNetwork           0x97ea319e __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 64
    7   com.apple.CFNetwork           0x97e7fb05 ProcessCacheTasks(__CFURLCache*) + 1433
    8   com.apple.CFNetwork           0x97e7929f CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 165
    9   com.apple.CoreFoundation       0x958b78f5 CFRunLoopRunSpecific + 4469
    10  com.apple.CoreFoundation       0x958b7aa8 CFRunLoopRunInMode + 88
    11  com.apple.CFNetwork           0x97e7918c CFURLCacheWorkerThread(void*) + 388
    12  libSystem.B.dylib             0x91a54055 _pthread_start + 321
    13  libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x91a2a34e __semwait_signal + 10
    1   libSystem.B.dylib             0x91a54ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore       0x959836b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore             0x9474f77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    5   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x91a23166 mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a2a95c mach_msg + 72
    2   com.apple.CoreFoundation       0x958b6e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation       0x958b7aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari               0x0002f33d 0x1000 + 189245
    5   com.apple.Safari               0x0002f08a 0x1000 + 188554
    6   com.apple.Safari               0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    8   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x91a23166 mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a2a95c mach_msg + 72
    2   com.apple.CoreFoundation       0x958b6e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation       0x958b7aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation           0x95ecb520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation           0x95e67dfd -[NSThread main] + 45
    6   com.apple.Foundation           0x95e679a4 __NSThread__main__ + 308
    7   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    8   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x91a7260a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    2   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x91a2a34e __semwait_signal + 10
    1   libSystem.B.dylib             0x91a54ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x91c213c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x91c33d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    5   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x91a23166 mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a2a95c mach_msg + 72
    2   com.apple.CoreFoundation       0x958b6e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation       0x958b7aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio     0x940d75f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio     0x940d7480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    7   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x91a2a34e __semwait_signal + 10
    1   libSystem.B.dylib             0x91a54ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore       0x959836b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore             0x9474f77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    5   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x91a23166 mach_msg_trap + 10
    1   libSystem.B.dylib             0x91a2a95c mach_msg + 72
    2   com.apple.CoreFoundation       0x958b6e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation       0x958b7b04 CFRunLoopRun + 84
    4   com.apple.QuickTime           0x92f161d7 QTSNetworkThread_RunThread + 131
    5   libSystem.B.dylib             0x91a54055 _pthread_start + 321
    6   libSystem.B.dylib             0x91a53f12 thread_start + 34
    Thread 3 crashed with X86 Thread State (32-bit):
      eax: 0xffff07a0  ebx: 0x942f9cc4  ecx: 0x00000038  edx: 0xffb80dc0
      edi: 0x00dce270  esi: 0x00b32274  ebp: 0xb0183dc8  esp: 0xb0183dc0
       ss: 0x0000001f  efl: 0x00010286  eip: 0xffff0f20   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x006b2ffc
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x11d40000 - 0x11f48fef  com.apple.RawCamera.bundle 2.1.3 (537) <ef9996f5ec0caf58dc832a4153196a1e> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14892000 - 0x14897ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x15b58000 - 0x15b59fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x15b5f000 - 0x15b63ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x16322000 - 0x16323ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x18259000 - 0x1825cff2 +com.macromedia.Flash Player.plugin 10.3.181.26 (10.3.181.26) <66b8ec349624078e47ac3f94b6ef341e> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x18426000 - 0x18e71fe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.181.26 (10.3.181.26) <48f84fe6ab8341f943264ee657d56433> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x1913e000 - 0x19141fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19147000 - 0x1914dfff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1916c000 - 0x1917afeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x192e2000 - 0x192f4fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1f300000 - 0x1f30dffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3b3adb8179f3637131fe66ef8d8e3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x200e0000 - 0x20114fdf +com.google.googletalkbrowserplugin 4.8.2.15856 (4.8.2.15856) <16b8912f52b536138336ba8fe6ad5ede> /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin/Contents/MacOS/googletalkbrowserplugin
    0x209f8000 - 0x20beafe2 +net.telestream.wmv.import 2.3.4.1 (2.3.4.1) <6f0087706ad3e6c9347ca235876196e0> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x21128000 - 0x2128afe1  com.apple.QuickTimeStreaming.component 7.6.9 (1680.9) <5e9f484ab443a4cc7ce62269cd1ab0b2> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90008fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90009000 - 0x9000cfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9000d000 - 0x9000dffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9000e000 - 0x900c0ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x900c1000 - 0x90761fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90762000 - 0x90769fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9076a000 - 0x9077afff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9077b000 - 0x9077dfff  com.apple.securityhi 3.0 (30817) <8c9db9ce1626eff2aff002549fb58d7d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9077e000 - 0x9080bff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9080c000 - 0x90839feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9083a000 - 0x90855ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90939000 - 0x9096affb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9096b000 - 0x90972fff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90973000 - 0x90e44fbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90e62000 - 0x90e6bfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <17537dd39882e07142db9e5c2db170b8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90e6c000 - 0x90e89ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90ebd000 - 0x90edcffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90edd000 - 0x90eedffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90f82000 - 0x90fc3fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91038000 - 0x91045fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91046000 - 0x91404fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91405000 - 0x9141bfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9141c000 - 0x91478ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91479000 - 0x91480ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91481000 - 0x9149ffff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x914a0000 - 0x914dffef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x914e0000 - 0x914e0ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x914f5000 - 0x91543fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91544000 - 0x915a1ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x915a2000 - 0x916dafe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x916db000 - 0x91715ffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91719000 - 0x91a21fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91a22000 - 0x91b89ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x91b8a000 - 0x91b8affd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91b8b000 - 0x91b9afff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x91bed000 - 0x91bedffd  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
    0x91bee000 - 0x91cb9fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91cba000 - 0x924b8fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b9000 - 0x92502fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9279c000 - 0x927ebfff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x927ec000 - 0x927f8ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x927f9000 - 0x92988fe7  com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92989000 - 0x9298dfff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9298e000 - 0x9298effc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9298f000 - 0x929abff3  com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x929ac000 - 0x92b7dfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92b7e000 - 0x92bfbfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92bfc000 - 0x92c01fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92c02000 - 0x92c09ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x92c0a000 - 0x92c0cffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92c0d000 - 0x92cf5ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92cf6000 - 0x92e2fff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x92e30000 - 0x92ebaff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92ebb000 - 0x92ec0fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92ec1000 - 0x92f01fef  com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92f02000 - 0x9322dff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93392000 - 0x933aafff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x933ab000 - 0x934f4ff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x934f5000 - 0x93519fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x9351a000 - 0x9351bffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x935e6000 - 0x936c6fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x936c7000 - 0x936d1feb  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
    0x936d2000 - 0x93ae2fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93ae8000 - 0x93ae8ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93ae9000 - 0x93b0dfeb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x93b0e000 - 0x93eabfef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93eac000 - 0x93fa0ff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x93fa1000 - 0x93fd7fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x93fd8000 - 0x940b9ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x940ba000 - 0x94137feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94138000 - 0x94156ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94157000 - 0x94245fef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x94246000 - 0x94284fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94285000 - 0x94285ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94286000 - 0x9430dff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x9430e000 - 0x9430efff  com.apple.Carbon 136 (136) <a668670c206841fdcb893bfacddfd4b9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x943bf000 - 0x94410ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94411000 - 0x9452eff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94534000 - 0x9459affb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9459b000 - 0x94656fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94657000 - 0x94665ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94666000 - 0x9472dff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9472e000 - 0x9549cfe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9549d000 - 0x95659ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9565a000 - 0x956d4ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x956d5000 - 0x95717fef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95718000 - 0x95724ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95725000 - 0x95754fe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95792000 - 0x95843fff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95844000 - 0x95977fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95978000 - 0x95b8fff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95b90000 - 0x95c1dff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95c1e000 - 0x95c90fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95c91000 - 0x95ca0ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95ca1000 - 0x95ca3ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95ca4000 - 0x95cccff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95ccd000 - 0x95d74feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95d75000 - 0x95d80fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95d81000 - 0x95db3fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95dc0000 - 0x95dc8fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95dc9000 - 0x95e5cff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95e5d000 - 0x960d9fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x960da000 - 0x96105fe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x96106000 - 0x961aaff7  com.apple.QuickTimeImporters.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x961ab000 - 0x96204ff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96205000 - 0x96209fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9620a000 - 0x9638efef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9638f000 - 0x963a4ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x963a5000 - 0x963a5ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x963bd000 - 0x963bdffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x963be000 - 0x96409ff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9640a000 - 0x96464ff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96465000 - 0x964e4ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x964e5000 - 0x9662ffeb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96636000 - 0x966c9fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x966ca000 - 0x966caff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x966cb000 - 0x96a87ff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96a88000 - 0x96ac2fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96ac3000 - 0x979c3fe6  com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x979c4000 - 0x97c9eff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97c9f000 - 0x97e1ffff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97e2a000 - 0x97e75fe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97e76000 - 0x97f1dfec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x97f1e000 - 0x97f24fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97f25000 - 0x97f4efff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x97f84000 - 0x97fbbfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97fbc000 - 0x9810eff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9810f000 - 0x9811bfff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    According to your crash report, "Crashed Thread:  3" points to the cache.
    See if you can do this before Safari crashes.
    From your Safari menu bar click Safari > Empty Cache. Then quit and relaunch Safari to test.
    If you can't do that before Safari crashes, open the Finder.
    From the Finder menu bar click Go > Go to Folder
    Type or copy paste:      ~/Library/Caches/com.apple.Safari
    Click Go then move the SafeBrowsing.db and WebPage Previews files to the Trash.
    Restart your Mac then try Safari.

  • How to stop mozilla from closing multiple intenet screens, when I only want to close one?

    I switched from Internet Explorer to Firefox. I often have more than one internet screen open. When I go to close one of them, Firefox sends me a message like, "You are about to close 3 tabs." When I tell it to close, I lose all 3 internet screens. I only want to close one. How can I stop that?

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can try to open a new windows via Ctrl+N and use that window instead.
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • How do i stop window from closing down all the time

    watching movie monitor keep going black seem every 5min. and closes have enter my password to start watching movie again. How do I stop that? I put in never in two places put it keep doing it.

    This could be related to the screensaver settings.  
    Check your screensaver settings and ensure that it is either disabled or set to activate long enough to get through a movie without it activating.  The screensaver settings work independently of the power settings, so it may be worth checking both to ensure all fronts are covered.  I have seen this behavior with both.
    In Windows 8, this can be done by going to Start (aka the start screen), searching for Screensaver, selecting Settings on the right, and then change your screensaver.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Firefox closes my Bell Sympatico mail after a minute or so after it opens. How can I stop this from happening? I have to keep logging back on, over and over, and pressing ESC to stop it from closing the site.

    As soon as Bell Email opens, the corner symbol continues to turn and then closes my email web account. Usually hitting the ESC keys stops this but not always. I just upgraded to the new Firefox and am still having the same problem. This does not happen if I log onto my Bell Email account through Internet Explorer. This is unique to Firefox.

    Freezes and system crashes should be virtually non-existent with a new machine (assuming it has not been polluted with bad third party software).  If this were happening to me with a new machine I would return it.

  • How to stop browser from closing

    My Blackberry locks screen after 15 minutes idle time (adjustable between 1 and 15 minutes in Options|Security|Password). If the Blackberry web browser is opened to a web page and sits idle, after 15 minutes' screen lock and re-logon, the browser no longer shows the page left opened earlier. Can this be worked around? Opera Mini doesn't have this problem. Thanks.
    I've used multiple Blackberries of various versions. All behave the same. My current one is Torch 9810, version 7.1.

    My Blackberry locks screen after 15 minutes idle time (adjustable between 1 and 15 minutes in Options|Security|Password). If the Blackberry web browser is opened to a web page and sits idle, after 15 minutes' screen lock and re-logon, the browser no longer shows the page left opened earlier. Can this be worked around? Opera Mini doesn't have this problem. Thanks.
    I've used multiple Blackberries of various versions. All behave the same. My current one is Torch 9810, version 7.1.

  • How do I stop Safari from "closing unexpectedly" on my iMac with Mac OS X Version 10.6.8?

    Hi, my safari just started to close unexpectedly on my iMac. If anyone can help solve this problem that would be great. Thanks.

    Hey UKR95S,
    Unsupported third-party add-ons may sometimes cause Safari to unexpectedly quit, so I'd read through this article and see if that might be the case:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/ts3230
    All the best,
    David

  • How do I stop iPhoto from repeatedly closing Event title boxes when I am in the middle of entering a title?

    How do I stop iPhoto from repeatedly closing Event title boxes when I am in the middle of entering a title?
    This problem started several months ago. I have tried typing more slowly and typing faster; neither help.
    It now takes me about four attempts to complete a title of about twelve characters, achieving about three characters on each attempt.
    I am running iPhoto 9.4.3 on OS X 10.8.3 on a 2.93 GHz Intel Quad-Core i7 iMac with 12 GB of DDR3 memory.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • How can I stop a JFrame from closing when clicking the close button.

    I need to display a dialog when a user attempts to close my app, giving them the option to close, minimize or cancel. How can I stop the form from closing after the user makes his selection? I have the folllowing code, but my form still closes after selecting an option:
    private void formWindowClosing(java.awt.event.WindowEvent evt) {                                  
            //An array of Strings to be used a buttons in a JOptionDialog
            String[] options = {"Close", "Minimize", "Cancel"};
            //Determines what the user wants to do
            int result = JOptionPane.showOptionDialog(null, "What to you want to do?  Close the application, minimize or cancel?", "Please select an option...", 0, JOptionPane.QUESTION_MESSAGE, null, options, options[0]);
           //Determines what to do, depending on the user's choice
            if (result == 0) {
                //Close the application
                System.exit(0);
            } else if (result == 1) {
                //Minimize the application
                this.setState(Frame.ICONIFIED);
        }Any help would be much appreciated!

    import java.awt.event.*;
    import javax.swing.*;
    public class test extends JFrame {
         public static void main( String[] args ) {
              new test();
         public test() {
              setSize( 200, 200 );
              //the next line makes the JFrame not close
              setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );
              //now add a listener that does the trick
              addWindowListener( new WindowAdapter() {
                        public void windowClosing( WindowEvent e ) {
                             //ask the user and do whatever you wish
              setVisible( true );
    }

  • How do I stop all the tabs from closing at once in Safari v 6.0.3?

    How do I stop all the tabs from closing at once in Safari v 6.0.3?

    Activate cycle mode, adjust cycle area as needed and export tracks as audio files, no?
    http://help.apple.com/logicpro/mac/10/#lgcp8e5ce2d3
    Or cut globally at position 2min and 3min, then mute manually regions before and after the 2 - 3 minute range, bounce and get rid of the not needed silence in the audio.
    Cheers!

  • How to stop a stage from closing

    I want to trap the clicking of "X" on the window and possibly stop the window closing. I've got this code:
    @Override
    public void start(final Stage stage) throws Exception {
    Parent root = FXMLLoader.load(getClass().getResource("demo.fxml"));
    Scene scene = new Scene(root);
    stage.setScene(scene);
    stage.setTitle("Demo");
    stage.setScene(scene);
    stage.onCloseRequestProperty().set(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent e) {
    System.err.println("A");
    stage.setOnCloseRequest(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent ev) {
    System.err.println("B");
    stage.onHidingProperty().set(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent e) {
    System.err.println("C");
    stage.setOnHiding(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent ev) {
    System.err.println("D");
    @Override
    public void stop() throws Exception {
    System.err.println("E");
    super.stop();
    When "X" is clicked on the window, this prints
    B
    D
    E
    If I add an Event.consume() here:
    stage.setOnCloseRequest(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent ev) {
    System.err.println("B");
    ev.consume()
    and run I now get this:
    B
    The program '<unknown>' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'GLXBadDrawable'.
    (Details: serial 113 error_code 149 request_code 136 minor_code 5)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    I'm running Java on Linux:
    java version "1.7.0_17"
    Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

    When "X" is clicked on the window, this prints
    B
    D
    E
    This is the expected behavior.
    If I add an Event.consume() here:
    stage.setOnCloseRequest(new EventHandler<WindowEvent>() {
    @Override
    public void handle(WindowEvent ev) {
    System.err.println("B");
    ev.consume()
    });and this is the correct way to veto the request to close the stage...
    >
    and run I now get this:
    B
    The program '<unknown>' received an X Window System error.
    This probably reflects a bug in the program.But this is a bug. You should file a JIRA for this. It's probably worth upgrading to the latest version of the JDK available, both the stable release (JDK 1.7.0 u21) and also try with the latest snapshot release of JDK 8 (b88 currently); this will give you an idea as to whether this has already been fixed.
    FWIW, it works for me: I'm running JDK 1.7.0 u21 on Mac OS X; but this level of window events necessarily involve some interaction with the native windowing toolkit.

  • In iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed?

    in iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed.

    Short answer: They are not resizing, there is no quality lost. The dpi is only set when you decide what size you're printing at
    Longer answer:  Dpi means nothing in the digital world of your computer. There are no "inches" to have "dots per..." Size is measured in pixels. That's the same on your camera. It doesn't take 10 x 8 or 6 x 4 shots. It takes shots measured in megapixels. For instance 4,000 x 3,000 is a 12 megapixel camera.
    Using that example, that shot from that camera has 12 million pixels. So that's how many "Dots" there are. To decide the ratio of dots per inch, you now need to decide the "inches" part. And that's printing. Print at 10 x 8 and the dpi will be 4,000/10 or about 400 dpi. At 6 x 4 then it's 4,000/6 or 660 dpi. Work the other way: Print at 300 dpi and the resulting image will be about 13 inches on the longer side.
    So, your photo as a fixed number of pixels. Changing the dimensions of the print will vary the dpi, changing the dpi will vary the dimensions of the print.
    For more see http://www.rideau-info.com/photos/mythdpi.html
    Regards
    TD

  • How to stop custom Messagebox from closing in windows phone 8?

    i have two redio button(rb1 and rb) and a text box in custom messagebox and i want to stop custom messagebox
    from closing if any option is not selected
    box.Dismissed += (s, e1) =>
    if (e1.Result == CustomMessageBoxResult.LeftButton)
    if(rb.IsChecked.Value)
    else if(rb1.IsChecked.Value)
    else
    MessageBox.Show("Please Select the Option");
    // I WANT TO STOP CLOSING CUSTOMBOX HERE IF ANY OPTION IS NOT SELECTED

    Hi sk pandya,
    Nice to see your shared solution. :)
    --James
    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.

Maybe you are looking for

  • A brand new W540 and the Ultra Dock humms, black out external screen, won't recognize mouse and some

    Just received a W540 and an Ultra Dock. Here is my first impressions. During setup ... tried to connect my speakers directly onto the laptop.... HUMMMMM! (really loud humming sound, until Windows loads ...sounds like a short somewhere ...). Ok, obvio

  • How to Avoid sales orders from getting released

    Hi, We have done following : 1. Created sales orders in AT org. 2. Ran ASCP plan 3. Sales order is considered as demand and the corresponding planned order is created in AT org. 4. corresponding Internal Requisition is created in AT org and internal

  • Material number numeric only

    Hi team, I have customized the material type ,(ROH) to 1001;my requirement is material should be only numericals like 11000250,,,,,its asking for alpha numeric,so plz help to come out of this issues,,,, In T-code- mmnr (i have given external numberin

  • Column name in user_ind_columns, all_ind_columns

    The oracle data dictionary seems to assign a new system generated name (for example 'SYS_NC00008$') to index columns where the descend value = 'DESC'; SQL> select index_name, index_owner, column_name, descend from all_ind_columns where descend = 'DES

  • +materialize causes I/O ?

    We use a query like this on Oracle 11.2g (in a PL/SQL stored procedure): WITH x AS ( SELECT /*+materialize*/ FK1ID, FK2Id, FK3Id  FROM SOME_VIEW  WHERE some_ID = p_some_parameter) -- an IN parameter of the stored procedure   SELECT  foo, bar, baz FRO