JFileChooser crashes JVM - bug basically ignored. What can I do?

See:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7160713
The bug has been marked as incomplete,needs more info, and "Low Prioroty" - Yet there is no mechanism to provide any more information. There is no way to add comments, or vote. The bug brings down the entire JVM with a native crash and it is trivial to reproduce.
I would provide any information that is asked of me - but I need a way to do it. I think I got an email request for info (It's been a while now), but replies to the email bounced, and as noted above the bug page has no way to give feedback.
Use any JFileChooser, click on the "Details" view. Then start clicking on column headings... after a few clicks the JVM crashes. Tested again with 7u6 - still crashes.

This reproduces the problem more reliably for me.
* JFileChooser Windows Crash
package filechoosercrash;
import java.awt.AWTEvent;
import java.awt.BorderLayout;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.Window;
import java.awt.event.AWTEventListener;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent;
import java.util.concurrent.CountDownLatch;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.LookAndFeel;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.UIManager.LookAndFeelInfo;
import javax.swing.UnsupportedLookAndFeelException;
* @author scott
public class FileChooserCrash {
     static CountDownLatch latch = new CountDownLatch(1);
     static JFrame frame;
     static JButton button;
     static JFileChooser chooser;
     static Robot robot;
     private static AWTEventListener terminator = new AWTEventListener() {
          @Override
          public void eventDispatched(AWTEvent event) {
               System.exit(10);
      * @param args the command line arguments
     public static void main(final String[] args) throws Exception {
          SwingUtilities.invokeLater(new Runnable() {
               @Override
               public void run() {
                    try {
                         swingMain(args);
                    } catch (Exception ex) {
                         Logger.getLogger(FileChooserCrash.class.getName()).log(Level.SEVERE, null, ex);
          latch.await();
          // do the clicks
          sleep(3000);
          Toolkit.getDefaultToolkit().addAWTEventListener(terminator, AWTEvent.KEY_EVENT_MASK);
          long now = System.currentTimeMillis();
          for (int c = 0; c < 10; c++) {
               Window w = JDialog.getWindows()[1]; // better be there!
               System.out.println("w=" + w);
               int detailsX = w.getX() + w.getWidth() - 36;
               int detailY = w.getY() + 50;
               int headingY = w.getY() + 100;
               System.out.println("details at " + detailsX + ", " + detailY);
               // Click details
               robot.mouseMove(detailsX, detailY);
               clickMouse();
               sleep(100);
               // Click column headings
               while (System.currentTimeMillis() - now < 2 * 1000) {
                    int headingX = w.getX() + (w.getWidth()/2) + (int) (Math.random() * (w.getWidth()/2));
                    robot.mouseMove(headingX, headingY);
                    clickMouse();
                    sleep(300);
               // Cancel
               robot.mouseMove(w.getX() + w.getWidth() - 36, w.getY() + w.getHeight() - 36);
               clickMouse();
               sleep(300);
               // re-open
               robot.mouseMove(frame.getX() + 36, frame.getY() + 36);
               clickMouse();
               sleep(1000);
               now = System.currentTimeMillis();
     private static void sleep(int millis) {
          try {
               Thread.sleep(millis);
          } catch (InterruptedException ex) {
     private static void clickMouse() {
          robot.mousePress(InputEvent.BUTTON1_DOWN_MASK);
          sleep(100);
          robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
     private static void swingMain(String[] args) throws Exception {
          //switchToNimbus();
          robot = new Robot();
          frame = new JFrame("JFileChooser Crash Test");
          button = new JButton("Start...");
          button.addActionListener(new ActionListener() {
               @Override
               public void actionPerformed(ActionEvent e) {
                    showFileChooser(frame);
          frame.getContentPane().add(button, BorderLayout.CENTER);
          frame.getContentPane().add(new JLabel("Press \"Start...\" and let go of the mouse.  Robot will be used to change FileChooser to details view and then quickly click column headings until the crash."), BorderLayout.SOUTH);
          frame.pack();
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          frame.setVisible(true);
     static void showFileChooser(JFrame parent) {
          chooser = new JFileChooser("C:\\");
          latch.countDown();
          chooser.showOpenDialog(parent);
     private static void switchToNimbus() throws UnsupportedLookAndFeelException, IllegalAccessException, InstantiationException, ClassNotFoundException {
          for (LookAndFeelInfo laf : UIManager.getInstalledLookAndFeels()) {
               if (laf.getName().startsWith("Nimbus")) {
                    System.out.println("Using " + laf.getName());
                    UIManager.setLookAndFeel(laf.getClassName());
                    break;
}

Similar Messages

  • Every time I try to add a new video to my photo folder...iTunes says it's experiencing a problem and then it crashes and shuts down. What can I do to add video to my photo folders?

    Every time I try to add a new video to my photo folder...iTunes says it's experiencing a problem and then it crashes and shuts down. What can I do to add video to my photo folders?

    Hi mterry1723, one solution that might be worth trying is this:
    - Close iTunes, if it's open
    - Open Safari and got to 'Preferences'
    - Select 'Security' on the top
    - Untick all the security options in the menu
    - Click the 'Show Cookies' button and look for all the 'apple' entries in the left-hand column.
    - Highlight them (select them collectively) and press 'Remove'
    - Now open iTunes and buy the song as usual.
    - You may be asked to do the same security process as before, so do as asked.
    - Hopefully, the security check will now have accepted your answers and start downloading the song as normal.
    Remember to re-tick all the required security options you had just un-ticked in Safari preferences. You don't need to bother about opening the cookies again.
    I hope this has worked for you and my profoundest apologies if it has not. Worth a go, though!
    I did see this thread: https://discussions.apple.com/message/18259935#18259935 which may be of more help, mainly the last entry by 'c2boyd'
    Message was edited by: Bongomal

  • Firefox 6 and 6.1 ran great on my computer. Firefox 6.2 crashes all the time. What can I do to fix this problem?

    Firefox 6.2 is unstable and crashes all the time. What can I do to fix it?

    You can try to update your plugins:
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r32
    # Java Plug-in 1.6.0 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]

  • Preview crashed right after starting. What can I do?

    I've just upgraded to Lion and now Preview crashed right after starting, even if I just start it without content.
    What can I do?

    Process:         Preview [877]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         5.5 (719)
    Build Info:      Preview-719000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-07-21 09:12:00.628 -0400
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Sleep/Wake UUID: FB5991DD-7DB1-4CF8-B6AD-C0E622D27C03
    Interval Since Last Report:          43435 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      9C549748-9DEC-4A61-8F76-3925683E5E39
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    dyld: launch, running initializers
    /usr/lib/libSystem.B.dylib
    xpchelper reply message validation: sandbox creation failed: 1002
    Container object initialization failed: NSCocoaErrorDomain:513 You don’t have permission to save the file “Containers” in the folder “Librería”.
    Dest: ~/Library/Containers/com.apple.Preview/Data/Library/Preferences
    Destination permissions info:
      0 stat: 2
    -1 stat: 2
    -2 stat: 2
    -3 stat: 2
    -4 stat: 2
    -5 m:040775 R acl:(null) LIBRARY
        fs: hfs, fsid: e000002, mf: 0480d000
    -6 m:040775 R acl:(null) HOME
        fs: hfs, fsid: e000002, mf: 0480d000
    -7 m:040755 R acl:(null)
        fs: hfs, fsid: e000002, mf: 0480d000
    Application Specific Signatures:
    sandbox creation failed: 1002
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libxpc.dylib                            0x00007fff8d757343 runtime_init + 823
    1   libdispatch.dylib                       0x00007fff95e0d274 dispatch_once_f + 53
    2   libxpc.dylib                            0x00007fff8d757bd1 _xpc_runtime_set_domain + 285
    3   libxpc.dylib                            0x00007fff8d755006 _libxpc_initializer + 452
    4   libSystem.B.dylib                       0x00007fff92fe4e7e libSystem_initializer + 222
    5   dyld                                    0x00007fff6e6f9d1a ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 218
    6   dyld                                    0x00007fff6e6f9a66 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46
    7   dyld                                    0x00007fff6e6f7258 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 260
    8   dyld                                    0x00007fff6e6f71f1 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
    9   dyld                                    0x00007fff6e6f71f1 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
    10  dyld                                    0x00007fff6e6f802b ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 59
    11  dyld                                    0x00007fff6e6ed4ad dyld::initializeMainExecutable() + 206
    12  dyld                                    0x00007fff6e6f1580 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 1852
    13  dyld                                    0x00007fff6e6eb059 _dyld_start + 49
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000254  rbx: 0x00007fff6e6e7020  rcx: 0x00007fff6e6e7274  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x00007fff6e6e62b8  rbp: 0x00007fff6e6e8070  rsp: 0x00007fff6e6e6780
       r8: 0x00007fff6e6e6740   r9: 0x000000000000008a  r10: 0x0000000000000000  r11: 0x00007fff6e6e7044
      r12: 0x000000010ee09190  r13: 0x000000010ee08e80  r14: 0x000000010ee08c20  r15: 0x000000000000000f
      rip: 0x00007fff8d757343  rfl: 0x0000000000010202  cr2: 0x00007fff6e6e5ff8
    Logical CPU: 6
    Binary Images:
           0x10eaea000 -        0x10ecd1fef  com.apple.Preview (5.5 - 719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
           0x10ed61000 -        0x10ed80fff  com.apple.MediaUI (1.0 - 1) <79541FEC-6ABC-3D34-92F0-AA469F48A878> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
        0x7fff6e6ea000 -     0x7fff6e71eac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff8c0ed000 -     0x7fff8c226fef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8c263000 -     0x7fff8c275ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff8c35e000 -     0x7fff8c360fff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8c369000 -     0x7fff8c3b4fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c3fe000 -     0x7fff8c7c4fff  com.apple.MediaToolbox (1.0 - 705.35) <EC6755D1-58BC-36F5-AB66-143D03A0AF8C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8d4bf000 -     0x7fff8d4c9ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8d4d7000 -     0x7fff8d525ff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff8d52a000 -     0x7fff8d52bff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff8d52c000 -     0x7fff8d537fff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8d57a000 -     0x7fff8d580fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff8d5de000 -     0x7fff8d5e3fff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d603000 -     0x7fff8d608fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d609000 -     0x7fff8d60cfff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8d60d000 -     0x7fff8d712ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d749000 -     0x7fff8d766ff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff8d767000 -     0x7fff8d768fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8d769000 -     0x7fff8d77ffff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8d780000 -     0x7fff8e378fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8e407000 -     0x7fff8e412fff  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8e513000 -     0x7fff8e57dfff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e57e000 -     0x7fff8e618ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8e619000 -     0x7fff8e81bfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
        0x7fff8e81c000 -     0x7fff8e831fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8e832000 -     0x7fff8e84fff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8e896000 -     0x7fff8e89ffff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
        0x7fff8e8a0000 -     0x7fff8e942ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e943000 -     0x7fff8e94eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8e94f000 -     0x7fff8e94ffff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8e950000 -     0x7fff8e967fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e968000 -     0x7fff8e96bfff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8e971000 -     0x7fff8e9abfff  com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8e9ac000 -     0x7fff8ecbefff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8ecbf000 -     0x7fff8ecc5ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8ed09000 -     0x7fff8ee93ff7  com.apple.QTKit (7.7.1 - 2246) <C8A57DE8-A86A-34B6-B6BA-565EE3B6D140> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ee94000 -     0x7fff8eeebfff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8f266000 -     0x7fff8f280fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8f283000 -     0x7fff8f2eaff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f643000 -     0x7fff8f6b3fff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f6c2000 -     0x7fff8f6d4ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8f6d9000 -     0x7fff8f73dfff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8f806000 -     0x7fff8f859fff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8f8ce000 -     0x7fff8f8f7fff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8f8f8000 -     0x7fff8f8fdfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff8f8fe000 -     0x7fff8f9fcff7  com.apple.QuickLookUIFramework (3.0 - 489.1) <A8A82434-D43D-3F12-9321-B2E8EC9B4B8E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8fa38000 -     0x7fff8fa38fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff90088000 -     0x7fff9011eff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff9011f000 -     0x7fff90123ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff90124000 -     0x7fff90141fff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff90142000 -     0x7fff90220ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff90221000 -     0x7fff90271fff  com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff90272000 -     0x7fff90272fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff90273000 -     0x7fff90275fff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff90285000 -     0x7fff9029cfff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff903e0000 -     0x7fff9043cff7  com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9043d000 -     0x7fff9051dfff  com.apple.CoreServices.OSServices (478.25 - 478.25) <CA11FC11-2F93-3C8A-8077-A67F381A3EBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff90529000 -     0x7fff90b0dfaf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff90cb7000 -     0x7fff90ec4fff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff90ec5000 -     0x7fff9113fff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91140000 -     0x7fff91146fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff91155000 -     0x7fff913c3ff7  com.apple.QuartzComposer (5.0 - 232) <CE01B3AC-C19F-3148-9301-615E8FD6F356> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff914b4000 -     0x7fff918cffff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff919b9000 -     0x7fff91a3eff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff91a3f000 -     0x7fff91a42fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff91a43000 -     0x7fff91ac5fff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff91ac6000 -     0x7fff91aeeff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff91af2000 -     0x7fff91b1fff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91b20000 -     0x7fff91d91fff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff91d92000 -     0x7fff91daeff7  com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91daf000 -     0x7fff91db0fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
        0x7fff91db1000 -     0x7fff91dc5ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff91dc6000 -     0x7fff9226dff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff92296000 -     0x7fff9256dfff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9256e000 -     0x7fff92573fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff925cb000 -     0x7fff9261efff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9261f000 -     0x7fff9264aff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff9264b000 -     0x7fff92676fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff9269f000 -     0x7fff926fffff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff92700000 -     0x7fff92724ff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff92725000 -     0x7fff92733ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff9276c000 -     0x7fff92792ff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff927cd000 -     0x7fff928aafef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff928ab000 -     0x7fff928acfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff92a34000 -     0x7fff92a3cfff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff92a3d000 -     0x7fff92b04ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff92b05000 -     0x7fff92bb7fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff92bb8000 -     0x7fff92bb8fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92fe3000 -     0x7fff92fe3fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff92fe4000 -     0x7fff93011fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff93012000 -     0x7fff93066ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff93067000 -     0x7fff93068fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff9324e000 -     0x7fff932c1fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff934e6000 -     0x7fff934ebfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff934ec000 -     0x7fff9358bfff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9358c000 -     0x7fff935ceff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93687000 -     0x7fff93d559df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff93d56000 -     0x7fff93d5cfff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff93d70000 -     0x7fff93d71fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff942e1000 -     0x7fff943e4fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
        0x7fff94415000 -     0x7fff9442bff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff94449000 -     0x7fff94bddfff  com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff95373000 -     0x7fff953c5ff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff953c6000 -     0x7fff953d9ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff953da000 -     0x7fff955adff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff955ae000 -     0x7fff95711fff  com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff95712000 -     0x7fff95719ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff9571a000 -     0x7fff9571dff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9571e000 -     0x7fff9572dfff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff957f8000 -     0x7fff95905fff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff95906000 -     0x7fff95c1ffff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff95cde000 -     0x7fff95d62ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff95d63000 -     0x7fff95e07fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff95e08000 -     0x7fff95e16fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff95e17000 -     0x7fff95e8cff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff95e8d000 -     0x7fff95e8dfff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff95e8e000 -     0x7fff95e93ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff95e94000 -     0x7fff95fedff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff95fee000 -     0x7fff95feefff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff95fef000 -     0x7fff961b0fe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff961b1000 -     0x7fff962b3ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff962fb000 -     0x7fff96376ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff963cb000 -     0x7fff963cdfff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff963ce000 -     0x7fff96800fe7  com.apple.VideoToolbox (1.0 - 705.35) <B1B9F159-EEE2-38BB-A55E-CDB335A7A226> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff96801000 -     0x7fff9690dfef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff9690e000 -     0x7fff96a0aff7  com.apple.avfoundation (2.0 - 180.23) <C4383696-561D-33F3-AD7C-51E672F580B2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff96a0b000 -     0x7fff96a0ffff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff96a78000 -     0x7fff96a97fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff96cb9000 -     0x7fff96cf5fff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
        0x7fff96d3d000 -     0x7fff96e21def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff96e70000 -     0x7fff96edefff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff96eef000 -     0x7fff96ef6fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff96ef7000 -     0x7fff96ef8fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff96ef9000 -     0x7fff96f26fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff96f27000 -     0x7fff96f2afff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff96f2b000 -     0x7fff96f4eff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff970b7000 -     0x7fff97149fff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff9714a000 -     0x7fff97151fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff97152000 -     0x7fff97185fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff97198000 -     0x7fff971b8fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff971b9000 -     0x7fff971f8ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
        0x7fff971f9000 -     0x7fff9725bff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff972bb000 -     0x7fff9734dfff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff9734e000 -     0x7fff97671fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff97672000 -     0x7fff976b1ff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff976b2000 -     0x7fff976b2fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff977f6000 -     0x7fff978ebfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff97964000 -     0x7fff97993fff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff97aca000 -     0x7fff97b11ff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff97e66000 -     0x7fff97e74fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff97ef5000 -     0x7fff97f36fff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff97f39000 -     0x7fff97f3aff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff97f57000 -     0x7fff97f7efff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff97f7f000 -     0x7fff98094fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff98095000 -     0x7fff980e9ff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff980ea000 -     0x7fff980f0fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff980f1000 -     0x7fff9851efff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff98526000 -     0x7fff98528ff7  com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff985bc000 -     0x7fff985c7ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff985da000 -     0x7fff98634fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff9863e000 -     0x7fff98642fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff98658000 -     0x7fff98697fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff98698000 -     0x7fff98837fff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff98838000 -     0x7fff98838fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff98839000 -     0x7fff98839fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1877
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=171.9M resident=105.4M(61%) swapped_out_or_unallocated=66.4M(39%)
    Writable regions: Total=17.9M written=532K(3%) resident=688K(4%) swapped_out=0K(0%) unallocated=17.2M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             9396K
    MALLOC guard page                    16K
    STACK GUARD                        56.0M
    Stack                              8192K
    __CI_BITMAP                          80K
    __DATA                             16.4M
    __IMAGE                            1256K
    __LINKEDIT                         47.3M
    __TEXT                            124.6M
    __UNICODE                           544K
    shared memory                        12K
    ===========                      =======
    TOTAL                             263.3M
    Model: MacBookPro8,2, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.2 GHz, 4 GB, SMC 1.69f1
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.6)
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750,16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 4
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8

  • HT4623 My phone has crashed after the update. What can I do??

    My phone has cashed after I did the update   What can I do?

    what do you mean crashed?  what have you done so far to troubleshoot?

  • Lightroom 4.1 just crashed and will not restart. what can I do?

    I am using creative cloud on windows 8. and last night in the middle of a project I was working on, Lightroom closed up on its own and now will not restart. what can I do?

    Check this thread it could be the same reason your Lightroom will not open.
    http://forums.adobe.com/message/4854154#4854154

  • Safari crashes every few minutes. What can I do?

    Safari has crashed every five minutes or so today – about 20 times. Twice it has crashed while I've been browsing this site. I have fired off reports to Apple but of course they don't provide feedback (a bit like buying a car and then finding you can tell the garage there is something wrong, just don't expect any advice). Always been an Apple/Safari fan until this week.
    This is the latest report
    Process: Safari [20951]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.2 (5533.18.5)
    Build Info: WebBrowser-75331805~2
    Code Type: X86 (Native)
    Parent Process: launchd [88]
    Interval Since Last Report: 15275 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 2378 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-10-26 17:47:46.110 +0100
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: AC40B8DA-33A6-4DFE-ACE7-DA16649A7A2A
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 13
    Thread 0:
    0 libobjc.A.dylib 0x925a0088 classgetInstanceSize + 1
    1 com.apple.Foundation 0x907eb682 -[NSRecursiveLock lock] + 18
    2 com.apple.AppKit 0x93a192a9 -[NSImage _expandJustEnoughToLoadRepProperties] + 285
    3 com.apple.AppKit 0x93a1915b -[NSImage _asIconHasAlpha] + 74
    4 com.apple.AppKit 0x93a93894 -[NSButtonCell(NSButtonCellPrivate) _imagesHaveAlpha] + 63
    5 com.apple.AppKit 0x93acc15d -[NSButtonCell isOpaque] + 230
    6 com.apple.AppKit 0x93abf918 -[NSView _regionForOpaqueDescendants:forMove:] + 888
    7 com.apple.AppKit 0x93ac0460 -[NSView _regionForOpaqueDescendants:forMove:] + 3776
    8 com.apple.AppKit 0x93ac0460 -[NSView _regionForOpaqueDescendants:forMove:] + 3776
    9 com.apple.AppKit 0x93abf247 -[NSThemeFrame _regionForOpaqueDescendants:forMove:] + 95
    10 com.apple.AppKit 0x93abeb83 -[NSFrameView _resetDragMargins] + 273
    11 com.apple.AppKit 0x939e832f -[NSThemeFrame _resetDragMargins] + 188
    12 com.apple.AppKit 0x93a058c9 _handleWindowNeedsDisplay + 561
    13 com.apple.CoreFoundation 0x94778772 __CFRunLoopDoObservers + 466
    14 com.apple.CoreFoundation 0x94779acc CFRunLoopRunSpecific + 844
    15 com.apple.CoreFoundation 0x9477aaa8 CFRunLoopRunInMode + 88
    16 com.apple.HIToolbox 0x94d462ac RunCurrentEventLoopInMode + 283
    17 com.apple.HIToolbox 0x94d45ffe ReceiveNextEventCommon + 175
    18 com.apple.HIToolbox 0x94d45f39 BlockUntilNextEventMatchingListInMode + 106
    19 com.apple.AppKit 0x93a036d5 _DPSNextEvent + 657
    20 com.apple.AppKit 0x93a02f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    21 com.apple.Safari 0x000161ab 0x1000 + 86443
    22 com.apple.AppKit 0x939fbf9f -[NSApplication run] + 795
    23 com.apple.AppKit 0x939c91d8 NSApplicationMain + 574
    24 com.apple.Safari 0x0000a74e 0x1000 + 38734
    Thread 1:
    0 libSystem.B.dylib 0x95c8144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95cd6e71 sleep$UNIX2003 + 63
    2 com.apple.JavaScriptCore 0x9052aa85 ***::TCMalloc_PageHeap::scavengerThread() + 213
    3 com.apple.JavaScriptCore 0x9052ad7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    5 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95c8144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95c81216 usleep$UNIX2003 + 61
    2 RapportUtil1.dylib 0x09f53801 bpheartbeatthread + 227
    3 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    4 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95c7a266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c81a5c mach_msg + 72
    2 libSystem.B.dylib 0x95c81860 vprocmig_lookup2 + 198
    3 libSystem.B.dylib 0x95c81720 bootstraplookup2 + 73
    4 libSystem.B.dylib 0x95c816d5 bootstraplookup + 55
    5 RapportUtil1.dylib 0x09f68b26 MachPortSender::MachPortSender(char const*) + 88
    6 RapportUtil1.dylib 0x09f684ab osxipcclient::send(char const*, void*, unsigned int, void*, unsigned int, unsigned int) + 443
    7 RapportUtil1.dylib 0x09f674fa SendIpcMessage(char const*, void*, unsigned int, void*, unsigned int, unsigned int, bool) + 52
    8 RapportUtil1.dylib 0x09f65be0 interprocesscaller::call(char const*, char const*, char const**, void const*, unsigned short) + 428
    9 RapportUtil1.dylib 0x09f66a2f interprocess_call_withbinarg + 133
    10 RapportUtil1.dylib 0x09f4aa81 bpipcadapter + 259
    11 RapportUtil1.dylib 0x09f478d2 bpipccall + 79
    12 RapportUtil1.dylib 0x09f5202e syncget_host_confflags + 419
    13 RapportUtil1.dylib 0x09f5590c pharmingget_hostconfig + 42
    14 RapportUtil1.dylib 0x09f55d86 bpsync_handle_pharming_preresolve + 31
    15 RapportKukai.dylib 0x01b7b890 preresolve_worker_threadfn(void*) + 176
    16 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    17 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95c8144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95cabdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x95151484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x9514d79c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    5 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95c7a266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c81a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94779e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9477aaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x97a3d264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    6 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95c7a266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c81a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94779e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9477aaa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    8 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95c7a266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c81a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94779e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9477aaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x90856520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x907f2dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x907f29a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    8 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95c8144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95cabdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x93267a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    4 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95c7a266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95c81a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94779e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9477aaa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    8 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95cc96fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    2 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x95c8144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95cabdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x903ce121 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x001ad872 0x1000 + 1755250
    4 com.apple.Safari 0x00044c1b 0x1000 + 277531
    5 com.apple.Safari 0x00044b6b 0x1000 + 277355
    6 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    7 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95c7a2c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95cac2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95cadb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x90838dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x90838bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x90838b35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x93a696e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x907f2dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x907f29a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    10 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 13 Crashed:
    0 com.apple.CoreFoundation 0x947754e1 __CFRunLoopCreate + 305
    1 com.apple.CoreFoundation 0x94775735 _CFRunLoop0 + 469
    2 com.apple.Foundation 0x907f29fe _NSThread__main_ + 398
    3 libSystem.B.dylib 0x95cab155 pthreadstart + 321
    4 libSystem.B.dylib 0x95cab012 thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x947753bb ecx: 0xb17efc5c edx: 0x95c7a266
    edi: 0x0f37df70 esi: 0xa06da51c ebp: 0xb17efd68 esp: 0xb17efd10
    ss: 0x0000001f efl: 0x00000246 eip: 0x947754e1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xb17effec
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.2 (5533.18.5) <97d5cae404807a569eaf7aadbed34a49> /Applications/Safari.app/Contents/MacOS/Safari
    0x646000 - 0x651fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x659000 - 0x683fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x694000 - 0x6a3ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1ade000 - 0x1b06fef +librooksbas.dylib ??? (???) <47ae683d276bae68163815ce02868140> /Library/Rapport/bin/librooksbas.dylib
    0x1b37000 - 0x1b4cfff +librooksmce.dylib ??? (???) <c54cb4af715c751e8002439b21643b4e> /Library/Rapport/bin/librooksmce.dylib
    0x1b73000 - 0x1b93ff3 +RapportKukai.dylib ??? (???) <714b6f9ed684cb572686cb193b6a37b8> /Library/Rapport/bin/RapportKukai.dylib
    0x9f40000 - 0xa0ccfeb +RapportUtil1.dylib ??? (???) <1498f0c2822da50a5ff39742f51aa8e7> /Library/Rapport/bin/RapportUtil1.dylib
    0xa1ca000 - 0xa4c3ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xc5df000 - 0xc5e4ff3 libCGXCoreImage.A.dylib ??? (???) <adb040a70a21224cdd51dbcb779520bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xec33000 - 0xec34fff com.apple.JavaPluginCocoa 12.7.0 (12.7.0) <2910c87b17ddaa1a8a5efaf9d4c76b00> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0xec3a000 - 0xec42ffe com.apple.JavaVM 12.7.0 (12.7.0) <d9cf554378c7cafa431ea651c476fb80> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffd 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
    0x90004000 - 0x9032fff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90330000 - 0x90330ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90361000 - 0x90390fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9039d000 - 0x903adfff 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
    0x903ae000 - 0x903bbfe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x903bc000 - 0x905b4fff com.apple.JavaScriptCore 5533.18 (5533.18.1) <35153f2ee49352b58351e68118bfc971> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90607000 - 0x90613ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90614000 - 0x9061dfff 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
    0x9061e000 - 0x907daff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x907db000 - 0x907e7ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x907e8000 - 0x90a64fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90a65000 - 0x90a73ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90a74000 - 0x90a74ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90a75000 - 0x90a8bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90a8c000 - 0x90a97fe7 libCSync.A.dylib ??? (???) <8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90a98000 - 0x90a9afff com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a9b000 - 0x90ac3ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90ac4000 - 0x90acbff7 libCGATS.A.dylib ??? (???) <c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90acc000 - 0x90c04fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90c0a000 - 0x90c37feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90c38000 - 0x90c3affd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90c3b000 - 0x90c3bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91b3c000 - 0x91b95ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91b96000 - 0x91bdffef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91be0000 - 0x91c2efe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91c2f000 - 0x91daffff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91db0000 - 0x91db2ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91db3000 - 0x91dd2ffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91dd3000 - 0x91df0ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91df1000 - 0x91df1ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91fac000 - 0x91fb6feb 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
    0x91fb7000 - 0x92041ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92042000 - 0x920bffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x920c0000 - 0x92591fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92592000 - 0x92672fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x92673000 - 0x9267afe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x926b8000 - 0x92d58fff com.apple.CoreGraphics 1.409.6 (???) <572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92d59000 - 0x92d8affb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92d8b000 - 0x92ec4ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x92ec5000 - 0x92f03fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92f04000 - 0x92f46fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92f47000 - 0x9302fff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93030000 - 0x9306ffef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93088000 - 0x9308fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93090000 - 0x930dbfe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x930dc000 - 0x93113fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93114000 - 0x93130ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93131000 - 0x9315afff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x9315b000 - 0x9315ffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93172000 - 0x93172ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93173000 - 0x93510fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93511000 - 0x9354bfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9359b000 - 0x9364bfff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x938b5000 - 0x938bafff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x938bb000 - 0x939c2ff7 com.apple.WebKit 5533.18 (5533.18.1) <440347f9cd9c6a7522ee74205b8a0c6d> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x939c3000 - 0x941c1fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x941c2000 - 0x94580fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9464b000 - 0x94706fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94707000 - 0x9483afe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9483b000 - 0x948b5ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x948b6000 - 0x94a08ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94a09000 - 0x94a49fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x94b3f000 - 0x94c87ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94c88000 - 0x94d15ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94d16000 - 0x9501efe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9501f000 - 0x9504afe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x9504b000 - 0x950f2feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x950f3000 - 0x95144ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95145000 - 0x9514afff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9514b000 - 0x95c44fff com.apple.WebCore 5533.18 (5533.18.1) <9604e225d63566d0ecb141c1d0d291e2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95c45000 - 0x95c45ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95c79000 - 0x95de0ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x95e84000 - 0x96240ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96241000 - 0x96247fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96248000 - 0x96257fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x96258000 - 0x9628afff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9628b000 - 0x962e7ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x962e8000 - 0x962e8ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x962e9000 - 0x96305ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96306000 - 0x96351ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x96352000 - 0x963d1ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x963d2000 - 0x963e1ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x963e2000 - 0x96448ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96449000 - 0x96449fff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9644a000 - 0x9646efeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x9646f000 - 0x9646fffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96476000 - 0x9649afff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x964b8000 - 0x964bbfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x964bc000 - 0x96606feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9661b000 - 0x968f5ff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x968f6000 - 0x969bdff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x969be000 - 0x96a18ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96a19000 - 0x96a68fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x96a69000 - 0x96b1bffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x96b1c000 - 0x96b20fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96b21000 - 0x96f31fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96f7c000 - 0x9706afef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9706b000 - 0x970acfe7 libRIP.A.dylib ??? (???) <c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x970ad000 - 0x970aeffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x970af000 - 0x970e9ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x970ea000 - 0x97167feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9725d000 - 0x972f0ff3 com.apple.ApplicationServices.ATS 238.14.1 (???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x972f1000 - 0x972f6fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x972f7000 - 0x97315fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x97316000 - 0x973a9fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x973aa000 - 0x97437ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97438000 - 0x975bcfef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x975bd000 - 0x975d5fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x975d6000 - 0x975d6ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x975d7000 - 0x9760dfef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x976b3000 - 0x97794ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97795000 - 0x9781cff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9781d000 - 0x979eeff3 com.apple.security 5.0.6 (37592) <f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x979ef000 - 0x97a0dff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97a0e000 - 0x97a16fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97a17000 - 0x97a2cffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x97a2d000 - 0x97a39fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x97a3a000 - 0x97ae1fec com.apple.CFNetwork 438.14 (438.14) <1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x97c46000 - 0x97cb8fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97cc1000 - 0x97cd1ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97d46000 - 0x97da3ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x97da4000 - 0x97e6ffef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    It works fine for me, with all the latest software updates. If the banks can protect even just a few customers from phishing attacks I think it is worth trying even though the software has its bugs.
    On a general note, browsers are stable most of the time until you add extensions and plug-ins like Flash. So if your browser crashes, chances are it's the most recently installed plug-in/extension's fault.
    I went a little overboard in the Safari Extensions Gallery when version 5 came out and now I have to turn off extensions on certain sites because the extensions don't play well and cause them not to load or crash Safari. The fewer extensions the better.

  • HELPPPP!!!  PE7 STILLLLLL Crashing!!!! What can I do now?

    I have been reading for about three days and trying everything recommended to stop PE7 from crashing.  I am working with a Dell XPS M1530
    Windows Vista Ultimate Service Pack 1   Rating 5.1 Windows Exp. Index   Intel (R) Core (TM)2 Duo CPU  T9300 @ 2.50GHz  4.00GB RAM  32 bit operating system.  What did I leave out???  Anyway, I am using Adobe PE7 and it has been working ok up to this point.  I have been experimenting with it since I got it Dec 08.  It weren't so bad with the crashing until I started using a lot of effects.  The project is only about 7 minutes and I am using a lot of croping and videos within a video for ex.  On the timeline I have a video running in Video 1.  I have muted the original sound added background music.  Slowed the clip to slow motion and then I bring in another clip on Video 2.  I crop the first video so they are both showing at the same time.  I use several different effects and transitions throughout and it is now crashing 2-3 minutes after opening PE7 making it extremely difficult to finish the project.  I need this by tommorrow.  I have:
    #1  Tried to re-create the Styles folder on Windows Vista:
    Close Premiere Elements.
    Choose Start > Documents.
    Navigate to Documents\Adobe\Premiere Elements\7.0.
    Rename the Styles folder to Old Styles.
    Start Premiere Elements. Premiere Elements will create a new Styles folder.
    I did this to eliminate problems that a damaged styles data file might have caused.
    #2 Tried to use Robert's hack for creating a proxy editing environment. I did not know what I was doing so this did not work too good.
    #3 Optimized Vista to squeeze all the juice from my system.
    #4 Went to Windows Update and updated every available update.
    #5  Downloaded the latest Quicktime.
    #6  Defragmented
    #7  Inserted 8gb flash and opted to increase the memory.
    Nothing is working.  Nothing. Nothing.  Can anyone suggest anything that can help? 

    1) It sounds as though you are editing AVCHD. Is that the case? If so, is your project set up as an AVCHD project?
    2) You say you've got the latest Windows Updates. Might be worth manually returning to the site. You should be up to at least SP2 at this point.
    3) Have you tried Eelco's hack for putting more of your programming into upper RAM?
    http://forums.adobe.com/thread/446316?tstart=0
    AVCHD is the hardest format to edit. In fact, even quad core processors are challenged by it. This could be why your editing goes well until you add an effect to it. It's a shame, but at least on PCs, the hardware and software has not caught up with this intensive video format. (On Macs, Final Cut software uses an intermediate codec, which makes editing this format easier.)
    Also there are variations of MP4 video that Premiere Elements can not handle at all. AVCHD Lite, for instance, and video from Flip cameras. These formats are a whole different issue.

  • My computer crashed, my songs are gone, what can i do?

    My computer crashed and all of the songs that i got with the free bottlecaps off of pepsi's promotion are gone. Is there any way that i can get them back? It says i purchased them in the purchase history. (not actually purchased, but got). Is there any way at all to contact them, or where I can go to get them back?
      Windows XP  

    You seem to have five choices:
    1 - Recover them from your backup files
    2 - Recover them from your iPod
    3 - Ask the iTMS for a second download of those 'free' songs (doubtful)
    4 - Pay for someone to recover the files from your crashed HD (expensive)
    5 - Purchase the iTMS songs
    I assume you do not have any backups. Do you have an iPod with the songs on them? If you do, post back and recovery instructions can be provided.
    If not, then a well constructed email plea to the iTMS explaining your situation and promising that you have learned the value of backups and will do so from now on, may get you a second chance at a download.
    Barring any of the first four above, it may be option '5'. Or '6': Just give up on the songs....

  • I have a stubborn song on GarageBand on my 4s that makes it crash when it loads. What can I do? Can someone help?

    My GarageBand crashes when I try to open it because of the song it's stuck on. Can someone help?

    See my answer here:
    Re: Can/How does one refresh GarageBand on iphone 4 if it crashes while loading a song?
    Regards
    Léonie

  • I'm having problems with IWS 41SP8, the log error shows Aborting JVM, then Exiting JVM due to: jvm_abort () and jvm.exitOnAbort 0. What can I do?

    Additonal JVM exit statistics: AttachedThreads/Max=255/313, ActiveThreads/Max=323/323, and finally the web server restart.

    Hi,
    Please look out the below link.
    http://knowledgebase.iplanet.com/ikb/kb/articles/5063.html
    By the way i would request yout to use JDK1.2.2_011.
    I hope this helps.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • Photoshop app crashes when using sync (Collaboration) what can I do?

    I have photoshop touch app on my iPad. It has been working well but today it has suddenly started to open and close immediately. I have restarted my iPad but this hasn't worked. All my other apps work well.

    Hello Ignacio:
    Below is the latest report about the app crash from my iPad 2. Thank you in advance for your help.
    {"name":"PSTouch","bug_type":"109","os_version":"iPhone OS 7.1 (11D167)","bundleID":"com.adobe.pstouch.ipad","version":"1.5.1 (1.5.1)","app_name":"PSTouch"}
    Incident Identifier: EA9AA391-14E9-4DFE-9343-708FA8D9A10C
    CrashReporter Key:   b49bfcc62299cad929a0e60422c714f1c57114e2
    Hardware Model:      iPad2,1
    Process:             PSTouch [654]
    Path:                /var/mobile/Applications/1ADC55E2-3345-4492-B5E2-9F90C308716F/PSTouch.app/PSTouch
    Identifier:          com.adobe.pstouch.ipad
    Version:             1.5.1 (1.5.1)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2014-04-01 19:03:54.960 -0400
    OS Version:          iOS 7.1 (11D167)
    Report Version:      104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Triggered by Thread:  10
    Thread 0:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93f002 0x2e8a2000 + 643074
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   GraphicsServices                   0x337a365e 0x3379a000 + 38494
    7   UIKit                              0x311f5168 0x31187000 + 450920
    8   PSTouch                            0x00d32194 0x1000 + 13832596
    9   PSTouch                            0x0114bee0 0x1000 + 18132704
    Thread 1:
    0   libsystem_kernel.dylib             0x39a08808 0x39a08000 + 2056
    1   libdispatch.dylib                  0x3994a078 0x3993f000 + 45176
    2   libdispatch.dylib                  0x39949dfe 0x3993f000 + 44542
    Thread 2:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93efbc 0x2e8a2000 + 643004
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   WebCore                            0x36d7c38e 0x36cbe000 + 779150
    7   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    8   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    9   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 4:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   PSTouch                            0x007a0784 0x1000 + 7993220
    3   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    4   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    5   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 5:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84d60 0x39a82000 + 11616
    3   PSTouch                            0x00e695cc 0x1000 + 15107532
    4   PSTouch                            0x00db79a8 0x1000 + 14379432
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 6:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84d60 0x39a82000 + 11616
    3   PSTouch                            0x00e695cc 0x1000 + 15107532
    4   PSTouch                            0x00db79a8 0x1000 + 14379432
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 7:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f22 0x39a82000 + 7970
    2   libsystem_pthread.dylib            0x39a84da0 0x39a82000 + 11680
    3   PSTouch                            0x00e6964c 0x1000 + 15107660
    4   PSTouch                            0x0009ca8c 0x1000 + 637580
    5   PSTouch                            0x00e69430 0x1000 + 15107120
    6   PSTouch                            0x00e69484 0x1000 + 15107204
    7   PSTouch                            0x00e691b0 0x1000 + 15106480
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 8:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 9:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 10 Crashed:
    0   libsystem_kernel.dylib             0x39a1b1f0 0x39a08000 + 78320
    1   libsystem_pthread.dylib            0x39a85792 0x39a82000 + 14226
    2   libsystem_c.dylib                  0x399cbfd8 0x39983000 + 298968
    3   libsystem_c.dylib                  0x399abcaa 0x39983000 + 167082
    4   PSTouch                            0x012e1a3c 0x1000 + 19794492
    5   PSTouch                            0x012e23d2 0x1000 + 19796946
    6   PSTouch                            0x01298654 0x1000 + 19494484
    7   PSTouch                            0x01253dc8 0x1000 + 19213768
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 11:
    0   libsystem_kernel.dylib             0x39a1af2c 0x39a08000 + 77612
    1   libsystem_pthread.dylib            0x39a83f5c 0x39a82000 + 8028
    2   libsystem_pthread.dylib            0x39a83d14 0x39a82000 + 7444
    3   PSTouch                            0x00eb36c4 0x1000 + 15410884
    4   PSTouch                            0x00eb3358 0x1000 + 15410008
    5   PSTouch                            0x00eb3250 0x1000 + 15409744
    6   PSTouch                            0x00e69430 0x1000 + 15107120
    7   PSTouch                            0x00e69484 0x1000 + 15107204
    8   PSTouch                            0x00e691b0 0x1000 + 15106480
    9   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    10  libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    11  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 12 name:  com.apple.NSURLConnectionLoader
    Thread 12:
    0   libsystem_kernel.dylib             0x39a08a58 0x39a08000 + 2648
    1   libsystem_kernel.dylib             0x39a08854 0x39a08000 + 2132
    2   CoreFoundation                     0x2e940896 0x2e8a2000 + 649366
    3   CoreFoundation                     0x2e93efbc 0x2e8a2000 + 643004
    4   CoreFoundation                     0x2e8a9f4a 0x2e8a2000 + 32586
    5   CoreFoundation                     0x2e8a9d2e 0x2e8a2000 + 32046
    6   Foundation                         0x2f2e9082 0x2f290000 + 364674
    7   Foundation                         0x2f35ea5a 0x2f290000 + 846426
    8   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    9   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    10  libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 13:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 14:
    0   libsystem_kernel.dylib             0x39a1bc70 0x39a08000 + 81008
    1   libsystem_pthread.dylib            0x39a82bda 0x39a82000 + 3034
    2   libsystem_pthread.dylib            0x39a82a94 0x39a82000 + 2708
    Thread 15 name:  com.apple.CFSocket.private
    Thread 15:
    0   libsystem_kernel.dylib             0x39a1b434 0x39a08000 + 78900
    1   CoreFoundation                     0x2e944758 0x2e8a2000 + 665432
    2   libsystem_pthread.dylib            0x39a84916 0x39a82000 + 10518
    3   libsystem_pthread.dylib            0x39a84886 0x39a82000 + 10374
    4   libsystem_pthread.dylib            0x39a82aa0 0x39a82000 + 2720
    Thread 10 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x0dee7ae7
        r4: 0x00000006    r5: 0x0def9000      r6: 0x0def7fd0      r7: 0x0dee7b50
        r8: 0x01478747    r9: 0x0dee7aa0     r10: 0x012539bc     r11: 0x0000046d
        ip: 0x00000148    sp: 0x0dee7b44      lr: 0x39a85797      pc: 0x39a1b1f0
      cpsr: 0x00000010
    Binary Images:
    0x1000 - 0x15aefff PSTouch armv7  <e654b575aff439349960c87d0bcc4164> /var/mobile/Applications/1ADC55E2-3345-4492-B5E2-9F90C308716F/PSTouch.app/PSTouch
    0x2be7a000 - 0x2be9afff dyld armv7  <651a31c39f71311f965f8ac44de02c88> /usr/lib/dyld
    0x2d5fb000 - 0x2d6e3fff RawCamera armv7  <8f62f266f7d539a5a388221dfe90db50> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x2d6fc000 - 0x2d803fff IMGSGX543GLDriver armv7  <8444d7fe73453ad1b11d381c43cd55c7> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x2d80d000 - 0x2d90ffff AVFoundation armv7  <e6f4e322434733c2a6d074bdc226b08d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x2d910000 - 0x2d938fff libAVFAudio.dylib armv7  <0bae9ec49a9637c696edf86d86a32db6> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
    0x2d939000 - 0x2d939fff Accelerate armv7  <0424978b39f037a7b3bf9aad5b34a5b3> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x2d943000 - 0x2db0ffff vImage armv7  <c4834965bdc638fcb1082f53a7721f42> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x2db10000 - 0x2dbe9fff libBLAS.dylib armv7  <cfc693306499378c9c09851259cf3563> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x2dbea000 - 0x2dea0fff libLAPACK.dylib armv7  <65970a4fea383446b0b4b87e634b8dfd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
    0x2dea1000 - 0x2df0ffff libvDSP.dylib armv7  <174c13fd605a39efbb7f1314a6d1fdbe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x2df10000 - 0x2df21fff libvMisc.dylib armv7  <5a8317adbade34a9b415e44ab8c64eb6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dyli b
    0x2df22000 - 0x2df22fff vecLib armv7  <7b2718a5a22c36e6ab943b2e4bea9123> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x2df23000 - 0x2df43fff Accounts armv7  <0b9bb1f3e9393a64b396871da25800ad> /System/Library/Frameworks/Accounts.framework/Accounts
    0x2df45000 - 0x2dfacfff AddressBook armv7  <18927033ac4834f3a482884bb5dfd0eb> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x2dfad000 - 0x2e0c3fff AddressBookUI armv7  <0a50c4941a29367a9ed8bb713630e79b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x2e0c4000 - 0x2e0d5fff AssetsLibrary armv7  <b94c6be912343a7fa90f8f2cc5aa86bd> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x2e218000 - 0x2e531fff AudioToolbox armv7  <ec4ab41dc74038d3a517f9bd61b1a9f7> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x2e532000 - 0x2e638fff CFNetwork armv7  <6c1482351f0934e5af16e395ca5bd129> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x2e639000 - 0x2e694fff CoreAudio armv7  <3743aba20c61378cafc431586528feea> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x2e695000 - 0x2e6acfff CoreBluetooth armv7  <11d2e9866d863f93b74403df783bb769> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x2e6ad000 - 0x2e8a1fff CoreData armv7  <1f07d4fd20fe3ed787483288ea3f7fb1> /System/Library/Frameworks/CoreData.framework/CoreData
    0x2e8a2000 - 0x2e9e4ff0 CoreFoundation armv7  <1dd76db545823e66b2edec77483773da> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x2e9e5000 - 0x2eb08fff CoreGraphics armv7  <772bda8f28a135e19c7ddfd379f1b805> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x2eb0a000 - 0x2eb45fff libCGFreetype.A.dylib armv7  <92d7ea576fa632f5b5a0ac3a69145da2> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x2eb47000 - 0x2eb51fff libCMSBuiltin.A.dylib armv7  <825bfe1b1de6349c8ac49a589630169a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
    0x2ed36000 - 0x2ed50fff libRIP.A.dylib armv7  <5dc92ebb2f983b1eafb23c0604d9f4f9> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x2ed51000 - 0x2ee2afff CoreImage armv7  <445d568e94203ce097fa2c0656dce34c> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x2ee2b000 - 0x2ee7afff CoreLocation armv7  <12e3ccf1873e32f08c22dbc3559132c7> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x2eeb2000 - 0x2ef2dfff CoreMedia armv7  <98049ca44e503055ac3dec0397437f52> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x2ef2e000 - 0x2efd6fff CoreMotion armv7  <97208dd6d71e353db7e9ac1be1a3e522> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x2efd7000 - 0x2f02ffff CoreTelephony armv7  <b5bc6cc0bb8732129ef5baf241ff7cd5> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x2f030000 - 0x2f0c0fff CoreText armv7  <35ca232b3a5b382092349c15d22c10cc> /System/Library/Frameworks/CoreText.framework/CoreText
    0x2f0c1000 - 0x2f0d0fff CoreVideo armv7  <73eeed7f748b3f849e8ad2a7e2a7800b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x2f0d1000 - 0x2f190fff EventKit armv7  <1d73c38ccb9d35e2a07bc9e306577579> /System/Library/Frameworks/EventKit.framework/EventKit
    0x2f290000 - 0x2f47bfff Foundation armv7  <51a7a35c7ca03fadb566298a8a6180c3> /System/Library/Frameworks/Foundation.framework/Foundation
    0x2f65d000 - 0x2f6b3fff IOKit armv7  <6b860d7e6d7d3bc59a997d0c31b1736e> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x2f6b4000 - 0x2f8c4fff ImageIO armv7  <ab4833a69cb0321fa58e5a6ffee022b4> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x2f8c5000 - 0x2fb0dfff JavaScriptCore armv7  <6a7ee6f2f5573bde86c9a006463926d3> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x2fbbe000 - 0x2fbc2fff MediaAccessibility armv7  <e16d0e0e0ed43b9abaea986acfd1541b> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x2fbc3000 - 0x2fdc0fff MediaPlayer armv7  <d5c7c514c56a38bc9c5d549794fb79ae> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x2fdc1000 - 0x300c6fff MediaToolbox armv7  <9b7935c23af0307bb4f87f1884ea8092> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x300c7000 - 0x30172fff MessageUI armv7  <19692c94d37c3a74a26df48f93c79aa7> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x30173000 - 0x301d6fff MobileCoreServices armv7  <08d57edd88c8311993156af7a0580864> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x30b41000 - 0x30c10fff GLEngine armv7  <758a9e19f0c63808a70f1fce8f7f420e> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x30c11000 - 0x30c19fff OpenGLES armv7  <f85d0c19c706371ca5cf2b9e5a866ac3> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x30c1b000 - 0x30c1bfff libCVMSPluginSupport.dylib armv7  <5ce23815dfff33f897263195d4268bb1> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x30c1c000 - 0x30c1ffff libCoreFSCache.dylib armv7  <aac4de5aa76a3ef09ac2138089e4421f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x30c20000 - 0x30c23fff libCoreVMClient.dylib armv7  <e1f32d8903623237a187c0bd063efe59> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x30c24000 - 0x30c2bfff libGFXShared.dylib armv7  <e83c18bcbf5e3490b5acefc7f3e7a9be> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x30c2c000 - 0x30c6afff libGLImage.dylib armv7  <1e247052e47436548415ab280cc11c79> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x30c6b000 - 0x30da0fff libGLProgrammability.dylib armv7  <939d3b49392139eea89c932abd703788> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x30e03000 - 0x30f49fff QuartzCore armv7  <8185b01065db32a18a3dbcab2e651089> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x30f4a000 - 0x30fa0fff QuickLook armv7  <9862fb492801397a8fc9214184e40b67> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x30fa3000 - 0x30fe5fff Security armv7  <100f116c07fe39799717851e5954929a> /System/Library/Frameworks/Security.framework/Security
    0x31120000 - 0x31134fff StoreKit armv7  <fc6a40b9017f3cb8a20924a7cc79e5bb> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x31135000 - 0x31184fff SystemConfiguration armv7  <d738fbcae22f390cac3723eb5d13dac3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31187000 - 0x318fafff UIKit armv7  <bee993acdc013bfa866deea079b710a2> /System/Library/Frameworks/UIKit.framework/UIKit
    0x318fb000 - 0x31948fff VideoToolbox armv7  <c8bcb110eb06310692b60d7159888178> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x31b8e000 - 0x31b97fff AOSNotification armv7  <c33bd50a66243a96bd297454c2ff330a> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
    0x31c9c000 - 0x31cbcfff AccountsUI armv7  <74519a40eed33e7f95c5fa059e68655e> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
    0x31cbd000 - 0x31cc1fff AggregateDictionary armv7  <0ef14525543f394299e6367930411308> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x31f9b000 - 0x31faffff AirTraffic armv7  <5e82b6549ba83f2c9b0c6c6ae7277e85> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x32319000 - 0x32357fff AppSupport armv7  <788b1dbc334f3ad58e72de771371ccab> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x32358000 - 0x3238ffff AppleAccount armv7  <46f45133c011386bae7b3043e75e909a> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x3243d000 - 0x3244dfff ApplePushService armv7  <46b3c7cf041732dfa0909490386d1d67> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x3244e000 - 0x32454fff AppleSRP armv7  <0960396e58323b29a09aeb9650829f5a> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
    0x32481000 - 0x3248efff AssetsLibraryServices armv7  <f07ab8a28dbd38ec8d50e7fc1505745f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x3248f000 - 0x324abfff AssistantServices armv7  <878b5bcdda69374faab623e797d9e58b> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x324ac000 - 0x324affff BTLEAudioController armv7  <d853a6e734f433c4a39f4366faf92e55> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
    0x324b0000 - 0x324d5fff BackBoardServices armv7  <4ff10dee04d63e60aca7d31fd4ea8fbd> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x324d8000 - 0x324defff BluetoothManager armv7  <64f9dcb9befb330b9bd9a59e830a5b6e> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x324df000 - 0x32503fff Bom armv7  <8f0339cf133c37f9aeae46b2eea15888> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x325a4000 - 0x325acfff CaptiveNetwork armv7  <e33fcbd2934e30ea981e94328a460bae> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x325ad000 - 0x32688fff Celestial armv7  <0a1cb885ee0d39f39d2d80738edd6109> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x32689000 - 0x32694fff CertInfo armv7  <7902dccb827e3453a9ddc702475cf360> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
    0x32695000 - 0x3269afff CertUI armv7  <ad425d142e6735bd9d3da49a1311676f> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x32767000 - 0x32788fff ChunkingLibrary armv7  <82fb99246dec3d0ca34991e722e61537> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x327d9000 - 0x327e4fff CommonUtilities armv7  <6997cd5df15f3896b977b2f38a3426d0> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x327e5000 - 0x327e9fff CommunicationsFilter armv7  <e68a117e6ff93365881b918333e9dac6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x3287b000 - 0x3287dfff ConstantClasses armv7  <1e58c2c1754434dfa17eac3077bd7d5f> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x32884000 - 0x328bcfff ContentIndex armv7  <23f31925dc5936d482844f6ecf1e0ace> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x328bd000 - 0x328bffff CoreAUC armv7  <c5bee1a424713ecfa330cd0c51ae04da> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x328cc000 - 0x32920fff CoreDAV armv7  <2f6b82708899305da29fa57d3214e4a7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x32960000 - 0x32a5ffff CoreMediaStream armv7  <70d5d8b1c9da370bbcd3b171aa90d4ca> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x32af9000 - 0x32b03fff CoreRecents armv7  <8dfa4ab858fa32b0bbd3e91ce3a47d6a> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x32b53000 - 0x32b71fff CoreServicesInternal armv7  <7012d60bb7a53110a47c4ff79da280a6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x32b72000 - 0x32b73fff CoreSurface armv7  <f9c2835925183cf68cafc109c30e10ed> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x32c1a000 - 0x32c76fff CoreUI armv7  <b2a9ebb5554330b48818cbaebbd06e47> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x32c77000 - 0x32ccafff CoreUtils armv7  <61ed281580663000bb17817e910d35b3> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x32ccb000 - 0x32cd0fff CrashReporterSupport armv7  <07f636e08495369b828dbf69e2e637ee> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x32cd1000 - 0x32d08fff DataAccess armv7  <066fd4c819043a3684b8053b1221e319> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x32e9d000 - 0x32eb3fff DataAccessExpress armv7  <b924238b25ad30289f63e915a364d5f2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x32eee000 - 0x32ef2fff DataMigration armv7  <2fdc473131b33d41a98366a9bb3cec50> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x32ef7000 - 0x32ef8fff DiagnosticLogCollection armv7  <2fec2487e81d321b8a7d50dfed91d13f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollecti on
    0x32ef9000 - 0x32f13fff DictionaryServices armv7  <82612d87ae5a389186b0c6646b976cbf> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x32f32000 - 0x32f4ffff EAP8021X armv7  <fd3e1f28b5bf39b7a4a3d160015ef9d0> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x32f58000 - 0x32f63fff ExFAT armv7  <a7ed638f895c3c668ce265301d9298dc> /System/Library/PrivateFrameworks/ExFAT.framework/ExFAT
    0x32f75000 - 0x32f77fff FTClientServices armv7  <7620ef492bce366cac36ed685bf7aed1> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x32f78000 - 0x32fa2fff FTServices armv7  <d00c2f6cb7c73abcbea7c72d4a2ec0fd> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x32fa3000 - 0x333befff FaceCore armv7  <05a9f9e1498a3e1fb7e81fbe9d11957d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x333f1000 - 0x333f7fff libGPUSupportMercury.dylib armv7  <503070fad4823552be6ce313589957de> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
    0x335e1000 - 0x335edfff GenerationalStorage armv7  <0206300d289837f297f009a93735a7b1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x335ee000 - 0x33799fff GeoServices armv7  <d7e9578080ca37d79f67b56954b97989> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x3379a000 - 0x337b0fff GraphicsServices armv7  <3336797b4ea832a49465bcf8d28d4035> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x33840000 - 0x338c5fff HomeSharing armv7  <d3878e7fe0dc31ec9ace322d02201163> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x338c6000 - 0x338d3fff IAP armv7  <ddfc8d1cffdd32d187009b9814bf72c9> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x33939000 - 0x3396dfff IDS armv7  <f5656f037e78392e9f4f3204b3c564b2> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x339dd000 - 0x339eefff IDSFoundation armv7  <eb2053920c303cca82593fece73415c4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x33a54000 - 0x33ae1fff IMCore armv7  <d6e8a375c5e7391bbd41d75de20b64ed> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x33b61000 - 0x33bbbfff IMFoundation armv7  <71449f02bd6938829e7ddd27bf3146a8> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x33bc2000 - 0x33bc4fff IOAccelerator armv7  <cedd2e0f4c2e3fb3b51d1c4af76e05ba> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x33bc5000 - 0x33bccfff IOMobileFramebuffer armv7  <8baee98c3eb037f889058898d2bef098> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x33bcd000 - 0x33bd2fff IOSurface armv7  <2cac51301b7c3a1d82bc3cf293fb0b0c> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x33c44000 - 0x33c50fff Librarian armv7  <dc3b1edfe90d3b8cace87a963995b736> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x33c51000 - 0x33c8afff MIME armv7  <5c2a7744ad5b3355971c0bb0b46b9f69> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x33c8b000 - 0x33cc8fff MMCS armv7  <3dbf755e4ab231a488682026aa7a08a6> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x33cd1000 - 0x33cdcfff MailServices armv7  <36b7e97853e936b394b7f3a7e9b77deb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x33d10000 - 0x33d8bfff ManagedConfiguration armv7  <d140fded987d39cca1a7bc02262a741e> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x33d8c000 - 0x33d8dfff Marco armv7  <9e5b8395799035ada84e3b5f50965604> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x33d8e000 - 0x33e06fff MediaControlSender armv7  <41198773533b3fb4a94e43f9f80057fe> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x33e45000 - 0x33e52fff MediaRemote armv7  <916f46ba82eb338181acca284f3f967b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x33e53000 - 0x33e6bfff MediaStream armv7  <6c6a6fc7ca113186aaab1c4602178ae8> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x33ed0000 - 0x33fa4fff Message armv7  <444c38cf8b923716a58df1b53f587b26> /System/Library/PrivateFrameworks/Message.framework/Message
    0x33fa9000 - 0x33fabfff MessageSupport armv7  <621852400d4833b58ecceb46d4b618d3> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x33fb7000 - 0x33fc3fff MobileAsset armv7  <3eac8ae448353f6098194f063bc4041c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x33fe7000 - 0x33feffff MobileBluetooth armv7  <eb4b9357c4d334ddbe4775de24307fd6> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x34002000 - 0x34009fff MobileIcons armv7  <a78d78f9c678352581c5f6bdd921be3c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3400a000 - 0x3400dfff MobileInstallation armv7  <ab9550ceda733c328e8155e994f118f6> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x3400e000 - 0x34018fff MobileKeyBag armv7  <f68035eb4ab7361cbf4a88991725242d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x34040000 - 0x34043fff MobileSystemServices armv7  <3b84379e817537fc80eb2997057c0007> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x34062000 - 0x3406dfff MobileWiFi armv7  <5120034f6f003b448a713385918ee90a> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x340ad000 - 0x34249fff MusicLibrary armv7  <b9060e30660239f09924754357ecd364> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x34308000 - 0x3430dfff Netrb armv7  <9b827935a74830b68232c4716c17d806> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x3430e000 - 0x34313fff NetworkStatistics armv7  <83800a8557523e92a6ae4ac94ccae630> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x34314000 - 0x34338fff Notes armv7  <f2bd8a5040093f30adbd1a3e8155a477> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x34339000 - 0x3433bfff OAuth armv7  <10c87176588337d880df7739a5ae9f59> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x34a93000 - 0x34acefff OpenCL armv7  <4071af2b8da7309bbbd834a934ee72ef> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x35073000 - 0x3509afff PersistentConnection armv7  <441f6f67c211332a935b9b0773465518> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x351e7000 - 0x35360fff PhotoLibraryServices armv7  <a437f790cb6e3c6aa1053a8238a2b9f8> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x354b6000 - 0x354e9fff PhysicsKit armv7  <7275cf1a482e30b39e84d6852b8e7be3> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x354ea000 - 0x354edfff PowerLog armv7  <8723cb15b0883ce4aaa88c8f35a4d9bf> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x3556f000 - 0x355dffff Preferences armv7  <e04b5f7395f539eaa7bc5b7e43108035> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x355e0000 - 0x35617fff PrintKit armv7  <c4178b526bf23481862b4c31c0cead81> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x3561b000 - 0x356a1fff ProofReader armv7  <db664016aae8358194ed4ca13bfa4652> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x356a2000 - 0x356acfff ProtocolBuffer armv7  <94ba5c01c54d3b3da5df836dd185f5c9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x356de000 - 0x35752fff Quagga armv7  <8582f6265b0a38da93e27326e955a8c0> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x3575e000 - 0x35803fff Radio armv7  <ef2966d5af3c38cb995c48f71156e04f> /System/Library/PrivateFrameworks/Radio.framework/Radio
    0x35892000 - 0x35917fff SAObjects armv7  <90c7d37385263e3d94cabb6a381d9725> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x359eb000 - 0x35a00fff SpringBoardServices armv7  <e72af53f8aed38449647c2e912bddfcf> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x35c1b000 - 0x35d3cfff StoreServices armv7  <0ccd2a0fd229370688723dfa609f51f9> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x35ded000 - 0x35deffff TCC armv7  <9ce710d3eb5a3e768105a9b68a8c9c9d> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x35e43000 - 0x35e64fff TelephonyUtilities armv7  <6f78910cb6633b66a16508bb9578b018> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x3648d000 - 0x364c0fff TextInput armv7  <beda138388f63ab1b6916d36e974ca9b> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x36744000 - 0x36804fff UIFoundation armv7  <85d44c28479732489d10f371084217e7> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x36805000 - 0x3681bfff Ubiquity armv7  <89ef3a66f4253cc285c18cb5c4047ec8> /System/Library/PrivateFrameworks/Ubiquity.framework/Ubiquity
    0x3681c000 - 0x3681ffff UserFS armv7  <87db207bdb383551be56386a8849ffc6> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
    0x36c43000 - 0x36c60fff VoiceServices armv7  <8441ea52fdae3484b81f355b3abd440f> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x36c83000 - 0x36ca8fff WebBookmarks armv7  <271a62297fb63d719118635c6f3ed209> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x36cbe000 - 0x37765fff WebCore armv7  <ec846a158670328d9cf55ac15dc7708f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x37766000 - 0x37826fff WebKit armv7  <7f54e35ae66c34c4880dd29eb2bf848e> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x3796a000 - 0x37970fff XPCKit armv7  <7f353bd7bf5330cc8b949f46fffdd0aa> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
    0x37971000 - 0x37979fff XPCObjects armv7  <b6baba957b2431cf8614e73831428b16> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x37b2f000 - 0x37b52fff iCalendar armv7  <3f42d0f247543fa39f7208ff355c427a> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x37d2f000 - 0x37d69fff iTunesStore armv7  <b9878d48a4be3c25abb69c453b969013> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x3893d000 - 0x38944fff libAccessibility.dylib armv7  <0b45917a21063e418a7349060ec3f71a> /usr/lib/libAccessibility.dylib
    0x38a4b000 - 0x38a61fff libCRFSuite.dylib armv7  <b3daa0f4be4c33af860990ee476791bc> /usr/lib/libCRFSuite.dylib
    0x38a75000 - 0x38a76fff libMobileCheckpoint.dylib armv7  <ce523619efc039cf8ffbd922fb9f0464> /usr/lib/libMobileCheckpoint.dylib
    0x38a77000 - 0x38a8cfff libMobileGestalt.dylib armv7  <2385d15c90bf3467bc25c958e1568636> /usr/lib/libMobileGestalt.dylib
    0x38aaa000 - 0x38aabfff libSystem.B.dylib armv7  <c6e05d73a31c3ada9db44f5b8426fc54> /usr/lib/libSystem.B.dylib
    0x38b1a000 - 0x38b48fff libTelephonyUtilDynamic.dylib armv7  <e8db72e18e2136fc86e0d00e103a3687> /usr/lib/libTelephonyUtilDynamic.dylib
    0x38c97000 - 0x38ca3fff libbsm.0.dylib armv7  <cbf50b2cb2ae3ff385d5d853551a33cf> /usr/lib/libbsm.0.dylib
    0x38ca4000 - 0x38cadfff libbz2.1.0.dylib armv7  <3a4d64c44c283997b46efa5712f9c2d1> /usr/lib/libbz2.1.0.dylib
    0x38cae000 - 0x38cf9fff libc++.1.dylib armv7  <a9e17626396330e4be0a636d853ecded> /usr/lib/libc++.1.dylib
    0x38cfa000 - 0x38d14fff libc++abi.dylib armv7  <dd16288fdf2d35179c1db87dcec17f2c> /usr/lib/libc++abi.dylib
    0x38d24000 - 0x38d2bfff libcupolicy.dylib armv7  <b415cddb1daa3aa39ca0f2375013ff6f> /usr/lib/libcupolicy.dylib
    0x38d57000 - 0x38d57fff libgcc_s.1.dylib armv7  <5adc2932566937829dac6190137ff948> /usr/lib/libgcc_s.1.dylib
    0x38e84000 - 0x38f71fff libiconv.2.dylib armv7  <3faa29f3ddf53187b51e155344592e1b> /usr/lib/libiconv.2.dylib
    0x38f72000 - 0x390c3fff libicucore.A.dylib armv7  <a0225e27ea6933558bc3dfecdcf626fc> /usr/lib/libicucore.A.dylib
    0x390cb000 - 0x390cbfff liblangid.dylib armv7  <8bb499713b5632adb09d7bb3a7b77a71> /usr/lib/liblangid.dylib
    0x390cc000 - 0x390d6fff liblockdown.dylib armv7  <303d4dbfe72033f7868b17ff0d81b03e> /usr/lib/liblockdown.dylib
    0x39418000 - 0x3942cfff libmis.dylib armv7  <0547ab9ace093e3bbb0ff33cc580fbd8> /usr/lib/libmis.dylib
    0x39455000 - 0x395f4fff libobjc.A.dylib armv7  <bf96d212244538e3a0c9fa3b779326c2> /usr/lib/libobjc.A.dylib
    0x396bc000 - 0x396d1fff libresolv.9.dylib armv7  <9d15aa14d7773e599e6cee134be9ebd0> /usr/lib/libresolv.9.dylib
    0x396fa000 - 0x39790fff libsqlite3.dylib armv7  <c30fdaeb1b133064ae493e30d98c37e0> /usr/lib/libsqlite3.dylib
    0x39791000 - 0x397defff libstdc++.6.dylib armv7  <60d2a9f34296398bb7c057e01fde6afc> /usr/lib/libstdc++.6.dylib
    0x397df000 - 0x39805fff libtidy.A.dylib armv7  <1038b4aac4c9322fb6fc14b57e71ab02> /usr/lib/libtidy.A.dylib
    0x39809000 - 0x398bcfff libxml2.2.dylib armv7  <610d9be70005338f9db94dbcaf1b6459> /usr/lib/libxml2.2.dylib
    0x398bd000 - 0x398defff libxslt.1.dylib armv7  <c5d2c1db0a203d26a577d6c231b3640d> /usr/lib/libxslt.1.dylib
    0x398df000 - 0x398ebfff libz.1.dylib armv7  <76b41c58034a30dabe6ad9be1e637644> /usr/lib/libz.1.dylib
    0x398ec000 - 0x398f0fff libcache.dylib armv7  <b262271ab3b538d292c58c0fa1f34f35> /usr/lib/system/libcache.dylib
    0x398f1000 - 0x398f9fff libcommonCrypto.dylib armv7  <8200f162f57137cba6afda041f98deec> /usr/lib/system/libcommonCrypto.dylib
    0x398fa000 - 0x398fefff libcompiler_rt.dylib armv7  <ea7b2fcac98c3901a564a64a58cd34b0> /usr/lib/system/libcompiler_rt.dylib
    0x398ff000 - 0x39905fff libcopyfile.dylib armv7  <eefd70bf288d39adaee6d7ba9d1e63c4> /usr/lib/system/libcopyfile.dylib
    0x39906000 - 0x3993efff libcorecrypto.dylib armv7  <912e56f196943500877e1aba46efcb78> /usr/lib/system/libcorecrypto.dylib
    0x3993f000 - 0x39963fff libdispatch.dylib armv7  <85f26b4b8d7d3c1d8311f30332c553f3> /usr/lib/system/libdispatch.dylib
    0x39964000 - 0x39965fff libdyld.dylib armv7  <634835cfe326383fa2f33a545745d469> /usr/lib/system/libdyld.dylib
    0x39966000 - 0x39966fff libkeymgr.dylib armv7  <fdd133303b5c3998837f64bd662afbe2> /usr/lib/system/libkeymgr.dylib
    0x39967000 - 0x3996dfff liblaunch.dylib armv7  <8eac07c764fd378caab4a88566c502da> /usr/lib/system/liblaunch.dylib
    0x3996e000 - 0x39971fff libmacho.dylib armv7  <b9a905d0b03c3f68b094937ed8250483> /usr/lib/system/libmacho.dylib
    0x39972000 - 0x39973fff libremovefile.dylib armv7  <cd81357c257c3557a291127f208078da> /usr/lib/system/libremovefile.dylib
    0x39974000 - 0x39981fff libsystem_asl.dylib armv7  <3342e45e4cbc37fba1d21d4f7a8d80fa> /usr/lib/system/libsystem_asl.dylib
    0x39982000 - 0x39982fff libsystem_blocks.dylib armv7  <0178b6f1a9bf362d9672641076a42ee2> /usr/lib/system/libsystem_blocks.dylib
    0x39983000 - 0x399e4fff libsystem_c.dylib armv7  <c9a4063753913b56946af37c0199d532> /usr/lib/system/libsystem_c.dylib
    0x399e5000 - 0x399e7fff libsystem_configuration.dylib armv7  <942ac816bd943b0e87ad5d0f5f396b06> /usr/lib/system/libsystem_configuration.dylib
    0x399e8000 - 0x399eefff libsystem_dnssd.dylib armv7  <abc34ba115ef3b8d90038bfd1f1ad98d> /usr/lib/system/libsystem_dnssd.dylib
    0x399ef000 - 0x39a07fff libsystem_info.dylib armv7  <a0ff0c2698bb32f0a09db13258f21df2> /usr/lib/system/libsystem_info.dylib
    0x39a08000 - 0x39a20fff libsystem_kernel.dylib armv7  <f27d88a8e9e53fe69d2cf9fb8cf82105> /usr/lib/system/libsystem_kernel.dylib
    0x39a21000 - 0x39a40fff libsystem_m.dylib armv7  <f8d5d97ac0473f53864c943f314fb687> /usr/lib/system/libsystem_m.dylib
    0x39a41000 - 0x39a52fff libsystem_malloc.dylib armv7  <f91cb81b14233a96b7adc6d3f4c85e59> /usr/lib/system/libsystem_malloc.dylib
    0x39a53000 - 0x39a73fff libsystem_network.dylib armv7  <1ea1dff167a33a24bffebdaa045c6f61> /usr/lib/system/libsystem_network.dylib
    0x39a74000 - 0x39a7bfff libsystem_notify.dylib armv7  <f8815b752aea351aba2b8cc9f21feaf2> /usr/lib/system/libsystem_notify.dylib
    0x39a7c000 - 0x39a81fff libsystem_platform.dylib armv7  <bc7491776e5537ecb08c0685e45bffe6> /usr/lib/system/libsystem_platform.dylib
    0x39a82000 - 0x39a87fff libsystem_pthread.dylib armv7  <c8ef245a866731d08dee5e8cabd1b476> /usr/lib/system/libsystem_pthread.dylib
    0x39a88000 - 0x39a89fff libsystem_sandbox.dylib armv7  <be27aa9ca3753a4e8c1f596e3c097c80> /usr/lib/system/libsystem_sandbox.dylib
    0x39a8a000 - 0x39a8cfff libsystem_stats.dylib armv7  <8e3a710948523fec8b5cf193448353da> /usr/lib/system/libsystem_stats.dylib
    0x39a8d000 - 0x39a8dfff libunwind.dylib armv7  <45c29718368e3d1c8821911ab5953080> /usr/lib/system/libunwind.dylib
    0x39a8e000 - 0x39aa8fff libxpc.dylib armv7  <4092c992f9213208aee93c1312733136> /usr/lib/system/libxpc.dylib

  • My bootcamp assistant application crashes when i open it . what can i do????

    well by accident y type something on the info.plist file in the bootcamp asistants folder and i fix it but now when i open it it crashes !!! help me please!!!

    Please try out the workaround suggested by Claire Thirlwall in the thread, ADE Doesn't Recognize Kobo E-Reader.

  • Hi, my iMac keeps on crashing since I moved home. Diagnostic on disk gives me no problem. Below is the log after the latest crash. Any idea on what can it be?

    Interval Since Last Panic Report:  4383 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    ED0E9E5D-0022-AE9F-C7F8-76240B99E5D3
    Sat Nov 30 18:54:44 2013
    panic(cpu 2 caller 0xffffff802fcf8719): "hfs_getnewvnode: bad ca_blocks (too small)"@/SourceCache/xnu/xnu-2050.48.12/bsd/hfs/hfs_cnode.c:1224
    Backtrace (CPU 2), Frame : Return Address
    0xffffff812123b140 : 0xffffff802fa1d636
    0xffffff812123b1b0 : 0xffffff802fcf8719
    0xffffff812123b2b0 : 0xffffff802fd1b30c
    0xffffff812123b410 : 0xffffff802fd1ab4b
    0xffffff812123b4b0 : 0xffffff802fb17889
    0xffffff812123b520 : 0xffffff802fadf1f5
    0xffffff812123bd80 : 0xffffff802fae0e1c
    0xffffff812123bf50 : 0xffffff802fde97ba
    0xffffff812123bfb0 : 0xffffff802facf453
    BSD process name corresponding to current thread: backupd
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x000000002f800000
    Kernel text base: 0xffffff802fa00000
    System model name: iMac13,1 (Mac-00BE6ED71E35EB86)
    System uptime in nanoseconds: 4135924394520
    last loaded kext at 3656439838337: com.apple.filesystems.afpfs          10.0 (addr 0xffffff7fb1e39000, size 348160)
    last unloaded kext at 323124799272: com.apple.filesystems.msdosfs          1.8.1 (addr 0xffffff7fb1e0d000, size 57344)
    loaded kexts:
    com.apple.filesystems.afpfs          10.0
    com.apple.nke.asp_tcp          7.1.0
    com.apple.filesystems.smbfs          1.8.4
    com.apple.driver.AppleBluetoothMultitouch          75.19
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager          4.1.7f2
    com.apple.driver.AGPM          100.13.12
    com.apple.driver.ApplePlatformEnabler          2.0.7d2
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.4.7fc4
    com.apple.driver.AppleMikeyDriver          2.4.7fc4
    com.apple.driver.AppleUpstreamUserClient          3.5.12
    com.apple.driver.AppleSMBusPCI          1.0.11d1
    com.apple.GeForce          8.1.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.1.7f4
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleIntelHD4000Graphics          8.1.6
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.AppleLPC          1.6.3
    com.apple.driver.AppleIntelFramebufferCapri          8.1.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.5
    com.apple.driver.AppleSDXC          1.4.3
    com.apple.driver.AppleUSBHub          635.4.0
    com.apple.driver.AppleAHCIPort          2.6.6
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.iokit.AppleBCM5701Ethernet          3.6.2b4
    com.apple.driver.AppleUSBXHCI          635.4.0
    com.apple.driver.AppleUSBEHCI          621.4.6
    com.apple.driver.AppleACPIButtons          1.8
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.8
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          214.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          214.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.2.4
    com.apple.driver.AppleHIDKeyboard          170.2.4
    com.apple.driver.IOBluetoothHIDDriver          4.1.7f2
    com.apple.driver.AppleMultitouchDriver          237.4
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.4.7fc4
    com.apple.iokit.IOAudioFamily          1.9.2fc7
    com.apple.kext.OSvKernDSPLib          1.12
    com.apple.nvidia.gk100hal          8.1.6
    com.apple.NVDAResman          8.1.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.1.7f2
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOAcceleratorFamily          74.15
    com.apple.driver.AppleHDAController          2.4.7fc4
    com.apple.iokit.IOHDAFamily          2.4.7fc4
    com.apple.driver.AppleThunderboltEDMSink          1.2.0
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOBluetoothFamily          4.1.7f2
    com.apple.driver.AppleSMC          3.1.5d4
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.IOPlatformPluginFamily          5.4.1d13
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.6
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.3.2
    com.apple.driver.AppleUSBMergeNub          621.4.6
    com.apple.driver.AppleUSBComposite          621.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.7.7
    com.apple.iokit.IOAHCIFamily          2.5.1
    com.apple.iokit.IOUSBUserClient          630.4.4
    com.apple.iokit.IO80211Family          530.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          635.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.8
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: iMac13,1, BootROM IM131.010A.B05, 4 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.9f5
    Graphics: NVIDIA GeForce GT 640M, NVIDIA GeForce GT 640M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A544635313236344A485A3147364D32
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A544635313236344A485A3147364D32
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f2 12718, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2412, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828b, 0x1d181300 / 6
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8511, 0x1a110000 / 3

    The Time Machine backup data on the network device is corrupt. The first thing you should do, if that's your only backup, is to make another complete backup to a locally attached storage device. One backup is never enough to be safe. Network backups are less reliable than local ones.
    After that, hold down the option key and select Verify Backups from the Time Machine menu in the menu bar (not the Dock icon.) This operation may take a long time. If the menu-bar icon (a clock that runs backwards) isn't showing, check Show Time Machine in menu bar in the preferences.
    If you continue to get panics, erase the backup device. With an AirPort device, you do that from within the AirPort Utility application; see its built-in help for details. All backups will be lost, so don't do this until you've backed up to another device. After erasing, select the device again as a backup destination in the Time Machine preference pane. The first backup should be made over a wired connection, if possible.
    If you still have problems after erasing the device, it should be replaced.

  • My IMac G5 can not be upgraded, mobileme is now in icloud that i can not access what can i do?

    My iMac G5 is to old wrong processor, can not update to leopard or lion,
    mobileme has been upgraded to icloud which i can not access from my iMac
    i would like to revert to basic email what can i do ?

    Jean-Christophe wrote:
    Sorry i am on Mac OS X version 10.5.8
    Model Name:          iMac G5
      Model Identifier:          PowerMac12,1
      Processor Name:          PowerPC G5 (3.1)
      Processor Speed:          2.1 GHz
      Number Of CPUs:          1
      L2 Cache (per CPU):          512 KB
      Memory:          512 MB
      Bus Speed:          700 MHz
      Boot ROM Version:          5.2.6f1
    looking at sofware upgrade on web i can not upgrade to leopard or lion so what can i do ?
    You are already running leopard, and Roger Wilmut's instructions will lead you through how to do it (setup Mail)

Maybe you are looking for

  • How do I find out the number of rows in a resultset ?

    Without scrolling it.

  • A/c assignment category and item category fields purpose

    what is the importance of account assignment category and item category fields in po(me21n).what is the impact of that fields.

  • Having trouble viewing Canon .cr2 files

    I have been running CS4 for over 2 years. Suddenly todayI cannot view .cr2 files in Bridge. This function worked perfectly yesterday. Any Ideas?

  • Event: NULL TCP PACKET

    Hello all, we are incrementally receiving a lot of MARS events that comes from Cisco IDS, all those events are “ NULL TCP PACKET”, and the destination is always the same, a smtp ironport machine trough the 25 port, from diferent public IPs. Does

  • Missing Music and Exturnal HDDs

    Hey All, Im new here but Id like some help (if there is any available) you see Im having a problem with iTunes, and its one that i belive could be fixed without too much trouble on apples part, if there isnt a way to fix it already. I seem to be woff