Error in the status bar while using t:jscookMenu

I have implemented t:jscookmenu in my source code like this
<t:jscookMenu imageLocation="../css/themeIE" javascriptLocation="../css/themeIE" layout="hbr styleLocation="../css/themeIE" theme="ThemeIE">
<t:navigationMenuItems value="#{MenuBean.menu}"/>
</t:jscookMenu>
The error shown in the status bar is
Error: unterminated string literal
Source File: "Filename"
Line: 54, Column: 14
Source Code:
myThemeIEBase='../css/themeIE/
The html source code is given below:-
<script src="../css/themeIE/JSCookMenu.js" type="text/javascript"><!--//--></script>
<script src="../css/themeIE/MyFacesHack.js" type="text/javascript"><!--//--></script>
<script type="text/javascript"><!--myThemeIEBase='../css/themeIE///--></script>
<script src="../css/themeIE/theme.js" type="text/javascript"><!--//--></script>
Please help to locate the error

Hi Vijay,
Your javascript is probably trying to access one or more of the items within a displayed tabular form - the "f01", "f02" etc named items.
If your script does something like:
var x = document.getElementsByName("f01");
..rest of your code for f01 items..you can test if there are any "f01" items by doing:
var x = document.getElementsByName("f01");
if (x){
..rest of your code for f01 items..
}If there are no items, x is null, so the "..rest of your.." script will not get executed and no errors will occur.
Andy

Similar Messages

  • How to avoid JS Error in the status bar when report doesnt contain value.

    Hi
    Whenever the tabular report doesnt show any records for the given input parameter (parameter passed using select list item).
    We are displaying error message in APex. But at the status bar, it is showing "Error" (unspecified
    error).
    Kindly let me know how to avoid this kind of error at status bar.
    Thanks
    Vijay

    Hi Vijay,
    Your javascript is probably trying to access one or more of the items within a displayed tabular form - the "f01", "f02" etc named items.
    If your script does something like:
    var x = document.getElementsByName("f01");
    ..rest of your code for f01 items..you can test if there are any "f01" items by doing:
    var x = document.getElementsByName("f01");
    if (x){
    ..rest of your code for f01 items..
    }If there are no items, x is null, so the "..rest of your.." script will not get executed and no errors will occur.
    Andy

  • Message in Status Bar while using ALV Objects

    Hi All,
    If we use ALV in objects (Build in class and methods for ALV),is it possible to display a error message using Message statement in Status bar.
    Thanks in advance.

    Hi,
    Yes, it is possible.  You can do it using the ALV Object Model (ALV OO methods) within an event handler method.  For example, the event "added_function of cl_salv_events" can be used and you can add code similar to the following code within the event handler method:
    CASE e_salv_function.
      WHEN 'XYZ'.
        MESSAGE w001(00) WITH 'Message text goes here...'.
    ENDCASE.
    The warning message will either show up as a popup or in the status bar depending on your user settings.  Of course, you can also use other message types (e.g. I, E, S) or other message techniques besides the message statement.
    Best Regards,
    Jamie

  • Type of error in the log file while using using call transaction mode u2018Eu2019

    Hi Gurus,
    Please Answer for this qusetion urgently
    what type of error exactly  you will be seeing in the log file while using call transaction mode u2018Eu2019?
    Thanks/
    Radha.

    Hi,
    Can you be clear.
    In call transaction , no error logs  are created, you have to handle the errors explicitly using the structure BDCMSGCOLL.
    Whenever you use E mode then if the transaction encounters any of the errors i.e. data type mismatching or invalid values etc, it will stop at that screen.
    You can handle the errors in call transaction in the following method.
    create a table using the structure BDCMSGCOLL.
    then
    loop at ......
          CALL TRANSACTION 'XK01' USING I_BDCDATA MODE 'N' UPDATE 'S' MESSAGES INTO I_MESGTAB.
    endloop.
      SORT I_MESGTAB BY MSGID MSGV1 ASCENDING.
      DELETE ADJACENT DUPLICATES FROM I_MESGTAB.
      LOOP AT I_MESGTAB.
        CALL FUNCTION 'FORMAT_MESSAGE'
          EXPORTING
            ID   = I_MESGTAB-MSGID
            LANG = I_MESGTAB-MSGSPRA
            NO   = I_MESGTAB-MSGNR
            V1   = I_MESGTAB-MSGV1
            V2   = I_MESGTAB-MSGV2
            V3   = I_MESGTAB-MSGV3
            V4   = I_MESGTAB-MSGV4
          IMPORTING
            MSG  = MESG1.
        IF I_MESGTAB-MSGTYP = 'S' .
          WA_SUCCMESG-MESG = MESG1.
          APPEND WA_SUCCMESG TO I_SUCCMESG.
    else     IF I_MESGTAB-MSGTYP = 'E' .
          WA_ERRMESG-MESG = MESG1.
          APPEND WA_ERRMESG TO I_ERRMESG.
        ENDIF.
      ENDLOOP.
    Hope this is clear.
    Thanks and Regards.

  • Date Error on the Service Order while using service product

    Hi PM experts,
    I am working on the scenario resource-related billing, using service product in the service order created from a service notification linked to a contract with service product as the line item.  service product is the material of DIEN material type.
    when i was trying to save the service order created using transaction code-IW31, i am getting the  Error Message:
    " *SYS:Date 00.00.0000 not expected*".
    This error started only yesterday, and it was not there before. Basis team has confirmed that they have not done any new
    updates to the system.
    Had anyone encounered this problem before, if yes kindly let me know the solution and the steps to resolve it.
    thanks for the help.
    regards,
    rajaraman

    Hi,
    Here is the error description with message number,
    SYST: Date 00.00.0000 not expected.
    Message no. FGV004
    As an update to this thread, while searching for the reasons for the problem, i found that the characteristics used in the
    warranty class were carrying default date value as 00.00.0000.  can this be a reason for getting this error as the service
    product number which is a DIEN material type is linked to the master warranty which is in turn assigned to the equipment.
    Hope this information helps.
    regards,
    rajaraman

  • Is it or will it ever be possible to hide the notifocation bar when using firefox? Either with an extension or as an included setting?

    is there an option i havent found that will allow me to hide the notification bar while using firefox (similar to whats possible with opera mobile) if not is it likely to be added in a future update? as i dont think extensions have enough permissions to hide the notification bar.

    hello, there's the fullscreen addon: https://addons.mozilla.org/mobile/addon/full-screen-252573/

  • How to control an error message to display at the status bar or in a popup?

    Hi experts,
    I find that one of the error message in an user exit display at the status bar in some conditions while
    display in a pop up window in other conditions. Is there some way to control its display style as I want
    it? Thanks in advance.

    Hi,
      Use the below code....
    CALL FUNCTION 'PTRM_UTIL_MESSAGE_APPEND
    EXPORTING
    i_msgtype = 'I' or 'W' <because you want message to display otherthan error>
    i_msgid = <Your message id which you are using in user exit>
    i_msgnumber = <Your messge number>
    Or
    If you want to display the text in a pop up window instead of the above process then use 'POPUP_TO_DISPLAY_TEXT' to display the message text in the popup.
    Rgds,
    Bujji

  • Error Message Displaying the status Bar not like popup message

    Hi all,
    My Requirement is while creating  invoice if pricing conditons is repeted , system should thorough the error message like (uplicate Condition Types Are Not Possible  in the status Bar but Im getting poup Error message So I want to display the same message in the status Bar.
    Please Help me any one.
    Regards,
    Prathap

    I dont want to Display the popup, I want to Display in Status Bar as a Error Message.
    Like this .
    If I put  message type 'E' its Displaying popup message , MESSAGE ' Duplicate Condition Types Are Not Possible.' TYPE 'E'.
    If I Put messge type 'I' its Displaying in Status Bar .
    Regards,
    Prathap
    Edited by: giri prathap on Sep 13, 2011 12:35 PM

  • Display error message in the status bar during PBO

    Hi All,
    I want to issue an error message on a program's selection-screen.
    The thing is when I issue an error message inside PBO, all the text in the selection-screen are gone and replaced with lines.
    So i displayed the error message in the status bar.
                      MESSAGE S074(Z4) DISPLAY LIKE 'E'.
    But the problem with this is that it will allow to continue data processing.
    What shall I do in order for my error message to behave as an error message and not as a status message?

    Hi,
    Write your message in PAI same as you have done MESSAGE S074(Z4) DISPLAY LIKE 'E'.
    after this use call screen 'your screen no'.
    it will not lock the field.

  • The status bar not going while download the app.

    The status bar not going while download the app.
    I'm bought the bento from App Store, I finished the payment, but the status bar appeared but doesn't show any progress. Strange!!

    I dont want to Display the popup, I want to Display in Status Bar as a Error Message.
    Like this .
    If I put  message type 'E' its Displaying popup message , MESSAGE ' Duplicate Condition Types Are Not Possible.' TYPE 'E'.
    If I Put messge type 'I' its Displaying in Status Bar .
    Regards,
    Prathap
    Edited by: giri prathap on Sep 13, 2011 12:35 PM

  • My Reminders app will not open. When I try to open it, quits and gives me an error message: "Reminders quit unexpectedly while using the CalDAV plug-in." My Reminders is synced with my iPod touch, and it is fine on that. How do I fix it?

    My Reminders app will not open. When I try to open it, it quits and gives me an error message: "Reminders quit unexpectedly while using the CalDAV plug-in." My Reminders is synced with my iPod touch, and it is fine on that. How do I fix it?
    Also, the Calendar is loading very very slowly, and sometimes it quits and gives me the same error message as above.

    The problem has been fixed with the most recent OS X software update.

  • Impossible to open a website, Crash + Error message: Safari quit unexpectedly while using the trf.dylib plug-in.

    Hi everybody,
    I cannot open the following URL: http://www.mmamania.com/ , it crashes and I have the following error message:  Safari quit unexpectedly while using the trf.dylib plug-in. I do not get it because I have not installed any plug in or have not installed any software update. Can you please help me guys? I am going to post the report in another post.
    Thanks.

    Here is the report from the error message:
    Process:         Safari [1261]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.5 (9537.77.4)
    Build Info:      WebBrowser-7537077004000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [148]
    Responsible:     Safari [1261]
    User ID:         501
    PlugIn Path:       /Library/Rapport/*/trf.dylib
    PlugIn Identifier: trf.dylib
    PlugIn Version:    ??? (1)
    Date/Time:       2014-08-14 13:58:43.974 +0100
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  B10C4646-B7B1-9EA5-D967-01AB20D4A7D5
    Crashed Thread:  3
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.sidetree.Translate-S64NDGV2C5 (6 - 1.1.1) Translate
    org.adblockplus.adblockplussafari-GRYYZR985A (1.8.3 - 1.8.3) Adblock Plus
    com.spigot.safari.searchme-B652554955 (1.3 - 1.3) Searchme
    com.spigot.safari.amazonshopassist-B652554955 (1.1 - 1.1) Amazon Shopping Assistant
    com.spigot.safari.ebayshopassist-B652554955 (1.1 - 1.1) Ebay Shopping Assistant
    com.spigot.safari.slicksavings-B652554955 (2.0 - 2.0) Slick Savings
    terminating with uncaught exception of type std::logic_error: basic_string::_S_construct NULL not valid
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore       0x00007fff87e35689 JSC::JSValue::get(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&) const + 233
    1   com.apple.JavaScriptCore       0x00007fff87f46034 operationGetById + 100
    2   ???                           0x00000001004db4e7 0 + 4300059879
    3   com.apple.JavaScriptCore       0x00007fff87e0e443 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 595
    4   com.apple.JavaScriptCore       0x00007fff87e0e1e5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    5   com.apple.JavaScriptCore       0x00007fff87fe8443 JSC::boundFunctionCall(JSC::ExecState*) + 547
    6   ???                           0x0000000100313345 0 + 4298191685
    7   com.apple.JavaScriptCore       0x00007fff87e0e443 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 595
    8   com.apple.JavaScriptCore       0x00007fff87e0e1e5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    9   com.apple.JavaScriptCore       0x00007fff87fe8443 JSC::boundFunctionCall(JSC::ExecState*) + 547
    10  com.apple.JavaScriptCore       0x00007fff87e0e45e JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 622
    11  com.apple.JavaScriptCore       0x00007fff87e0e1e5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    12  com.apple.JavaScriptCore       0x00007fff87fe8443 JSC::boundFunctionCall(JSC::ExecState*) + 547
    13  com.apple.JavaScriptCore       0x00007fff87e0e45e JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 622
    14  com.apple.JavaScriptCore       0x00007fff87e0e1e5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    15  com.apple.WebCore             0x00007fff8b8b983a WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 154
    16  com.apple.WebCore             0x00007fff8b8fdf82 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 450
    17  com.apple.WebCore             0x00007fff8b8fdce7 WebCore::ScheduledAction::execute(WebCore::Document*) + 151
    18  com.apple.WebCore             0x00007fff8b8fda70 WebCore::DOMTimer::fired() + 304
    19  com.apple.WebCore             0x00007fff8b6be21f WebCore::ThreadTimers::sharedTimerFiredInternal() + 175
    20  com.apple.WebCore             0x00007fff8b6be0fa WebCore::timerFired(__CFRunLoopTimer*, void*) + 58
    21  com.apple.CoreFoundation       0x00007fff895823e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22  com.apple.CoreFoundation       0x00007fff89581f1f __CFRunLoopDoTimer + 1151
    23  com.apple.CoreFoundation       0x00007fff895f35aa __CFRunLoopDoTimers + 298
    24  com.apple.CoreFoundation       0x00007fff8953d6a5 __CFRunLoopRun + 1525
    25  com.apple.CoreFoundation       0x00007fff8953ce75 CFRunLoopRunSpecific + 309
    26  com.apple.HIToolbox           0x00007fff896fca0d RunCurrentEventLoopInMode + 226
    27  com.apple.HIToolbox           0x00007fff896fc7b7 ReceiveNextEventCommon + 479
    28  com.apple.HIToolbox           0x00007fff896fc5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    29  com.apple.AppKit               0x00007fff9305324e _DPSNextEvent + 1434
    30  com.apple.AppKit               0x00007fff9305289b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    31  com.apple.Safari.framework     0x00007fff8d879d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    32  com.apple.AppKit               0x00007fff9304699c -[NSApplication run] + 553
    33  com.apple.AppKit               0x00007fff93031783 NSApplicationMain + 940
    34  com.apple.Safari.framework     0x00007fff8da4bc8d SafariMain + 267
    35  libdyld.dylib                 0x00007fff9423e5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff949a8662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff896b6421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff896b6136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff949a3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff949a2d18 mach_msg + 64
    2   RapportUtil1.dylib             0x00000001422214c7 exception_handler::exception_messages_handler(void*) + 167
    3   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 3 Crashed:
    0   libsystem_kernel.dylib         0x00007fff949a7866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff94ef735c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff882cbb1a abort + 125
    3   libc++abi.dylib               0x00007fff9199bf31 abort_message + 257
    4   libc++abi.dylib               0x00007fff919c193a default_terminate_handler() + 240
    5   libobjc.A.dylib               0x00007fff9424d322 _objc_terminate() + 124
    6   libc++abi.dylib               0x00007fff919bf1d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff919bec5b __cxa_throw + 124
    8   libstdc++.6.dylib             0x00007fff88635923 std::__throw_logic_error(char const*) + 85
    9   libstdc++.6.dylib             0x00007fff88654b30 char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) + 140
    10  libstdc++.6.dylib             0x00007fff8865d6de std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 56
    11  trf.dylib                     0x000000014203186e wstring2string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) + 160
    12  RapportDaishi.dylib           0x0000000141bedf3b web_page_monitor::handle_get_document_response(char const*) + 265
    13  RapportDaishi.dylib           0x0000000141be75ed kobo_daishi_java_script_result + 573
    14  RapportDaishi.dylib           0x0000000141bf5216 _Xkobo_daishi_java_script_result + 166
    15  RapportDaishi.dylib           0x0000000141bf3e22 kobo_daishi_mig_server + 146
    16  libsystem_kernel.dylib         0x00007fff949a3599 mach_msg_server + 422
    17  RapportDaishi.dylib           0x0000000141bf5a03 mig_rpc_server::server_working_thread(void*) + 67
    18  libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff949a7a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff882eadc0 nanosleep + 200
    2   libsystem_c.dylib             0x00007fff882eacb2 usleep + 54
    3   RapportUtil1.dylib             0x000000014216de18 bp_heartbeat_thread + 392
    4   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff949a7a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff882eadc0 nanosleep + 200
    2   libsystem_c.dylib             0x00007fff882eacb2 usleep + 54
    3   RapportDaishi.dylib           0x0000000141bea7e0 active_monitor_finish_thread(void*) + 160
    4   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.WebCore             0x00007fff8b69d79b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore             0x00007fff8b69a32f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 7:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff949a3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff949a2d18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff8ec66377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff8ec662ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff949a3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff949a2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8953df15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8953d539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8953ce75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8d493967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8d49376b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff949a79aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff89589a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 10:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff87da8c35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 15:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da8cc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da9737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff87da95c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff949a3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff949a2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8953df15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8953d539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8953ce75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff931f305e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 24:: WebCore: Database
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da90dd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore             0x00007fff8bcb0848 ***::PassOwnPtr<WebCore::DatabaseTask> ***::MessageQueue<WebCore::DatabaseTask>::waitForMessageFilteredWithTimeout<boo l (WebCore::DatabaseTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::DatabaseTask*), double) + 168
    4   com.apple.WebCore             0x00007fff8bcafb1c WebCore::DatabaseThread::databaseThread() + 172
    5   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 25:: WebCore: LocalStorage
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da90dd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore             0x00007fff8c2594d8 ***::PassOwnPtr<***::Function<void ()> > ***::MessageQueue<***::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (***::Function<void ()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()>*), double) + 168
    4   com.apple.WebCore             0x00007fff8c258ba3 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 26:: WebCore: LocalStorage
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff87da90dd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore             0x00007fff8c2594d8 ***::PassOwnPtr<***::Function<void ()> > ***::MessageQueue<***::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (***::Function<void ()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()>*), double) + 168
    4   com.apple.WebCore             0x00007fff8c258ba3 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 27:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib         0x00007fff949a3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff949a2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8953df15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8953d539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8953ce75 CFRunLoopRunSpecific + 309
    5   com.apple.Safari.framework     0x00007fff8d9fb323 Safari::MessageRunLoop::threadBody() + 119
    6   com.apple.JavaScriptCore       0x00007fff87d9df5f ***::wtfThreadEntryPoint(void*) + 15
    7   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff949a7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94ef8c3b _pthread_cond_wait + 727
    2   trf.dylib                     0x0000000142007732 posix_waitable_condition::wait(int) + 262
    3   trf.dylib                     0x000000014203a85e async_tasks_scheduler::work() + 612
    4   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    5   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff949a7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94ef7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94efafb9 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff949a7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94ef7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94efafb9 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib         0x00007fff949a7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94ef7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94efafb9 start_wqthread + 13
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff949a7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94ef7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94efafb9 start_wqthread + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff949a7a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff882eadc0 nanosleep + 200
    2   libsystem_c.dylib             0x00007fff882eacb2 usleep + 54
    3   RapportDaishi.dylib           0x0000000141bec164 web_page_monitor::wait_for_document() + 120
    4   RapportDaishi.dylib           0x0000000141bec29c web_page_monitor::prepare_document() + 222
    5   RapportDaishi.dylib           0x0000000141bed6a6 web_page_monitor::async_finish_document_load() + 140
    6   RapportUtil1.dylib             0x00000001421f1ab2 osx_async_tasks_scheduler::execute_task(tasks_scheduler::task*) + 66
    7   trf.dylib                     0x000000014203a81e async_tasks_scheduler::work() + 548
    8   RapportUtil1.dylib             0x00000001421f1b8a posix_async_tasks_scheduler::async_task_thread_wrapper(void*) + 10
    9   libsystem_pthread.dylib       0x00007fff94ef6899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff94ef672a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff94efafc9 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff949a7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94ef7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94efafb9 start_wqthread + 13
    Thread 3 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001425af000  rcx: 0x00000001425ae5c8  rdx: 0x0000000000000000
      rdi: 0x0000000000004f03  rsi: 0x0000000000000006  rbp: 0x00000001425ae5f0  rsp: 0x00000001425ae5c8
       r8: 0x00007fff919c292c   r9: 0x00007fff882f38d0  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00000001425ae750  r13: 0x0000600000304f18  r14: 0x0000000000000006  r15: 0x00000001425ae630
      rip: 0x00007fff949a7866  rfl: 0x0000000000000206  cr2: 0x00007fff94efc1ad
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100046000 -        0x100046ffd  com.apple.Safari (7.0.5 - 9537.77.4) <1798D677-1B85-3638-AB90-E5AD749F86E7> /Applications/Safari.app/Contents/MacOS/Safari
           0x1000ed000 -        0x1000f3ff7  libCGXCoreImage.A.dylib (599.25.10.1) <1AB1B2B2-55A9-3780-BCB9-1B3CE375D739> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
           0x1000fa000 -        0x1000fafeb +cl_kernels (???) <B0BBC7E0-E296-4C6A-8462-31EF7E24E844> cl_kernels
           0x141991000 -        0x141994fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x14199a000 -        0x14199bfff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371) <B3C35936-EE5F-3C40-95FF-2AE6C5D35638> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x1419a0000 -        0x1419a4ff7  com.apple.DirectoryServicesSource (8.0 - 1371) <AF6429A6-608F-36B2-BC58-51A0C2B17C31> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x141a63000 -        0x141a6bff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x141ad8000 -        0x141ad8fff  com.apple.WebInspectorUI (9537 - 9537.77.1) <AE060E19-150A-3194-A45F-0599B21CF702> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspec torUI
           0x141adc000 -        0x141b5afef +librooksbas.dylib (1) <F5F49CE8-16BB-A963-3A43-3A8421DAC47A> /Library/Rapport/*/librooksbas.dylib
           0x141bc6000 -        0x141bd3fff +librooksmce.dylib (1) <89DC3FBF-981E-1DC2-733C-64D22DA7A616> /Library/Rapport/*/librooksmce.dylib
           0x141be3000 -        0x141c0bfff +RapportDaishi.dylib (1) <D4540294-5AF5-312F-9DB8-4C9DABC5CE53> /Library/Rapport/*/RapportDaishi.dylib
           0x142003000 -        0x1420a2fff +trf.dylib (1) <B4C4BD32-39F4-B2F3-255D-09EB1AD1A686> /Library/Rapport/*/trf.dylib
           0x142156000 -        0x1423fdff7 +RapportUtil1.dylib (1) <5C1193A5-FAC6-1739-E4EE-F6AD9666ECB8> /Library/Rapport/*/RapportUtil1.dylib
           0x142a18000 -        0x142a2dff3  com.apple.WebInspector (9537 - 9537.77.1) <8D5325D9-EA25-33D1-A3E4-5FAD21CF89DF> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x142ec0000 -        0x142fb1ff7  com.apple.mobiledevice (710.5 - 710.5) <C250816A-3B97-329D-9F6B-38DACA981CED> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
           0x1431da000 -        0x1431ddffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x143748000 -        0x143770ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x1438da000 -        0x1438e1fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x1438f7000 -        0x1438ffff7  com.apple.xpcobjects (103 - 103) <268F4950-61A2-3A14-9697-C121E1798D18> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
           0x1464b3000 -        0x1464e8fff  com.apple.sociald.Social (87 - 87) <25F8FA83-E8DB-3082-93AC-0868A7B46607> /System/Library/Frameworks/Social.framework/Social
           0x146524000 -        0x14656fff7  com.apple.accounts.AccountsDaemon (113 - 113) <248F6C14-DDEA-3E8F-B016-E760E9B1E599> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
           0x146ce0000 -        0x146ce1ff9 +cl_kernels (???) <3E62E748-4AAB-4DE9-A58D-C90598B438E2> cl_kernels
           0x146ce8000 -        0x146ce9ff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x146cff000 -        0x146de5fef  unorm8_bgra.dylib (2.3.58) <B267C5AB-20A1-3AF9-938D-5F9F9078E4F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x146e37000 -        0x146e38ffa +cl_kernels (???) <5A42AA7E-CBC3-4D0C-8D15-3EDED083E25A> cl_kernels
           0x14734c000 -        0x14734dfe4 +cl_kernels (???) <99254743-BBE9-4287-B6D2-4CD4227B7A2F> cl_kernels
           0x1477f4000 -        0x1477f8ffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
        0x7fff694a8000 -     0x7fff694db817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8762b000 -     0x7fff87635ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
        0x7fff87636000 -     0x7fff87662fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff877ca000 -     0x7fff87a5bff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff87a5c000 -     0x7fff87a8aff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87bdc000 -     0x7fff87d94ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff87d95000 -     0x7fff8810cff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8810d000 -     0x7fff881ecfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff881ed000 -     0x7fff881f5ff7  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
        0x7fff8824a000 -     0x7fff8826efff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8826f000 -     0x7fff882f8ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff882f9000 -     0x7fff8862ffff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88630000 -     0x7fff8867eff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff88f43000 -     0x7fff88f9ffff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff88fe1000 -     0x7fff88fedff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff8900a000 -     0x7fff8900bffc  com.apple.SafariServices.framework (9537 - 9537.77.4) <67413E9A-14B6-3404-8493-DACE9E1EE4ED> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8900c000 -     0x7fff89247fff  com.apple.CalendarPersistence (7.0 - 138.4) <BDD9B054-F274-357F-8343-6F8DAC7B0B36> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff89248000 -     0x7fff89277fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff89282000 -     0x7fff89293fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff89294000 -     0x7fff892abffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff892ac000 -     0x7fff89318fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89319000 -     0x7fff8931fff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff89320000 -     0x7fff89324ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff89325000 -     0x7fff89416ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff89417000 -     0x7fff89424ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff89425000 -     0x7fff89463ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff89464000 -     0x7fff89465fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff89466000 -     0x7fff8946efff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8946f000 -     0x7fff8947bffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8947c000 -     0x7fff8947dfff  com.apple.AddressBook.ContactsData (8.0 - 1371) <917BFD6E-9489-36FE-BFFD-DA29B0183686> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff8947e000 -     0x7fff894ccff7  com.apple.opencl (2.3.59 - 2.3.59) <B49916BA-1D02-3BA6-9986-5A935A3C009B> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff894cd000 -     0x7fff896b2fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff896b3000 -     0x7fff896cdfff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff896ce000 -     0x7fff89978ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff89a76000 -     0x7fff89a91ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff89a92000 -     0x7fff89abaffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff89c5c000 -     0x7fff89c82ff7  com.apple.iCalendar (7.0 - 162.2) <8715F4AA-3E35-3E36-B085-128C3DC332B1> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff89c96000 -     0x7fff89c96fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89dfe000 -     0x7fff89e07ffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
        0x7fff89e08000 -     0x7fff89e24fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff89e25000 -     0x7fff89e3dff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff89e58000 -     0x7fff89f22fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff89f23000 -     0x7fff89f87fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89f88000 -     0x7fff89fe3ffb  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
        0x7fff89fe4000 -     0x7fff89ff1ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff89ff2000 -     0x7fff8a044fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8a045000 -     0x7fff8a046fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8a047000 -     0x7fff8a07fff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8a080000 -     0x7fff8a082fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8a0a5000 -     0x7fff8a0a7fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8a0a8000 -     0x7fff8a0b0ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8a0b1000 -     0x7fff8a182fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a183000 -     0x7fff8a18ffff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8a190000 -     0x7fff8a461ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8a462000 -     0x7fff8a47aff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8a47b000 -     0x7fff8a4abfff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8abfc000 -     0x7fff8ac07fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff8ac08000 -     0x7fff8ac4aff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8ac65000 -     0x7fff8aec2ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8aec8000 -     0x7fff8aeceff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8aecf000 -     0x7fff8af20fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8af21000 -     0x7fff8af3dfff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8af44000 -     0x7fff8b0b2ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b0b3000 -     0x7fff8b0b3ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8b0b4000 -     0x7fff8b13dfff  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
        0x7fff8b13e000 -     0x7fff8b197fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8b1a1000 -     0x7fff8b1a4fff  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
        0x7fff8b1a5000 -     0x7fff8b1b0ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b1b1000 -     0x7fff8b1f1ff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8b1f2000 -     0x7fff8b1f3ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8b1f4000 -     0x7fff8b21eff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8b242000 -     0x7fff8b24eff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8b24f000 -     0x7fff8b256ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8b257000 -     0x7fff8b2e3ff7  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
        0x7fff8b683000 -     0x7fff8b694ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8b695000 -     0x7fff8c4e8ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8c4e9000 -     0x7fff8c506ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c507000 -     0x7fff8c542fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c558000 -     0x7fff8c57dff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8c5b0000 -     0x7fff8c5b8ffb  com.apple.CloudServices (1.0 - 1) <644772DA-9267-376D-AD90-749D6B692566> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
        0x7fff8c5b9000 -     0x7fff8c61bff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8c61c000 -     0x7fff8c706fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8c707000 -     0x7fff8c788fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8c789000 -     0x7fff8c814fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff8c815000 -     0x7fff8c815fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8c81d000 -     0x7fff8c84eff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3

  • I just installed Adobe CreatePDF desktop printer, when I try to use from Word or Excel, it does not work.  The Adobe print queue says "error" in the status screen.  I have uninstalled and re-installed.  Any ideas of what to do next?

    I just installed Adobe CreatePDF desktop printer on a Windows 7 home PC.  When I try to use from Word or EWxcel, it does not print.  The Adobe print device queue reports an "error" in the status column.

    Adobe retired this Feb 17, 2014.
    This app sent content to and got content from the web based services of "CreatPDF" and "PDF Pack".
    These are subscription services out in "the cloud". When the app was live you had to be online and signed into your account.  The user forum for CreatePDF has a DOC that speaks to the app removal.
    Be well...

  • How can I make the status bar hide automatically when using safari?

    How can I make the status bar hide automatically when using safari?

    When Safari is in FullScreen mode, menu bar will be hidden.
    Safari window to fit the screen?
    Move the mouse pointer to the bottom right corner of the Safari window.
    Double arrows will appear. Drag it to resize the window to fit the screen.

  • Error message: Mail quit unexpectedly while using the AudioToolbox plug-in.

    I am receiving the following error message: Mail quit unexpectedly while using the AudioToolbox plug-in. I would appreciate any advice about what can be done to solve this problem. Thanks much.

    I am receiving the following error message: Mail quit unexpectedly while using the AudioToolbox plug-in. I would appreciate any advice about what can be done to solve this problem. Thanks much.

Maybe you are looking for