Multiple serial ports streaming - BSOD/freezes - Hardware or Software problem?

Hello all,
I just joined the forums as I'm in dire need of some help with LV. I'm trying to hook up three lasers for an experiment. These are connected to my laptop via seperate RS232 cables with an adapter each to a COM port. I found an LV example that reads in one laser from the manufacturers site (something with .dll files and a C++ library). I'm a beginner with LV and I can't really say I have experience, especially not with custom libraries, so I just tried to make it work somehow. So what I did was basically copy it three times and reconnected some wires and changed the output format. I've added my program to this post; warning, you might get slightly sick by looking at it.
Anyway, my main problem is; it works, but only for a limited time. After some time the VI will crash or my laptop will BSOD. Now, since my VI isn't very professional and probably has a very bad structure I'm not sure whether this is a problem with the VI or with the RS232 adapters/USB hub. I read some things on faulty RS232 adapters that conflict, but I can also imagine my VI can't deal with three data streams correctly, so I'm not sure where this is coming from.
I was hoping that if any of you would take a glance at my VI, you could tell me whether it's my VI or not. I'd rather confirm this before I buy three new RS232 adapters.
P.S. I'm running this on LV 2011 and LV 8.2.1 (my laptop with 2011 only recognises 2 COM ports simultaenously and my other laptop with 8.2.1 all three, but my laptop with 2011 can handle the crashes better)
Thanks!
Attachments:
lv_RF603_Measure_3L_FORCE6.vi ‏120 KB
library.7z ‏12 KB

As an off the wall suggestion, check the usb "power save settings" under "control Panelower Options:Edit Plan Settings:Advanced Settings:USB settings" You want the USB selective suspend setting to be Disabled. Another possible idagnostic tool might be to do  a    Power Efficiency Diagnostics Report  which we have found has occasionally pointed us to usb hanging issues. 
Using the same type usb-serial adapters doesn't guarantee anything, but I have run into issues where a vendor's driver was implemented incorrectly. It ended up being a wrapper around the FTDI driver, and the wrapper dll wasn't correctly made multi-threaded safe. I browbeat the vendor (I was working at a LARGE corporation, with a prospective LARGE purchase of the devices) into telling me what calls their wrapper made. I then used the FTDI dll directly, not using the "simplified interface" of the vendor's dll. FTDI's dll was thread safe, no more random lockups/BSOD.
Good Luck, these are incredibly painful!
Putnam
Certified LabVIEW Developer
Senior Test Engineer
Currently using LV 6.1-LabVIEW 2012, RT8.5
LabVIEW Champion

Similar Messages

  • Multiple serial port initialisation problem

    Good Morning All
    I have attached a vi which is giving me a problem that I can't solve, and would appreciate any help.
    The vi is supposed to intialise up to 7 serial ports (only using 5 at the moment), and I'm assuming this is a plausible way to do the initialisation (could be wrong). The serial ports are connected to a pc via a usb hub. The windows XP o/s does recognise the ports according to the device manager.
    The problem is that when the vi is run the following error is reported as shown in the attached word document.
    I have compared the port settings in the device manager properties for each port to the vi settings and they match. What more can I do?
    If somebody has a setup with mutliple serial ports could they try the vi and see if it works for them?
    Thanks and best regards
    Ray
    Solved!
    Go to Solution.
    Attachments:
    ax500 serial port init.vi ‏37 KB
    init error.docx ‏518 KB

    It has nothing to do with multiple serial ports.  It has to do with an invalid setting you are trying to use to configure any one of the serial ports.
    Look at the information in the error message.  Argument 4 of the property node in Configure Serial Port VI is the Stop Bits setting.  I see a coercion dot going into that VI, so that tells me the datatype you are wiring in doesn't quite match.
    You have an array of I32 values, and your values consist of 1's.  Disconnect that array and right click on the terminal of Configure Serial Port VI and pick Create Constant.  You'll see you get a ring data type.  It is a U16.  But if you look at the items in there, you'll see that stop bits 1.0 has a value of 10.  1.5 has a value of 15, 2.0 has a value of 20.  So the value of 1 has no meaning to that property node and you get an error.  You should be wiring in a value of 10.
    Delete that array.  Create an array of the ring constants.  Turn it into a control, and choose the correct ring value for each element of your array.
    You have several other coercion dots.  They may not be causing you problems, but I would consider disconnecting them, creating a constant of the correct datatype, and using that in the array you wire to the Configure subVI.
    I modified your VI and attached it.  See if it works for you.
    Attachments:
    ax500SerialPortInitMOD.vi ‏37 KB

  • Safari keeps crashing, hardware or software problem?

    Safari keeps crashing. Also tried Google Chrome but had problems with that as well. Is this a hardware or software problem?
    Process:         com.apple.WebKit.WebContent
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.74.9)
    Build Info:      WebKit2-7537074009000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  ???
    Responsible:     Safari
    User ID:         502
    Date/Time:       2014-03-20 16:20:19.611 +0100
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  C00000D-CF00-7000-000E-4BBEVEW00
    Sleep/Wake UUID: AAAACA16-)BAFG-4CF4-9BB9-433AB2AFAE18
    Crashed Thread:  8  JavaScriptCore::Marking
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000004
    VM Regions Near 0x4:
    -->
        __TEXT                 0000000104657000-0000000104658000 r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore           0x00007fff8e1d45d3 JSC::JSString::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 35
    1   com.apple.JavaScriptCore           0x00007fff8e1d42f4 JSC::SlotVisitor::drain() + 388
    2   com.apple.JavaScriptCore           0x00007fff8e1d28e6 JSC::Heap::markRoots() + 550
    3   com.apple.JavaScriptCore           0x00007fff8e1d2069 JSC::Heap::collect(JSC::Heap::SweepToggle) + 233
    4   com.apple.JavaScriptCore           0x00007fff8e1d1cd7 JSC::DefaultGCActivityCallback::doWork() + 167
    5   com.apple.JavaScriptCore           0x00007fff8e1d1914 JSC::HeapTimer::timerDidFire(__CFRunLoopTimer, void) + 164
    6   com.apple.CoreFoundation           0x00007fff93f8d564 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation           0x00007fff93f8d09f __CFRunLoopDoTimer + 1151
    8   com.apple.CoreFoundation           0x00007fff93ffe5aa __CFRunLoopDoTimers + 298
    9   com.apple.CoreFoundation           0x00007fff93f488e5 __CFRunLoopRun + 1525
    10  com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    11  com.apple.HIToolbox                0x00007fff92f05a0d RunCurrentEventLoopInMode + 226
    12  com.apple.HIToolbox                0x00007fff92f057b7 ReceiveNextEventCommon + 479
    13  com.apple.HIToolbox                0x00007fff92f055bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    14  com.apple.AppKit                   0x00007fff95f943de _DPSNextEvent + 1434
    15  com.apple.AppKit                   0x00007fff95f93a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    16  com.apple.AppKit                   0x00007fff95f87b2c -[NSApplication run] + 553
    17  com.apple.AppKit                   0x00007fff95f72913 NSApplicationMain + 940
    18  com.apple.XPCService               0x00007fff9702bc0f xpcmain + 385
    19  libxpc.dylib                       0x00007fff914b5bde xpc_main + 399
    20  com.apple.WebKit.WebContent        0x0000000104657ba0 0x104657000 + 2976
    21  libdyld.dylib                      0x00007fff99be75fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib             0x00007fff95c6ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib            0x00007fff92d0cf08 pthreadwqthread + 330
    2   libsystem_pthread.dylib            0x00007fff92d0ffb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x00007fff95c6f662 kevent64 + 10
    1   libdispatch.dylib                  0x00007fff8ccff43d dispatchmgr_invoke + 239
    2   libdispatch.dylib                  0x00007fff8ccff152 dispatchmgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib             0x00007fff95c6aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff95c69d18 mach_msg + 64
    2   com.apple.CoreFoundation           0x00007fff93f49155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation           0x00007fff93f48779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                   0x00007fff9613416e _NSEventThread + 144
    6   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    7   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    8   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 4:: WebCore: Scrolling
    0   libsystem_kernel.dylib             0x00007fff95c6aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff95c69d18 mach_msg + 64
    2   com.apple.CoreFoundation           0x00007fff93f49155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation           0x00007fff93f48779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation           0x00007fff93ffd811 CFRunLoopRun + 97
    6   com.apple.WebCore                  0x00007fff8ce83d44 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore           0x00007fff8e1aac5f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    9   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    10  libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib             0x00007fff95c6aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff95c69d18 mach_msg + 64
    2   com.apple.CoreFoundation           0x00007fff93f49155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation           0x00007fff93f48779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation               0x00007fff8fc09967 + + 348
    6   com.apple.Foundation               0x00007fff8fc0976b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    8   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    9   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib             0x00007fff95c6e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib            0x00007fff92d0dc3b pthreadcond_wait + 727
    2   com.apple.JavaScriptCore           0x00007fff8e1b5e16 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore           0x00007fff8e1b5935 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore           0x00007fff8e1aac5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    6   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    7   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore           0x00007fff8e1d46db JSC::JSString::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 299
    1   com.apple.JavaScriptCore           0x00007fff8e1d42f4 JSC::SlotVisitor::drain() + 388
    2   com.apple.JavaScriptCore           0x00007fff8e1d3f27 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    3   com.apple.JavaScriptCore           0x00007fff8e1b62ba JSC::GCThread::gcThreadMain() + 74
    4   com.apple.JavaScriptCore           0x00007fff8e1aac5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    6   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    7   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 8 Crashed:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore           0x00007fff8e1d435b JSC::SlotVisitor::drain() + 491
    1   com.apple.JavaScriptCore           0x00007fff8e1d3f27 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    2   com.apple.JavaScriptCore           0x00007fff8e1b62ba JSC::GCThread::gcThreadMain() + 74
    3   com.apple.JavaScriptCore           0x00007fff8e1aac5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    5   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    6   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore           0x00007fff8e1d4e4d JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 429
    1   com.apple.JavaScriptCore           0x00007fff8e1d74c5 JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 21
    2   com.apple.JavaScriptCore           0x00007fff8e3fa2d6 JSC::JSBoundFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 22
    3   com.apple.JavaScriptCore           0x00007fff8e1d438d JSC::SlotVisitor::drain() + 541
    4   com.apple.JavaScriptCore           0x00007fff8e1d3f27 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    5   com.apple.JavaScriptCore           0x00007fff8e1b62ba JSC::GCThread::gcThreadMain() + 74
    6   com.apple.JavaScriptCore           0x00007fff8e1aac5f ***::wtfThreadEntryPoint(void*) + 15
    7   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    8   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    9   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 10:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib             0x00007fff95c6aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff95c69d18 mach_msg + 64
    2   com.apple.CoreFoundation           0x00007fff93f49155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation           0x00007fff93f48779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation           0x00007fff93ffd811 CFRunLoopRun + 97
    6   com.apple.QTKit                    0x00007fff90f53f3c listenOnDelegatePort + 385
    7   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    8   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    9   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 11:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib             0x00007fff95c6aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff95c69d18 mach_msg + 64
    2   com.apple.CoreFoundation           0x00007fff93f49155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation           0x00007fff93f48779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation           0x00007fff93f480b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation           0x00007fff93ffd811 CFRunLoopRun + 97
    6   com.apple.QTKit                    0x00007fff90f54404 listenOnNotificationPort + 353
    7   libsystem_pthread.dylib            0x00007fff92d0b899 pthreadbody + 138
    8   libsystem_pthread.dylib            0x00007fff92d0b72a pthreadstart + 137
    9   libsystem_pthread.dylib            0x00007fff92d0ffc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib             0x00007fff95c6ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib            0x00007fff92d0cf08 pthreadwqthread + 330
    2   libsystem_pthread.dylib            0x00007fff92d0ffb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib             0x00007fff95c6ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib            0x00007fff92d0cf08 pthreadwqthread + 330
    2   libsystem_pthread.dylib            0x00007fff92d0ffb9 start_wqthread + 13
    Thread 8 crashed with X86 Thread State (64-bit):
      rax: 0x000000010de126f0  rbx: 0x00000000ffffffb5  rcx: 0x0000000000000004  rdx: 0x000000010f8d0000
      rdi: 0x000000010bbd1830  rsi: 0x0000000000000082  rbp: 0x0000000109211e70  rsp: 0x0000000109211e40
       r8: 0x0000000000000001   r9: 0x0000000116b0f000  r10: 0x000000010af1a740  r11: 0x0000000018ef92fe
      r12: 0x0000000107c7c000  r13: 0x00007fff7c55b278  r14: 0x00007fff7c55c268  r15: 0x00007fff7c55bea8
      rip: 0x00007fff8e1d435b  rfl: 0x0000000000010202  cr2: 0x0000000000000004
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x104657000 -        0x104657ff4  com.apple.WebKit.WebContent (9537 - 9537.74.9) <46AD5B20-A90A-329C-8A8C-18A9062AA559> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x104660000 -        0x104660fff  WebProcessShim.dylib (7537.74.9) <D688F5E3-16BC-3856-A9A2-8524B7C85002> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x10a8cb000 -        0x10a8ddff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <81289FEE-C191-3434-9394-543B00B24522> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x10fb10000 -        0x10fb14ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
        0x123400000000 -     0x12340047bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.24.11 - 8.2.4) <AD8822DB-4408-36A5-B524-04476A8E0245> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
        0x7fff68c4e000 -     0x7fff68c81817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff8bf96000 -     0x7fff8bf9eff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8bf9f000 -     0x7fff8c105fff  libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8c106000 -     0x7fff8c16afff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c16b000 -     0x7fff8c59effb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8c59f000 -     0x7fff8c5abff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8ccfc000 -     0x7fff8cd16fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff8cd17000 -     0x7fff8cda0fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8cdac000 -     0x7fff8dbfafff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8dc44000 -     0x7fff8dc6cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8dc6d000 -     0x7fff8dc9efff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8dd44000 -     0x7fff8dd97fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8dd98000 -     0x7fff8ddc9ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff8ddca000 -     0x7fff8ddd5fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
        0x7fff8ddd6000 -     0x7fff8de24fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8de25000 -     0x7fff8de9cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8e130000 -     0x7fff8e138ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8e139000 -     0x7fff8e154ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8e1a1000 -     0x7fff8e518ffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8e51a000 -     0x7fff8e5d2ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8e869000 -     0x7fff8e8b0ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff8e8c4000 -     0x7fff8e8caff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff8e8cb000 -     0x7fff8e8cbfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8e9c9000 -     0x7fff8e9d0ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8ec6b000 -     0x7fff8ec6dff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8ec6e000 -     0x7fff8ec71ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8ec72000 -     0x7fff8ec9eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8ec9f000 -     0x7fff8eccefd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8eccf000 -     0x7fff8f005fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8f006000 -     0x7fff8f007ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8f008000 -     0x7fff8f011ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8f012000 -     0x7fff8f041ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f042000 -     0x7fff8f045fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8f924000 -     0x7fff8fad1f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8fad2000 -     0x7fff8fb2dffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8fba3000 -     0x7fff8fea1fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8fea2000 -     0x7fff8feafff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff900c7000 -     0x7fff90285fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff90286000 -     0x7fff902a4ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff902a5000 -     0x7fff90394fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff90396000 -     0x7fff903bffff  GLRendererFloat (9.6) <16871296-2EB9-3FF6-AB00-3E2E55A45A63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff903c0000 -     0x7fff903c8fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff903c9000 -     0x7fff90539ff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff9054b000 -     0x7fff9055dff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9055e000 -     0x7fff905eaff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff9060b000 -     0x7fff90615ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff9061c000 -     0x7fff90626ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90627000 -     0x7fff90657fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff9066c000 -     0x7fff90756fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff90757000 -     0x7fff90760fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff90828000 -     0x7fff90867fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff90868000 -     0x7fff90879ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9087a000 -     0x7fff9087dffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff9087e000 -     0x7fff90a36ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff90d1f000 -     0x7fff90d46ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff90e1a000 -     0x7fff90e1cfff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff90e1d000 -     0x7fff90e21fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff90e47000 -     0x7fff90e76ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff90e77000 -     0x7fff90ef7fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90f1e000 -     0x7fff90f25ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff90f26000 -     0x7fff90f26fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90f27000 -     0x7fff90f3fff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff90f40000 -     0x7fff91081fff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff91082000 -     0x7fff911a4ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff911a5000 -     0x7fff911f1ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff911f2000 -     0x7fff91322ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff91323000 -     0x7fff9133affa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff9134b000 -     0x7fff9134cfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff9134d000 -     0x7fff91483ff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff91484000 -     0x7fff914a1ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff914a2000 -     0x7fff914c6fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff914c7000 -     0x7fff9152cff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9152d000 -     0x7fff91530fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff91531000 -     0x7fff91537fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff91538000 -     0x7fff91571ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff91572000 -     0x7fff9158dff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff9158e000 -     0x7fff9159aff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff9159b000 -     0x7fff9159bffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff915bf000 -     0x7fff915e9ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
        0x7fff915ed000 -     0x7fff9167dfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916da000 -     0x7fff91937ffd  com.apple.RawCamera.bundle (5.03 - 731) <99C18399-B160-3C4A-AEDC-A2FD4944FCC6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff91977000 -     0x7fff91978ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff91979000 -     0x7fff91986fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff91987000 -     0x7fff91a6bfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff91a6c000 -     0x7fff91a6eff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff91b47000 -     0x7fff91c76fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff91c7e000 -     0x7fff91c7fff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff91c80000 -     0x7fff91deeff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff91def000 -     0x7fff91e17ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff91e82000 -     0x7fff91e9bff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff91ef2000 -     0x7fff91ef7ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff91f01000 -     0x7fff91f3fff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff91f40000 -     0x7fff91f45ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff91f46000 -     0x7fff91f88ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff91f89000 -     0x7fff91fb8fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff91fb9000 -     0x7fff92084fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff92165000 -     0x7fff92167fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff92168000 -     0x7fff92170ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff92171000 -     0x7fff92180ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff92181000 -     0x7fff921a6ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff921a7000 -     0x7fff921b1fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff921b2000 -     0x7fff921f3fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff92256000 -     0x7fff92260ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff92263000 -     0x7fff9226eff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9226f000 -     0x7fff922f7ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff922f8000 -     0x7fff9233ffff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff923a8000 -     0x7fff923a8ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff923a9000 -     0x7fff923deffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff92406000 -     0x7fff927e7ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff927ed000 -     0x7fff927fdffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff92929000 -     0x7fff929b2ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff929b3000 -     0x7fff929c5fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff92a07000 -     0x7fff92ae6fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff92ae7000 -     0x7fff92c3aff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92c3b000 -     0x7fff92c51fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff92c52000 -     0x7fff92c79ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff92c7a000 -     0x7fff92c81fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff92d0a000 -     0x7fff92d11ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff92d12000 -     0x7fff92ddbfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff92de6000 -     0x7fff92e0bff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff92e4b000 -     0x7fff92e74ff7  libc+abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc+abi.dylib
        0x7fff92e75000 -     0x7fff92e7effb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff92ed7000 -     0x7fff93181ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff93182000 -     0x7fff93186ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
        0x7fff93187000 -     0x7fff93195fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93196000 -     0x7fff93231fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff93232000 -     0x7fff93277fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib
        0x7fff93278000 -     0x7fff93366fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9363d000 -     0x7fff9368afff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9368b000 -     0x7fff936a6ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff936a7000 -     0x7fff936aafff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff936b4000 -     0x7fff936b9fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff936c1000 -     0x7fff936ebff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff936ec000 -     0x7fff9379cff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff937bb000 -     0x7fff938c1ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff938c2000 -     0x7fff93907ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff93908000 -     0x7fff93940ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff93941000 -     0x7fff93942fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff93943000 -     0x7fff93956ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff939ec000 -     0x7fff93cd6fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff93cd7000 -     0x7fff93ce7fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff93d4b000 -     0x7fff93d4cff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff93d4d000 -     0x7fff93e34ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff93e35000 -     0x7fff93e39fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff93e3a000 -     0x7fff93e3bff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93e3c000 -     0x7fff93e43fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff93e4c000 -     0x7fff93e95fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff93ed5000 -     0x7fff93ed7fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff93ed8000 -     0x7fff940bdfff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9410d000 -     0x7fff94129fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff9412a000 -     0x7fff9417bff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff94204000 -     0x7fff94391ff7  GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff943ae000 -     0x7fff943aefff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff943af000 -     0x7fff943b0fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
        0x7fff94414000 -     0x7fff9447bff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff944aa000 -     0x7fff944acfff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff944ad000 -     0x7fff94dccaf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff94dcd000 -     0x7fff94e25ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff94e26000 -     0x7fff9532cff3  com.apple.Safari.framework (9537 - 9537.74.9) <92E7195B-FAED-3578-96E2-6F75274C300B> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff9532d000 -     0x7fff95338ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff9585d000 -     0x7fff9585dff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff95c59000 -     0x7fff95c75ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff95c76000 -     0x7fff95c83ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff95c84000 -     0x7fff95c86ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff95ece000 -     0x7fff95ed9fff  libGPUSupportMercury.dylib (9.6) <3E5636DB-5EED-3C31-8B6D-8CBFE965BC12> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff95eda000 -     0x7fff95edeff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95edf000 -     0x7fff95f3dff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff95f70000 -     0x7fff96ae6fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff96b2e000 -     0x7fff96f7cfff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff96fa1000 -     0x7fff96fb8ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff96fb9000 -     0x7fff97028ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff97029000 -     0x7fff97029fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9702a000 -     0x7fff97030ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff9704b000 -     0x7fff9706fff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff97103000 -     0x7fff9735cff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9735d000 -     0x7fff97366ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff97367000 -     0x7fff97367fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff97368000 -     0x7fff973dbfff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff973dc000 -     0x7fff97408fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff97409000 -     0x7fff9742bfff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff976ce000 -     0x7fff976d8ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff976df000 -     0x7fff976ecff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff976ed000 -     0x7fff978ddffd  com.apple.WebKit2 (9537 - 9537.74.9) <3F7B257F-D0DA-3AA8-BE8B-0C5474FE9806> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff97c58000 -     0x7fff97f28ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff97f29000 -     0x7fff97f34fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff97f37000 -     0x7fff97fc2fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff97fc3000 -     0x7fff9801cfff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9801d000 -     0x7fff98265ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff98266000 -     0x7fff98328ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff98329000 -     0x7fff98899fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff9896b000 -     0x7fff98c3ffc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff98c40000 -     0x7fff98c92fff  libc+.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc+.1.dylib
        0x7fff98cab000 -     0x7fff98caeff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff98caf000 -     0x7fff98cc7ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff98cc8000 -     0x7fff98cc9ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff98cca000 -     0x7fff98cd2fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff98d3f000 -     0x7fff98e30ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff98e31000 -     0x7fff98e4aff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff98f1f000 -     0x7fff98f23ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff98f24000 -     0x7fff98f91fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff98fcd000 -     0x7fff98fdeff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff98fdf000 -     0x7fff99008fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff99009000 -     0x7fff99013ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff990c3000 -     0x7fff990fefff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff990ff000 -     0x7fff99103fff  com.apple.IOAccelerator (98.14 - 98.14) <13EE735B-BD43-3E9B-9908-E423A17C4517> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff99192000 -     0x7fff99192fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff9953e000 -     0x7fff995a4fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff995a5000 -     0x7fff995aafff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff995cd000 -     0x7fff995cefff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff995cf000 -     0x7fff996a0ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff996a4000 -     0x7fff996d8fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff996d9000 -     0x7fff996dbfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff996dc000 -     0x7fff99878ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff99879000 -     0x7fff998d8fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff998d9000 -     0x7fff998dbfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff9993d000 -     0x7fff9998bfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff9998c000 -     0x7fff9998dff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9998e000 -     0x7fff99992ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff999a5000 -     0x7fff999a7ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff999a8000 -     0x7fff99a6cff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff99a6d000 -     0x7fff99a75ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff99b30000 -     0x7fff99b7dff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff99b80000 -     0x7fff99be3ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff99be4000 -     0x7fff99be7ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff99be8000 -     0x7fff99c16ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff99c17000 -     0x7fff99c81ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 4
        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: 663
        thread_create: 1
        thread_set_s

    Safari keeps crashing. Also tried Google Chrome but had problems with that as well. Is this a hardware or software problem?
    When you have problems with multiple browsers, that could be an indication that the startup disk needs repairing or you need to restore OS X.
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in OS X Recovery to repair the startup disk and restore OS X if necessary.
    Make sure to back up all important files first before using OS X Recovery.
    OS X Recovery does require a broadband high speed internet connection.

  • Windows xp pro stalls - blank screen- hardware or software problem?

    Hi Guys,
    My system is about one month old and has been awesome in performance and graphics.
    Suddenly it (windows xp pro) stalls after flashing the windows loading screen and it goes blank. Looks like a software problem?
    I am posting on this forum because when I check cmos, no hard drives are registered.
    I can't get into safe mode, can't get past the administrator/user screen because no mouse operates here and can't select icons with the keyboard.(No admin passwords were set up anyway)
    Booting from CD, repair console doesn't work because it can't find any hard drive.
    Reluctant to do a complete reinstall because of precious stuff on the hard drive.
    Using f8, "last known good..." just gives the same blank screen.
    Using floppy boot, no other drives are recognized.
    If my root directory has been wiped out by a virus or something, how come it gets past post and starts to load windows? If it's merely the graphics driver or similar not loading, how come the cmos shows no hard drive?
    Is this a hardware or software problem? Any help much appreciated.

    THE ANSWER !!
    Hi Guys,
    I finally got to talk to the guy who set up this system and he said that it is normal for RAID drives not to show on BIOS/CMOS. 'Think of it like a vrtual drive' he said. When the black and white initialization screen shows something like: 'Nividia Stripe-healthy'...then THAT is the hard-drive.
    He said that as long as Windows was getting to the loading screen, that means that the computer itself was functioning okay, so don't worry about BIOS, the problem is a file corruption in windows, or virus etc.
    Also he said that when trying to use recovery console or reinstall windows, because the system can only read the RAID drives through a SCSI interface, you have to load the Nvidia SCSI drivers from floppy by pressing f6 when asked to at the bottom of the pale blue screen (from Windows cd boot), before trying to do anything with windows (or windows will just tell you it can't read the drives, as it did before with me.)
    So in the end, I reinstalled windows by that method and everyting seems fine so far. YAY!
    Thanks you people for being kind enough to help someone out. I really appreciate it.

  • I'm having trouble with my new iPhone.it seems it likes to turn it self off for no reason at all.i would like to know is this a hardware or software problem or just a iPhone problem i don't know.

    I'm having trouble with my new iPhone.it seems it likes to turn it self off for no reason at all.i would like to know is this a hardware or software problem or just a iPhone problem i don't know.

    basic troubleshooting steps from the User Guide are restart, reset, restore from backup, restore as new.
    Have ANY of these been tried?

  • Is black screen for iPhone hardware or software problem

    Is black screen for iPhone hardware or software problem.

    Don't know until you troubleshoot. First step is a reset:
    hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • My Iphone4 microphone only works on wi-fi (FaceTime orTango. Is this a hardware or software problem?

    My Iphone4 microphone only works on FaceTime or Tango. I cannot speak on a regular phone call. Is this a hardware or software problem?

    Get help with hardware features on your iPhone, iPad, and iPod touch - Apple Support

  • HT1414 my iphone 4s the wifi grayed out!! is it hardware or software problem?

    my iphone 4s the wifi grayed out!! is it hardware or software problem?

    Hello EAB007,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Wi-Fi settings grayed out or dim
    http://support.apple.com/kb/ts1559
    Best of luck,
    Mario

  • RxtxSerial library multiple serial ports listener

    Hello All,
    I am using rxtxSerial library (import gnu.io.*; compatible with previousely available from Sun import javax.comm.*;) for my bridge application. Th example provided in the library's web site with nulltest.java employs only one serial port. It is powerful since it is threaded and detects incomming/outgoing streams.
    However, I would like to bridge between servers so multiple ports will be employed. Do you heave any suggestion how to obtain multiple port handling (reading/writing) within the same class. The null test code is presented as follows. Simplest idea is to use arrays, but more details are required.
    // derived from SUN's examples in the javax.comm package
    import java.io.*;
    import java.util.*;
    //import javax.comm.*; // for SUN's serial/parallel port libraries
    import gnu.io.*; // for rxtxSerial library
    public class nulltest implements Runnable, SerialPortEventListener {
       static CommPortIdentifier portId;
       static CommPortIdentifier saveportId;
       static Enumeration        portList;
       InputStream           inputStream;
       SerialPort           serialPort;
       Thread           readThread;
       static String        messageString = "AT";
       static OutputStream      outputStream;
       static boolean        outputBufferEmptyFlag = false;
       public static void main(String[] args) {
          boolean           portFound = false;
          String           defaultPort;
          // determine the name of the serial port on several operating systems
          String osname = System.getProperty("os.name","").toLowerCase();
          if ( osname.startsWith("windows") ) {
             // windows
             defaultPort = "COM5";
          } else if (osname.startsWith("linux")) {
             // linux
            defaultPort = "/dev/ttyS0";
          } else if ( osname.startsWith("mac") ) {
             // mac
             defaultPort = "????";
          } else {
             System.out.println("Sorry, your operating system is not supported");
             return;
          if (args.length > 0) {
             defaultPort = args[0];
          System.out.println("Set default port to "+defaultPort);
              // parse ports and if the default port is found, initialized the reader
          portList = CommPortIdentifier.getPortIdentifiers();
          while (portList.hasMoreElements()) {
             portId = (CommPortIdentifier) portList.nextElement();
             if (portId.getPortType() == CommPortIdentifier.PORT_SERIAL) {
                if (portId.getName().equals(defaultPort)) {
                   System.out.println("Found port: "+defaultPort);
                   portFound = true;
                   // init reader thread
                   nulltest reader = new nulltest();
          if (!portFound) {
             System.out.println("port " + defaultPort + " not found.");
       public void initwritetoport() {
          // initwritetoport() assumes that the port has already been opened and
          //    initialized by "public nulltest()"
          try {
             // get the outputstream
             outputStream = serialPort.getOutputStream();
          } catch (IOException e) {}
          try {
             // activate the OUTPUT_BUFFER_EMPTY notifier
             serialPort.notifyOnOutputEmpty(true);
          } catch (Exception e) {
             System.out.println("Error setting event notification");
             System.out.println(e.toString());
             System.exit(-1);
       public void writetoport() {
          System.out.println("Writing \""+messageString+"\" to "+serialPort.getName());
          try {
             // write string to serial port
             outputStream.write(messageString.getBytes());
          } catch (IOException e) {}
       public nulltest() {
          // initalize serial port
          try {
             serialPort = (SerialPort) portId.open("SimpleReadApp", 2000);
          } catch (PortInUseException e) {}
          try {
             inputStream = serialPort.getInputStream();
          } catch (IOException e) {}
          try {
             serialPort.addEventListener(this);
          } catch (TooManyListenersException e) {}
          // activate the DATA_AVAILABLE notifier
          serialPort.notifyOnDataAvailable(true);
          try {
             // set port parameters
             serialPort.setSerialPortParams(9600, SerialPort.DATABITS_8,
                         SerialPort.STOPBITS_1,
                         SerialPort.PARITY_NONE);
          } catch (UnsupportedCommOperationException e) {}
          // start the read thread
          readThread = new Thread(this);
          readThread.start();
       public void run() {
          // first thing in the thread, we initialize the write operation
          initwritetoport();
          try {
             while (true) {
                // write string to port, the serialEvent will read it
                writetoport();
                Thread.sleep(1000);
          } catch (InterruptedException e) {}
       public void serialEvent(SerialPortEvent event) {
          switch (event.getEventType()) {
          case SerialPortEvent.BI:
          case SerialPortEvent.OE:
          case SerialPortEvent.FE:
          case SerialPortEvent.PE:
          case SerialPortEvent.CD:
          case SerialPortEvent.CTS:
          case SerialPortEvent.DSR:
          case SerialPortEvent.RI:
          case SerialPortEvent.OUTPUT_BUFFER_EMPTY:
             break;
          case SerialPortEvent.DATA_AVAILABLE:
             // we get here if data has been received
             byte[] readBuffer = new byte[20];
                   int numBytes = 0;
             try {
                // read data
                while (inputStream.available() > 0) {
                   numBytes = inputStream.read(readBuffer);
                // print data
                String result  = new String(readBuffer);
                System.out.println("Bytes read: "+numBytes+", Read contents: "+result);
             } catch (IOException e) {}
             break;
    }Kujtim
    Edited by: Kujtim on Jul 12, 2009 1:41 PM
    Edited by: Kujtim on Jul 12, 2009 1:43 PM
    Edited by: Kujtim on Jul 13, 2009 1:57 PM

    As an off the wall suggestion, check the usb "power save settings" under "control Panelower Options:Edit Plan Settings:Advanced Settings:USB settings" You want the USB selective suspend setting to be Disabled. Another possible idagnostic tool might be to do  a    Power Efficiency Diagnostics Report  which we have found has occasionally pointed us to usb hanging issues. 
    Using the same type usb-serial adapters doesn't guarantee anything, but I have run into issues where a vendor's driver was implemented incorrectly. It ended up being a wrapper around the FTDI driver, and the wrapper dll wasn't correctly made multi-threaded safe. I browbeat the vendor (I was working at a LARGE corporation, with a prospective LARGE purchase of the devices) into telling me what calls their wrapper made. I then used the FTDI dll directly, not using the "simplified interface" of the vendor's dll. FTDI's dll was thread safe, no more random lockups/BSOD.
    Good Luck, these are incredibly painful!
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Multiple serial ports reading from a shared USB port

    I have a program that reads from 4 flow controllers, which send data through RS232 serial ports. Because the computer is located pretty far away, the vendor suggested to use an Edgeport box to convert RS232 to USB, then convert to ethernet port using a SuperBooster converter. The signal travels long distance in ethernet cable to the computer and get converted back to USB, then to the computer. In MAX, I was able to see 8 com ports from the Edgeport box, and I was able to communicate with my flow controllers.
    The problem is, it will give me some error message occasionally. Sometime it's a VISA Read error, sometime it's a VISA framing error. Could this be caused by the way the signal is transmitted?
    In the program I have four parallel WHILE loops that constantly do READ and WRITE to the 4 flow controllers. Could this be causing the errors? If so, what is the best strategy to design this program?
    Thanks

    I agree with Mike, you will need an error handling strategy that accounts for these errors.  And retries the communications.  This can be a little tricky, but very doable.  I believe some sort of statemachine approach will work best for this. 
    As for your heated probe.  I would make some sort of hardware interlock that will shut it down in case of a coolant failure.  NEVER, EVER trust the computer to be running where safety is concerned, either for personal or hardware.  There are plenty of ICs that can monitor temperature, and have warning, and alarm outputs!  Another option is some sort of watchdog on the communications bus for the coolant control, but I think this is a bit more tricky. 
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Kernel panic: hardware or software problem?

    Can anyone read those logs and tell me what could be the problem?
    I bought a refurbished MBP 15" 2.2GHz i7 quad core with anti glare screen and originally 750GB HDD  4Gb of ram and it arrived on September 1st. I wanted to upgrade to 8GB of RAM and a SSD but at the moment I upgraded only the SSD (to a 120GB Corsair Force 3). In those days I experienced 5 kernel panic. It's not the first mac I buy, and those kernel panic are a bit too frequent and unnatural. I run the Apple Hardware Test twice (in the extended test) but no errors there.
    Before getting Kernel panic, it could happen that I see some graphic artifacts on screen (maybe it's the ram? the graphic card(s)?). I installed gfxCardStatus v2.1 to switch to intel integrated GPU.
    I'm running on mac os 10.6.8, all software is up to date.
    Here are the logs:
    Fri Sep  2 18:49:49 2011
    panic(cpu 2 caller 0xffffff80002d1208): Kernel trap at 0xffffff80002c54a7, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x000000011217ebb8, CR3: 0x000000003f810000, CR4: 0x0000000000040660
    RAX: 0xff00ff800d57c9d0, RBX: 0x0000000000030000, RCX: 0xffffff800bf51420, RDX: 0xff00ff800d57c988
    RSP: 0xffffff805a663d70, RBP: 0xffffff805a663d70, RSI: 0x0000000000002cf7, RDI: 0xff00ff800d57c988
    R8:  0x0000000000030000, R9:  0xffffff805a663e80, R10: 0x0000000000001211, R11: 0x0000000000001211
    R12: 0xffffff800bf51420, R13: 0xff00ff800d57c980, R14: 0x0000000000002cf7, R15: 0xffffff800b855280
    RFL: 0x0000000000010206, RIP: 0xffffff80002c54a7, CS:  0x0000000000000008, SS:  0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 2), Frame : Return Address
    0xffffff805a663a10 : 0xffffff8000204d15
    0xffffff805a663b10 : 0xffffff80002d1208
    0xffffff805a663c60 : 0xffffff80002e3f4a
    0xffffff805a663c70 : 0xffffff80002c54a7
    0xffffff805a663d70 : 0xffffff80002720fe
    0xffffff805a663dd0 : 0xffffff80002755a6
    0xffffff805a663e10 : 0xffffff8000293098
    0xffffff805a663e50 : 0xffffff8000205536
    0xffffff805a663e80 : 0xffffff80002029eb
    0xffffff805a663ef0 : 0xffffff8000274176
    0xffffff805a663f60 : 0xffffff80002c3095
    0xffffff805a663fa0 : 0xffffff80002e4894
    BSD process name corresponding to current thread: ReportCrash
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 2696101588638
    unloaded kexts:
    com.apple.filesystems.msdosfs          1.6.3 (addr 0xffffff7f811aa000, size 0x49152) - last unloaded 2373937691967
    loaded kexts:
    com.apple.driver.iPodSBCDriver          1.5.0 - last loaded 1420947324105
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.kext.ATIFramebuffer          6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.ATIRadeonX3000          6.3.6
    com.apple.driver.AppleIntelHDGraphics          6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AirPort.Brcm4331          433.11.5
    com.apple.driver.AppleSDXC          1.0.3
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.kext.ATI6000Controller          6.3.6
    com.apple.kext.ATISupport          6.3.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleThunderboltDPOutAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPInAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.AppleThunderboltNHI          1.2.6
    com.apple.iokit.IOThunderboltFamily          1.4.9
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    ________________________ second log _____________________________
    Interval Since Last Panic Report:  9374 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    4C4E1C9D-6ED3-4744-B870-3961288443CC
    Fri Sep  2 18:51:33 2011
    panic(cpu 0 caller 0xffffff80002d1208): Kernel trap at 0xffffff800020c590, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000100091000, CR3: 0x0000000025145000, CR4: 0x0000000000040660
    RAX: 0xffffff800d5f4bf8, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff805f673b50, RBP: 0xffffff805f673b90, RSI: 0x0000000000000000, RDI: 0xffffff800d5f4ba0
    R8:  0x0000000000000001, R9:  0x0000000000000000, R10: 0x0000000000000019, R11: 0xffffff8000555744
    R12: 0x6505ff800d467ee8, R13: 0xffffff800d5f4ba0, R14: 0x0000000000000000, R15: 0x0000000000000000
    RFL: 0x0000000000010092, RIP: 0xffffff800020c590, CS:  0x0000000000000008, SS:  0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 0), Frame : Return Address
    0xffffff805f6737f0 : 0xffffff8000204d15
    0xffffff805f6738f0 : 0xffffff80002d1208
    0xffffff805f673a40 : 0xffffff80002e3f4a
    0xffffff805f673a50 : 0xffffff800020c590
    0xffffff805f673b90 : 0xffffff800020c8ab
    0xffffff805f673bc0 : 0xffffff8000202e20
    0xffffff805f673c10 : 0xffffff8000203122
    0xffffff805f673c70 : 0xffffff8000202b13
    0xffffff805f673ce0 : 0xffffff8000205735
    0xffffff805f673d10 : 0xffffff800020fef6
    0xffffff805f673d50 : 0xffffff8000272417
    0xffffff805f673db0 : 0xffffff8000272a04
    0xffffff805f673df0 : 0xffffff8000282edd
    0xffffff805f673e30 : 0xffffff800047e356
    0xffffff805f673e90 : 0xffffff80004867bb
    0xffffff805f673f00 : 0xffffff8000488814
    0xffffff805f673f40 : 0xffffff8000276435
    0xffffff805f673f80 : 0xffffff80002d00c8
    0xffffff805f673fa0 : 0xffffff80002e3f22
    0xffffff805f673f30 : 0x80
    0xffffff805a7fa05c : 0x100000004
    Unaligned frame
    Backtrace terminated-invalid frame pointer 0x700000021
    BSD process name corresponding to current thread: loginwindow
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 80011266018
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.filesystems.autofs          2.1.0 - last loaded 6928684815
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.kext.ATIFramebuffer          6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.AppleIntelNehalemProfile          11
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.ATIRadeonX3000          6.3.6
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.AppleIntelHDGraphics          6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyEventDriver          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleSDXC          1.0.3
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AirPort.Brcm4331          433.11.5
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleUSBUHCI          4.2.0
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleHDAHardwareConfigDriver          2.0.5f14
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.AppleThunderboltEDMSink          1.1.1
    com.apple.driver.AppleThunderboltEDMSource          1.1.1
    com.apple.kext.ATI6000Controller          6.3.6
    com.apple.kext.ATISupport          6.3.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleThunderboltDPOutAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPInAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.AppleFileSystemDriver          2.0
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.AppleThunderboltNHI          1.2.6
    com.apple.iokit.IOThunderboltFamily          1.4.9
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    System Profile:
    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: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Corsair Force 3 SSD, 111.79 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    ________________________ third log _____________________________
    Interval Since Last Panic Report:  140622 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    4C4E1C9D-6ED3-4744-B870-3961288443CC
    Mon Sep  5 17:31:16 2011
    panic(cpu 0 caller 0xffffff80002094e7): "thread_invoke: preemption_level -1, possible cause: unlocking an unlocked mutex or spinlock"@/SourceCache/xnu/xnu-1504.15.3/osfmk/kern/sched_prim.c:1471
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80600038d0 : 0xffffff8000204d15
    0xffffff80600039d0 : 0xffffff80002094e7
    0xffffff8060003a50 : 0xffffff8000209acb
    0xffffff8060003ac0 : 0xffffff8000203622
    0xffffff8060003ae0 : 0xffffff800020589f
    0xffffff8060003b40 : 0xffffff800020fd94
    0xffffff8060003bf0 : 0xffffff8000205007
    0xffffff8060003ee0 : 0xffffff8000277b78
    0xffffff8060003f30 : 0xffffff80002d0b64
    0xffffff8060003fa0 : 0xffffff80002e3e82
    BSD process name corresponding to current thread: activitymonitord
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 54128085701296
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass          2.6.7 (addr 0xffffff7f814aa000, size 0x49152) - last unloaded 48451119907791
    loaded kexts:
    com.apple.filesystems.autofs          2.1.0 - last loaded 37019600188702
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.kext.ATIFramebuffer          6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.ATIRadeonX3000          6.3.6
    com.apple.kWKqi]B '    + b\j\dHc` |B C             eCaQSGg l\f\l |B C '   eCaQSGg
      l\f\l |B*)  kii_]g d`b\l |B*)  KsE_CeI d`b\l |B  %C  f`f\p x' ' )CgW+gKe YSK]i d\l\p System Profile:
    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: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Corsair Force 3 SSD, 111.79 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    ________________________ fourth log _____________________________
    Interval Since Last Panic Report:  27198 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    4C4E1C9D-6ED3-4744-B870-3961288443CC
    Tue Sep  6 15:17:58 2011
    panic(cpu 0 caller 0xffffff80002d1208): Kernel trap at 0xffffff8000219e1d, type 6=invalid opcode, registers:
    CR0: 0x0000000080010033, CR2: 0x00000001002fc000, CR3: 0x000000003d203000, CR4: 0x0000000000040660
    RAX: 0x0000000100439000, RBX: 0x0000000000000000, RCX: 0xffffff800fa31770, RDX: 0xffffffffffffffff
    RSP: 0xffffff806041baa0, RBP: 0xffffff806041bc20, RSI: 0x0000000000000080, RDI: 0x000000010043a000
    R8:  0x0000000100439000, R9:  0x0000000000000000, R10: 0xffffff800cc897d0, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0x00007fffffe00000
    RFL: 0x010246, RIP: 0xffffff8000219e1d, CS:  0x0000000000000008, SS:  0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 0), Frame : Return Address
    0xffffff806041b740 : 0xffffff8000204d15
    0xffffff806041b840 : 0xffffff80002d1208
    0xffffff806041b990 : 0xffffff80002e3f4a
    0xffffff806041b9a0 : 0xffffff8000219e1d
    0xffffff806041bc20 : 0xffffff80002a888a
    0xffffff806041bc90 : 0xffffff80002a8a80
    0xffffff806041bd70 : 0xffffff800026d596
    0xffffff806041bdd0 : 0xffffff800026dba7
    0xffffff806041be50 : 0xffffff800026e1d7
    0xffffff806041be80 : 0xffffff8000273ff8
    0xffffff806041bef0 : 0xffffff8000274287
    0xffffff806041bf60 : 0xffffff80002c3095
    0xffffff806041bfa0 : 0xffffff80002e4894
             kmod scan stopped due to missing kmod page: 0xfffffe7f813e8460
    BSD process name corresponding to current thread: launchd
    Backtrace (CPU 0), Frame : Return Address
    0xffffff806041b110 : 0xffffff8000204c3f
    0xffffff806041b210 : 0xffffff80002d1208
    0xffffff806041b360 : 0xffffff80002e3f4a
    0xffffff806041b370 : 0xffffff800020470c
    0xffffff806041b4d0 : 0xffffff800022e9f2
    0xffffff806041b6f0 : 0xffffff800022eaff
    0xffffff806041b740 : 0xffffff8000204d15
    0xffffff806041b840 : 0xffffff80002d1208
    0xffffff806041b990 : 0xffffff80002e3f4a
    0xffffff806041b9a0 : 0xffffff8000219e1d
    0xffffff806041bc20 : 0xffffff80002a888a
    0xffffff806041bc90 : 0xffffff80002a8a80
    0xffffff806041bd70 : 0xffffff800026d596
    0xffffff806041bdd0 : 0xffffff800026dba7
    0xffffff806041be50 : 0xffffff800026e1d7
    0xffffff806041be80 : 0xffffff8000273ff8
    0xffffff806041bef0 : 0xffffff8000274287
    0xffffff806041bf60 : 0xffffff80002c3095
    0xffffff806041bfa0 : 0xffffff80002e4894
             kmod scan stopped due to missing kmod page: 0xfffffe7f813e8460
    BSD process name corresponding to current thread: launchd
    System Profile:
    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: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Corsair Force 3 SSD, 111.79 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    ________________________ fifth log (I think this one appeared while trying to reinstall the OS _____________________________
    Tue Sep  6 17:04:38 2011
    panic(cpu 0 caller 0xffffff80002d1208): Kernel trap at 0xffffff80002c54a7, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000010, CR3: 0x0000000000100000, CR4: 0x0000000000040660
    RAX: 0xffffff800086caa8, RBX: 0xffffff804a468000, RCX: 0x0000000002000000, RDX: 0x0000000000000000
    RSP: 0xffffff805f2bbef0, RBP: 0xffffff805f2bbef0, RSI: 0xffffff800c3e5c80, RDI: 0x0000000000000000
    R8:  0x0000000000000001, R9:  0x0000000000000019, R10: 0x0000000000000001, R11: 0xffffff7f80863d71
    R12: 0xffffff800c2ed700, R13: 0xffffff800085ae38, R14: 0xffffff7f810d8ac6, R15: 0xffffff800ae39cd8
    RFL: 0x0000000000010286, RIP: 0xffffff80002c54a7, CS:  0x0000000000000008, SS:  0x0000000000000000
    Error code: 0x0000000000000000
    Backtrace (CPU 0), Frame : Return Address
    0xffffff805f2bbb90 : 0xffffff8000204d15
    0xffffff805f2bbc90 : 0xffffff80002d1208
    0xffffff805f2bbde0 : 0xffffff80002e3f4a
    0xffffff805f2bbdf0 : 0xffffff80002c54a7
    0xffffff805f2bbef0 : 0xffffff7f810d896c
    0xffffff805f2bbf10 : 0xffffff7f810d8ad7
    0xffffff805f2bbf30 : 0xffffff800053e45d
    0xffffff805f2bbf60 : 0xffffff8000285b66
    0xffffff805f2bbfa0 : 0xffffff80002c8527
          Kernel Extensions in backtrace (with dependencies):
             com.apple.ATIRadeonX3000(6.3.4)@0xffffff7f810b3000->0xffffff7f8134bfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.3)@0xffffff7f80804000
                dependency: com.apple.iokit.IONDRVSupport(2.2)@0xffffff7f80ff1000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0xffffff7f80e2c000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10J4139
    Kernel version:
    Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 152304397076
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMikeyDriver          2.0.5f13
    com.apple.kext.ATIFramebuffer          6.3.4
    com.apple.driver.AppleIntelHDGraphics          6.3.4
    com.apple.driver.AppleIntelNehalemProfile          11
    com.apple.driver.AppleHDA          2.0.5f13
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.ATIRadeonX3000          6.3.4
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.4
    com.apple.driver.DiskImages.SparseDiskImage          289
    com.apple.driver.DiskImages.ReadWriteDiskImage          289
    com.apple.driver.DiskImages.UDIFDiskImage          289
    com.apple.driver.DiskImages.RAMBackingStore          289
    com.apple.driver.DiskImages.HTTPBackingStore          289
    com.apple.driver.DiskImages.FileBackingStore          289
    com.apple.driver.AppleUSBTCButtons          201.2
    com.apple.driver.AppleUSBTCKeyEventDriver          201.2
    com.apple.driver.AppleUSBTCKeyboard          201.2
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.driver.AppleUSBHub          4.2.0
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.BootCache          31
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleSDXC          1.0.2
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AirPort.Brcm4331          432.11.3
    com.apple.driver.AppleUSBEHCI          4.2.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBUHCI          4.2.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleProfileReadCounterAction          17 - last loaded 85039710798
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.AppleHDAHardwareConfigDriver          2.0.5f13
    com.apple.driver.DspFuncLib          2.0.5f13
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleHDAController          2.0.5f13
    com.apple.iokit.IOHDAFamily          2.0.5f13
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.AppleThunderboltEDMSink          1.0.5
    com.apple.driver.AppleThunderboltEDMSource          1.0.5
    com.apple.kext.ATI6000Controller          6.3.4
    com.apple.kext.ATISupport          6.3.4
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.DiskImages.KernelBacked          289
    com.apple.driver.AppleThunderboltDPOutAdapter          1.2.0
    com.apple.driver.AppleThunderboltDPInAdapter          1.2.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.2.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.1.5
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f1
    com.apple.iokit.IOBluetoothFamily          2.4.5f1
    com.apple.driver.AppleUSBMultitouch          207.5
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.AppleUSBMergeNub          4.2.2
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.AppleThunderboltNHI          1.2.3
    com.apple.iokit.IOThunderboltFamily          1.3.5
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IOUSBUserClient          4.2.0
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.AppleFileSystemDriver          2.0
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.2.2
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.3
    com.apple.iokit.IOACPIFamily          1.3.0
    Thank you for attention, best regards
    Dario

    is there anyone who can help me? It happened again, this time with some strange noise coming out of the speakers and same artifacts on the screen...
    Interval Since Last Panic Report:  13443 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    4C4E1C9D-6ED3-4744-B870-3961288443CC
    Wed Sep  7 01:20:56 2011
    panic(cpu 0 caller 0xffffff80002d1208): Kernel trap at 0xffffff7f8107e29a, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000010, CR3: 0x0000000000100000, CR4: 0x0000000000040660
    RAX: 0x0000000000000000, RBX: 0xffffff805a7e50d8, RCX: 0x0000000000053c82, RDX: 0x0000000000000000
    RSP: 0xffffff805fddbcc0, RBP: 0xffffff805fddbd10, RSI: 0x000000000000000b, RDI: 0xffffff80008430d8
    R8:  0x0000000000000019, R9:  0x0000000000000019, R10: 0x00000000000056a0, R11: 0xffffff7f81070d71
    R12: 0x000000000000000b, R13: 0xffffff800b941000, R14: 0x0000000000000000, R15: 0x0000000000000001
    RFL: 0x0000000000010086, RIP: 0xffffff7f8107e29a, CS:  0x0000000000000008, SS:  0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 0), Frame : Return Address
    0xffffff805fddb960 : 0xffffff8000204d15
    0xffffff805fddba60 : 0xffffff80002d1208
    0xffffff805fddbbb0 : 0xffffff80002e3f4a
    0xffffff805fddbbc0 : 0xffffff7f8107e29a
    0xffffff805fddbd10 : 0xffffff7f81080432
    0xffffff805fddbd60 : 0xffffff7f8106fbb3
    0xffffff805fddbe00 : 0xffffff800022e409
    0xffffff805fddbe20 : 0xffffff80002083a4
    0xffffff805fddbe60 : 0xffffff8000208fec
    0xffffff805fddbef0 : 0xffffff8000209ab2
    0xffffff805fddbf60 : 0xffffff8000285be9
    0xffffff805fddbfa0 : 0xffffff80002c8527
          Kernel Extensions in backtrace (with dependencies):
             com.apple.driver.AppleIntelCPUPowerManagement(142.6.0)@0xffffff7f8106d000->0xff ffff7f81090fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 28106096173465
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass          2.6.7 (addr 0xffffff7f8119e000, size 0x49152) - last unloaded 15700730628023
    loaded kexts:
    com.apple.filesystems.autofs          2.1.0 - last loaded 15535241718169
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AudioAUUC          1.57
    com.apple.kext.ATIFramebuffer          6.3.6
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleIntelHDGraphics          6.3.6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.ATIRadeonX3000          6.3.6
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleSDXC          1.0.3
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AirPort.Brcm4331          433.11.5
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.kext.ATI6000Controller          6.3.6
    com.apple.kext.ATISupport          6.3.6
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleThunderboltDPOutAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPInAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.AppleThunderboltNHI          1.2.6
    com.apple.iokit.IOThunderboltFamily          1.4.9
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    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: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Corsair Force 3 SSD, 111.79 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

  • Hardware or Software Problem?

    Hi
    Every six weeks or so, my IMAC G5 slows down until it doesn't respond (pinwheels galore).
    Ultimately I run disk utility from the Leopard Disk, but verify disk and repair disk both fail. So I erase the hard drive and re-install. Everything is then great for about six weeks until I start waiting for godot again...
    How can I tell if this is a hardware or software issue? I'm sick of doing this, so if the solution is hardware I'd be willing to get new hardware. I don't want to get new hardware, and then have the same problem when I transfer of the data.
    Any help would be appreciated.
    Thanks,
    Rob
    Message was edited by: RKS1971

    How much free space do you have on your hard drive? Do you allow the computer to perform its regular maintenance tasks? You can use OnyX to clear your caches, and how much RAM do you have? Increasing that might speed things up as well. Make sure your trash is emptied as well.
    These are a few things you can do to speed your machine up, you can also clear out deadwood, run [whatsize|http://www.versiontracker.com/dyn/moreinfo/macosx/44018] to see if anything you don't use is taking up lots of space.

  • Is there a diagnostic test to detect hardware or software problems?

    Hi All
    Is there a way to run a diagnostics test to find if there is a hardware problem? or software problem? or even a computer history that I can pull up that shows what led up to the crash? (...like in iDVD
    I was working on several large video projects in FCP and my space became limited on both my internal drives ( Hitachi and Macintosh)_
    I moved files to the Trash bin and when I hit delete, the screen went grey, the fans went into high gear, and an error message came up stating that I'm required to shut down the computer by holding down the ON button. (Crash)
    Is this is "blues singin' time" or is there hope to this scenario. Is there a way to run a diagnostics test to find if there is a hardware problem? or software problem? or even a computer history that I can pull up that shows what led up to the crash? (...like in iDVD)
    I reinstalled MAC OS X v 10.4.11 but I'm getting the same results.
    Processor: 4 x 2.5 GHz PowerPC C5
    Memory 4,5 GB DDR2 SDRAM
    Thanking All in advance.

    Your Mac should have come with an Apple Hardware Test on the DVD that came with your Mac.
    For software, run First Aid that is part of Disk Utility on the DVD that came with your Mac or the Tiger install DVD. For directory corruption, the best is DiskWarrior that you have to buy.
    Will it boot in Safe Mode? See
    What is Safe Boot, Safe Mode? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=107392
    Takes a while to run, but it usually "fixes" problems.
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://docs.info.apple.com/article.html?artnum=106214
     Cheers, Tom

  • New 15" Screen Issue: It's NOT a  Hardware or Software Problem!!

    So, just brought my PB in to an independent, certified Apple tech.
    Bottomline from his perspective was that it is neither a hardware or software issue. His opinion was that Apple is putting in cheaper LCDs!!! To his eyes - ane experience - they look like the cheaper one put in many Wintel books.
    That said, we can't expect a software or hardware solution EXCEPT total replacement of the LCD - which personally I don't see happening. Now we know why this version of the PB offered more features at a cheaper price. They skimped on the screen!!!
    The good news. it is not an issue for the 17"!!
    As for all of us "stuck" with one? I'm afraid, not much can be done or expected from Apple at this point. The techs are not lying to you when they say it's "within spec." For these lower quality screens it is.
    So, that's it as far as I'm concerned. Question answered. Not the answer I wanted to hear. But, it is the one I expected. It will be interesting to see if Apple uses these screens on the next release of PBs.

    Not sure that the LCD screen is so cheap. The lines are not produced by bad packaging of the pixels units, because they fully disappear when using pure colors, and are just apparent in mid tones.
    My guess is that this has something to do with an inadequate coupling btw the video board and the screen. This does not mean that this can be repaired in keeping the same hardware configuration. This rather means to me that the screen deserves a more adapted piece of equipment to work with.
    I have an exemple of a low price Dell LCD screen at home (and an exemple of very good Sony as well). The Dell displays faint lines, but they do not disappear on the right sausage boy when moving the crankycat safari window. The Sony is just perfect.
    Hope is not totally gone..but I did send back my powerbook for a refund just in case there is none.

  • Hardware or software problem? non-responsive non-stuck power button

    Power button suddenly stopped responding.
    It is not stuck as it clicks.
    Arbitrarly, the phone would go on sleep while using as if someone pressed the power button! and right after the phone give me "Slide to shut down" as if someone pressed the power button for 3 seconds.
    This happen when i'm on a call, and more when it is just there on my desk without me touching it.
    As i didn't touch the phone and it does that, i guessed it is a software problem.
    I preformed an OS update and the problem still there.
    I'm in Dubai, and the weather is very hot and very humid, so i thought it is a hardware problem, but again, how would it do what it does suddenly without me even touching the unit!!!
    We don't have Apple store here, just some retailers.
    Anyone with similar experience?

    Try going into iTunes and on the same page you find the update option there should be a button to restore. I suggest restoring to factory settings and setting it up as a new phone first before restoring from a back up. If the home button works any better then it was a software problem and I don't recommend restoring from the back up if it works because the back up could carry over the software glitch with it.
    If the restore did not fix it then it is a hardware problem.
    Also, if it is very hot and humid where you are your phone could be getting water damage without you realizing it. Check the headphone jack to see if it has turned red.

Maybe you are looking for

  • Photo organization in Finder

    Hello all. At some random point iphoto stoped sorting my files by date and started sorting them by roll number. It used to sort it by year - month - day. Now there is just roll numbers. Does anyone know how to change this setting?

  • Downloading books without using wi-fi

    When is there going to be a way to download books to the touch the same way music is. I am an avid reader and have a large library. As it stands now, I have to drive to town to the once place I can acces wi-fi and hope they have it turned on. It is a

  • JComboBox Usage Question

    Hi guys, I have a JClient form which have two JComboBox (State and City). When the State combo box changes it's value, the City combo box's allowable values would change. Both combo boxes are based on database tables. How can I synchronize these two

  • BI REPORTING?? urgent plz

    hi, I need to give BI REPORTING Presentation with all the functions with examples on live. could you plz provide me the documentation on BI Reporting?? plz provide me the docs on Report Designer and WAD. it will be grateful to all of you and i will a

  • Macbook Pro intermediately shuts down after sleep

    I've looked all over the forums before posting this so I'm sorry if this is a repeated post! This doesn't happen all the time but sometimes after I wake my Macbook Pro from sleep (lid down) I open the lid back up and it'll completely shut down. This