Report outout is getting compressed.

Hi,
I am using Report 10g to modify oracle standard report. I have to increase width of report to accommodate two extra columns. In object navigator I am increasing page layout width from 11 to 13 and not changing anything in report layout. When I tried to run this report using concurrent program output is actually getting compressed.What can be the reason for this strange behavior.
Thanks,
Chukky.

hi,
Adding above, when I choose concurrent program output as 'Text' then only this problem raises. When I changed concurrent program output to 'PDF' it works fine.

Similar Messages

  • Need to create report query to get latest open and last closed period for given application

    Hi All,
    I need to create a report query to get below result displayed in report output.
    1)   -   Application name
    2)   -    Ledger name
    -o/  -Operating Unit
    3)   -  Last Closed Period
    4)   -  Current Open Period
    5)   -  Date Closed – Last Closed Period
    6)   -  Date Open – Current Open Period
    I tr I tried to create the query below is the same. Please let me know if it looks fine.
    SELECT *
      FROM (SELECT fav.application_name ,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status ='C'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc )WHERE ROWNUM = 1 
    UNION ALL
    SELECT *
      FROM (SELECT fav.application_name Application_Name,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status = 'O'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc)
             WHERE ROWNUM = 1

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • While running a report i am getting following error?

    HI
    While opening a report i am getting following error. Here i attached screen shot .Please tell me solution for  that

    I am also receiving the same error, but from within Answers. It occurs occasionally, depending on what fields I select. I am trying to narrow it down to a field and field type. I am using OBIEE 10.1.3.4.0 and Oracle 11g.
    Any help would be appreciated.
    Thanks,
    Anne

  • Report / Table for getting Datewise item cost

    Friends,
    Can u help me know MM Report / Table for getting Datewise item cost in a plant.

    hi,
    try table S031...Movement of stocks....
    THis shd help you..
    Regards
    Priyanka.P

  • When i try to execute web report i am getting a error your not authorized t

    Hi all,
    when i try to execute web report i am getting a error your not authorized to view the page can somebody help me regarding this.
    Thanks
    Kiran Kumar

    Hi
    Once you get the error, without leaving that screen, execute transaction /nsu53 or ask your basis guy to check it for you.
    You will get details of missing authorization.
    Regards
    Rahul

  • Report Instance not getting started in Oracle Fusion Middleware 11g Report

    Hi
    Report Instance not getting started in Oracle Fusion Middleware 11g Report Instance Error
    Rep-50125 Java.lang.nullpointerexception
    I just installed Oracle Forms,Reports 11g 11.1.1.3.0 in my machine
    Even I started opmnctl(Oracle Process Management Control). Its too running fine.
    Please Guide me the settings need to do to start the report instance.
    Regards
    Murali N S

    Hello,
    Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
    Regards

  • In abap report how to get substitute Materials

    Hi Friends,
    In abap report how to get substitute Materials. Is there any function module or bapi available other than Function 'PRODUCT_SUBSTITUTION'
    Will appreciate your suggessions with poits.

    Hi anilkumar,
    1. u have the position
       u want the Job
    2. In hrp1001 table
       OTYPE = 'S' (for position)
       OBJID  = POSITION (AS ABOVE)
       SCLAS = 'C' (for finding job)
    <b>   SOBID = XXXXXX (here u will get the JOB)</b>
    regards,
    amit m.

  • Reports Server Process gets crashed in 10.1.2.3.0

    Hi,
    We have 5 standalone production reports servers (10.1.2.3) load balanced through netscalar. We observed that the reports server process gets crashed intermittently which kills the reports jobs in the queue. Error as below is seen in the ipm.log under $ORACLE_HOME/opmn
    08/08/12 10:38:21 [4] Process Crashed: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925945:6108) - Restarting
    08/08/12 10:38:27 [4] Starting Process: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925946:0)
    08/08/12 10:38:34 [4] Process Alive: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925946:2836)
    Any idea wat could be causing the problem.. any configuration changes that need to be done like to set or increase some timeout parameters in the rep_server.conf, etc. Each time process crash is for exact 6 secs. It clears the failed jobs queue during this time. Do not see any jobs starting or ending during these 6 seconds.
    Reports server version - 10.1.2.3.0
    Platform - Windows
    Report server type - Standalone
    (Affecting our production environment ... Any suggestions, workarounds are highly appreciated)

    Michael,
    Below is the file change. When we set it to 'true' Viewer performed correctly.
    Jerre
    =====
    2. Then a new configuration parameter "passNullParameterAsNull" needs to be set in configuration.xml under <viewer section with default value as false and which is an optional one. Usage :
    <viewer queryRefreshPeriod="3000" queryRequestTimeout="1000" longRequestRefreshPeriod="6000" longRequestTimeout="10000" userDefinedConnections="true" passNullParameterAsNull="true" logLevel="debug" laf="dc_blaf" pageNavigation="true" switchWorksheetBehavior="prompt" defaultLocale="en" disableBrowserCaching="false" enableAppsSSOConnection="false">
    When passNullParameterAsNull="false" , that means, when null is passed as parameter from one sheet to another during drill to link, the value will be converted in between to the value which is set as "ShowNullValueAs" in second sheet. eg: if ShowNullValueAs = "" in second sheet. Null value passed from first sheet will reach as value "" in second sheet. If passNullParameterAsNull="true", then Null value will always be passed as Null to second sheet irrespective of the value of "ShowNullValueAs" in second sheet.
    =====

  • How can I use QuickTime SDK to get Compress format of Video stream?

    I can get uncompress video stream like this:
    QDerr = NewGWorldFromPtr( &m_hGWorld, k32BGRAPixelFormat, &rcMac,
    NULL, NULL, 0, (char*)m_pVideoBuffer,
    m_sAVFileInfo.sResInfo.ulWidth*4);
    then the m_pVideoBuffer is uncompress video stream. How can I use QuickTime SDK to get Compress format of Video stream? I could change "k32BGRAPixelFormat" to other format,use other API or something?
    Could someone have the method? Best Wishes!

    Firefox, I would make sure you update your Desktop to Firefox 14.0.1, as the version you are running is quite old and out of date.
    Then, do you have your Sync Recovery key, username and password? If you do, you can re-add Firefox Sync to your computer.

  • CUIC 9.1.1 Report scheduling issue - getting data only for current date

    Hi,
    CUIC : 9.1.1
    ICM: 9.0.3
    Description:We have CUIC publisher and Subscriber deployed in Cisco UCS C series server. When we schedule a report in Subscriber, we are getting data of current date even we schedule for old dates. Eg. If I schedule a report for yesterday, getting output as today's data. This is applicable for all the historical reports.
    There is no such issue in Publisher.
    Regards,
    Alag

    Try this...
    {TableName.DateField} < DateAdd("d", -2, CurrentDate)
    HTH,
    Jason

  • What are the reports we can get from OPM Quality

    Dear All,
    What are the reports we can get it from OPM Quality module.
    I am unable to get any reports abouts Tests, Samples specifications.
    Can someone please suggest me.
    Regards,
    Jon

    Pl post details of EBS version.
    If 12.1.3, see Chapter 7 of the OPM Quality User Guide - http://download.oracle.com/docs/cd/B53825_08/current/acrobat/121gmdqmug.pdf
    The same guide for other versions can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    HTH
    Srini

  • Hi my safari won't let me open it. This the report I keep getting

    Hi my safari won't let me open it. This the report I keep getting
    Process:               Safari [427]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Date/Time:             2015-01-10 15:37:06.763 +0000
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        4DEAF309-D4DD-60F4-E00C-1E9FEB46FC3A
    Time Awake Since Boot: 440 seconds
    Crashed Thread:        13
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x00000001058e4070
    External Modification Warnings:

    Hi my safari won't let me open it. This the report I keep getting
    Process:               Safari [427]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [427]
    User ID:               501
    Date/Time:             2015-01-10 15:37:06.763 +0000
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        4DEAF309-D4DD-60F4-E00C-1E9FEB46FC3A
    Time Awake Since Boot: 440 seconds
    Crashed Thread:        13
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x00000001058e4070
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x1058e4070:
    -->
    __TEXT 000000010fe00000-000000010fe01000 [ 4K] r-x/rwx SM=COW /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_platform.dylib              0x0000000115f093b0 _platform_memmove$VARIANT$Nehalem + 112
    1 com.apple.CoreGraphics               0x0000000114d369b3 CGAccessSessionGetBytes + 139
    2 com.apple.CoreGraphics               0x0000000114d36888 get_pdf_data + 53
    3 com.apple.CoreGraphics               0x0000000114d367de CGPDFSourceRefill + 166
    4 com.apple.CoreGraphics               0x0000000114d366fa CGPDFSourceRead + 106
    5 com.apple.CoreGraphics               0x0000000114d3638f CGPDFSourceForwardSearch + 208
    6 com.apple.CoreGraphics               0x0000000114d35eba pdf_xref_create + 80
    7 com.apple.CoreGraphics               0x0000000114d35e50 pdf_reader_create + 36
    8 com.apple.CoreGraphics               0x0000000114d35cc7 pdf_document_create + 158
    9 com.apple.CoreGraphics               0x0000000114d35bd9 CGPDFDocumentCreateWithProvider + 48
    10 com.apple.coreui              0x0000000119efaffe CUISharedArtReaderCreateImage + 220
    11 com.apple.coreui              0x0000000119eea9a1 _CUICreateImage(long, CUIDescriptor const*, double) + 43
    12 com.apple.coreui              0x0000000119eeae57 CUIRenderer::CreateImage(long, CUIDescriptor const*, CGRect*, double*, unsigned short*, unsigned char*) const + 959
    13 com.apple.coreui              0x0000000119eefc14 CUIRenderer::DrawImage(CGRect, long, CUIDescriptor const*) const + 542
    14 com.apple.coreui              0x0000000119ed1e9f CUICoreThemeRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 803
    15 com.apple.coreui              0x0000000119ea5289 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 2275
    16 com.apple.coreui              0x0000000119ee157f CUIDraw + 205
    17 com.apple.AppKit                       0x0000000113a35cb7 __44-[NSAppearance _drawInRect:context:options:]_block_invoke + 64
    18 com.apple.AppKit                       0x0000000113a37dd3 -[NSCompositeAppearance _callCoreUIWithBlock:] + 183
    19 com.apple.AppKit                       0x0000000113a37dd3 -[NSCompositeAppearance _callCoreUIWithBlock:] + 183
    20 com.apple.AppKit                       0x0000000113a35c70 -[NSAppearance _drawInRect:context:options:] + 127
    21 com.apple.AppKit                       0x00000001132814c7 -[NSCoreUIImageRep draw] + 341
    22 com.apple.AppKit                       0x00000001132812e0 -[NSImageRep drawInRect:] + 288
    23 com.apple.AppKit                       0x00000001132811ad __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64
    24 com.apple.AppKit                       0x0000000113280d6b __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1113
    25 com.apple.AppKit                       0x00000001132806d5 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1108
    26 com.apple.AppKit                       0x000000011361bde6 __71-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke1008 + 1139
    27 com.apple.AppKit                       0x000000011320dde6 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164
    28 com.apple.AppKit                       0x000000011327fec7 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 2122
    29 com.apple.AppKit                       0x000000011328d339 -[NSImage drawAtPoint:fromRect:operation:fraction:] + 208
    30 com.apple.Safari.framework         0x00000001100fd7fa __79-[NSImage(SafariExtras) _safari_imageWithBackgroundColor:compositingOperation:]_block_invoke + 190
    31 com.apple.AppKit                       0x000000011328d558 -[NSCustomImageRep draw] + 347
    32 com.apple.AppKit                       0x000000011328136d -[NSImageRep drawInRect:] + 429
    33 com.apple.AppKit                       0x00000001132811ad __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64
    34  com.apple.AppKit                       0x0000000113280d6b __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1113
    35 com.apple.AppKit                       0x00000001132806d5 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1108
    36 com.apple.AppKit                       0x0000000113287b95 -[NSImageRep _newCGImageForProposedRect:context:hints:flipped:] + 794
    37 com.apple.AppKit                       0x0000000113280f80 -[NSImageRep CGImageForProposedRect:context:hints:] + 98
    38 com.apple.AppKit                       0x0000000113286d36 -[NSImageRep CGImageForProposedRect:context:hints:flipped:] + 322
    39 com.apple.AppKit                       0x00000001132877fa -[NSImage _newSnapshotRepForRep:rect:context:processedHints:] + 147
    40 com.apple.AppKit                       0x0000000113287746 -[NSImage _snapshotRepForRep:rect:context:processedHints:] + 199
    41 com.apple.AppKit                       0x000000011361ba7e __71-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke1008 + 267
    42 com.apple.AppKit                       0x000000011320dde6 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164
    43 com.apple.AppKit                       0x000000011327fec7 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 2122
    44 com.apple.AppKit                       0x000000011328d339 -[NSImage drawAtPoint:fromRect:operation:fraction:] + 208
    45 com.apple.Safari.framework         0x00000001100fd7fa __79-[NSImage(SafariExtras) _safari_imageWithBackgroundColor:compositingOperation:]_block_invoke + 190
    46 com.apple.AppKit                       0x000000011328d558 -[NSCustomImageRep draw] + 347
    47 com.apple.AppKit                       0x00000001132812e0 -[NSImageRep drawInRect:] + 288
    48 com.apple.AppKit                       0x00000001132811ad __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64
    49 com.apple.AppKit                       0x0000000113280d6b __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1113
    50 com.apple.AppKit                       0x00000001132806d5 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1108
    51 com.apple.AppKit                       0x0000000113287b95 -[NSImageRep _newCGImageForProposedRect:context:hints:flipped:] + 794
    52 com.apple.AppKit                       0x0000000113280f80 -[NSImageRep CGImageForProposedRect:context:hints:] + 98
    53 com.apple.AppKit                       0x0000000113286d36 -[NSImageRep CGImageForProposedRect:context:hints:flipped:] + 322
    54 com.apple.AppKit                       0x00000001132877fa -[NSImage _newSnapshotRepForRep:rect:context:processedHints:] + 147
    55 com.apple.AppKit                       0x0000000113287746 -[NSImage _snapshotRepForRep:rect:context:processedHints:] + 199
    56 com.apple.AppKit                       0x000000011361ba7e __71-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke1008 + 267
    57 com.apple.AppKit                       0x000000011320dde6 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164
    58 com.apple.AppKit                       0x000000011327fec7 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 2122
    59 com.apple.AppKit                       0x000000011327f21e -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:fl ip:hints:] + 1628
    60 com.apple.AppKit                       0x000000011327eaff -[NSButtonCell drawImage:withFrame:inView:] + 1209
    61 com.apple.AppKit                       0x000000011327e4e5 -[NSButtonCell _configureAndDrawImageWithRect:cellFrame:controlView:] + 472
    62  com.apple.AppKit                       0x000000011327e278 -[NSButtonCell drawInteriorWithFrame:inView:] + 2054
    63 com.apple.AppKit                       0x000000011327da29 -[NSButtonCell drawWithFrame:inView:] + 578
    64 com.apple.AppKit                       0x000000011327c3b0 -[NSControl drawRect:] + 342
    65 com.apple.Safari.framework         0x000000010ff40f4d -[ButtonPlus drawRect:] + 168
    66 com.apple.Safari.framework         0x00000001100f51a7 -[RolloverImageButton drawRect:] + 338
    67 com.apple.AppKit                       0x0000000113274a09 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1186
    68 com.apple.AppKit                       0x0000000113274458 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 218
    69 com.apple.AppKit                       0x00000001132741f1 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2407
    70 com.apple.AppKit                       0x0000000113273873 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
    71 com.apple.QuartzCore                 0x0000000111b30ba3 CA::Layer::display_() + 657
    72 com.apple.AppKit                       0x000000011327374f _NSBackingLayerDisplay + 617
    73 com.apple.AppKit                       0x0000000113249506 -[_NSViewBackingLayer display] + 834
    74 com.apple.QuartzCore                 0x0000000111b30641 CA::Layer::display_if_needed(CA::Transaction*) + 603
    75 com.apple.QuartzCore                 0x0000000111b2fd7d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    76 com.apple.QuartzCore                 0x0000000111b2f50e CA::Context::commit_transaction(CA::Transaction*) + 242
    77 com.apple.QuartzCore                 0x0000000111b2f164 CA::Transaction::commit() + 390
    78 com.apple.AppKit                       0x0000000113272588 -[NSView(NSLayerKitGlue) _drawRectAsLayerTree:] + 517
    79 com.apple.AppKit                       0x0000000113270fc8 -[NSView _drawRect:clip:] + 397
    80 com.apple.AppKit                       0x000000011327052a -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1875
    81 com.apple.AppKit                       0x000000011326e3c6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 913
    82 com.apple.AppKit                       0x000000011326db23 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 333
    83 com.apple.AppKit                       0x000000011326a67b -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2761
    84 com.apple.AppKit                       0x000000011324907a -[NSView displayIfNeeded] + 1876
    85 com.apple.AppKit                       0x0000000113266575 -[NSWindow displayIfNeeded] + 232
    86 com.apple.Safari.framework         0x000000010ff00672 -[BrowserWindow displayIfNeeded] + 43
    87 com.apple.AppKit                       0x0000000113263737 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1994
    88 com.apple.AppKit                       0x00000001138743b3 __71-[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:]_block_invoke2993 + 88
    89 com.apple.AppKit                       0x000000011323c9b5 NSPerformWithScreenUpdatesDisabled + 65
    90 com.apple.AppKit                       0x0000000113262e0b -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1153
    91 com.apple.AppKit                       0x000000011326291b -[NSWindow orderWindow:relativeTo:] + 159
    92 com.apple.AppKit                       0x00000001132532c2 -[NSWindow makeKeyAndOrderFront:] + 47
    93 com.apple.Safari.framework         0x000000010ff11250 -[BrowserWindowControllerMac showWindow:] + 575
    94 com.apple.AppKit                       0x0000000113432c0a -[NSDocument showWindows] + 93
    95 com.apple.AppKit                       0x0000000113431741 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 470
    96 com.apple.AppKit                       0x000000011343152c -[NSDocumentController newDocument:] + 36
    97 com.apple.Safari.framework         0x000000010ff087c0 +[BrowserWindowControllerMac reopen] + 256
    98 com.apple.Safari.framework         0x000000010fe1767f -[AppController applicationOpenUntitledFile:] + 22
    99 com.apple.AppKit                       0x0000000113367a5a -[NSApplication _doOpenUntitled] + 424
    100 com.apple.AppKit                      0x00000001132a0b91 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 252
    101 com.apple.AppKit                      0x00000001135aa389 __97-[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:]_block_invoke_3 + 140
    102 com.apple.AppKit                      0x00000001135a9d81 -[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:] + 798
    103 com.apple.AppKit                      0x0000000113148ee6 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 331
    104 com.apple.AppKit                      0x0000000113148c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    105 com.apple.AppKit                      0x00000001131486b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    106 com.apple.Foundation                 0x00000001128fa458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    107 com.apple.Foundation                 0x00000001128fa2c9 _NSAppleEventManagerGenericHandler + 102
    108 com.apple.AE                              0x000000011669799c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    109 com.apple.AE                              0x0000000116697719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    110 com.apple.AE                              0x0000000116697623 aeProcessAppleEvent + 295
    111 com.apple.HIToolbox                  0x00000001198fa37e AEProcessAppleEvent + 56
    112 com.apple.AppKit                      0x0000000113144d76 _DPSNextEvent + 2665
    113 com.apple.AppKit                      0x0000000113143e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    114 com.apple.Safari.framework        0x000000010fe80ad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    115 com.apple.AppKit                      0x0000000113137e23 -[NSApplication run] + 594
    116 com.apple.AppKit                      0x00000001131232d4 NSApplicationMain + 1832
    117 libdyld.dylib                    0x0000000115c2b5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                  0x0000000115df122e kevent64 + 10
    1 libdispatch.dylib                0x0000000115bd8a6a _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: com.apple.WebKit.ServicesController
    0 libsystem_kernel.dylib                  0x0000000115deb56a semaphore_wait_trap + 10
    1 libdispatch.dylib                0x0000000115bdcc55 _dispatch_semaphore_wait_slow + 213
    2 libextension.dylib               0x0000000115a61b62 +[NSExtension extensionsWithMatchingAttributes:error:] + 321
    3 com.apple.ShareKit                       0x0000000120d2280e +[SHKSharingService sharingServicesWithIdentifier:attributes:itemTypes:matchingDictionary:itemAttri butes:] + 1273
    4 com.apple.ShareKit                       0x0000000120d22fca +[SHKSharingService sharingServicesForItems:mask:] + 894
    5 com.apple.AppKit                        0x0000000113a3246a +[NSSharingService sharingServicesForItems:mask:] + 69
    6 com.apple.WebKit                         0x00000001124c6f01 ___ZN6WebKit18ServicesController23refreshExistingServicesEb_block_invoke + 191
    7 libdispatch.dylib                0x0000000115bda323 _dispatch_call_block_and_release + 12
    8 libdispatch.dylib                0x0000000115bd5c13 _dispatch_client_callout + 8
    9 libdispatch.dylib                0x0000000115bd9365 _dispatch_queue_drain + 1100
    10 libdispatch.dylib               0x0000000115bdaecc _dispatch_queue_invoke + 202
    11 libdispatch.dylib               0x0000000115bd86b7 _dispatch_root_queue_drain + 463
    12 libdispatch.dylib               0x0000000115be6fe4 _dispatch_worker_thread3 + 91
    13 libsystem_pthread.dylib               0x0000000115f1d6cb _pthread_wqthread + 729
    14 libsystem_pthread.dylib               0x0000000115f1b4a1 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.Safari.iCloudTabs.keyValueStoreAccess
    0 libsystem_kernel.dylib                  0x0000000115deb56a semaphore_wait_trap + 10
    1 libsystem_platform.dylib              0x0000000115f0bc5b _os_semaphore_wait + 16
    2 libdispatch.dylib                0x0000000115bdf557 _dispatch_barrier_sync_f_slow + 597
    3 com.apple.Safari.framework          0x000000010ff51372 __29-[CloudTabKeyValueStore init]_block_invoke + 869
    4 libdispatch.dylib                0x0000000115bda323 _dispatch_call_block_and_release + 12
    5 libdispatch.dylib                0x0000000115bd5c13 _dispatch_client_callout + 8
    6 libdispatch.dylib                0x0000000115bd9365 _dispatch_queue_drain + 1100
    7 libdispatch.dylib                0x0000000115bdaecc _dispatch_queue_invoke + 202
    8 libdispatch.dylib                0x0000000115bd86b7 _dispatch_root_queue_drain + 463
    9 libdispatch.dylib                0x0000000115be6fe4 _dispatch_worker_thread3 + 91
    10 libsystem_pthread.dylib               0x0000000115f1d6cb _pthread_wqthread + 729
    11 libsystem_pthread.dylib               0x0000000115f1b4a1 start_wqthread + 13
    Thread 4:
    0 libsystem_kernel.dylib                  0x0000000115df0946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib                0x0000000115f1b4a1 start_wqthread + 13
    Thread 5:
    0 libsystem_kernel.dylib                  0x0000000115df0946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib                0x0000000115f1b4a1 start_wqthread + 13
    Thread 6:
    0 libsystem_kernel.dylib                  0x0000000115df0946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib                0x0000000115f1b4a1 start_wqthread + 13
    Thread 7:: WebCore: IconDatabase
    0 libsystem_kernel.dylib                  0x0000000115df0132 __psynch_cvwait + 10
    1 com.apple.WebCore                      0x000000011b74388b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2 com.apple.WebCore                      0x000000011b7409d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3 com.apple.JavaScriptCore             0x0000000110f06a9f ***::wtfThreadEntryPoint(void*) + 15
    4 libsystem_pthread.dylib                0x0000000115f1d2fc _pthread_body + 131
    5 libsystem_pthread.dylib                0x0000000115f1d279 _pthread_start + 176
    6 libsystem_pthread.dylib                0x0000000115f1b4b1 thread_start + 13
    Thread 8:
    0 libsystem_kernel.dylib                  0x0000000115df0946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib                0x0000000115f1b4a1 start_wqthread + 13
    Thread 9:: com.apple.CoreAnimation.render-server
    0 libsystem_kernel.dylib                  0x0000000115deb52e mach_msg_trap + 10
    1 libsystem_kernel.dylib                  0x0000000115dea69f mach_msg + 55
    2 com.apple.QuartzCore                  0x0000000111b43d63 CA::Render::Server::server_thread(void*) + 198
    3 com.apple.QuartzCore                  0x0000000111b43c96 thread_fun + 25
    4 libsystem_pthread.dylib                0x0000000115f1d2fc _pthread_body + 131
    5 libsystem_pthread.dylib                0x0000000115f1d279 _pthread_start + 176
    6 libsystem_pthread.dylib                0x0000000115f1b4b1 thread_start + 13
    Thread 10:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib                  0x0000000115deb52e mach_msg_trap + 10
    1 libsystem_kernel.dylib                  0x0000000115dea69f mach_msg + 55
    2 com.apple.CoreFoundation           0x0000000114850b14 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation           0x000000011484ffdb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation           0x000000011484f838 CFRunLoopRunSpecific + 296
    5 com.apple.CFNetwork                  0x00000001144f1d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6 com.apple.Foundation                   0x0000000112940b7a __NSThread__main__ + 1345
    7 libsystem_pthread.dylib                0x0000000115f1d2fc _pthread_body + 131
    8 libsystem_pthread.dylib                0x0000000115f1d279 _pthread_start + 176
    9 libsystem_pthread.dylib                0x0000000115f1b4b1 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib                  0x0000000115df03f6 __select + 10
    1 libsystem_pthread.dylib                0x0000000115f1d2fc _pthread_body + 131
    2 libsystem_pthread.dylib                0x0000000115f1d279 _pthread_start + 176
    3 libsystem_pthread.dylib                0x0000000115f1b4b1 thread_start + 13
    Thread 12:
    0 libsystem_kernel.dylib                  0x0000000115df0946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib                0x0000000115f1b4a1 start_wqthread + 13
    Thread 13 Crashed:
    0 ???                                      0x0000000115ad2598 0 + 4658636184
    Thread 13 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000  rbx: 0x0000000000000054  rcx: 0x0000000115ac4000  rdx: 0x0000000000000054
    rdi: 0x0000000000000000  rsi: 0x0000000115b09000  rbp: 0x0000000115ac5ff0  rsp: 0x0000000115ac5f70
    r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
    r12: 0x00000001058e4070  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000115b09000
    rip: 0x0000000115ad2598  rfl: 0x0000000000010202  cr2: 0x00000001058e4070
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
    0x10fe00000 - 0x10fe00fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
    0x10fe0a000 - 0x110743ff7 com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
    0x110be3000 - 0x110be4fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x110bee000 - 0x110beffff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
    0x110bf8000 - 0x110c89fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x110d0e000 - 0x110d13fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x110d22000 - 0x110d22fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x110d28000 - 0x110d55fff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x110d85000 - 0x110da6fff com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x110db2000 - 0x110db4fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
    0x110db8000 - 0x110db8fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x110dbb000 - 0x110dbbfff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x110dc0000 - 0x110dc0fff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x110dc4000 - 0x110e10fff com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x110e2d000 - 0x110e2eff7 com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
    0x110e34000 - 0x110e3eff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x110e4c000 - 0x110e4cfff com.apple.WebInspectorUI (10600 - 10600.2.1) <284BA94F-BD22-3E25-921A-6EE265AF2F0C> /System/Library/StagedFrameworks/Safari/WebInspectorUI.framework/Versions/A/Web InspectorUI
    0x110e4f000 - 0x110ec0ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x110efc000 - 0x11140fff3 com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
    0x111574000 - 0x111575ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x11157b000 - 0x111760ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x111820000 - 0x111962fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x111981000 - 0x1119b2fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x1119c4000 - 0x1119d1ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x1119dc000 - 0x1119edff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x1119fa000 - 0x111a08ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x111a18000 - 0x111a9afff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x111b1c000 - 0x111cccff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x111daa000 - 0x112012ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x11216a000 - 0x1121deff3 com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x112221000 - 0x112250fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x112281000 -        0x1122f9ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x11233e000 - 0x1125f2fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
    0x1128cf000 - 0x1128cffff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
    0x1128d8000 - 0x112c06ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x112e5e000 - 0x113043267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x11306d000 - 0x1130c1fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x113120000 - 0x113c61fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x114447000 - 0x114447fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x114451000 - 0x114654ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x1147de000 - 0x114b74fff com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x114cfe000 - 0x115555ff3 com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x115691000 - 0x115691fff com.apple.SafariDAVNotifier (1.1.1 - 1) <21D4673A-52C7-391D-AF7C-F77D368D34AE> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x115698000 - 0x115698fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x11569c000 - 0x11569cfff  com.apple.AOSMigrate (1.0 - 1) <6893B495-188D-3F88-81E7-8FAFDD53323D> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x1156a1000 - 0x1157b9ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x115857000 -        0x115884fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x1158a3000 -        0x1158a3ffe +cl_kernels (???) <27D8F14F-B84F-4C24-BA3A-38E916D8D591> cl_kernels
    0x1158a5000 - 0x1159e2fff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x115a58000 - 0x115a59fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x115a5f000 - 0x115a79ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
    0x115a98000 -        0x115aa8ff7 libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x115ab3000 -        0x115ab3fef +cl_kernels (???) <E8F2B295-EA78-4780-9B43-4CC497CF3211> cl_kernels
    0x115ab7000 - 0x115abafff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x115ac8000 - 0x115accfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x115ad6000 - 0x115ae1fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x115aef000 - 0x115af0ff3 com.apple.SafariServices.framework (10600 - 10600.2.5) <89DE6381-DA12-39B3-96BE-6DDF5F7D3E78> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x115af6000 - 0x115afdff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x115b0d000 - 0x115b15ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x115b1d000 - 0x115b93fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x115bd4000 - 0x115bfeff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x115c28000 - 0x115c2bff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x115c32000 - 0x115c32ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x115c3b000 - 0x115c3bff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x115c47000 - 0x115c4cff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x115c55000 - 0x115c57ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x115c60000 - 0x115c61ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x115c68000 -        0x115c7eff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x115c8c000 - 0x115c8dff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x115c97000 - 0x115d23fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x115d4f000 - 0x115d51fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x115d5d000 - 0x115d5fff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x115d68000 - 0x115d79ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
    0x115d89000 - 0x115d91fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x115d9a000 - 0x115dc2fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x115dda000 - 0x115df7fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x115e11000 - 0x115e41fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x115e51000 - 0x115e6dff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x115e7d000 - 0x115eb5ffb libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x115ede000 -        0x115ee4ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x115ef0000 - 0x115ef9ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x115f08000 - 0x115f10fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x115f1a000 - 0x115f23fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x115f2f000 - 0x115f31ff7 libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x115f38000 -        0x115f39fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x115f41000 - 0x115f45fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x115f53000 - 0x115f59fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x115f6a000 - 0x115f6aff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x115f74000 - 0x115f79ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x115f83000 - 0x115fabfff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x115fcc000 - 0x116012ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x116027000 - 0x116052fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x116066000 - 0x116071ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x116076000 - 0x11607effb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x11608b000 - 0x116372ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1163f3000 - 0x116491fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x1164fb000 - 0x116578fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x1165d6000 - 0x116645fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x11668a000 - 0x1166e9ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x11671b000 - 0x11683dff7 com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x1168f0000 - 0x11691bfff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x116946000 - 0x116a38fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x116a75000 - 0x116a79fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x116a83000 - 0x116a83fff libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x116a8d000 - 0x116a9aff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x116aa7000 - 0x116aaefff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x116ab5000 - 0x116abfff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x116acc000 - 0x116acefff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x116ad9000 - 0x116b40ff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x116b82000 - 0x116b86ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x116b8e000 - 0x116ec1ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
    0x116f2d000 - 0x116f58ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x116f66000 - 0x116f67fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x116f6c000 - 0x116f87ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x116f98000 - 0x116fb2ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x116fc1000 - 0x11701bff7 com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x117030000 - 0x117041fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x117054000 - 0x117146ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x11715b000 - 0x1173d5fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x117516000 - 0x11752fff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x11754f000 - 0x117552fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x11755c000 - 0x117585ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x117593000 - 0x1179e6fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x117a44000 - 0x117a44fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x117a4e000 - 0x117b65fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x117b75000 -        0x117c38ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x117c49000 - 0x118056ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x1180bc000 - 0x11824afff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x118278000 - 0x11828fff7 libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x11829e000 - 0x1182b9ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x1182d7000 - 0x118583fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x118795000 -        0x1187a2fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x1187b4000 - 0x118828fff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x118857000 - 0x1188ecff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x118934000 - 0x11897dff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x1189b9000 - 0x1189c8fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x1189d6000 - 0x118a23ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x118a57000 - 0x118a92fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x118ab4000 - 0x118abfff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x118ad4000 - 0x118bc8ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x118c42000 - 0x118c88ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x118cb4000 - 0x118cceff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
           0x118cd8000 -        0x118d77df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x118de4000 - 0x118e09ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x118e17000 - 0x118e72fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x118e86000 - 0x118eabff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x118eba000 - 0x118ebeff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x118ec9000 - 0x118fbcff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x118fe9000 - 0x118febfff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x118ff2000 - 0x119033fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x119045000 -        0x11904efff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x119055000 - 0x119060fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x119077000 - 0x1190b7ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x1190c2000 - 0x1190c4fff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x1190cb000 -        0x1190cffff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x1190d8000 - 0x119124ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x11913c000 - 0x119156ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x119176000 - 0x1191a6ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x1191c6000 - 0x1191e3ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x1191f3000 - 0x119261ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x119295000 - 0x11929affb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
    0x1192a5000 - 0x1192b1ff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x1192c7000 - 0x1192d0ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x1192da000 - 0x11932bff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x119356000 - 0x1194c1ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x11955e000 - 0x119560fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x11956a000 -        0x11959cff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x1195b6000 - 0x119699fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x119707000 - 0x11970fff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x119716000 - 0x119717fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x119722000 - 0x11978efff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x1197da000 - 0x119841ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x1198a3000 - 0x1198a7fff com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x1198b4000 - 0x1198b7fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x1198bf000 - 0x119bc1fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x119d45000 - 0x119d57ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x119d76000 - 0x119e0afff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x119e41000 - 0x119e5afff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x119e72000 -        0x119e73ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x119e7f000 - 0x119e81ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x119e88000 - 0x119e8efff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x119e9c000 - 0x119fc3fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x11a0db000 - 0x11a1eaffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x11a275000 - 0x11a289ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x11a298000 - 0x11a2b4fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x11a2cb000 -        0x11a59aff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x11a6e8000 - 0x11a737ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x11a750000 - 0x11ab80fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x11ad9a000 - 0x11adb4ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x11adc9000 - 0x11adecfff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x11ae1a000 - 0x11ae3afff com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x11ae5b000 - 0x11ae81ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x11ae90000 - 0x11af31ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x11afb1000 - 0x11afb1fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x11afbd000 - 0x11afd0ff7 com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x11afe7000 - 0x11aff4fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x11b005000 - 0x11b03dfff com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x11b076000 - 0x11b1a6fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x11b23b000 - 0x11b2fafff com.apple.backup.frame

  • HT201272 I purchased the August 2012 edition of Consumer Reports and I get an (Error During Download Cannot start the download because the file is missing or invalid)

    I purchased the August 2012 Edition of Consumer Reports and I get (Error During Download Cannot start the download because the file is missing of invalid)

    Contact support and see if they cna give you a fresh copy. It's probably with the file..

  • Last Column of ALV gets compressed

    HI ,
    The last column of ALV gets compressed when I manually set my widths to my fields.
    I have a comments section in my Table when the data is huge, So I have to set the width of the field so that the table does not look odd.
    But when I add the same, the last field of my ALV gets compressed. I added one last field to the same ALV table, and last added field is compressed.
    My code for setting the ALV data is as follows.
        lo_table_settings->set_fixed_table_layout( abap_true ).
    LOOP AT t_column INTO w_column.
           IF w_column-id = 'COMMENTS'.
             lr_textview ?= w_column-r_column->get_cell_editor( ).
             lr_textview->set_wrapping( abap_true ).
             lr_textview->set_design(
                 value = cl_wd_text_view=>e_design-label_small
             w_column-r_column->set_width( value = '600' ).
           ELSE.
             w_column-r_column->set_width( value = '100' ).
             lr_header =  w_column-r_column->get_header( ).
             lr_header->set_header_text_wrapping( value = abap_true  ).
           ENDIF.
         ENDLOOP.
    Please help me in this regard.

    Hi Rama,
    The last column of ALV is compressed, the Width of last column is so small that the table looks very awkward.
    The complete data is shown, no data is truncated.
    I already set the condition you mentioned. I placed the same in code in my post.

  • Early Watch Reports are not getting generated.

    Hi Experts,
    I'm new to Solution Manager.
    We were getting EWA report regularly till last month in solution manager.
    But for the past one month the reports are not getting generated and I'm getting the following error message.
    Kindly help
    The data for this session is overdue. Data has not yet been transferred from the associated satellite system.
    Go to the Service Data Control Center (transaction SDCCN) in the satellite system and check why the data has not been sent.
    Typical sources of errors are:
    The RFC connection for the SAP Solution Manager system is not working.
    The 'Task Processor' background job, which collects the session data, has been changed.
    Problems arose while data was being collected (see the detail log for the task that collects the session data).
    A periodic 'SDCC Maintenance Package' task has not been scheduled to check whether your SAP Solution Manager system requests session data.
    Session number: 1000000000704
    Thanks,
    Shanahas

    Hi,
    The maintanance package is getting executed everyday. However, it is throwing some error.
    I have checked the RFC connection and they are working fine.
    Here with I'm attaching part of the log i got for the maintance package error.
    Pls help
    Maintenance Package completed
    > Maximum number of retries reached ( 0003 )
    Updating license data completed from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Error updating license data from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Retrieval of license data failed from destination SM_SOMCLNT100_BACK
    > ( AGS_MK_GET_MAINT_KEYS )
    > Function module for retrieval of license data not available on Solution Manager
    Updating license data started from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Error refreshing service definitions from destination SM_SOMCLNT100_BACK
    > Password logon no longer possible - too many failed attempts
    > error reading function module interface BDL_DO_SESSION_REFRESH_NEW from SM_SOMCLNT100_BACK
    > Re-entry after error
    Refresh of service definitions started from destination SM_SOMCLNT100_BACK [Maintenance Package]
    Refresh sessions from destination SM_SOMCLNT100_BACK finished [Maintenance Package]
    > Sessions cannot be refreshed from destination SM_SOMCLNT100_BACK ( SOM , 0020312095 )
    > Password logon no longer possible - too many failed attempts
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_SOMCLNT100_BACK
    Refresh sessions from destination SM_SOMCLNT100_BACK started [Maintenance Package]
    Refresh sessions from destination SDCC_OSS finished [Maintenance Package]
    > Sessions are up to date
    Refresh sessions from destination SDCC_OSS started [Maintenance Package]
    > Not due, due every 7 day(s), last successful run 10.07.2011 21:20:24
    Delete old session and log data :
    Maintenance Package started
    Thanks,
    Shanahas

Maybe you are looking for

  • Problem in reusing the declader slider variable in VBox

    There is a slider variable {color:#0000ff}specexpontLevel{color}. This variable is used 2 times in VBox content as per my requirement. But the VBox contents are not visble @ the runtime. If I call the variable only once in VBox then the contents are

  • Unable to install windows 7 on boot camp partition

    Hello everyone! As the title says, I'm trying to install windows 7 on my macbook - the 2009 13 inch model- and failing at it. I have been peeking around the net and I haven't found any solutions, so here I come. If I'm not wrong I need to format the

  • Making calendars in photoshop elements 7

    I am having trouble making a custom calendar in photoshop. I need to make a custom calendar for my online college class and I have made the picture but can not figure out how to make the calendar. I have tried the create photo calendar but it just ta

  • Itunes shuts off new MACbook pro (2011) after 15 min

    I have a new 2011 Macbook pro (May 2011). I have set all time-outs (screen saver, economy modes) to "never" in the account preferences and the computer ought not to shut off ever (unless the battery is empty). This has helped none: when playing itune

  • A private var folder is taking up all of my startup disk space and I can't delete it.

    HI, My startup disk usage jumped to full quite unexpectedly. On running 'daisy disk' I can see that most of the space has been taken up with files marked as: Disks and folders/macintosh hd/private/var/vm followed by a whole lot of 'swap file' extensi