Performance will go down in case of Dynamic UI element Creation.

Performance will go down in case of Dynamic UI element Creation

suryar wrote:
Performance will go down in case of Dynamic UI element Creation
hi,
is this an information or a question?
Please be more specific so that your queries can be answered quickly
Regards,
Sahai.S

Similar Messages

  • Context binding error in Dynamic UI element creation

    Hi,
    I am new to Webdynpro. I am trying to build an app for dynamic table data in an ALV,so creating an input field for table name dynamically.
    I am facing a issue while binding the dynamic input field to the dynamically created context node attribute. The error description is: ERROR: Error in INPUT_FIELD "IF" of view "ZVK_DYNAMIC1.MAIN": Context binding of property VALUE cannot be resolved: The MAIN.1.INPUT node does not contain any elements (termination: RABAX_STATE).
    Following is the code written in wdinit( ) method and wdmodifyview( ) method of the view controller.
    METHOD wddoinit .
       DATA: lr_root_node_info  TYPE REF TO if_wd_context_node_info.
       DATA: lr_input_node_info TYPE REF TO if_wd_context_node_info.
       DATA: ls_attribute_info  TYPE wdr_context_attribute_info.
       lr_root_node_info = wd_context->get_node_info( ).  " get the root node
       CALL METHOD lr_root_node_info->add_new_child_node
         EXPORTING
           name                         = 'INPUT'
           is_multiple                  = abap_false
           is_multiple_selection        = abap_false
    *      is_initialize_lead_selection = abap_false
         RECEIVING
           child_node_info              = lr_input_node_info.
       CLEAR ls_attribute_info.
       ls_attribute_info-name          = 'TABLE_NAME'.
       ls_attribute_info-type_name     = 'STRING'.
       CALL METHOD lr_input_node_info->add_attribute
         EXPORTING
           attribute_info = ls_attribute_info.
    ENDMETHOD.
    METHOD wddomodifyview .
       DATA: lr_ui_root     TYPE REF TO if_wd_view_element.
       DATA: lr_container   TYPE REF TO cl_wd_uielement_container.
       DATA: lr_input_field TYPE REF TO cl_wd_input_field.
       DATA: lr_flow_data   TYPE REF TO cl_wd_flow_data.
       IF first_time EQ 'X'.
         lr_container ?= view->get_element( 'ROOTUIELEMENTCONTAINER' ).
         CALL METHOD cl_wd_input_field=>new_input_field
           EXPORTING
    *       activate_access_key        =
    *       alignment  = E_ALIGNMENT-AUTO
    *       bind_alignment             =
    *       bind_display_as_text       =
    *       bind_display_only          =
    *       bind_enabled               =
    *       bind_ime_mode              =
    *       bind_input_prompt          =
    *       bind_length                =
    *       bind_password_field        =
    *       bind_read_only             =
    *       bind_state =
    *       bind_style_class_name      =
    *       bind_suggest_filter_method =
    *       bind_suggest_values        =
    *       bind_suppress_value_help   =
    *       bind_text_direction        =
    *       bind_tooltip               =
             bind_value = 'INPUT.TABLE_NAME'
    *       bind_visible               =
    *       bind_width =
    *       context_menu_behaviour     = E_CONTEXT_MENU_BEHAVIOUR-INHERIT
    *       context_menu_id            =
    *       date_picker_reference_id   =
    *       display_as_text            =
    *       display_only               =
    *       enabled    = 'X'
    *       explanation                =
             id         = 'IF'
    *       ime_mode   = E_IME_MODE-AUTO
    *       input_prompt               =
    *       length     = '20'
    *       multi_field_suggest        =
    *       no_history =
    *       on_enter   =
    *       on_table_paste             =
    *       password_field             =
    *       read_only  =
    *       state      = E_STATE-NORMAL
    *       style_class_name           =
    *       suggest_filter_method      =
    *       suggest_values             =
    *       suppress_value_help        =
    *       text_direction             = E_TEXT_DIRECTION-INHERIT
    *       tooltip    =
    *       view       =
    *       visible    = E_VISIBLE-VISIBLE
    *       width      =
           RECEIVING
             control    = lr_input_field.
         CALL METHOD cl_wd_flow_data=>new_flow_data
           EXPORTING
    *       cell_design = E_CELL_DESIGN-PADLESS
             element = lr_input_field
    *       id      =
    *       v_gutter    = E_V_GUTTER-NONE
           RECEIVING
             control = lr_flow_data.
         CALL METHOD lr_input_field->set_layout_data
           EXPORTING
             the_layout_data = lr_flow_data.
         CALL METHOD lr_container->add_child
           EXPORTING
    *       index     =
             the_child = lr_input_field.
       ENDIF.
    ENDMETHOD.
    Please help.

    Hi Vishal,
    Actually, for an input field the node should be with cardinality either 1...1 / 1...n. i.e. at least one element should exist. So you need to pass "is_mandatory = abap_true" while creating node.
    Please modify your code as below
    CALL METHOD lr_root_node_info->add_new_child_node
         EXPORTING
           name                         = 'INPUT'
           is_mandatory = abap_true
           is_multiple                  = abap_false
           is_multiple_selection        = abap_false
    *      is_initialize_lead_selection = abap_false
         RECEIVING
           child_node_info              = lr_input_node_info.
    Hope this helps you.
    Regards,
    Rama

  • My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100% and will shut down itself.

    My iPhone 5s with iOS 7.1 become very hot when charged almost reach 100 % and will shut down itself. Then I need to off the power and let it cool down first before I can on the phone back. Please help me to solve this problem. Thanks.

    Hi Limfromsi,
    It is normal to an extent for the iPhone to get warm during charging. If your iPhone is currently in a case, you may want to try charging it without one and see if the issue occurs, as the design of the iPhone uses the exterior of the device as a cooling surface. For more information about iPhones and temperature, you may find the following article helpful:
    iOS devices: Keeping device within acceptable operating temperatures
    http://support.apple.com/kb/ht2101
    If you continue to have issues with your iPhone in the default config (no case, using the included original cable and power adapter), you may want to have your phone evaluated for service. The following page may be of use:
    Service Answer Center - iPhone
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    Regards,
    - Brenden

  • Which cache the Formula Engine will use in this case?

    Say that a MDX query contains:
    ❶a calculated measure defined in the targeted cube, ❷and another
    WITH MEMBER.
    Which cache the Formula Engine will use in this case:
    ❶Query,
    ❷Global, or
    ❸both (query & global)? and why? .... illustrate as possible please.

    Thanks Elvis ... but
    ❶ doesn't your reply, especially this part:
    ...But if we use WITH MEMBER keyword to define a calculated measure, it's the Storage Engine cache and not the Formula Engine cache....
    contradict with Microsoft's white
    paper: SQL
    Server 2008 R2 Analysis Services Performance Guide? ... check the figure below please:
    this is in page 36, where they are talking about the Formula Engine (or Query Processor, as they sometimes refer to it) types of cache. note the highlighted, they are saying that using the "WITH keyword within a query" forces the use of the "Query
    Context" which is one of the formula engine cache (as they said).
    Actually I've asked the main question because of this part of the same 36 page:
    I wanted to know
    ❷ what will happen to the calculated measures (those defined in the cube) if combined with another calculated members defined using the WITH keyword, in the same query? are they going to be recalculated even if they are already
    exist in the global cache?

  • Will the new iPad cases fit on an IPad 2

    Will the new iPad cases fit on an IPad 2?

    It appears that it only fits the new iPad. Here is the description page. Go down to the lower left corner where it talks about compatibility.
    http://www.targus.com/US/productdetail.aspx?regionId=7&sku=THZ15601US&PageName=T argus%20Versavu%20%7C%20Targus%20USA&productCategoryId=5&bucketTypeId=0&searched Terms=Targus%20Versavu&navlevel1=&cp=&bannertxt=Search%20Results%20Targus%20Vers avu
    This one fits the iPad2 and it is a VersaVu
    http://www.targus.com/US/productdetail.aspx?regionId=7&sku=THZ045US&PageName=Tar gus%20Versavu%20%7C%20Targus%20USA&productCategoryId=5&bucketTypeId=0&searchedTe rms=Targus%20Versavu&navlevel1=&cp=&bannertxt=Search%20Results%20Targus%20Versav u

  • When I'm typing on my keyboard my computer will shut down.

    Help me out! When I'm typing on my keyboard my computer will shut down. I can't figure it out. It's happening more and more like several times a day. Does anyone have an idea on how to fix this annoyance? My computer is updated with maverick.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time after  you had the problem. Select the messages logged before the boot, while the system was unresponsive or was failing to shut down. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V). Please include the BOOT_TIME message at the end of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post any other kind of report — it will be very long and not helpful.

  • When I open safari I can go into websites but after a while it will shut down out of nowhere and it always comes up with this:

    When I open safari I can go into websites but after a while it will shut down out of nowhere and it always comes up with this:
    Process:         Safari [1562]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.2 (6533.18.5)
    Build Info:      WebBrowser-75331805~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [118]
    Date/Time:       2012-07-18 17:24:09.405 +0800
    OS Version:      Mac OS X 10.6.4 (10F2108)
    Report Version:  6
    Interval Since Last Report:          7087 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  7069 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      52337202-F9CC-4220-922F-211E11375682
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000032
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                    0x00007fff835ddbc7 WebCore::SecurityOrigin::canAccess(WebCore::SecurityOrigin const*) const + 39
    1   com.apple.WebCore                    0x00007fff835c51f7 WebCore::JSDOMWindow::getOwnPropertySlot(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) + 151
    2   com.apple.JavaScriptCore        0x00007fff80140427 cti_op_resolve_global + 695
    3   ???                                         0x00004dbafeffad7c 0 + 85465537424764
    4   com.apple.JavaScriptCore        0x00007fff802553ac JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 508
    5   ???                                         0x0000000115a39b40 0 + 4658010944
    6   ???                                         0x000000011a57bbe0 0 + 4736924640
    7   com.apple.WebCore                    0x00007fff83d23dd0 WebCore::JSHTMLHtmlElement::~JSHTMLHtmlElement() + 0
    8   ???                                         0x8d48078948ecfebc 0 + 10180395243886411452
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                           0x00007fff8809208a kevent + 10
    1   libSystem.B.dylib                           0x00007fff88093f5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                           0x00007fff88093c34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                           0x00007fff8809375e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                           0x00007fff88093088 _pthread_wqthread + 353
    5   libSystem.B.dylib                           0x00007fff88092f25 start_wqthread + 13
    Thread 2:  QTKit: waitForServerToDie
    0   libSystem.B.dylib                           0x00007fff88092eaa __workq_kernreturn + 10
    1   libSystem.B.dylib                           0x00007fff880932bc _pthread_wqthread + 917
    2   libSystem.B.dylib                           0x00007fff88092f25 start_wqthread + 13
    Thread 3:  WebCore: IconDatabase
    0   libSystem.B.dylib                           0x00007fff880b3eb6 __semwait_signal + 10
    1   libSystem.B.dylib                           0x00007fff880b7cd1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                    0x00007fff834a7cd9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                    0x00007fff834a3ddc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    5   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 4:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                           0x00007fff880792fa mach_msg_trap + 10
    1   libSystem.B.dylib                           0x00007fff8807996d mach_msg + 59
    2   com.apple.CoreFoundation                      0x00007fff86c7d3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                      0x00007fff86c7c84f CFRunLoopRunSpecific + 575
    4   com.apple.Safari                             0x000000010002fa39 0x100000000 + 195129
    5   com.apple.Safari                             0x000000010002f9c9 0x100000000 + 195017
    6   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    7   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                           0x00007fff880bcdce select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                      0x00007fff86c9ee92 __CFSocketManager + 818
    2   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    3   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                           0x00007fff88092eaa __workq_kernreturn + 10
    1   libSystem.B.dylib                           0x00007fff880932bc _pthread_wqthread + 917
    2   libSystem.B.dylib                           0x00007fff88092f25 start_wqthread + 13
    Thread 7:
    0   libSystem.B.dylib                           0x00007fff880792fa mach_msg_trap + 10
    1   libSystem.B.dylib                           0x00007fff8807996d mach_msg + 59
    2   com.apple.CoreFoundation                      0x00007fff86c7d3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                      0x00007fff86c7c84f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation               0x00007fff855bd4c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation               0x00007fff8553de8d __NSThread__main__ + 1429
    6   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    7   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                           0x00007fff880b3eb6 __semwait_signal + 10
    1   libSystem.B.dylib                           0x00007fff880b7cd1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore        0x00007fff800fe400 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                    0x00007fff837f9751 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    5   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 9:  Safari: SnapshotStore
    0   libSystem.B.dylib                           0x00007fff880b3eb6 __semwait_signal + 10
    1   libSystem.B.dylib                           0x00007fff880b7cd1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore        0x00007fff800fe400 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                             0x00000001001be849 0x100000000 + 1828937
    4   com.apple.Safari                             0x0000000100047507 0x100000000 + 292103
    5   com.apple.Safari                             0x0000000100047385 0x100000000 + 291717
    6   libSystem.B.dylib                           0x00007fff880b2456 _pthread_start + 331
    7   libSystem.B.dylib                           0x00007fff880b2309 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000011aab1b40  rbx: 0x000000011d5feaf0  rcx: 0x0000000115a05d40  rdx: 0x0000000000000001
      rdi: 0x000000011d5feaf0  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfdbb0  rsp: 0x00007fff5fbfdba0
       r8: 0x000000000000001f   r9: 0x0000000119757ca0  r10: 0x000000000000003f  r11: 0x00007fff80140170
      r12: 0x0000000000000000  r13: 0x00007fff5fbfdc90  r14: 0x0000000115a05d40  r15: 0xffff000000000002
      rip: 0x00007fff835ddbc7  rfl: 0x0000000000010246  cr2: 0x0000000000000032
    Binary Images:
           0x100000000 -        0x1006b0fe7  com.apple.Safari 5.0.2 (6533.18.5) <E05FAB52-2DFE-EB34-6029-01D0009A60A1> /Applications/Safari.app/Contents/MacOS/Safari
           0x113000000 -        0x113494fff  com.apple.RawCamera.bundle 3.9.0 (584) <CB295E3D-6E52-4E53-D553-A7C5FF960C01> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x1157fc000 -        0x1157fcfff  com.apple.JavaPluginCocoa 13.1.0 (13.1.0) <B95284E0-629F-A5B7-1F91-4463DC05A9BD> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
           0x1167d9000 -        0x1167e1ff7  com.apple.JavaVM 13.1.0 (13.1.0) <BEA9AB0D-4358-A473-843A-AC9BDC277B7F> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
           0x11699f000 -        0x1169a0fff  ATSHI.dylib ??? (???) <0C6E12AA-4D29-7892-77CA-0B9D2C1627F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x116e97000 -        0x116e9bff7  libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x11d3ea000 -        0x11d4fafef  libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <472D950D-70F8-B810-A959-9184C2AA6C74> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80082fe7  com.apple.audio.CoreAudio 3.2.5 (3.2.5) <4ADA6607-A2FD-ABE2-3A2C-A4B6259F4B10> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff80083000 -     0x7fff800ebfff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff800ec000 -     0x7fff802d4ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <6297141A-CA95-4828-20E2-80473DE8D4BD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff80497000 -     0x7fff805bfff7  com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff805c0000 -     0x7fff8061eff7  com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8061f000 -     0x7fff80622fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff80623000 -     0x7fff80664fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff806b1000 -     0x7fff806d4fff  com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff806d5000 -     0x7fff806f0ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff806f1000 -     0x7fff80791fff  com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff807b8000 -     0x7fff807fbff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff807fc000 -     0x7fff80848fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
        0x7fff80849000 -     0x7fff80898fef  libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff80899000 -     0x7fff8089cff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8089d000 -     0x7fff808d5ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F4067E77-F82D-6B84-BAC7-6E8F955B88AB> /usr/lib/libssl.0.9.8.dylib
        0x7fff808d6000 -     0x7fff808ebff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff809fb000 -     0x7fff80a19fff  libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff80a1a000 -     0x7fff80a3aff7  com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff80a3b000 -     0x7fff80af4fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
        0x7fff80af5000 -     0x7fff80af5ff7  com.apple.quartzframework 1.5 (1.5) <5BFE5998-26D9-0AF1-1522-55C78E41F778> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff80af6000 -     0x7fff80b33fff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff80b34000 -     0x7fff80ceafef  com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff80ceb000 -     0x7fff80cf6fff  com.apple.CrashReporterSupport 10.6.3 (250) <47181442-3131-23A5-959B-C80D828B2967> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80cf7000 -     0x7fff80d0dfff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff80d0e000 -     0x7fff80da8fff  com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff80da9000 -     0x7fff80ecefef  com.apple.audio.toolbox.AudioToolbox 1.6.4 (1.6.4) <D84520B3-AB7C-937C-31DF-4CC6E7FDF9D9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81210000 -     0x7fff81210ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff81245000 -     0x7fff8124afff  libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8124b000 -     0x7fff81364fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81395000 -     0x7fff8141afff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff81490000 -     0x7fff8150dfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff8150e000 -     0x7fff81547ff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff818f3000 -     0x7fff81c8cff7  com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff81d59000 -     0x7fff81d60fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff81d61000 -     0x7fff81e1eff7  com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff81e1f000 -     0x7fff81e20ff7  com.apple.audio.units.AudioUnit 1.6.4 (1.6.4) <9E685534-3B08-ECC5-6BA3-42A1B5EFFCE7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81e21000 -     0x7fff81e26ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81e27000 -     0x7fff81eb7fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff81f6d000 -     0x7fff81ff9fef  SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff81ffa000 -     0x7fff820d4ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff820d5000 -     0x7fff82244fe7  com.apple.QTKit 7.6.6 (1744) <9A770A86-8DA9-A7C4-8BDC-859F2AD745F3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff82245000 -     0x7fff82250ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff82352000 -     0x7fff8236bfff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8236c000 -     0x7fff82464ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
        0x7fff82465000 -     0x7fff82476fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff82477000 -     0x7fff82537fff  libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff825ab000 -     0x7fff825bffff  libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff825c0000 -     0x7fff827fbfef  com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff82854000 -     0x7fff8289eff7  com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff828bb000 -     0x7fff828cfff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff828d0000 -     0x7fff829e7fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
        0x7fff82a25000 -     0x7fff82a54ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82a55000 -     0x7fff82a6bfe7  com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff82a6c000 -     0x7fff83276fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff83277000 -     0x7fff83279fff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8327a000 -     0x7fff8337efff  com.apple.PubSub 1.0.5 (65.19) <A35D8DC1-AE9F-09F4-4620-31C3157C84DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8337f000 -     0x7fff833c8ff7  com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff833c9000 -     0x7fff833d4ff7  com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff833d5000 -     0x7fff833d9ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff833da000 -     0x7fff83455fff  com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff834a1000 -     0x7fff84114ff7  com.apple.WebCore 6533.18 (6533.18.1) <D0C3B3C8-EF2A-2D99-0403-8015EBFA7069> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84115000 -     0x7fff84193fff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff84194000 -     0x7fff841ccfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
        0x7fff841cd000 -     0x7fff84610fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff84611000 -     0x7fff84623fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff84821000 -     0x7fff84822fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff848d9000 -     0x7fff848e8ff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff84912000 -     0x7fff8494dfff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8494e000 -     0x7fff8495cff7  libkxld.dylib ??? (???) <06A51939-F1BC-7D41-2E2A-53ACB1B4A3A8> /usr/lib/system/libkxld.dylib
        0x7fff8495d000 -     0x7fff84a43fe7  com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff84a44000 -     0x7fff84b53fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <58C1D83A-F3FC-C025-58CA-CA35419FBDA6> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff84b54000 -     0x7fff84d12fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
        0x7fff84d13000 -     0x7fff84d7fff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff84d80000 -     0x7fff84d8ffff  com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff84d90000 -     0x7fff84dd7fef  com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff84dd8000 -     0x7fff8501afef  com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8501b000 -     0x7fff851fefef  libType1Scaler.dylib ??? (???) <4C5DD699-D329-CBC4-018B-D9033DB6A3D6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff851ff000 -     0x7fff852b4fe7  com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff852b5000 -     0x7fff852bbfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C297D7C5-8227-65D5-2E88-D723038963D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff852bc000 -     0x7fff85372fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff85373000 -     0x7fff853a4fff  libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8552d000 -     0x7fff857aefef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff857af000 -     0x7fff858edfff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff858ee000 -     0x7fff8590ffff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff85910000 -     0x7fff8598dfef  com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8598e000 -     0x7fff8599afff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
        0x7fff8599b000 -     0x7fff859a6fff  com.apple.corelocation 12 (12) <04DFA04A-CE28-06BB-0C1F-D8F0FD491002> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff859a7000 -     0x7fff85a09fe7  com.apple.datadetectorscore 2.0 (80.7) <34592AFF-B1B8-2277-B013-70193E4E1691> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff85a0a000 -     0x7fff85a35ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff85a36000 -     0x7fff85a3aff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff85a47000 -     0x7fff85a4dff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85a4e000 -     0x7fff85a4eff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85a4f000 -     0x7fff85cd5ff7  com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff85cd6000 -     0x7fff85d06fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85d07000 -     0x7fff85d1dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff85d1e000 -     0x7fff85d53fef  com.apple.framework.Apple80211 6.2.3 (623.1) <2168CFEF-BABB-AA55-1059-5C7723B976A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85d54000 -     0x7fff85d97fff  libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
        0x7fff85ddb000 -     0x7fff8610efe7  com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8610f000 -     0x7fff861befff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff861bf000 -     0x7fff8622fff7  com.apple.AppleVAFramework 4.10.8 (4.10.8) <C3B7EABC-66B8-E951-0E03-1E1521D5D03D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86230000 -     0x7fff86c26fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff86c30000 -     0x7fff86c30ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86c31000 -     0x7fff86da6ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff86da7000 -     0x7fff872abfe7  com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff872ac000 -     0x7fff87515ff7  com.apple.QuartzComposer 4.1 (156.16) <D8B84962-C6E5-6812-2205-A910F707EE67> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff87516000 -     0x7fff8755eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8755f000 -     0x7fff876dcff7  com.apple.WebKit 6533.18 (6533.18.1) <E5DE43E5-760D-8C0B-366B-C3200FB90F18> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff877a2000 -     0x7fff878acff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff878ad000 -     0x7fff878bcfff  libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
        0x7fff878bd000 -     0x7fff878e3fe7  libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff878e4000 -     0x7fff878e4ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff878e5000 -     0x7fff878e6fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff878e7000 -     0x7fff878ecfff  libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff878f5000 -     0x7fff878f6ff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff878f7000 -     0x7fff8791ffff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87ad1000 -     0x7fff87ad7ff7  IOSurface ??? (???) <7AF7AA31-61A3-F60C-C85A-41107A4DBF06> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87ad8000 -     0x7fff87b29fe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff87b2a000 -     0x7fff87b37fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff87b68000 -     0x7fff87bbdfef  com.apple.framework.familycontrols 2.0.1 (2010) <66C68564-8AF3-2A03-B5B2-594CD6781CEA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff87bbe000 -     0x7fff87c89fe7  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff87c8a000 -     0x7fff87cf4fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff87d56000 -     0x7fff87dd8fff  com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff87e77000 -     0x7fff87ebbfe7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff87edf000 -     0x7fff87f94fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff87f95000 -     0x7fff87fc6fef  libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff87fc7000 -     0x7fff87fd8ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff87fd9000 -    

    Version:         5.0.2 (6533.18.5)
    Build Info:      WebBrowser-75331805~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [118]
    Date/Time:       2012-07-18 17:24:09.405 +0800
    OS Version:      Mac OS X 10.6.4 (10F2108)
    Your system software is way out of date which is why Safari is crashing.
    Click the Apple menu icon top left corner of your screen. From the drop down menu click Software Update.
    Restart your Mac after the updates are installed.
    That should bring your Mac OS X from v10.6.4 to v10.6.8 an Safari from 5.0.2 to 5.1.7

  • When I try to sync my iPad and iPhone it will get within the last 3 pictures then stop giving me an APPCRASH error message. Then iTunes will shut down. No matter what I do to increase or decrease the number of pictures it always stops 3rd from the last.

    When I try to sync my iPad and iPhone it will get within the last 3 pictures then stop giving me an APPCRASH error message. Then iTunes will shut down. No matter what I do to increase or decrease the number of pictures it always stops 3rd from the last.
    Problem Event Name:             APPCRASH
    Application Name:                  iTunes.exe
    Application Version:               10.4.0.80
    Application Timestamp:          4e262cfr
    Fault Module Name:               QuickTime.qts
    Fault Module Version:             7.70.80.34
    Exception Code:                     c0000005
    Exception Offset:                    00146b30
    OS Version                                                            1033
    Locale ID:
    Additional Information 1:          0a9e
    Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
    Additional Information 3:          0a9e
    Additional Information4:          0a9e372d3b4ad19135b953a78882e789
    Any assistance I can get will be greatly appreciated.

    Thank you iTunes for fixing the problem of downloading my pictures to my iPad and iPhone with the update 10.5.0.142

  • Hi...i bought the new iphone 4 and would like to ask how can i transfer all my data from my old iphone to the new one?  If I will do "synchronization" through itunes with the old phone and the plug in the new one will that be the case?

    Hi...i bought the new iphone 4 and would like to ask how can i transfer all my data from my old iphone to the new one?  If I will do "synchronization" through itunes with the old phone and the plug in the new one will that be the case?

    Follow the instructions in this article to transfer your info: iPhone: Transferring information from your current iPhone to a new iPhone

  • How can I create a group of 5x3 buttons with a drop down meny that will slide down the 5 boxes beneath in Muse?

    I am making a porfoliosite in Muse, and want to show 5 x 3 thumbnails of my work that you can click on to see more of the same work. When you click I want a drop down box that will slide down the boxes beneath. Like on this page: http://rajoon.com/. Anyone that know how?

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • HT1665 I have the iPhone 4S and would like to purchase docking device6. I have the Otter Box Camo case and would like to know which dock will work with the case ON. Thank you.

    I have the iPhone 4S and would like to purchase a docking device.  I have the Otter Box Camo case and would like to know which dock will work with the
    case ON.   Thank you.

    it might be better to contact otterbox to find out from them what they made it compatible with. 

  • After upgrade to Maverick, my macbookpro sometimes will shut down without notice then restart again

    After upgrade to Maverick, my macbookpro sometimes will shut down without notice then restart again. During restart it says I have some error so it is shutting down. Dunno what heck is going on here. It has been like this after I updated to Maverick.
    What happens? So regret to upgrade to Maverick.
    Any help is much appreciated.
    Report show this msg:
    Anonymous UUID:  
    AEC00440-A382-ADBC-222D-0C26332AAB85
    Thu Apr  3 22:02:40 2014
    panic(cpu 3 caller 0xffffff7fa039bfb0): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff80bdb05000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.35/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 3), Frame : Return Address
    0xffffff808e423230 : 0xffffff801e022fa9
    0xffffff808e4232b0 : 0xffffff7fa039bfb0
    0xffffff808e423380 : 0xffffff7f9ea22eab
    0xffffff808e423440 : 0xffffff7f9eaec49a
    0xffffff808e423480 : 0xffffff7f9eaec50a
    0xffffff808e4234f0 : 0xffffff7f9ed6b056
    0xffffff808e423620 : 0xffffff7f9eb0fb39
    0xffffff808e423640 : 0xffffff7f9ea298fd
    0xffffff808e4236f0 : 0xffffff7f9ea27408
    0xffffff808e4238f0 : 0xffffff7f9ea29531
    0xffffff808e4239e0 : 0xffffff7f9f9d37a0
    0xffffff808e423a40 : 0xffffff7f9f9d0522
    0xffffff808e423ad0 : 0xffffff7f9f9badf6
    0xffffff808e423b10 : 0xffffff7f9f9b1d3b
    0xffffff808e423b70 : 0xffffff801e4cc7b6
    0xffffff808e423b90 : 0xffffff801e4cddb1
    0xffffff808e423bf0 : 0xffffff801e4cb81f
    0xffffff808e423d40 : 0xffffff801e0b6558
    0xffffff808e423e50 : 0xffffff801e026bf1
    0xffffff808e423e80 : 0xffffff801e0139f5
    0xffffff808e423ef0 : 0xffffff801e01e043
    0xffffff808e423f70 : 0xffffff801e0c976d
    0xffffff808e423fb0 : 0xffffff801e0f3b46
    Kernel Extensions in backtrace:
    com.apple.driver.AppleMuxControl(3.4.35)[1BFF66C1-65E4-3BB3-9DEE-B61C3137019B]@0 xffffff7fa038e000->0xffffff7fa03a0fff
    dependency: com.apple.driver.AppleGraphicsControl(3.4.35)[09897896-ACBD-36B5-B1D4-0CCC4000E 3B3]@0xffffff7fa0386000
    dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f9e928000
    dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9e6bb000
    dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e980000
    dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7fa0389000
    com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63C 159F]@0xffffff7f9e9d3000->0xffffff7f9ec3bfff
    dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9e6bb000
    dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f9e9c3000
    dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e980000
    com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56A 3A4AC]@0xffffff7f9ec46000->0xffffff7f9eeeffff
    dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f9e9d3000
    dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9e6bb000
    com.apple.GeForceTesla(8.2.4)[B6C71E9A-E304-354B-80AD-C69C9032D367]@0xffffff7f9f 970000->0xffffff7f9fa3afff
    dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9e6bb000
    dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f9e9c3000
    dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e980000
    dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f9e9d3000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13C64
    Kernel version:
    Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Kernel UUID: 9FEA8EDC-B629-3ED2-A1A3-6521A1885953
    Kernel slide:
    0x000000001de00000
    Kernel text base: 0xffffff801e000000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 850827343616
    last loaded kext at 264945197388: com.apple.filesystems.msdosfs
    1.9 (addr 0xffffff7fa04a6000, size 65536)
    last unloaded kext at 543414599453: com.apple.driver.AppleIntelMCEReporter
    104 (addr 0xffffff7fa049e000, size 32768)
    loaded kexts:
    com.apple.driver.AudioAUUC
    1.60
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.driver.AGPM
    100.14.15
    com.apple.filesystems.autofs
    3.0
    com.apple.driver.AppleMikeyHIDDriver
    124
    com.apple.driver.AppleHDA
    2.6.0f1
    com.apple.GeForceTesla
    8.2.4
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.driver.AppleMuxControl
    3.4.35
    com.apple.driver.ACPI_SMC_PlatformPlugin
    1.0.0
    com.apple.driver.AppleMikeyDriver
    2.6.0f1
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.driver.AppleIntelHDGraphics
    8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB
    8.2.4
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.3f10
    com.apple.iokit.IOUserEthernet
    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager
    4.2.3f10
    com.apple.Dont_Steal_Mac_OS_X
    7.0.0
    com.apple.driver.AppleHWAccess
    1
    com.apple.driver.SMCMotionSensor
    3.0.4d1
    com.apple.driver.AppleSMCPDRC
    1.0.0
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.AppleUSBTCButtons
    240.2
    com.apple.driver.AppleUSBCardReader
    3.4.1
    com.apple.driver.AppleUSBTCKeyboard
    240.2
    com.apple.driver.AppleIRController
    325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.iokit.SCSITaskUserClient
    3.6.6
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.5.1
    com.apple.iokit.AppleBCM5701Ethernet
    3.8.1b2
    com.apple.driver.AppleUSBHub
    666.4.0
    com.apple.driver.AppleFWOHCI
    4.9.9
    com.apple.driver.AirPort.Brcm4331
    700.20.22
    com.apple.driver.AppleUSBEHCI
    660.4.0
    com.apple.driver.AppleAHCIPort
    3.0.0
    com.apple.driver.AppleSmartBatteryManager
    161.0.0
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleSMBIOS
    2.1
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient
    216.0.0
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.driver.AppleIntelCPUPowerManagement
    216.0.0
    com.apple.AppleGraphicsDeviceControl
    3.4.35
    com.apple.kext.triggers
    1.0
    com.apple.driver.DspFuncLib
    2.6.0f1
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOAudioFamily
    1.9.5fc2
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.nvidia.classic.NVDANV50HalTesla
    8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla
    8.2.4
    com.apple.iokit.IOFireWireIP
    2.2.6
    com.apple.driver.AppleHDAController
    2.6.0f1
    com.apple.iokit.IOHDAFamily
    2.6.0f1
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.driver.AppleGraphicsControl
    3.4.35
    com.apple.driver.IOPlatformPluginLegacy
    1.0.0
    com.apple.iokit.IONDRVSupport
    2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.3f10
    com.apple.iokit.IOSurface
    91
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.iokit.IOBluetoothFamily
    4.2.3f10
    com.apple.driver.IOPlatformPluginFamily
    5.7.0d10
    com.apple.driver.AppleSMC
    3.1.8
    com.apple.driver.AppleSMBusPCI
    1.0.12d1
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.iokit.IOGraphicsFamily
    2.4.1
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.6
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.driver.AppleUSBMultitouch
    240.9
    com.apple.iokit.IOUSBHIDDriver
    660.4.0
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.driver.AppleUSBComposite
    656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice
    3.6.6
    com.apple.iokit.IOBDStorageFamily
    1.7
    com.apple.iokit.IODVDStorageFamily
    1.7.1
    com.apple.iokit.IOCDStorageFamily
    1.7.1
    com.apple.iokit.IOAHCISerialATAPI
    2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.6
    com.apple.iokit.IOEthernetAVBController
    1.0.3b4
    com.apple.driver.mDNSOffloadUserClient
    1.0.1b5
    com.apple.iokit.IOUSBUserClient
    660.4.2
    com.apple.iokit.IOFireWireFamily
    4.5.5
    com.apple.iokit.IO80211Family
    630.35
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOUSBFamily
    675.4.0
    com.apple.iokit.IOAHCIFamily
    2.6.5
    com.apple.driver.AppleEFINVRAM
    2.0
    com.apple.driver.AppleEFIRuntime
    2.0
    com.apple.iokit.IOHIDFamily
    2.0.0
    com.apple.iokit.IOSMBusFamily
    1.1
    com.apple.security.sandbox
    278.11
    com.apple.kext.AppleMatch
    1.0.0d1
    com.apple.security.TMSafetyNet
    7
    com.apple.driver.AppleKeyStore
    2
    com.apple.driver.DiskImages
    371.1
    com.apple.iokit.IOStorageFamily
    1.9
    com.apple.iokit.IOReportFamily
    23
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.9
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.corecrypto
    1.0
    com.apple.kec.pthread
    1
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 15 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: USB Optical Mouse
    USB Device: Built-in iSight
    USB Device: IR Receiver
    Thunderbolt Bus:

    nana4design,
    some 15-inch Mid 2010 MacBook Pros are known to have a defective NVIDIA GPU. Since you’re getting GPU panics, yours might be one with the defect. Apple had a gratis servicing program for this model’s defect that lasted for three years from the date of the MacBook Pro’s purchase; they still offer the servicing program, but it is no longer guaranteed to be gratis. I’d recommend making an appointment at your nearest Apple store, to have them run their Video System Test on your MacBook Pro to confirm whether or not its NVIDIA GPU has this defect.

  • Performance of SQL in 2 cases

    I am confused with respect to Performance of the below SQL in 2 cases
    In order to get the total no. of records from the innermost select.
    Once i am using the "COUNT(*) OVER () cnt" function
    SELECT b.lastname,
    b.firstname,
    b.department,
    b.org_relationship,
    b.enterprise_name,
    b.cnt
    FROM (
    SELECT a.*,
    rownum rn
    FROM (
    SELECT p.lastname,
    p.firstname,
    porg.DEPARTMENT,
    porg.org_relationship,
    porg.enterprise_name,
    COUNT() OVER () cnt --------------&gt;the "COUNT(*) OVER () cnt" function*
    FROM t_person p,
    t_contact c1,
    t_o_person porg
    WHERE p.person_id = c1.ref_id(+)
    AND p.person_id = porg.o_person_id
    ORDER BY upper(p.lastname), upper(p.firstname)
    ) a
    WHERE rownum &lt;= &lt;&lt;max row requested&gt;&gt;
    ) b
    WHERE rn &gt; &lt;&lt;min row requested&gt;&gt;
    Next,I am using an INNER SELECT QUERY to get the total count.
    SELECT b.lastname,
    b.firstname,
    b.department,
    b.org_relationship,
    b.enterprise_name,
    b.cnt
    FROM (
    SELECT a.*,
    rownum rn
    FROM (
    SELECT p.lastname,
    p.firstname,
    porg.DEPARTMENT,
    porg.org_relationship,
    porg.enterprise_name,
    *(SELECT count(*) from --------------&gt;INNER SELECT QUERY to get the total count.*
    FROM t_person p,
    t_contact c1,
    t_o_person porg
    WHERE p.person_id = c1.ref_id(+)
    AND p.person_id = porg.o_person_id
    ORDER BY upper(p.lastname), upper(p.firstname)
    *) as cnt*
    FROM t_person p,
    t_contact c1,
    t_o_person porg
    WHERE p.person_id = c1.ref_id(+)
    AND p.person_id = porg.o_person_id
    ORDER BY upper(p.lastname), upper(p.firstname)
    ) a
    WHERE rownum &lt;= &lt;&lt;max row requested&gt;&gt;
    ) b
    WHERE rn &gt; &lt;&lt;min row requested&gt;&gt;
    So wanted to know which option would perform better in the above case? Is it the SEPERATE INNER SELECT to get the COUNT or using the COUNT() over () cnt ?*
    Edited by: [email protected] on Mar 10, 2009 12:41 PM

    Hi Thanks for the inputs.
    Even,if I put a filter on the main query also,it still shows the total records.
    SELECT * FROM (
      SELECT
                    beta.*, rownum as alpha
                from(
    SELECT p.lastname,
    p.firstname,
    porg.DEPARTMENT,
    porg.org_relationship,
    porg.enterprise_name,
    (select count(*) from
    tmp_person p,
    tmp_contact c1,
    tmp_o_person porg
    WHERE p.CLM_ID ='1862' and
            p.person_id = c1.ref_id(+)
            AND p.person_id = porg.o_person_id
                    and porg.O_ORG_ID ='1862'
    ) as cnt
    FROM tmp_person p,
    tmp_contact c1,
    tmp_o_person porg
      WHERE p.CLM_ID ='1862' and
            p.person_id = c1.ref_id(+)
            AND p.person_id = porg.o_person_id
                    and porg.O_ORG_ID ='1862'
    ) beta
    WHERE rownum <= 100
    WHERE alpha >=1
    Plan hash value: 132875926
    | Id  | Operation                          | Name               | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                   |                    |   100 |   840K|       | 21433   (1)| 00:04:18 |
    |*  1 |  VIEW                              |                    |   100 |   840K|       | 21433   (1)| 00:04:18 |
    |*  2 |   COUNT STOPKEY                    |                    |       |       |       |            |          |
    |   3 |    VIEW                            |                    | 22858 |   187M|       | 21433   (1)| 00:04:18 |
    |*  4 |     SORT ORDER BY STOPKEY          |                    | 22858 |  6875K|    14M| 21433   (1)| 00:04:18 |
    |   5 |      MERGE JOIN OUTER              |                    | 22858 |  6875K|       | 18304   (1)| 00:03:40 |
    |   6 |       MERGE JOIN                   |                    | 22858 |  4397K|       | 11337   (1)| 00:02:17 |
    |   7 |        SORT JOIN                   |                    | 22858 |  3013K|  7192K|  5148   (1)| 00:01:02 |
    |*  8 |         TABLE ACCESS FULL          | TMP_PERSON         | 22858 |  3013K|       |  3716   (1)| 00:00:45 |
    |*  9 |        SORT JOIN                   |                    | 24133 |  1461K|  3800K|  6189   (1)| 00:01:15 |
    |  10 |         TABLE ACCESS BY INDEX ROWID| TMP_ORG_PERSON     | 24133 |  1461K|       |  5535   (1)| 00:01:07 |
    |* 11 |          INDEX RANGE SCAN          | TMP_ORG_PERSON_FK1 | 24133 |       |       |   102   (1)| 00:00:02 |
    |* 12 |       SORT JOIN                    |                    | 68472 |  7422K|    15M|  6968   (1)| 00:01:24 |
    |  13 |        TABLE ACCESS FULL           | TMP_CONTACT        | 68472 |  7422K|       |  2895   (1)| 00:00:35 |
    Query Block Name / Object Alias (identified by operation id):
       1 - SEL$2 / from$_subquery$_001@SEL$1
       2 - SEL$2
       3 - SEL$3 / BETA@SEL$2
       4 - SEL$3
       8 - SEL$3 / P@SEL$3
      10 - SEL$3 / PORG@SEL$3
      11 - SEL$3 / PORG@SEL$3
      13 - SEL$3 / C1@SEL$3
    Predicate Information (identified by operation id):
       1 - filter("ALPHA">=1)
       2 - filter(ROWNUM<=100)
       4 - filter(ROWNUM<=100)
       8 - filter("P"."CLM_ID"='1862')
       9 - access("P"."PERSON_ID"="PORG"."O_PERSON_ID")
           filter("P"."PERSON_ID"="PORG"."O_PERSON_ID")
      11 - access("PORG"."O_ORG_ID"='1862')
      12 - access("P"."PERSON_ID"="C1"."REF_ID"(+))
           filter("P"."PERSON_ID"="C1"."REF_ID"(+))
    Column Projection Information (identified by operation id):
       1 - "from$_subquery$_001"."LASTNAME"[NVARCHAR2,100],
           "from$_subquery$_001"."FIRSTNAME"[NVARCHAR2,100], "from$_subquery$_001"."PERSON_ID"[VARCHAR2,30],
           "from$_subquery$_001"."MIDDLENAME"[NVARCHAR2,100], "from$_subquery$_001"."SOCSECNUMBER"[NVARCHAR2,22],
           "from$_subquery$_001"."BIRTHDAY"[VARCHAR2,10], "from$_subquery$_001"."U_NAME"[NVARCHAR2,100],
           "from$_subquery$_001"."U_ID"[VARCHAR2,30], "from$_subquery$_001"."PERSON_XML_DATA"[VARCHAR2,4000],
           "from$_subquery$_001"."BUSPHONE"[VARCHAR2,4000], "from$_subquery$_001"."EMLNAME"[VARCHAR2,4000],
           "from$_subquery$_001"."ORG_NAME"[VARCHAR2,4000], "from$_subquery$_001"."EMPID"[NVARCHAR2,150],
           "from$_subquery$_001"."EMPSTATUS"[NVARCHAR2,40], "from$_subquery$_001"."DEPARTMENT"[NVARCHAR2,200],
           "from$_subquery$_001"."ORG_RELATIONSHIP"[NVARCHAR2,120],
           "from$_subquery$_001"."ENTERPRISE_NAME"[VARCHAR2,100], "from$_subquery$_001"."TOTAL_RESULTS"[NUMBER,22],
           "ALPHA"[NUMBER,22]
       2 - "BETA"."LASTNAME"[NVARCHAR2,100], "BETA"."FIRSTNAME"[NVARCHAR2,100],
           "BETA"."PERSON_ID"[VARCHAR2,30], "BETA"."MIDDLENAME"[NVARCHAR2,100],
           "BETA"."SOCSECNUMBER"[NVARCHAR2,22], "BETA"."BIRTHDAY"[VARCHAR2,10], "BETA"."U_NAME"[NVARCHAR2,100],
           "BETA"."U_ID"[VARCHAR2,30], "BETA"."PERSON_XML_DATA"[VARCHAR2,4000], "BETA"."BUSPHONE"[VARCHAR2,4000],
           "BETA"."EMLNAME"[VARCHAR2,4000], "BETA"."ORG_NAME"[VARCHAR2,4000], "BETA"."EMPID"[NVARCHAR2,150],
           "BETA"."EMPSTATUS"[NVARCHAR2,40], "BETA"."DEPARTMENT"[NVARCHAR2,200],
           "BETA"."ORG_RELATIONSHIP"[NVARCHAR2,120], "BETA"."ENTERPRISE_NAME"[VARCHAR2,100],
           "BETA"."TOTAL_RESULTS"[NUMBER,22], ROWNUM[4]
       3 - "BETA"."LASTNAME"[NVARCHAR2,100], "BETA"."FIRSTNAME"[NVARCHAR2,100],
           "BETA"."PERSON_ID"[VARCHAR2,30], "BETA"."MIDDLENAME"[NVARCHAR2,100],
           "BETA"."SOCSECNUMBER"[NVARCHAR2,22], "BETA"."BIRTHDAY"[VARCHAR2,10], "BETA"."U_NAME"[NVARCHAR2,100],
           "BETA"."U_ID"[VARCHAR2,30], "BETA"."PERSON_XML_DATA"[VARCHAR2,4000], "BETA"."BUSPHONE"[VARCHAR2,4000],
           "BETA"."EMLNAME"[VARCHAR2,4000], "BETA"."ORG_NAME"[VARCHAR2,4000], "BETA"."EMPID"[NVARCHAR2,150],
           "BETA"."EMPSTATUS"[NVARCHAR2,40], "BETA"."DEPARTMENT"[NVARCHAR2,200],
           "BETA"."ORG_RELATIONSHIP"[NVARCHAR2,120], "BETA"."ENTERPRISE_NAME"[VARCHAR2,100],
           "BETA"."TOTAL_RESULTS"[NUMBER,22]
       4 - (#keys=2) UPPER("P"."LASTNAME")[100], UPPER("P"."FIRSTNAME")[100], "P"."LASTNAME"[NVARCHAR2,100],
           "P"."FIRSTNAME"[NVARCHAR2,100], "P"."PERSON_ID"[VARCHAR2,30], "P"."MIDDLENAME"[NVARCHAR2,100],
           "P"."SOCSECNUMBER"[NVARCHAR2,22], TO_CHAR(INTERNAL_FUNCTION("P"."BIRTHDAY"),'mm-dd-yyyy')[10],
           "P"."USERNAME"[NVARCHAR2,100], "P"."CLM_ID"[VARCHAR2,30],
           "XMLTYPE"."GETSTRINGVAL"("XMLTYPE"."EXTRACT"(SYS_MAKEXML("P"."SYS_NC00008$"),'/'))[4000],
           "XMLTYPE"."GETSTRINGVAL"("XMLTYPE"."EXTRACT"(SYS_MAKEXML("C1"."SYS_NC00005$"),'//phone[1]/number/text()')
           )[4000], "XMLTYPE"."GETSTRINGVAL"("XMLTYPE"."EXTRACT"(SYS_MAKEXML("C1"."SYS_NC00005$"),'//email[2]/addres
           s/text()'))[4000], "XMLTYPE"."GETSTRINGVAL"("XMLTYPE"."EXTRACT"(SYS_MAKEXML("C1"."SYS_NC00005$"),'//compa
           ny/text()'))[4000], "PORG"."EMPLID"[NVARCHAR2,150], "PORG"."EMPL_STATUS"[NVARCHAR2,40],
           "PORG"."DEPARTMENT"[NVARCHAR2,200], "PORG"."ORG_RELATIONSHIP"[NVARCHAR2,120],
           "PORG"."ENTERPRISE_NAME"[VARCHAR2,100],  (SELECT /*+ */ COUNT(*) FROM "CLM_ORG_PERSON"
           "PORG","CLM_CONTACT" "C1","CLM_PERSON" "P" WHERE "P"."PERSON_ID"="PORG"."O_PERSON_ID" AND
           "P"."CLM_ID"='1862' AND "P"."PERSON_ID"="C1"."REF_ID"(+) AND "PORG"."O_ORG_ID"='1862')[22]
       5 - (#keys=0) "P"."PERSON_ID"[VARCHAR2,30], "PORG"."ENTERPRISE_NAME"[VARCHAR2,100],
           "P"."CLM_ID"[VARCHAR2,30], "P"."FIRSTNAME"[NVARCHAR2,100], "P"."LASTNAME"[NVARCHAR2,100],
           "P"."MIDDLENAME"[NVARCHAR2,100], "P"."SOCSECNUMBER"[NVARCHAR2,22], "P"."BIRTHDAY"[DATE,7],
           "P"."SYS_NC00008$"[LOB,4000], "P"."USERNAME"[NVARCHAR2,100], "PORG"."ORG_RELATIONSHIP"[NVARCHAR2,120],
           "PORG"."EMPLID"[NVARCHAR2,150], "PORG"."DEPARTMENT"[NVARCHAR2,200], "PORG"."EMPL_STATUS"[NVARCHAR2,40],
           "C1"."SYS_NC00005$"[LOB,4000]
       6 - (#keys=0) "P"."PERSON_ID"[VARCHAR2,30], "P"."CLM_ID"[VARCHAR2,30],
           "P"."FIRSTNAME"[NVARCHAR2,100], "P"."LASTNAME"[NVARCHAR2,100], "P"."MIDDLENAME"[NVARCHAR2,100],
           "P"."SOCSECNUMBER"[NVARCHAR2,22], "P"."BIRTHDAY"[DATE,7], "P"."SYS_NC00008$"[LOB,4000],
           "P"."USERNAME"[NVARCHAR2,100], "PORG"."ORG_RELATIONSHIP"[NVARCHAR2,120], "PORG"."EMPLID"[NVARCHAR2,150],
           "PORG"."DEPARTMENT"[NVARCHAR2,200], "PORG"."EMPL_STATUS"[NVARCHAR2,40],
           "PORG"."ENTERPRISE_NAME"[VARCHAR2,100]
       7 - (#keys=1) "P"."PERSON_ID"[VARCHAR2,30], "P"."CLM_ID"[VARCHAR2,30],
           "P"."FIRSTNAME"[NVARCHAR2,100], "P"."LASTNAME"[NVARCHAR2,100], "P"."MIDDLENAME"[NVARCHAR2,100],
           "P"."SOCSECNUMBER"[NVARCHAR2,22], "P"."BIRTHDAY"[DATE,7], "P"."SYS_NC00008$"[LOB,4000],
           "P"."USERNAME"[NVARCHAR2,100]
       8 - "P"."PERSON_ID"[VARCHAR2,30], "P"."FIRSTNAME"[NVARCHAR2,100], "P"."LASTNAME"[NVARCHAR2,100],
           "P"."MIDDLENAME"[NVARCHAR2,100], "P"."SOCSECNUMBER"[NVARCHAR2,22], "P"."BIRTHDAY"[DATE,7],
           "P"."SYS_NC00008$"[LOB,4000], "P"."USERNAME"[NVARCHAR2,100], "P"."CLM_ID"[VARCHAR2,30]
       9 - (#keys=1) "PORG"."O_PERSON_ID"[VARCHAR2,30], "PORG"."ORG_RELATIONSHIP"[NVARCHAR2,120],
           "PORG"."EMPLID"[NVARCHAR2,150], "PORG"."DEPARTMENT"[NVARCHAR2,200], "PORG"."EMPL_STATUS"[NVARCHAR2,40],
           "PORG"."ENTERPRISE_NAME"[VARCHAR2,100]
      10 - "PORG"."O_PERSON_ID"[VARCHAR2,30], "PORG"."EMPLID"[NVARCHAR2,150],
           "PORG"."DEPARTMENT"[NVARCHAR2,200], "PORG"."EMPL_STATUS"[NVARCHAR2,40],
           "PORG"."ENTERPRISE_NAME"[VARCHAR2,100], "PORG"."ORG_RELATIONSHIP"[NVARCHAR2,120]
      11 - "PORG".ROWID[ROWID,10]
      12 - (#keys=1) "C1"."REF_ID"[VARCHAR2,50], "C1"."SYS_NC00005$"[LOB,4000]
      13 - "C1"."REF_ID"[VARCHAR2,50], "C1"."SYS_NC00005$"[LOB,4000]

  • When entering a website my history will pull down in a list but when I hit enter to go to a site after typing it in that drop down doesn't close anymore, how do I fix that so it goes away when I navigate to a page?

    Example: facebook.com
    My history will drop down from the navigation bar and highlight the letters I am typing so I can choose a previous page if I want to. But when I press enter to tell it to go to a site the drop down does not go away I have to click somewhere to make it go away. It is suppose to just go away when you click one of the history items it shows or press enter to go to a site and it doesn't anymore.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Mid 2007 iMac 2.4GHZ. after start up the iMac will slow down to a freeze. Specially while on internet (youtube).

    mid 2007 iMac 2.4GHZ. after start up the iMac will slow down to a freeze. Specially while on internet (youtube).

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    How to Speed up Macs,
    Macintosh OS X Routine Maintenance,
    Mac troubleshooting: What to do when your computer is too slow,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths and
    Myths of required versus not required maintenance for Mac OS X for information.

Maybe you are looking for

  • Mail can't send email from 123-reg accounts

    Hi all, I've got an issue with Mac Mail can't send email from 123-reg accounts. I know there is a lot of articles on simular matters and some I have tried out with no luck, others are just speaking a whole other language. Any help would be greatly re

  • Upgrading iPhoto database FAILURE

    Since upgrading to Yosemite a few months ago I can't successfully upgrade my iPhoto database. It gets about 95% done and then goes no further. It does not fail but does not complete. I have let it go as long as 48 hours. I have tried this at least te

  • Posting PP Documents through ALE

    Hi All, We have an ALE scenario set up that posts payroll accounting documents to FI through ALE. The problem is I do not see the payroll hours come across in the IDOC.  I would asume it would come in the quantity field. Is there something on the FI

  • Multiple selection in list item

    can i do multiple selection i list item using developer6(i), if yes, how?

  • Syncing Photos from Aperture to Ipod touch (how to order the photos?)

    I have some photos on my ipod touch from my aperture library, all good. But they sync in a different order to how they are stored in Aperture. I think it syncs by photo name alphabetically? Is there a way to set the order of the photos by the date th