Flex Mobile : URLLoader bytesTotal always at 0 when loading file

Hi !
I'm trying to load external file with UrlLoader in a Flex Mobile Project ( Initialy it was with Data/Services Options of Flash Builder, but I have the same problem ). On the complete event, it work on the desktop ( bytesTotal, xml... ), but when i install my application on my nexus one ( air version : 2.5.0.1660 ), i've no data ( bytesTotal = 0 ), but the cache of the application has grown
The application has these autorisations :
            <uses-permission android:name="android.permission.INTERNET"/>
            <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
            <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
If someone can help me...
Thx !
Vince

After messing with the URLLoader for a native windows AIR app I gave up on it. That object will return 200, ok, complete, while failing to do what it says it did.
I never found any way to catch a real error from the server with any of the event listeners for URLLoader.  Instead I used HTTPService, it acutally returns useful data on server errors.  Here is an example, all this is tucked into my own class.
var service:HTTPService = new HTTPService();
               service.url = url;
               service.resultFormat = HTTPService.RESULT_FORMAT_E4X;
               service.method = URLRequestMethod.POST;
               service.addEventListener(ResultEvent.RESULT,serviceResult);
               service.addEventListener(FaultEvent.FAULT,faultResult);
               service.send(vars);
private function serviceResult(eResult:ResultEvent):void
               var objResult:Object = eResult;              
               if( objResult.result is XML )
                    xmlData = eResult.result as XML;
                    trace(xmlData);
                    dispatchEvent( new Event('eComplete') );
               else
                    //something wrong
                    trace('BAD! No XML Returned: '+eResult.result);
                    dispatchEvent( new Event('eError') );
private function faultResult(e:Event):void
               if( e is ErrorEvent )
                    trace( ErrorEvent(e).text );                   
               else if ( e is FaultEvent )
                    trace( FaultEvent(e).message.toString() );
               else
                    trace( 'Unhandled error' );
               dispatchEvent( new Event('eError') );

Similar Messages

  • Flex Mobile, URLLoader and Sessions

    I have created a Flex Mobile Project that I've been testing so far on a Motorola Xoom and uses the URLLoader object to query some JSP pages and return the output. These JSP pages require user authentication which depend on sessions.
    If my URLLoader requests are made sequentially (the second request is not made until the first is completed) session information functions normally. If multiple URLLoader requests are made at the same time there is a chance that one or more of the request's session information will fail. I've used a packet sniffer and found that the "Cookie: JSESSION=..." header value is not being set or sent to the server.
    I've actually been able to solve this problem by fetching my session ID when I login, storing it locally and setting the "Cookie: JSESSION=..." value manually in the header of all my URLLoader requests. Most of the time the browser will overwrite this value that I've set with the session ID that it has, and that's fine. But in the case where it doesn't set this value then my manually set value is passed to the server and it is able to find the appropriate session.
    The solution I've come up with seems to work so far, but I was still wondering if anybody knows what's causing this or knows a better solution?

    That sounds like everything's working the way it should. Until the "first" request is authenticated successfully and the response comes back to the browser/device, your app doesn't have session credentials. Sending multiple simultaneous unauthenticated requests will thus all need to authenticate individually -- and making matters worse, may create multiple sessions on the server, so as they come back your session info (as represented by your JSESSION ids) will rapidly run through all the new sessions until settling on the last one.
    I would suggest changing your application flow to let your first request go by itself first and not submit any other requests until that (authenticated) response is received.
    -- Tom
    Flex SDK engineer

  • Flex mobile: actionbar chrome always has a gradient look

    Hi,
    I have a mobile app based on ViewNavigatorApplication. I want the action bar to have a single flattened color.
    I have following declaration in the app main mxml file
    s|ActionBar
         chromeColor: #000000;
    In spite of this, the app’s action bar always has a gradient look. Am I missing anything here ?
    also, i tried setting the following values too
    backgroundAlpha: 0;
    contentBackgroundAlpha: 0;
    accentColor: #000000;
    but didnt get the required results.
    Thanks,

    The gradient is created by the skin based on the chrome color.  You will need to create a custom skin to not draw a gradient.
    Here is an example custom skin that extends ActionBarSkin to accomplish this.
    SolidActionBarSkin.as:
    package
        import mx.core.DPIClassification;
        import spark.skins.mobile.ActionBarSkin;
        public class SolidActionBarSkin extends ActionBarSkin
            override protected function drawBackground(unscaledWidth:Number, unscaledHeight:Number):void
                var chromeColor:uint = getStyle("chromeColor");
                var backgroundAlphaValue:Number = getStyle("backgroundAlpha");
                // border size is twice as big on 320
                var borderSize:int = 1;
                if (applicationDPI == DPIClassification.DPI_320)
                    borderSize = 2;
                graphics.beginFill(chromeColor, backgroundAlphaValue);
                graphics.drawRect(0, borderSize, unscaledWidth, unscaledHeight - (borderSize * 2));
                graphics.endFill();
    And the CSS to use it in your application:
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                firstView="views.ReproMHomeView">
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            s|ActionBar {
                skinClass: ClassReference("SolidActionBarSkin");
        </fx:Style>
    </s:ViewNavigatorApplication>

  • Adobe Photoshop CS6 crashes when loading files

    Basically what it says. When I load a gile it crashes. I've only tried loading JPG's. I have also uninstalled and re-installed it.
    Thanks
    Sean

    What system are you on? Please provide some details. Also having the crash info may help:
    Working with your Operating System’s Tools
    Mylenium

  • Crash when loading file upgraded from pages 3.03 to 4.0

    after loading a 3.03 file in pages 4.0 (demo version), deleting a few styles, modifying a few others, creating a table of contents, moving paragraphs around in structure mode, then saving the file, it causes pages 4.0 to crash when attempting to load it : segmentation fault.
    Report have been sent to apple but I'm in despair because this 125 pages file is crucial to me : I didn't keep the original. It contains an academic report I must finalize tomorrow.
    Any help much welcome, I can send the file

    Try creating a new user and opening it in that, just in case it is a something other than Pages causing the problem.
    Also try force opening the file with a text editor to get at the contents, you may be able to rescue something. A slim hope but worth trying.
    Also try getting at the parts of the file by going into Finder and right mouse clicking on the file and go +Show Package Contents+. Inside the package, if there is one, will be a Quicklook folder and inside that Preview.pdf.
    You can open the Preview.pdf in Preview and possibly copy material from that into another document to rescue it.
    You have learnt a painful lesson. If the material is vital keep the backup, especially as you were only working with the demo version of Pages 09.

  • Leading zeros when loading file into BPS

    Hi all,
    i'm trying to load a flat file into BPS cube via sap GUI according to the indication of the correspondent "How to paper".
    As first column i have cost center (10 ch lenght). Usually in the File the leading zeros are not specified and in the paper it's specified to pay extra attention to those zeros.
    So the question is:
    HAVE i to include leading zeros in the file (for cost center)? Is it a mandatory task?
    Thanks in advance.
    Fabio

    Hi Anand,
    Is it possible to load Excel or CSV file into BPS using the standard function module ?
    If we use CSV format, then the leading zeros should be wiped out anyway.
    I tried both format. None of them working. Is only TXT format allowed ?
    Your help is much appreciated.
    Regards,
    Manish Jain

  • Final cut pro x crashes when loading files from my external hard drive.

    please help!

    Sorry, but I'm not following you very well. Perhaps some else who does will weigh in and help.
    evliz98 wrote:
    Movie files.
    The term, movie files, covers a lot of territory. What format? Open in Quick Time, hit Command–I and post a screenshot.
    My files are stored on an OWC external hard drive.
    Project and Events?
    If I drag a file to my computers hard drive, the applications starts up fine. SMH.
    Drag what kind of a file? Projects need to be opened from within FCP.
    Russ

  • Flex Mobile 4.5.1: Package contents and URLLoader

    On Flash for web and desktop (Projector debugger), one can use a URLLoader to load local URLs (eg files off your hard drive).  This is very useful for some development purposes, as you just need to make sure any external files (JSON & PNG) are in the same relative path as the SWF, and you then don't need to worry about different code paths whether you're loading these external files from local storage or http.  URLLoader operates the same whether loading locally or remotely.
    Is there any way to easily get the same behavior on a Flex Mobile 4.5.1 app (specifically for an iOS target)?  Again, this is useful because in my live app, these external files will be loaded from our web server, but for testing purposes I would like to be able to run in a server-less mode and include them with the deployed debug IPA file.  My first problem is that I cannot seem to figure out how to deploy these files to the application in the first place - I tried adding my external-files folder to the Flex Build Path as an additional Source folder, but they still don't show up under the Package Contents for iOS tab.
    Any ideas?  Are there any include-extra-files-in-package options in the -app.xml? 
    Or is there no way to use URLLoader for local storage on mobile, and I am stuck with using Embed?  (I guess besides Embed I could manually deploy the files to the iOS file system and use the AIR api for access, but that's still a different code path, defeating my goal - we have a decent bit of code built around the idea that URLLoader is agnostic)

    Edit: Realized my original answer wasn't correct, the files were being pulled in from another setting.
    After some experimenting, the answer is YES, and it's actually a bit unexpected: Just in fact adding the external files folder to the Flex Build path | Source Path actually pulls them all in.  It seems those directories are passed to both mxmlc and adt.  Unexpected surprise.

  • Problem = always shut down when connect to the internet (both via wifi & mobile data)

    problem = always shut down when connect to the internet (both via wifi & mobile data) my problem is my phone (sony z1) regularly shut down automatically when connect to the internet (both via wifi & mobile data). it just happens after i downloaded and installed the latest available software (as following): Android version: Google Android 4.3 (Jelly Bean) Latest available software: 14.2.A.1.136 Release started: 2014-01-30 please suggest how to fix this problem.

    I suggest you disable any battery savers or task killers if you have.Boot your phone in safe mode and see how it is:
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Flex Mobile Projet - ActionBar position

    Hi, I have created a Flex mobile project, with ViewNavigatorApplication layout.  I want to position the ActionBar in the bottom of the app, rather than the default top aligned. How can I do that?
    I tried by setting the this.navigator.actionBar.y = 300; in the creationComplete of the application, but as I navigate to any other view, it jumps back to top.
    Please suggest.

    If you can't find a better solution, extend the View class and add the code to this extended view. All your view will then have to extend this view.
    You would have to add something like navigator.actionBar.y = FlexGlobals.topLevelApplication.height - navigator.actionBar.height; in the creationCompleteHandler (i would use a callLater because your change will be overwrited by the view_creationCompleteHandler) and in the viewActivate Handler. The navigator will always flash at the top when you switch view... It's why I hope you'll find a better way to do it.

  • Flex mobile 4.6 app works inside flash builder but not in android emulator

    Originally posted on stackoverflow: http://stackoverflow.com/questions/8663892/flex-mobile-4-6-app-works-inside-flash-builder- but-not-in-android-emulator
    I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria...
    It also launches fine in the android emulator but one particular view shows blank (and this view works fine in flash builder).
    Before I get in to many details of the view are there any categorical gotchas that can be causing this?
    I can't seem to get the trace statements from the app to show in 'adb logcat'. It seems I need to compile a debug version of the apk but I don't know how to do this. I use the 'Export Release Build' from the Project menu in flash builder and it doesn't seem to have an option for debug=true.
    The problematic/blank view basically uses the stagewebview and iotashan's oauth library to call linkedin rest apis... A different (and working) view can make restful web service calls in the emulator fine, so it doesn't seem to be an internet permission.
    The source code contained in the problematic/blank view is almost identical to the tutorial found at:http://www.riagora.com/2011/01/air-and-linkedin/
    The differences are: a) The root tag is a View b) I use StageWebView instead of HtmlContainer c) I use my own linkedin key and tokens.
    I would appreciate it if someone can provide me with some pointers on how to troubleshoot this situation. Perhaps someone can tell me how to debug the app while running in the emulator (I think I need the correct adt command arguments for this which matches the 'Export Release Build' menu but adds the debug param?)
    Thanks for your help in advance.
    Comment Added:
    I suspect that this has to do with connections to https:// api.linkedin.com and https:// www.linkedin.com. The only reason I can think of that the same code is not having issues inside of Flex Builder but indeed having issues in the Android emulator is something to do with certificates. Any ideas?

    Thanks er453r,
    I have created a project that clearly reproduces the bug.  Here are the steps:
    1) Create a UrlLoader and point it to https://www.google.com (HTTPS is important because http works but HTTPS does not)
    2) Load it
    3) Run in Flash Builder 4.6/Air 3.1 and then run in Android emulator.  The former works with an http status 200.  The latter gives you an ioerror 2032.  I am assuming what works in Flash Builder is supposed to work in the Android Emulator and what what works in the emulator is supposed to work in a physical device (plus or minus boundary conditions).
    I see a certificate exception in adb logcat but not sure if it's related...
    Here is the self contained View code which works with a TabbedViewNavigatorApplication:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        xmlns:ns1="*"
                        xmlns:local="*"
                        creationComplete="windowedapplication1_creationCompleteHandler(event) "
                        actionBarVisible="true" tabBarVisible="true">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  protected var requestTokenUrl:String = "https://www.google.com";
                                  protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                                            var loader:URLLoader = new URLLoader();
                                            loader.addEventListener(ErrorEvent.ERROR, onError);
                                            loader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
                                            loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                                            loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpResponseStatusHandler);
                                            loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                                            var urlRequest:URLRequest = new URLRequest(requestTokenUrl);
                                            loader.load(urlRequest);
                                  protected function requestTokenHandler(event:Event):void
                                  protected function httpResponse(event:HTTPStatusEvent):void
                                            label.text += event.status;
                                            // TODO Auto-generated method stub
                                  private function completeHandler(event:Event):void {
                                            label.text += event.toString();
                                            trace("completeHandler data: " + event.currentTarget.data);
                                  private function openHandler(event:Event):void {
                                            label.text +=  event.toString();
                                            trace("openHandler: " + event);
                                  private function onError(event:ErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("onError: " + event.type);
                                  private function onAsyncError(event:AsyncErrorEvent):void {
                                            label.text += event.toString();
                                            trace("onAsyncError: " + event);
                                  private function onNetStatus(event:NetStatusEvent):void {
                                            label.text += event.toString();
                                            trace("onNetStatus: " + event);
                                  private function progressHandler(event:ProgressEvent):void {
                                            label.text += event.toString();
                                            trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
                                  private function securityErrorHandler(event:SecurityErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("securityErrorHandler: " + event);
                                  private function httpStatusHandler(event:HTTPStatusEvent):void {
                                            label.text += event.toString();
                                            //label.text += event.responseHeaders.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function httpResponseStatusHandler(event:HTTPStatusEvent):void {
                                            label.text +=  event.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function ioErrorHandler(event:IOErrorEvent):void {
                                            label.text +=  event.toString();
                                            label.text += event.text;
                                            trace("ioErrorHandler: " + event);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Label id="label" y="185" width="100%" color="#0A0909" horizontalCenter="0" text=""/>
    </s:View>

  • Can't convert Flex Mobile project to desktop project

    I'm using the Flash Builder 4.6 trial, and I'm very new to flex development. I've been asked to convert an existing Flex Mobile project (appears to have been developed in Flash Builder 4.5) into an AIR desktop app.
    The project imported without complaint. However, the Add/Change Project Type > Convert to Flex Desktop Project menu item is disabled.
    I created a blank Flex Mobile project, then a blank Flex web project, then a blank ActionScript project. It's greyed out for those, too. I checked with the projects closed and open; the rest of the items on that submenu are enabled for all projects when closed.
    Is this feature disabled in the trial version?  Is something else going on?

    Clearly the device from verizon works, I would try to contact a computer tech to repair your computer
    Really it should be as simple as turn on, connect, go. If it isn't there is a break down somewhere in that computer
    What error msg?

  • After i update to 10.6.8, why safari, app store and dashbord always close unexpectedly when i open it

    after i update to 10.6.8, why safari, app store and dashbord always close unexpectedly when i open it ?
    this is the log for safari
    Process:         Safari [551]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.3 (6533.21.1)
    Build Info:      WebBrowser-75332101~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2011-07-12 09:42:31.917 +0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          13615 sec
    Crashes Since Last Report:           237
    Per-App Interval Since Last Report:  1323 sec
    Per-App Crashes Since Last Report:   55
    Anonymous UUID:                      DE637EF1-55B5-4BC9-9DC6-7B3E7F8EE9F5
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                 0x00007fff834fef34 WebCore::reportException(JSC::ExecState*, JSC::JSValue) + 52
    1   com.apple.WebCore                 0x00007fff83438caa WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 2202
    2   com.apple.WebCore                 0x00007fff83a65ad0 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 240
    3   com.apple.WebCore                 0x00007fff832e1bf2 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 146
    4   com.apple.WebCore                 0x00007fff832e187b WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1243
    5   com.apple.WebCore                 0x00007fff832e1271 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 241
    6   com.apple.WebCore                 0x00007fff83430a96 WebCore::HTMLImageLoader::dispatchLoadEvent() + 262
    7   com.apple.WebCore                 0x00007fff83348f7d WebCore::ImageEventSender::dispatchPendingEvents() + 221
    8   com.apple.WebCore                 0x00007fff8336c687 WebCore::ThreadTimers::sharedTimerFiredInternal() + 151
    9   com.apple.WebCore                 0x00007fff83c13765 WebCore::timerFired(__CFRunLoopTimer*, void*) + 53
    10  com.apple.CoreFoundation          0x00007fff82d74be8 __CFRunLoopRun + 6488
    11  com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    12  com.apple.HIToolbox               0x00007fff8935d74e RunCurrentEventLoopInMode + 333
    13  com.apple.HIToolbox               0x00007fff8935d553 ReceiveNextEventCommon + 310
    14  com.apple.HIToolbox               0x00007fff8935d40c BlockUntilNextEventMatchingListInMode + 59
    15  com.apple.AppKit                  0x00007fff87ba0eb2 _DPSNextEvent + 708
    16  com.apple.AppKit                  0x00007fff87ba0801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    17  com.apple.Safari                  0x0000000100015ffa 0x100000000 + 90106
    18  com.apple.AppKit                  0x00007fff87b6668f -[NSApplication run] + 395
    19  com.apple.AppKit                  0x00007fff87b5f3b0 NSApplicationMain + 364
    20  com.apple.Safari                  0x0000000100009f1c 0x100000000 + 40732
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b61add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff88b617b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff88b612de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff88b60c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff88b60aa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                 0x00007fff88b81a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff88b85881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                 0x00007fff8327d199 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                 0x00007fff8327929c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002f5c9 0x100000000 + 193993
    5   com.apple.Safari                  0x000000010002f559 0x100000000 + 193881
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff88f6d23f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation              0x00007fff88eee204 __NSThread__main__ + 1429
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002f5c9 0x100000000 + 193993
    5   com.apple.Safari                  0x000000010002f559 0x100000000 + 193881
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff88b8a932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff82d95498 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                 0x00007fff88b60a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff88b60e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff88b60aa5 start_wqthread + 13
    Thread 8:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                 0x00007fff88b46db6 semaphore_wait_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c3e4 pthread_mutex_lock + 428
    2   libSystem.B.dylib                 0x00007fff88b9ed61 _mdns_query_mDNSResponder + 2004
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ed61 _mdns_query_mDNSResponder + 2004
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                 0x00007fff88b4c417 pthread_mutex_lock + 479
    1   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000001c  rbx: 0x00007fff5fbfe5d0  rcx: 0x0000000114628a50  rdx: 0x0000000100d4c100
      rdi: 0x000000011464cac0  rsi: 0x000000011464cac0  rbp: 0x00007fff5fbfe470  rsp: 0x00007fff5fbfe2c0
       r8: 0x0000000000000001   r9: 0x000000011719b800  r10: 0x0000000000000038  r11: 0x00002dda42627524
      r12: 0x0000000116e26a20  r13: 0x0000000100d4c100  r14: 0x0000000114628a88  r15: 0x0000000102d4d1c0
      rip: 0x00007fff834fef34  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.3 (6533.21.1) <09261F3D-C3EC-A309-83F4-DC49CC549176> /Applications/Safari.app/Contents/MacOS/Safari
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff8005d000 -     0x7fff8009efef  com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8009f000 -     0x7fff8011bff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff801e8000 -     0x7fff801f3fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff802b2000 -     0x7fff802b4fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff802b5000 -     0x7fff80326ff7  com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff80327000 -     0x7fff80368fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff80369000 -     0x7fff8037eff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8037f000 -     0x7fff80396fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff80397000 -     0x7fff803b8fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff803c0000 -     0x7fff80649ff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff806a4000 -     0x7fff80721fef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff80722000 -     0x7fff80771ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff80772000 -     0x7fff80773ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff80774000 -     0x7fff8077ffff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80780000 -     0x7fff80854fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff80855000 -     0x7fff808daff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff808db000 -     0x7fff80947fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff80948000 -     0x7fff80993fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff80a22000 -     0x7fff80abcfe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff80ac3000 -     0x7fff80adeff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff80adf000 -     0x7fff80b41fe7  com.apple.datadetectorscore 2.0 (80.7) <A73D45FA-8957-6616-3776-593BE2927455> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff80b42000 -     0x7fff80c4cff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff80c4d000 -     0x7fff80c58ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff80c59000 -     0x7fff80c59ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff80c5a000 -     0x7fff80ca3fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff80ca4000 -     0x7fff80d65fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff80d66000 -     0x7fff80e4bfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff80e4c000 -     0x7fff80e62fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff80e88000 -     0x7fff80e94fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff80e95000 -     0x7fff80ea6fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff80ecf000 -     0x7fff80ed1fff  libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff80ed2000 -     0x7fff80efdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff80f48000 -     0x7fff80fe8fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff80fe9000 -     0x7fff80ffdff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff80ffe000 -     0x7fff8103ffef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff81040000 -     0x7fff81067ff7  libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff81068000 -     0x7fff8117ffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff81180000 -     0x7fff81191fff  SyndicationUI ??? (???) <53514778-2D8E-0638-6A5A-776F31681E51> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff81192000 -     0x7fff811fafff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff811fb000 -     0x7fff81214fff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff81215000 -     0x7fff81215ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff81293000 -     0x7fff812c9ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff812ca000 -     0x7fff812cbfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff812cc000 -     0x7fff81535fff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff81536000 -     0x7fff8153cff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8153d000 -     0x7fff81584ff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81585000 -     0x7fff815c2ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff815c3000 -     0x7fff81645fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff81687000 -     0x7fff81694fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81695000 -     0x7fff816c8ff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff816c9000 -     0x7fff81758fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff81759000 -     0x7fff81c5fff7  com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff81c60000 -     0x7fff8235cff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8235d000 -     0x7fff8235dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8235e000 -     0x7fff8251cfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff8251d000 -     0x7fff8251eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8251f000 -     0x7fff8256efef  libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8256f000 -     0x7fff82572ff7  com.apple.securityhi 4.0 (36638) <4497AC9D-4AD5-5155-B8B8-D47E694613A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82770000 -     0x7fff82770ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82771000 -     0x7fff82777ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff829c2000 -     0x7fff829c2ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff829c3000 -     0x7fff829c6fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82aa0000 -     0x7fff82addfff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff82b36000 -     0x7fff82b45fff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82b46000 -     0x7fff82b83ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff82bd4000 -     0x7fff82ceefef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff82cef000 -     0x7fff82d17fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff82d18000 -     0x7fff82d26ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff82d27000 -     0x7fff82e9efe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82f66000 -     0x7fff82f8bff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff83072000 -     0x7fff83260fef  com.apple.JavaScriptCore 6533.19 (6533.19.1) <493CE301-005E-94B3-9306-922DA36357FF> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff83277000 -     0x7fff83ef2fef  com.apple.WebCore 6533.21 (6533.21.1) <15CE3700-C6DC-7F94-5394-4CF78040A40D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff83ef3000 -     0x7fff83f24fff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83f55000 -     0x7fff8418ffef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff84190000 -     0x7fff84194ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8419a000 -     0x7fff84250ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8437f000 -     0x7fff84383ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff84384000 -     0x7fff84439fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff84456000 -     0x7fff844b6fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff846b6000 -     0x7fff84826fff  com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84827000 -     0x7fff85031fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85032000 -     0x7fff85075ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff850a0000 -     0x7fff854e7fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff854e8000 -     0x7fff8581cfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8581d000 -     0x7fff85823ff7  IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85824000 -     0x7fff8586bfff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8586c000 -     0x7fff859a1fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff859a2000 -     0x7fff85a7fff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff85ab8000 -     0x7fff85e55fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff85f23000 -     0x7fff85f66fef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff866fc000 -     0x7fff86746ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff86ae0000 -     0x7fff86ba1fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff86bdf000 -     0x7fff86c27ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff86c28000 -     0x7fff86ca7fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86cd9000 -     0x7fff86d25fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff86d26000 -     0x7fff86d2dfff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86d2e000 -     0x7fff86d40fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff86d41000 -     0x7fff87184fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff871a0000 -     0x7fff871b4fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff871b5000 -     0x7fff87241fef  SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff87242000 -     0x7fff87251fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87252000 -     0x7fff87272ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff87273000 -     0x7fff87392fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87393000 -     0x7fff873e6ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff873e7000 -     0x7fff8740afff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8740b000 -     0x7fff87488fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff875fb000 -     0x7fff87618ff7  libPng.dylib ??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8768b000 -     0x7fff87809ff7  com.apple.WebKit 6533.21 (6533.21.1) <C89E93DE-3BFD-2E7A-2A49-356885FA1CDE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8780a000 -     0x7fff87932ff7  com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff87933000 -     0x7fff87a71fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87a72000 -     0x7fff87b02fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff87b03000 -     0x7fff87b19fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff87b5c000 -     0x7fff87b5cff7  com.apple.Carbon 150 (152) <F31CA1DA-A54B-FEDC-2101-5E902A36DA6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff87b5d000 -     0x7fff88557ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88558000 -     0x7fff88716ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff88717000 -     0x7fff8871aff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8875f000 -     0x7fff88770ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff88771000 -     0x7fff887baff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff887bb000 -     0x7fff88800fff  com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff88801000 -     0x7fff8883aff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff8883b000 -     0x7fff8883cfff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8883d000 -     0x7fff88842fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88843000 -     0x7fff88848fff  libGIF.dylib ??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff88849000 -     0x7fff88a8bfe7  com.apple.AddressBook.framework 5.0.4 (883) <2192ED27-0C79-748F-E590-E1D08845A0D5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88a8c000 -     0x7fff88b45fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff88b46000 -     0x7fff88d07fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff88d08000 -     0x7fff88d72fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88d73000 -     0x7fff88e30fff  com.apple.CoreServices.OSServices 359 (359) <E8336204-1ACB-D433-D569-2CAA22A88F65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88e33000 -     0x7fff88e42fff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff88e4b000 -     0x7fff88e86fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88e9b000 -     0x7fff88e9bff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff88e9c000 -     0x7fff88ea1ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88ea2000 -     0x7fff88edcfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff88edd000 -     0x7fff8915ffe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff89160000 -     0x7fff89160ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff89161000 -     0x7fff891dfff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff892d9000 -     0x7fff8932eff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8932f000 -     0x7fff8962dfff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8962e000 -     0x7fff89638fff  com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff89639000 -     0x7fff896e9fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89729000 -     0x7fff89758fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff89759000 -     0x7fff8985dfff  com.apple.PubSub 1.0.5 (65.20) <8517E609-C5B9-F2C7-8FE1-8A79B28F070D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff89867000 -     0x7fff8986dfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,1, BootROM MBP81.0047.B04, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: HUAWEIMobile-Modem, PPP (PPPSerial), ppp0
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: HUAWEI Mobile, 0x12d1  (Huawei Technologies Co., Ltd.), 0x1001, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

      Version:         5.0.3 (6533.21.1)
    You are running an outdated version of Safari.
    Click your Apple menu / Software Update...
    If the combo didn't reinstall Safari, use Pacifist to extract the Safari app.

  • Is there a way to use Stage3D in Flex Mobile projects on iPad?

    When I create a project of type "Action Script Mobile Project" the Stage3D works on iPad, Android device and in the AIR desktop simulator.
    But when I create a project of type "Flex Mobile Project" it works in the desktop simulator and on Android device but does not work on iPad.
    When running on iPad the stage.stage3Ds[] collection is empty.
    Is it a sort of limitation made by intent? Or a bug? Or maybe I am doing something wrong?
    What I actually need is an ability to render offscreen bitmaps with GPU in an application that uses Spark UI. This is why I need Flex Mobile project.
    My configuration is the following:
    iPad with retina display
    Sony Xperia Tablet Z
    AIR SDK 3.7 (and I have also tried AIR SDK 3.8 today)

    Hi,
    Check this thread, discussing the similar issue
    Re: What video format that is compatible with Muse

  • Adobe Flex Mobile + AIR - Custom iOS Build Setting

    I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS
    This app involves some iOS Native Extension created also by me.
    The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics Technology). That framework requires GD FIPS linker to be used, and for that, i need to set some custom build settings in a .xcconfig file, with this content:
    FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
    The ANE compiles OK, but then, I add the ANE to the app, I compile the app, but when I launch the app, it crashes because the FIPS linker was not properly got set on my Flex Mobile project.
    So, my question is:
    Is there a way to set the above configuration on my project like somebody would do in a Xcode project?
    Regards!

    I see your key as a reserved key for iOS. I haven't tested it myself but here's the keys you cannot change. Sure enough, MinimumOSVersion is reserved.

Maybe you are looking for

  • Regular Expressions in num-exp

    Hello All, I had a problem on my SRST gateway with num-exp insterting a repeating pattern into my 7-digit dialing when in fallback mode. For a brief example, the 7digit internal dialing is 21621.. or 21622.. The num-exp statement of 'num-exp 2... 216

  • Changing to a new Active Directory

    We are synchronising Shared Services to Microsoft Active Directory to create our main user directory. We add the AD accounts to native groups, which are provisioned with Essbase and Planning roles. We apply security filters for our Planning cubes dir

  • Adobe Premiere CS6 Family wont show up after installation

    Hello, So I have successfully installed the trail version of premiere (I assume it is called family), but once it is finished downloading there is no icon to click, and no file on my computer that shows it is there besides a folder named adobe premie

  • Process Oriented Storage Process Control

    Hi All, When we use Process Oriented Storgae Process Contrl for outbound process, how does the system pick the Warehouse Process type for each individual step that we define in the Storage process definition. thanks krishna

  • PowerMac won't irregularly stops booting - Flashing Folder icon

    I have installed Leopard onto my PowerMac G4. It was working for a few months, now it won't boot up most of the time. I am getting the flashing folder/question mark when I turn the computer on. This problem doesn't occur all of the time. I was messin