"Long Page Applications" (vs. Ajax)

I'm considering doing all my new websites in Flex, however I have one concern: Many website pages' content go way down pass "the fold" and are very long (or high), as you scroll down and down using the browser.  (e.g., a forum thread with many posts going down the page)
Flex (on the web) seems more of a "above the fold" paradigm.
Here is the question: is there anything stopping a Flex application from being very tall (like 3-5 pages high)?  Does it work just as well?  Does Flex handle that well? Is there a limit to how tall/long a Flex application can be?  Would Ajax be a better fit for tall website pages?
In other words, would it be technically possible to translate/re-write most websites in Flex? or is Flex not really design for tall sites?
I hope this makes sense.
Pete

Flex is not incredibly good at dealing with large amounts of text, particularly if that text needs to be formatted.
htmlText property and Flex support for HTML tags and CSS are just too limiting for many applications.
That said, in many cases Flex might be a good solution. For your forum posts example, the posts could be rendered using a List or Repeater.
http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_2.html
http://livedocs.adobe.com/flex/3/html/help.html?content=repeater_3.html
If this post answers your question or helps, please mark it as such.
Greg Lafrance
www.ChikaraDev.com
Flex Development, Training, and Support Services

Similar Messages

  • How to handle jquery and ajax call in single page application using coded ui

    Hi,
    I am facing a very tricky situation while using coded ui. My application interact with ajax and I was facing the issue to handle the ajax in the login page and other pages. I went through the post : http://stackoverflow.com/questions/17849074/jquery-ajax-success-not-getting-triggered-with-coded-ui-test-project 
    and got solution for my problem. Now when ever a ajax is getting called in the page its getting handle with app config file. However the issue I am facing right now is. 
    When i click on a button a window will appear which is actually a "div tag". Please see the image below. In  the that window when I have to select a item from drop down, the ajax will get called, however it will get called only for the window,
    it wont be called for the entire page.. i.e. it will update only the window. I am not able to handle this ajax call, script gets stuck in refresh state. I will request you guys to provide a work around for it.
    I would like to add more details - Visual studio version - 2013 update 3, IE11. 
    Application details: Its a single page application which uses bootstrap framework. All the ajax call are dynamic.
    Thanks in advance.

    Thanks for the reply.
    The window is not exactly a pop up window. Its a div tag in the same page. As this is my first time to work on  a single page application I am not sure how it works. For the entire page I am able to handle the ajax call however the action performed
    in the div tag is not getting handled.
    Code for the window, I am not sure to what extend will it be helpful.
    <div class="modal-content"><div class="modal-header"><div class="bootstrap-dialog-header"><div class="bootstrap-dialog-close-button" style="display: none;"><button class="close">×</button></div><div
    class="bootstrap-dialog-title">Move Item to different task [FocusAudit]</div></div></div><div class="modal-body"><div class="bootstrap-dialog-body"><div class="bootstrap-dialog-message"><div><div
    id="dashboard">
      <table class="TFtable">
        <tbody><tr>
          <td colspan="2">
                You are about to move the  24 selected item item to a different task. Select the task to which to move this item, (Optionally) enter notes about the task change, and click 'Change' to continue.
              </td>
        </tr>
        <tr>
          <td>Select New WorkFlow:</td>
          <td><select class="form-control" id="MA_workflow" onchange="ChangeWorkFlow()"><option value="647446014">Batches<option value="647446007">Claim<option value="647446065"
    selected="">Workflow1</option></select></td>
        </tr>
        <tr>
          <td>Select New Task:</td>
          <td><select class="form-control" id="MA_actions"><option value="647446025">BatchRebuild</option><option value="647446054">Complete</option><option value="647446039">DataIntegrityCheck</option><option
    value="647446038">FocusAudit</option><option value="647446053">FocusAuditMiner</option><option value="647446037">FocusAuditSelect</option><option value="647446055">LocationRouter</option><option
    value="647446029">MineForSBT</option><option value="647446022">OCRtoWebDE</option><option value="647446024">OnePass</option><option value="647446049">OnePassRouter</option><option
    value="647446050">OnePassUS</option><option value="647446060">QAuditImporter</option><option value="647446045">QIAutoAuditGrader</option><option value="647446058">QIAutoAuditInjector</option><option
    value="647446048">QIMiner</option><option value="647446040">QISampler</option><option value="647446056">QIVerify</option><option value="647446059">QIVerifyGrader</option><option
    value="647446047">QIVerifyUS</option><option value="647446021">RecoRules</option><option value="647446082">Review</option><option value="647446042">Router</option><option
    value="647446023">Validate</option><option value="647446081">Verify</option><option value="647446080">WebDEFileCreator</option></select></td>
        </tr>
        <tr>
          <td>Select New Status:</td>
          <td>
            <select class="form-control" id="MA_status">
              <option value="ready">Ready</option>
              <option value="reject">Rejected</option>
              <option value="hold">Held</option>
              <option value="ready">Keep Status From Original Task</option>
            </select>
          </td>
        </tr>
        <tr>
          <td colspan="2">Notes:</td>
        </tr>
        <tr>
          <td colspan="2">
            <textarea name="MA_statusnote" class="form-control" id="MA_statusnote" maxlength="250" rows="5" cols="40"></textarea>
          </td>
        </tr>
        <tr>
          <td style="text-align: right;" colspan="2">
            <input class="btn btn-default list-inline" id="btnSubmit" onclick="prepareData_MoveToAction();" type="button" value="Change">
            <input class="btn btn-cancel" id="btnCancel" style="padding-left: 5px;" onclick=" dialogInstance2.close();" type="button" value="Cancel">
          </td>
        </tr>
      </tbody></table>
      <div id="overlayDialog" style="display: none;">
        <div style="width: 100%; text-align: center;">
          <h1>Processing...</h1>
          <img src="Images/ajax-loader.gif">
        </div>
      </div>
      <div id="dData_MoveToAction" style="display: none;" data-itemcount="24" data-oldactionidno="647446079" data-oldstatus="ready" data-oldactionname="FocusAudit" data-fnparent="PS"></div>
    </div>
    <script id="scrpd" language="text/javascript">
      <!--
      var cworkflow =$('#MA_workflow option:selected').text();
       function initMoveToAction()
         function ChangeWorkFlow(){
           $('#overlayDialog').show(300);
        var _newworkflowname=$('#MA_workflow option:selected').text(); 
        if(cworkflow!=_newworkflowname)
         getItemType();
         cworkflow = _newworkflowname;
       function getItemType()
          var _workflowid=$('#MA_workflow option:selected').text();
           var formData = { workflowid: _workflowid}
            var sPage = './Handlers/GenericFn.ashx?action=getitemtype';
           $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                    var newItemActions = jQuery.parseJSON(data);
                      $('#MA_actions').empty();
                      $.each(newItemActions, function(i, option) {
                   $('#MA_actions').append($('<option></option>').attr("value", option.Value).text(option.Key));
                         $('#overlayDialog').hide(300);
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
            function prepareData_MoveToAction()
                 var ma_oldstatus, ma_oldactionname, ma_actionidno,ma_oldactionid, ma_statusNote,ma_itemNewStatus,ma_itemtotalno, ma_newworkflowname,ma_fnparen;
                    ma_itemNewStatus = $('#MA_status option:selected' ).val();
                    ma_actionidno=$('#MA_actions option:selected').val();
                    ma_newworkflowname=$('#MA_workflow option:selected').text();
                    ma_statusNote = $("#MA_statusnote").val();
                var params = $("#dData_MoveToAction");
                if (params.data("oldstatus"))
                    ma_oldstatus = params.data("oldstatus");
                if (params.data("oldactionname"))
                    ma_oldactionname = params.data("oldactionname");
                if (params.data("oldactionidno"))
                    ma_oldactionid = params.data("oldactionidno");
                 if (params.data("itemcount"))
                    ma_itemtotalno = params.data("itemcount");
                 if (params.data("fnparent"))
                    ma_fnparen = params.data("fnparent");
                var formData = { currentstatus: ma_oldstatus, oldactionid:ma_oldactionid,newstatus: ma_itemNewStatus, actionid: ma_actionidno, oldactionName:ma_oldactionname, statusnote: ma_statusNote,totalno:ma_itemtotalno,  newworkflowname:
    ma_newworkflowname,fnparent:ma_fnparen};            
                var sPage = './Handlers/ItemAction_MoveToAction.ashx?action=movetoaction';
                 $('#overlayDialog').show(300);
                  $('#btnSubmit').attr('disabled',true);
                  $('#btnCancel').attr('disabled',true);
                $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                        SetProdSummary();
                        $('#overlayDialog').hide(300);
                       dialogInstance2.close();
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
          -->
    </script></div></div></div></div><div class="modal-footer" style="display: none;"><div class="bootstrap-dialog-footer"></div></div></div>
    I agree the point the UI has to be active or else the script will have issue during the playback. In my scenario I have to work on that window. I have to perform action on it. Now when the window(div thing) comes up the page in the background goes disable
    till the action is performed on the window or the window is closed. I have to perform action on it then only I can proceed with the TC automation. Please let me know any option to solve this problem.
    Thanks 
    Ahetejazahmad Khan.

  • I have just completed a long document and the Pages application quit unexpectedly.  Is that it gone irretrievably?

    I have just completed a long document and the Pages application quit unexpectedly.  Is is lost irretrievably?

    Yes, unless you've saved manually or have autosave software for it installed, which is only preloaded when using the latest Pages version on Mac OS X 10.7.
    Save your work frequently.
    (59502)

  • PAGES application no longer works - I have reinstalled software

    For some unknown reason the Pages application in my IWORKS bundle has stopped working and this is the main reason I purchased IWORKS was to use the Pages. I followed the suggestions...check for updates - there were none and I have installed the software which by the way you have to install all applications not just Pages. Below is the error message. Any suggestions on how to resolve. If I do not hear anything I will go out to Best Buy and talk to one of the Apple Reps.
    Thanks in advance.
    Process: Pages [149]
    Path: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier: com.apple.iWork.Pages
    Version: ??? (???)
    Build Info: Pages-7660000~4
    Code Type: X86 (Native)
    Parent Process: launchd [89]
    Date/Time: 2011-03-07 10:33:32.349 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 245320 sec
    Crashes Since Last Report: 7
    Per-App Crashes Since Last Report: 6
    Anonymous UUID: 7DB83FC1-05A9-4ACD-AD3D-046C68CA156D
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: @rpath/Inventor.framework/Versions/C/Inventor
    Referenced from: /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility
    Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24600000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x06300000

    Luv2Travel wrote:
    For some unknown reason the Pages application in my IWORKS bundle has stopped working and this is the main reason I purchased IWORKS was to use the Pages. I followed the suggestions...check for updates - there were none and I have installed the software which by the way you have to install all applications not just Pages. Below is the error message. Any suggestions on how to resolve. If I do not hear anything I will go out to Best Buy and talk to one of the Apple Reps.
    I would be really surprised if you were ever able to use an application embedded in an IWORKS package.
    Apple never delivered such a product !
    The report clearly state that a file is missing :
    <startupVolume> /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility/ Inventor.framework/Versions/C/Inventor
    It would be a good idea to check if it's really missing or if the error message is giving a wrong info.
    Searching in the existing threads with the keystroking :
    Inventor.framework/Versions/C/Inventor AND Reason: image not found
    returned several links.
    The first one point to this thread :
    http://discussions.apple.com/thread.jspa?messageID=13161202
    I know it well because the late asker sent me a feedback.
    He applied my uninstaller script and re-installed the package.
    Doing that, he retrieved a normal behavior.
    Before doing that, it would be interesting to know if the app fails the same if you try to run it in an other user account.
    My script is available on my iDisk :
    <http://public.me.com/koenigyvan>
    Download :
    For_iWork:iWork '09:uninstall iWork '09.zip
    Yvan KOENIG (VALLAURIS, France) lundi 7 mars 2011 18:41:45

  • Skype and pages applications unexpectedly quit

    I am running on OSX version 10.9.4?
    I have the latest software updates, including quicktime, java, adobe, EVERYTHING etc!
    For some reason my Skype and also my Pages applications are" unexpectedly quitting" This has been happening for a few days now. Initially i thought my skype was the problem So I had a look here and did all these steps
    https://support.skype.com/en/faq/FA10916/why-does-skype-for-mac-os-x-crash-my-co mputer
    I have done all of those things several times! Yet nothing... So clearly it isn't the application though if it's also happening with Pages.
    I have ran through my disk utility and tried to repair disks and files
    My memory and my Ram should all be fine, says there is plenty.
    Here is some information from my console that may be able to help you?
    All messages section
    5/09/2014 10:56:14.058 pm TuneupMyMac[654]: System Cleaner /Users/conorcannon/Library/Caches/com.skype.skype: scan
    5/09/2014 11:02:05.584 pm TuneupMyMac[654]: Uninstaller Scan: /Applications/Skype.app
    5/09/2014 11:02:05.585 pm TuneupMyMac[654]: Uninstaller Scan: /Users/conorcannon/Library/Preferences/com.skype.skype.plist
    5/09/2014 11:02:05.585 pm TuneupMyMac[654]: Uninstaller Scan: /Users/conorcannon/Library/Application Support/Skype
    5/09/2014 11:02:05.585 pm TuneupMyMac[654]: Uninstaller Scan: /Users/conorcannon/Library/Caches/com.skype.skype
    5/09/2014 11:16:58.115 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:16:58.327 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:16:58.327 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:16:59.049 pm Skype[803]: Application is not entitled to access AddressBook contacts
    5/09/2014 11:17:01.084 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:17:02.333 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:17:02.352 pm Skype[803]: Failed to create AccessSession
    5/09/2014 11:17:51.340 pm com.apple.launchd.peruser.501[156]: ([0x0-0x48048].com.skype.skype[803]) Job appears to have crashed: Bus error: 10
    5/09/2014 11:17:54.605 pm ReportCrash[817]: Saved crash report for Skype[803] version 6.19 (6.19.0.450) to /Users/conorcannon/Library/Logs/DiagnosticReports/Skype_2014-09-05-231754_Conor s-MacBook-Pro.crash
    5/09/2014 11:17:54.977 pm ReportCrash[817]: Removing excessive log: file:///Users/conorcannon/Library/Logs/DiagnosticReports/Skype_2014-09-05-14291 0_Conors-MacBook-Pro.crash
    5/09/2014 11:25:31.054 pm Skype[853]: Failed to create AccessSession
    5/09/2014 11:25:31.457 pm Skype[853]: Application is not entitled to access AddressBook contacts
    5/09/2014 11:25:33.271 pm Skype[853]: Failed to create AccessSession
    5/09/2014 11:26:17.222 pm com.apple.launchd.peruser.501[156]: ([0x0-0x4c04c].com.skype.skype[853]) Job appears to have crashed: Bus error: 10
    5/09/2014 11:26:17.324 pm ReportCrash[864]: Saved crash report for Skype[853] version 6.19 (6.19.0.450) to /Users/conorcannon/Library/Logs/DiagnosticReports/Skype_2014-09-05-232617_Conor s-MacBook-Pro.crash
    User Diagnostic reports
    Process:         Skype [169]
    Path:            /Applications/Skype.app/Contents/MacOS/Skype
    Identifier:      com.skype.skype
    Responsible:     Skype [169]
    16  com.skype.skype               0x002e0419 0x1000 + 3011609
    6   com.skype.skype               0x00323783 0x1000 + 3286915
    4   com.skype.skype               0x00970e24 0x1000 + 9895460
    1   com.skype.skype               0x003ed111 0x1000 + 4112657
    8   com.skype.skype               0x00540bdc 0x1000 + 5503964
    8   com.skype.skype               0x00540bdc 0x1000 + 5503964
    5   com.skype.skype               0x003e8cc6 0x1000 + 4095174
        0x1000 -   0xa75fff +com.skype.skype (6.19 - 6.19.0.442) <EFA8B456-C1B8-3323-8145-69B50418883F> /Applications/Skype.app/Contents/MacOS/Skype
    0x4000000 -  0x4041ffd +net.hockeyapp.sdk.mac (2.1.0 - 24) <57ABAE69-9025-3983-BD43-7DA4FB661C3B> /Applications/Skype.app/Contents/Frameworks/HockeySDK.framework/Versions/A/Hock eySDK
    0xd0000000 - 0xd0003ffe +com.skype.skypeframework (2.8.0.620) <6C9FDA21-186D-3CF2-9FBB-4C27B412A6C5> /Applications/Skype.app/Contents/Frameworks/Skype.framework/Versions/A/Skype
    I hope this helps, and I hope you can help me! Thanks

    Okay, I made sure I did everything you said exactly to do.
    Safe mode test
    Process:         Skype [252]
    Path:            /Volumes/VOLUME/Skype.app/Contents/MacOS/Skype
    Identifier:      com.skype.skype
    Version:         6.19 (6.19.0.450)
    Code Type:       X86 (Native)
    Parent Process:  launchd [158]
    Responsible:     Skype [252]
    User ID:         501
    Date/Time:       2014-09-07 08:30:08.346 +1000
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  C9875D16-3466-5917-FE3D-C7BD3F9092CC
    Crashed Thread:  1
    Exception Type:  EXC_CRASH (SIGBUS)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib       0x01dbf190 _platform_strcmp + 80
    1   libobjc.A.dylib               0x06354d73 _class_getLoadMethod_nocheck(objc_class*) + 79
    2   libobjc.A.dylib               0x06354d17 _class_hasLoadMethod + 24
    3   libobjc.A.dylib               0x0634b44d _read_images + 490
    4   libobjc.A.dylib               0x0634a9f1 map_images_nolock + 1499
    5   libobjc.A.dylib               0x0634a3fd map_images + 53
    6   dyld                           0x8fe196ae dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 761
    7   dyld                           0x8fe171d1 dyld::notifyBatch(dyld_image_states) + 23
    8   dyld                           0x8fe23772 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, bool, ImageLoader::RPathChain const&) + 264
    9   dyld                           0x8fe19905 dyld::link(ImageLoader*, bool, bool, ImageLoader::RPathChain const&) + 176
    10  dyld                           0x8fe211ef dlopen + 459
    11  libdyld.dylib                 0x01b67b75 dlopen + 70
    12  com.apple.CoreFoundation       0x06cce967 _CFBundleDlfcnLoadBundle + 199
    13  com.apple.CoreFoundation       0x06cce129 _CFBundleLoadExecutableAndReturnError + 745
    14  com.apple.Foundation           0x040421bc _NSBundleLoadCode + 880
    15  com.apple.Foundation           0x04041c84 -[NSBundle loadAndReturnError:] + 245
    16  com.skype.skype               0x002e0819 0x1000 + 3012633
    17  com.apple.Foundation           0x0406a95e -[NSBundle load] + 41
    18  com.macromedia.Flash Player.plugin 0x1d923fce 0x1d922000 + 8142
    19  com.macromedia.Flash Player.plugin 0x1d92330a 0x1d922000 + 4874
    20  com.macromedia.Flash Player.plugin 0x1d92328a NP_Initialize + 42
    21  com.apple.WebKit               0x0f7694de -[WebNetscapePluginPackage _tryLoad] + 862
    22  com.apple.WebKit               0x0f769543 -[WebNetscapePluginPackage load] + 35
    23  com.apple.WebKit               0x0f76f233 -[WebNetscapePluginDocumentView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues: loadManually:element:] + 403
    24  com.apple.WebKit               0x0f71755d WebFrameLoaderClient::createPlugin(WebCore::IntSize const&, WebCore::HTMLPlugInElement*, WebCore::KURL const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, ***::String const&, bool) + 3181
    25  com.apple.WebCore             0x10068d80 WebCore::SubframeLoader::loadPlugin(WebCore::HTMLPlugInImageElement*, WebCore::KURL const&, ***::String const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, bool) + 256
    26  com.apple.WebCore             0x0ffa013f WebCore::SubframeLoader::requestPlugin(WebCore::HTMLPlugInImageElement*, WebCore::KURL const&, ***::String const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, bool) + 191
    27  com.apple.WebCore             0x0ff9fe44 WebCore::SubframeLoader::requestObject(WebCore::HTMLPlugInImageElement*, ***::String const&, ***::AtomicString const&, ***::String const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&, ***::Vector<***::String, 0ul, ***::CrashOnOverflow> const&) + 404
    28  com.apple.WebCore             0x0ff9eaa3 WebCore::HTMLObjectElement::updateWidget(WebCore::PluginCreationOption) + 963
    29  com.apple.WebCore             0x0ffa1187 WebCore::FrameView::updateWidget(WebCore::RenderObject*) + 263
    30  com.apple.WebCore             0x0fda68cb WebCore::FrameView::updateWidgets() + 315
    31  com.apple.WebCore             0x0fda11ee WebCore::FrameView::performPostLayoutTasks() + 366
    32  com.apple.WebCore             0x0ff26f27 WebCore::Timer<WebCore::FrameView>::fired() + 39
    33  com.apple.WebCore             0x0fcfae90 WebCore::ThreadTimers::sharedTimerFiredInternal() + 192
    34  com.apple.WebCore             0x0fcfadb4 WebCore::ThreadTimers::sharedTimerFired() + 84
    35  com.apple.WebCore             0x0fcfad40 WebCore::timerFired(__CFRunLoopTimer*, void*) + 64
    36  com.apple.CoreFoundation       0x06cedea6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    37  com.apple.CoreFoundation       0x06ced863 __CFRunLoopDoTimer + 1395
    38  com.apple.CoreFoundation       0x06d6806d __CFRunLoopDoTimers + 349
    39  com.apple.CoreFoundation       0x06ca5353 __CFRunLoopRun + 1779
    40  com.apple.CoreFoundation       0x06ca49ea CFRunLoopRunSpecific + 394
    41  com.apple.CoreFoundation       0x06ca484b CFRunLoopRunInMode + 123
    42  com.apple.HIToolbox           0x049d8b5d RunCurrentEventLoopInMode + 259
    43  com.apple.HIToolbox           0x049d88e2 ReceiveNextEventCommon + 526
    44  com.apple.HIToolbox           0x049d86bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    45  com.apple.AppKit               0x02828349 _DPSNextEvent + 1602
    46  com.apple.AppKit               0x02827870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    47  com.apple.AppKit               0x0281a15c -[NSApplication run] + 727
    48  com.apple.AppKit               0x02802ff8 NSApplicationMain + 1165
    49  libdyld.dylib                 0x01b68701 start + 1
    Thread 1 Crashed:
    0   libsystem_pthread.dylib       0x01dd7cb0 start_wqthread + 0
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x01ce2992 kevent64 + 10
    1   libdispatch.dylib             0x01b3d899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x01b3d532 _dispatch_mgr_thread + 52
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x01ce1a96 __rename + 10
    1   libsystem_kernel.dylib         0x01cdf9c8 rename + 25
    2   ???                           0x00f5fdc0 0 + 16121280
    3   com.skype.skype               0x00405b99 0x1000 + 4213657
    Thread 4:
    0   libsystem_pthread.dylib       0x01dd2893 pthread_threadid_np + 14
    1   libsystem_pthread.dylib       0x01dd5492 __mtx_droplock + 55
    2   libsystem_pthread.dylib       0x01dd5af9 pthread_mutex_unlock + 83
    3   com.apple.CoreFoundation       0x06cb4c1a __CFRunLoopDoSource1 + 170
    4   com.apple.CoreFoundation       0x06ca54b2 __CFRunLoopRun + 2130
    5   com.apple.CoreFoundation       0x06ca49ea CFRunLoopRunSpecific + 394
    6   com.apple.CoreFoundation       0x06ca484b CFRunLoopRunInMode + 123
    7   com.apple.AppKit               0x029d1b88 _NSEventThread + 283
    8   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x01cdcf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x01cdc16c mach_msg + 68
    2   com.apple.CoreFoundation       0x06ca5bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x06ca51d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x06ca49ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x06ca484b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x0406d095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation           0x0406cf0e -[NSThread main] + 45
    8   com.apple.Foundation           0x0406ce66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f5308f 0 + 16068751
    5   ???                           0x00f534fa 0 + 16069882
    6   ???                           0x00f4b628 0 + 16037416
    7   ???                           0x00f4b8d0 0 + 16038096
    8   ???                           0x00f57c96 0 + 16088214
    9   ???                           0x00f5927a 0 + 16093818
    10  ???                           0x00f52f3b 0 + 16068411
    11  ???                           0x00f62cf4 0 + 16133364
    12  libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    13  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    14  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f63776 0 + 16136054
    4   ???                           0x00f557b0 0 + 16078768
    5   ???                           0x00f559b1 0 + 16079281
    6   ???                           0x00f52f3b 0 + 16068411
    7   ???                           0x00f62cf4 0 + 16133364
    8   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x01cdcf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x01cdc16c mach_msg + 68
    2   com.apple.CoreFoundation       0x06ca5bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x06ca51d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x06ca49ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x06d67221 CFRunLoopRun + 129
    6   com.skype.skype               0x00323b83 0x1000 + 3287939
    Thread 9:
    0   com.skype.skype               0x0073e3e3 0x1000 + 7590883
    Thread 10:
    0   libsystem_kernel.dylib         0x01ce2976 kevent + 10
    1   com.skype.skype               0x003ed511 0x1000 + 4113681
    Thread 11:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f5308f 0 + 16068751
    5   ???                           0x00f534fa 0 + 16069882
    6   ???                           0x00f4b628 0 + 16037416
    7   ???                           0x00f4b8d0 0 + 16038096
    8   com.skype.skype               0x00540fdc 0x1000 + 5504988
    9   ???                           0x00f62cf4 0 + 16133364
    10  libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f5308f 0 + 16068751
    5   ???                           0x00f534fa 0 + 16069882
    6   ???                           0x00f4b628 0 + 16037416
    7   ???                           0x00f4b8d0 0 + 16038096
    8   com.skype.skype               0x00540fdc 0x1000 + 5504988
    9   ???                           0x00f62cf4 0 + 16133364
    10  libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib         0x01cdcfce semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x01b40064 _dispatch_semaphore_wait_slow + 210
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f63776 0 + 16136054
    4   ???                           0x00f575bb 0 + 16086459
    5   ???                           0x00f576e1 0 + 16086753
    6   ???                           0x00f52f3b 0 + 16068411
    7   ???                           0x00f62cf4 0 + 16133364
    8   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x01ce2976 kevent + 10
    1   ???                           0x00f5b40a 0 + 16102410
    2   ???                           0x00f5dca9 0 + 16112809
    3   ???                           0x00f52f3b 0 + 16068411
    4   ???                           0x00f62cf4 0 + 16133364
    5   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    6   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    7   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f4bce8 0 + 16039144
    5   com.skype.skype               0x003e90c6 0x1000 + 4096198
    Thread 16:
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   ???                           0x0116500f 0 + 18239503
    4   ???                           0x01017f38 0 + 16875320
    5   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    6   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    7   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f4bce8 0 + 16039144
    5   ???                           0x00ed0bdb 0 + 15535067
    6   ???                           0x00e8efcb 0 + 15265739
    7   ???                           0x00ed1092 0 + 15536274
    8   ???                           0x00f52f3b 0 + 16068411
    9   ???                           0x00f62cf4 0 + 16133364
    10  libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    11  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    12  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 18:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x01ce1ace __select + 10
    1   com.apple.CoreFoundation       0x06cf5ae6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    3   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    4   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 19:: Dispatch queue: SKFullTextIndexer indexing queue
    0   libsystem_kernel.dylib         0x01ce2d12 __pread + 10
    1   com.apple.SearchKit           0x07b4c281 IAFileStoreStreamRead + 72
    2   com.apple.SearchKit           0x07b4c20f StoreStreamReadPastEndOfBuffer + 70
    3   com.apple.SearchKit           0x07b4c161 StoreStreamReadBytes + 30
    4   com.apple.SearchKit           0x07b4c131 StoreStreamReadUInt32 + 33
    5   com.apple.SearchKit           0x07b4d367 IAInputBlock::ReadUInt32() + 27
    6   com.apple.SearchKit           0x07b8cc53 ReadPage(unsigned long, IAStorage*, IAOrderedStorable*) + 65
    7   com.apple.SearchKit           0x07b8d364 PageCache::Get(unsigned long, unsigned int, bool) + 120
    8   com.apple.SearchKit           0x07b8b6e2 BTree::GetPage(unsigned long, unsigned int) + 150
    9   com.apple.SearchKit           0x07b517b7 BTree::GetReference(IAOrderedStorable const*) + 317
    10  com.apple.SearchKit           0x07b5163a BTree::Get(IAOrderedStorable const*) + 46
    11  com.apple.SearchKit           0x07b590a2 TermIndex::GetTermInfo(IATerm*, bool) + 128
    12  com.apple.SearchKit           0x07b585e7 TermIndex::FlushTermUpdates(Progress*) + 719
    13  com.apple.SearchKit           0x07b573ad TermIndex::FlushUpdates() + 265
    14  com.apple.SearchKit           0x07b84103 non-virtual thunk to TIAInvertedIndex::FlushUpdates() + 33
    15  com.apple.SearchKit           0x07b5712e TermIndex::Flush() + 58
    16  com.apple.SearchKit           0x07b7fdb7 TIAIndex::Flush(unsigned long) + 175
    17  com.apple.SearchKit           0x07b57082 SKIndexFlushInternal + 119
    18  com.apple.SearchKit           0x07b57003 SKIndexFlush + 25
    19  com.skype.skype               0x0029dae1 0x1000 + 2738913
    20  libdispatch.dylib             0x01b3b386 _dispatch_client_callout + 50
    21  libdispatch.dylib             0x01b42ddf _dispatch_source_latch_and_call + 150
    22  libdispatch.dylib             0x01b3dcf8 _dispatch_source_invoke + 422
    23  libdispatch.dylib             0x01b3da96 _dispatch_queue_drain + 317
    24  libdispatch.dylib             0x01b3efcf _dispatch_queue_invoke + 126
    25  libdispatch.dylib             0x01b3d38a _dispatch_root_queue_drain + 72
    26  libdispatch.dylib             0x01b3e70e _dispatch_worker_thread2 + 39
    27  libsystem_pthread.dylib       0x01dd3dab _pthread_wqthread + 336
    28  libsystem_pthread.dylib       0x01dd7cce start_wqthread + 30
    Thread 20:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x0f192ae4 JSC::BlockAllocator::blockFreeingThreadMain() + 276
    4   com.apple.JavaScriptCore       0x0f189e1c ***::threadEntryPoint(void*) + 76
    5   com.apple.JavaScriptCore       0x0f189db0 ***::wtfThreadEntryPoint(void*) + 16
    6   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 21:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x0f1934eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x0f193378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0f189e1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x0f189db0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 22:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x0f1934eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x0f193378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0f189e1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x0f189db0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 23:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x0f1934eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x0f193378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0f189e1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x0f189db0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 24:: WebCore: LocalStorage
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x0f192ec3 ***::ThreadCondition::timedWait(***::Mutex&, double) + 67
    4   com.apple.WebCore             0x10927c88 ***::PassOwnPtr<***::Function<void ()> > ***::MessageQueue<***::Function<void ()> >::waitForMessageFilteredWithTimeout<bool (***::Function<void ()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()>*), double) + 120
    5   com.apple.WebCore             0x10927474 WebCore::StorageThread::threadEntryPoint() + 212
    6   com.apple.JavaScriptCore       0x0f189e1c ***::threadEntryPoint(void*) + 76
    7   com.apple.JavaScriptCore       0x0f189db0 ***::wtfThreadEntryPoint(void*) + 16
    8   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   ???                           0x0116500f 0 + 18239503
    4   ???                           0x01065117 0 + 17191191
    5   ???                           0x010652c6 0 + 17191622
    6   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x01ce17ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x01dd4d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x01dd6bd9 pthread_cond_wait$UNIX2003 + 71
    3   ???                           0x0116500f 0 + 18239503
    4   ???                           0x01156b4e 0 + 18180942
    5   ???                           0x0115a291 0 + 18195089
    6   ???                           0x01153ae6 0 + 18168550
    7   libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib         0x01cdcfb6 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x01b400a4 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x01b3ff1f dispatch_semaphore_wait + 37
    3   ???                           0x00f635f8 0 + 16135672
    4   ???                           0x00f4bce8 0 + 16039144
    5   ???                           0x0147cd04 0 + 21482756
    6   ???                           0x0147e5b4 0 + 21489076
    7   ???                           0x01484aa4 0 + 21514916
    8   ???                           0x01484f61 0 + 21516129
    9   ???                           0x00f52f3b 0 + 16068411
    10  ???                           0x00f62cf4 0 + 16133364
    11  libsystem_pthread.dylib       0x01dd25fb _pthread_body + 144
    12  libsystem_pthread.dylib       0x01dd2485 _pthread_start + 130
    13  libsystem_pthread.dylib       0x01dd7cf2 thread_start + 34
    Thread 28:
    0   libsystem_pthread.dylib       0x01dd7cb0 start_wqthread + 0
    Thread 1 crashed with X86 Thread State (32-bit):
      eax: 0xb0081000  ebx: 0x00001103  ecx: 0xb0001000  edx: 0x00000000
      edi: 0x00060001  esi: 0x00000000  ebp: 0x00000000  esp: 0xb0080ff0
       ss: 0x00000023  efl: 0x00000200  eip: 0x01dd7cb0   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x0c3beaf0
    Logical CPU:     0
    Error Code:      0x00100170
    Trap Number:     132
    Binary Images:
        0x1000 -   0xa75fff +com.skype.skype (6.19 - 6.19.0.450) <6EF24063-AC15-3A31-803D-C66626F54E32> /Volumes/VOLUME/Skype.app/Contents/MacOS/Skype
    0x1a93000 -  0x1a94fff  libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x1a9b000 -  0x1a9fffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x1aa4000 -  0x1aafffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x1abc000 -  0x1ac1ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x1acc000 -  0x1ad4fff  libcopyfile.dylib (103.92.1) <9B62DDFE-FEFD-31CA-989F-9BE0AB606C49> /usr/lib/system/libcopyfile.dylib
    0x1adb000 -  0x1b2bff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x1b3a000 -  0x1b52ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x1b65000 -  0x1b68ff7  libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x1b6f000 -  0x1b6ffff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x1b74000 -  0x1b7cfff  liblaunch.dylib (842.92.1) <C180016C-F2DB-3D8B-A72D-5185CE67DFA2> /usr/lib/system/liblaunch.dylib
    0x1b84000 -  0x1b88ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x1b8d000 -  0x1b8ffff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x1b95000 -  0x1b96fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x1b9c000 -  0x1baefff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x1bb8000 -  0x1bb9fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x1bbe000 -  0x1c50ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x1c78000 -  0x1c7afff  libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x1c80000 -  0x1c88fff  libsystem_dnssd.dylib (522.92.1) <7E36B79E-6BF4-3462-9A84-C0744D029636> /usr/lib/system/libsystem_dnssd.dylib
    0x1c8e000 -  0x1cb6fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x1cca000 -  0x1ce7ff4  libsystem_kernel.dylib (2422.110.17) <BCE753BB-9F18-30CB-87BC-D960721254C1> /usr/lib/system/libsystem_kernel.dylib
    0x1d08000 -  0x1d39ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x1d44000 -  0x1d5cff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x1d65000 -  0x1d90ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x1daa000 -  0x1db3fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x1dbb000 -  0x1dc0ff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x1dd1000 -  0x1dd8ffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x1de2000 -  0x1de3ffa  libsystem_sandbox.dylib (278.11.1) <DA875837-A5C2-3004-8117-65F378E4BD03> /usr/lib/system/libsystem_sandbox.dylib
    0x1de8000 -  0x1de9ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x1def000 -  0x1df5ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x1dfc000 -  0x1e20ff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x1e54000 -  0x1e60ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x1e66000 -  0x1e66fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x1e69000 -  0x1ea5ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x1ece000 -  0x1ecefff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x1ed6000 -  0x1ed6ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x1edc000 -  0x1ee5fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x1eee000 -  0x1eeffff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x1ef3000 -  0x1ef4fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x1ef9000 -  0x1ef9ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x1efd000 -  0x1efdfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x2800000 -  0x341eff3  com.apple.AppKit (6.9 - 1265.21) <1D31697B-6F33-3239-BACE-5D1361B1F79A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x39aa000 -  0x39e7ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x39fd000 -  0x39fdfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x3b00000 -  0x3d64ff7  com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x3e27000 -  0x3e90ffa  com.apple.datadetectorscore (5.0 - 354.5) <CB793FA7-B873-39A9-855F-D86AB0C35298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x3ec0000 -  0x3eceff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x3ed4000 -  0x3eddfff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x3ee7000 -  0x3ee7fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x3ef0000 -  0x3ef4ffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x3ef9000 -  0x3efbffb  libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x4000000 -  0x432bffe  com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x44c3000 -  0x4636ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x46c0000 -  0x46d4ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x46e2000 -  0x46f0ff3  com.apple.opengl (9.6.1 - 9.6.1) <B8205F16-6435-3062-89C9-2D8FF1799B3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x46f8000 -  0x46f9ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x4800000 -  0x4937fff  com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x49ad000 -  0x4d22ff9  com.apple.HIToolbox (2.1.1 - 698) <FE3938F3-6338-3C5E-AAB3-47B2F5FAC762> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x4e88000 -  0x5034fff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x50ea000 -  0x5359ff2  com.apple.security (7.0 - 55471.14.8) <8AF3BEF0-0EF9-32CD-A316-F9C6325E3491> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x547c000 -  0x5642ffb  libicucore.A.dylib (511.34) <9588FA53-7801-3A44-8E5A-1365586A4918> /usr/lib/libicucore.A.dylib
    0x56d6000 -  0x57c2ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x57f1000 -  0x58d7ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x5961000 -  0x59b6ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <CB06B746-9EB1-3972-A798-A139E15F5ACC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x59d9000 -  0x5a50ffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x5a80000 -  0x5ac8fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x6303000 -  0x631dff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x632b000 -  0x6339ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x6349000 -  0x64f14af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x650e000 -  0x661bff7  com.apple.ImageIO.framework (3.3.0 - 1043) <3AA4C524-1B31-39AC-A641-189D0D6EA427> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x6676000 -  0x6739ff1  com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x679c000 -  0x6b94ffb  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <9BCF8082-2CE7-3DE6-A5F2-4C84CAE21BB1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x6c2f000 -  0x6e31fff  com.apple.CoreFoundation (6.9 - 855.17) <E382BBB6-4F41-3959-ADC7-238BE49A2155> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x6f6c000 -  0x703aff7  com.apple.backup.framework (1.5.4 - 1.5.4) <C09AF796-385F-34DB-B551-68967989E9CB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x70ab000 -  0x720dffb  com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x72df000 -  0x7348fff  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7379000 -  0x7395fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x739f000 -  0x73f4fff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x744b000 -  0x746fff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x747b000 -  0x748dfff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x7495000 -  0x75a7ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x75be000 -  0x75ccfff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x75d4000 -  0x78d5ffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x794c000 -  0x79e4ff7  com.apple.Metadata (10.7.0 - 800.28) <D8C2153B-6D0F-3B75-97C7-742BDCA430FC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7a35000 -  0x7ab5ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7b4a000 -  0x7bbdfff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7bf8000 -  0x7c56ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7c82000 -  0x7d5dff7  com.apple.LaunchServices (572.28 - 572.28) <2DEA5B87-80AC-3ACD-9F60-4BC61353B66E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7dc8000 -  0x7df4ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7e14000 -  0x7e1bff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7e22000 -  0x7e2effc  libkxld.dylib (2422.110.17) <FBC1725B-74D4-3DFC-954E-0628948C0781> /usr/lib/system/libkxld.dylib
    0x7e33000 -  0x7e3eff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7e4a000 -  0x7e4dff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7e53000 -  0x7e6bff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <184471C6-C810-3346-B7C7-D86E695D0FA1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7e83000 -  0x7e8dfff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7e96000 -  0x7ec0fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x7ecc000 -  0x7ed5fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x7ede000 -  0x7f75ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7f9f000 -  0x8014ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x803c000 -  0x80cdfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x810c000 -  0x815bff9  com.apple.HIServices (1.23 - 468) <B0534B49-A137-363A-9FC2-44FAA6F0894F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x818c000 -  0x819cff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x81a9000 -  0x8245fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x8272000 -  0x827cff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x828d000 -  0x8291ffc  com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x8299000 -  0x8583fd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x85c0000 -  0x8690fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x869c000 -  0x8748ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x8753000 -  0x8b18ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x8b6f000 -  0x8cc5ff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x8cea000 -  0x8ddefff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x8e37000 -  0x8e7dff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x8e9e000 -  0x8ec2fff  libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x8eca000 -  0x8f23ffa  libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x8f31000 -  0x8f4cff6  libPng.dylib (1043) <AFF54258-8124-31AE-BBAA-575FD7C43EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x8f54000 -  0x8f58ffa  libGIF.dylib (1043) <276F48A6-766B-3D40-85C4-C9E8E6051DF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x8f5d000 -  0x905bfff  libJP2.dylib (1043) <7B186EC7-B37E-3126-BCCE-7787F65C878D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9081000 -  0x90cdff7  libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x90df000 -  0x90f8fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9110000 -  0x9141ffb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x915c000 -  0x9179ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x9184000 -  0x9274ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9282000 -  0x92edfff  com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9312000 -  0x9316fff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x931c000 -  0x9328ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E264995C-298E-3DA4-8AFD-11C941BA5E40> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9338000 -  0x9341ffc  com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9348000 -  0x93beff3  com.apple.securityfoundation (6.0 - 55122.3) <6E1412EF-2E22-3C9D-851C-9534903D926A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93ef000 -  0x942fff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9441000 -  0x9468fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9481000 -  0x94d7ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94f0000 -  0x9532fff  libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9540000 -  0x9548ffe  libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x954f000 -  0x955efff  libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9571000 -  0x95aeffb  libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95b6000 -  0x95b8ffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95bd000 -  0x95c1ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x95c7000 -  0x95d2fff  com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x95df000 -  0x962ffff  com.apple.opencl (2.3.59 - 2.3.59) <9A8EF83B-78F9-3278-8812-5A0ECB09F8B7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9641000 -  0x964efff  com.apple.AppleFSCompression (56.92.1 - 1.0) <D2E7A2DF-9E5B-35E6-9CCD-0D40ADA7E021> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9656000 -  0x9672ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x9684000 -  0x96bafff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x96e2000 -  0x970dff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x9719000 -  0x97a3ff7  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x97fb000 -  0x97fbfff  com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0xa000000 -  0xa2f5ffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0xa39c000 -  0xa7d0ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0xa9e5000 -  0xaa46ff7  com.apple.Symbolication (1.4 - 129.0.2) <774BC6EC-450B-3AE8-BBED-F1F140B93E7E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0xaa75000 -  0xaaa3ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0xab95000 -  0xac35ff7  com.apple.Bluetooth (4.2.6 - 4.2.6f1) <53A8603F-564A-3A44-87A8-B6EDC6D3A965> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0xac84000 -  0xac89ff6  com.apple.ServerInformation (2.1.1 - 1) <07E7C140-1B65-3377-94AC-6188D3963007> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
    0xac90000 -  0xaca3ff7  com.apple.CoreBluetooth (1.0 - 1) <A9362E6E-732A-39CA-B523-CB847C92A159> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
    0xacb3000 -  0xae23fff  com.apple.QTKit (7.7.3 - 2826.19) <5F386E3B-ED51-3850-993E-12552FD25708> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0xaefb000 -  0xaf4cffb  com.apple.CoreMedia (1.0 - 1273.54) <086865CC-7B9A-3B96-A3CB-4B90DAD5DC91> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0xaf76000 -  0xaf8dff4  com.apple.CoreMediaAuthoring (2.2 - 947) <958EE809-D21F-3C88-8D87-B3A5E4C3FCA6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0xafa3000 -  0xafbcfff  libAVFAudio.dylib (32.2) <C4CBDFDF-8F77-3872-B7DE-D2D7982084BA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0xafcc000 -  0xafd1fff  com.apple.MediaAccessibility (1.0 - 43) <1CC2B661-146A-3FF3-B843-508F611F7B4B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0xafdc000 -  0xafe5fff  com.apple.AppleSRP (5.0 - 1) <6B946F4B-7DC4-3E82-BF2C-BE0930E3CF47> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0xafec000 -  0xaff3ff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0xaffc000 -  0xaffcfff  com.apple.quartzframework (1.5 - 1.5) <5BB3FDD4-4727-3D1B-9582-C96F36DA1542> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0xc000000 -  0xc12dff3  com.apple.avfoundation (2.0 - 651.12.1) <D52E847F-FCDE-35D0-A0FB-25F6F05D8600> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0xc1ec000 -  0xc55bfff  com.apple.MediaToolbox (1.0 - 1273.54) <46C11BBD-7F31-3227-9441-6087FAA3B477> /S

  • Page reload using Ajax/ Javascript

    Hi All,
    I am new to Ajax, in my application i have to reload the page once i click on the link on a report column.
    Another one is how to call "On load process" by clicking on the report link.
    Can anybody help on this.
    thanx
    Madhu

    implement page submit with AJAX instead of javascriptSome comments
    <li>If you are submtting page, then you don't ajax coz you can do the processing in an Onsubmit PLSQL process
    <li>The J in AJAX stands for "Javascript."
    >
    My requirement is on clicking on the report column i have to call one javascript and in javascript i am setting item value then submitting the page with doSubmit, then it will run the onload process based on the item value.
    Again from onload process i am calling another javascript.
    >
    So "column link" -> "JS function" -> "SET Item" ->"Submit The Page" -> "on load process" ???
    If you are on apex 4.0 ,you can use Dynamic Action for such things
    <li> add a handler for the link column that can be used in identifying the link for instance
    by adding to the link attributes(in column properties)
    class="my_link"<li> Then add a Dynamic action that is fired when you click on the link
    Dynamic Action Name : Anything you want
    Triggering element type: jQuery Selector
    jQuery Selector: a.my_link
       True Action 1: Type : Javascript
             JS code : <Insert JS code  to set the item>
       True Action 1: *PLSQL*
            PLSQL source : <use the PSLQL code from your onload PLSQL process>
            Items to submit : <set item name>, <any other items being refered in PLSQL>

  • Invoking page process using AJAX

    Hi,
    Is it possible to invoke page process using AJAX, just like I can do it with application processes?
    Regards,
    Przemek

    Hi,
    Could you not have a application process that does an execute immediate on a block of PL/SQL? This way in your app process you could extract the code from your page process.
    So your code would like something like:
    SELECT region_source
    INTO v_plsql_source
    FROM apex_application_page_regions
    WHERE source_type = 'PL/SQL'
    AND application_id = :app_id
    AND page_id = :app_page_id
    AND static_id = :your_static_id; -- or you could reference from region name etc...
    execute immediate (v_plsql_source);
    I'm not sure if you'll have any issue with bind variables in v_plsql_source
    Martin
    [http://apex-smb.blogspot.com/]

  • One long page

    I use many "boilerplate" paragraphs that I copy and paste into different documents. I would like to be able to keep these boilerplate paragraphs on one long page that doesn't have individual pages - just one long page. Any thoughts?

    Pages doesn't have a "pageless" mode.
    May I suggest you use *iText Express* (free) or TextEdit both set to text only view, then you can drag and drop the appropriate text into Pages and have it change to the local formatting.
    Also try:
    http://www.macupdate.com/info.php/id/16350/text-wallet
    http://www.macupdate.com/info.php/id/16661/text-bucket
    There are also several type expanding applications which allow you to expand cryptic abbreviations into preset passages. You could even see how far Pages' auto substitution (in preferences) will meet your needs.
    Peter

  • I had pages installed on my mac but then my system crashed.  When it was recovered the pages application was gone.  Is there a way to recover it without having to pay for the app again?

    I had pages installed on my imac but then my system crashed.  When I got it recovered the pages application was gone.  Is there a way to recover it without purchasing the app again?

    I have the same issue with pages/keynote and numbers (iWorks).  Came preinstalled when I bought the macbook air back in 2010 (Out of warranty). It crashed a couple of months ago so I took it to Apple but when I got it back the iWorks was no longer there.  I cannot go back to Apple for a few months as there is no Apple store where I am currently.

  • Frozen Pages application not working!

    The Pages application is frozen on my MacBook Air. I have tried force quit, restarting, and deleting and reinstalling the application. When I open it again, it still goes back to being frozen, with many document windows open and the striped horizontal bar. Please help!

    I have the same problem. When I open Mail, the Dock freezes and Exposé stops working. When this happened previously, I also deleted the Dock plist file and rebooted. The Dock was working normally again, and I even managed to open Mail without any issues. However, I opened Mail again just a few minutes ago (I'd stopped using it because of jumbled names and e-mail addresses) and the Dock problem happened again--frozen, with Mail icon highlighted. For now, I am avoiding Mail altogether until Apple issues a fix.

  • Help on jsp code to display data in same page using using ajax ?

    Is there any jsp code to display in same page using using ajax ?

    Re: need help on how to display data in same jsp page. Locking.

  • Getting error while running page application page developed in Jdev ADF

    Hi,
    i m facing this error while running page application page developed in Jdev ADF
    can anybody help??
    JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

    Hi,
    try to test JDBC connection used by AM if it is ok
    regards,
    Branislav

  • Since i updated my iphone to ios7, i can no longer download applications and also cannot update my apps. what happened? there is an alert popping and it tells that i should switch to Philippine store.

    since i updated my iphone to ios7, i can no longer download applications and also cannot update my apps. what happened? there is an alert popping and it tells that i should switch to Philippine store.

    Hi, sallymaesmag. 
    Thank you for visiting Apple Support Communities.
    If you are in the Philippines, check to see if the country is changed in the iTunes Store settings on the iOS device.  These steps will show you how to change the preference.
    Change your iTunes Store country
    Sign in to the account for the iTunes Store region you'd like to use. TapSettings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    Follow the onscreen process to change your region, agree to the terms and conditions for the region if necessary, and then change your billing information.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Once you make the change attempt to download applications again.
    Jason H.

  • Pages is not working in my computer anymore.  Templates aren't there and I tried redownloading the application, but it says An eligible Pages application was not found in the location /Applications.

    "An eligible Pages application was not found in the location /Applications."  every time i try to update.  what do i do?

    lukasfromnull wrote:
    You will need to buy the newest iWork so it works again. I had the same problem.
    No, there is no need to re-purchase iWork. If it was installed from a retail boxed DVD, it needs to be reinstalled from the DVD. If a license was purchased electronically for the iWork '09 trial, reinstalling from the downloaded dmg will need to be done. If any of the apps were purchased from the Mac App Store, they can be reinstalled from the Mac App Store.

  • I bought pages application on my Macbook Pro, Do I need to buy again for my ipad, if not, how can I install in my ipadmini

    I bought pages application on my Macbook Pro, Do I need to buy again for my ipad, if not, how can I install in my ipadmini

    RRAF wrote:
    ... Do I need to buy again for my ipad,..
    Yes.
    You need to purchase the iPad Version.

Maybe you are looking for