Datamigration materialmaster

Hello
I'm using lsmw - materialmaster - bapi BAPI_MATERIAL_SAVEDATA
It works fine, but when there is a material with the same number (created manually)
the datamigration overwrites the datas.
How I can decide:
- only create material  (MM01)
- only change material (MM02)
thanks for any help
Daniel

you need to check BAPIMATHEAD-material is availiable or not in MARA table . Based on these condition you need to update the material from flat file.
1. after reading flat file data to internal table. after updating each record you need to validate that material is exist in mara table or not based on sy-subrc value.
2.if sy-subrc is not equal to zero then update the data.

Similar Messages

  • LSMW datamigration material master with multiple distribution channels

    Hi,
    We plan on using the LSMW to migrate our customer's material master to a ECC 6.0 system.
    Currently we use the BMM00 and BMMH1 structures, but there I can specify only one distribution channel.
    Does anyone know how to include multiple distribution channels in LSMW material master migration?
    Thanks in advance for your support.
    Edited by: Mohammed Qasim Malik on Jan 21, 2008 10:01 AM

    you need an extra record in your source per distibution channel.
    Alternative you can create the extra record with a small Abap  code in LSMW in section __END_OF_RECORD__
    There you habe in standard the code:
    transfer_record.
    just add after this statement a statement that gets the additional wanted distribution channel into the  distribution channel field.
    BMM00-VTWEG =  'xx'.
    transfer_record.

  • Reg:Sales order datamigration

    Hi,
    we are currentely doing data migration from peoplesoft to  SAP SAP ECC 6.0.
    The migration include masterdata and salesorder with billing plan
    Can u please advice me releated to this topic.
    [email protected]
    Thanks,
    Senthil
    Edited by: Senthil Vadivelan R on May 28, 2008 11:15 AM

    Hi,
    For the Legacy system migration workbench, first you need to decide how you are going to transfer the data. Ex: The master data can be split into general data, company code data and Sales area data. Initially you need to collect the data from the legacy system (peoplesoft) and then map it to the sap system for ex: cust X in people soft can be called as XXX00 in sap and so on. Then you can add the remaining details by which you have split the files . See to it that the legacy and sap numbers are maintained in all the files . Based on the fields in the files you can create a lsmw and map it.. you can take help of an  abaper in this regard. Maintain the files in either excel or notepad based on your convenience and requirement.
    Thanks
    Vamshi

  • Mass upload Create External doc URLs using Services for object-Materialmast

    Hi All,
    Services for object is not active during SHDB recording or ECATT recording in order to mass update Create External doc URLs using Services for object.
    Any body know how to Upload this for any master data ex.Material master.

    ok

  • Datamigration from Legacy Systems to OM

    Hi,
    Can somebody give me info. about how to migrate from legacy systems to OM. Have anybody a concept. How can i find the datamodel of Order Management.
    Send me please the Info. to [email protected]

    Hi Ravi,
    There are couple of tools provided by SAP for Legacy data migration to SAP CRM.
    Legacy System Migration Workbench (LSMW),
    Master Data Manager (MDM)
    ABAP
    It depends on your specific requirements that which one of these will suit you depending on the size of the data, number of fields etc.
    You may also refer to other relevant thread which might give you more details:-
    Data Migration Strategy: Legacy to CRM (BP and Case)
    rgrds,
    Randhir

  • How to check the access right for a specific SAP object like MaterialMaster

    Hi!
    How can I check if I have the right to change a specific object like a material or document in SAP vie RFC. I need a remote able function which tells me, if I have enough rights! Or, if such a function does not exist, how can I write my own ABAP code to do this?
    Thanks,
    Konrad

    Hi,
    When initiating a transaction, a system program performs a series of checks to ensure the user is authorized.
    1. The program checks whether the transaction code exists in table TSTC.
    2. The program checks whether the transaction code is locked by the administrator (transaction code SM01).
    3. The program checks whether the user has the authority to start the transaction. Authorization object S_TCODE (transaction start) contains the authorization field TCD (transaction code). The user must have the appropriate authorization for the transaction code to be started (for example, FK01, Create Vendor).
    4. The program checks whether an authorization object is assigned to the transaction code. If this is the case, the program checks whether the user has an authorization for this authorization object. The transaction code/authorization object assignment is stored in table TSTCA.
    Note: An SAP program controls steps 1 through 4. It displays an automatic message to the user if an authorization attempt fails in the step.
    5. The system performs authorization checks in the ABAP program using the ABAP statement AUTHORITY-CHECK.
    Regards
    Sudheer

  • Need Help on DataMigration

    Hi All
    We have 70 flatfiles as sources from legacy system..
    We need to migrate data from source into SAP BW...via some ETL tools like informatica
    But we got some new concept SAP Accelerated Data Migration..
    Please post your comments ...plz treat as this as urgent

    Hi 
               First the extraction is done from source system to business objects in BI,and then the migration is done to SAP Business suite database.
                     Hope this helps
    Sunil Reddy

  • Archiving prodcedur for materialmaster

    Hi
    I HAVE READ ARCHIVING PROCEDURE WHICH HAS MAINTAION IN FROMS..AND I TRIED..BUT FAIL THE PROCESS
    I HAVE CONFUSION ABOUT  MM71 and SARA tcodes
    can we use both transactions or only one
    pls...any one can guide me the excact procedure for archiving step by step
    regards
    sesidhar

    Hi Sesidhar,
    Archiving object MM_MATNR helps in archiving Material master record (MMR), Some of the pre-requisites to archive MMR are:
    1. MMR should be flaged for deletion
    2. Technical dependent archiving objects should be archived.
    3. There should be no dependent business document open for it. For example - A material should not have pending Account receivables or Account payables / There should be no stocks in the warehouse / and so on..
    Basic customizing Archive administration should already been configured. For example: FILE system customizing, Archiving object specific customizing, Storage system configuration, Residence periods and so on.
    If you want to mark deletion flag for few MMR then manually you can do otherwise you have to go with the setting up deletion flag with a report.
    After meeting above, then you can start archive MM_MATNR, Procedure as follows in ECC6.0 system
    Goto SARA > Enter Archiving object MM_MATNR > Click on Write > Create Variant > Select MMR no that you want to archive and delete. > Schedule the job.
    Deletion and Store function scheduling depends upon the your configuration in Archiving object specific settings.
    Hope this information will give you overall idea of archiving Material master record

  • Can someone tell me what I am doing wrong when creating a native extension for iPad? (Very detailed)

    My company is developing a game for the iPhone and iPad devices using Flash cs5.5 and Air3.0
    The client requires that certain features be supported - such things like GameCenter, Rating system, etc... none of which is currently supported by flash for the iOS.
    However, they did provide us with a bunch of xCode sample files on how they want things to work.
    My idea was to bridge the gap in functionality by creating a native exention that utilized the xcode source that was given to me, thus giving me the functionality that is required.
    But first, I need to actually CREATE a native extension, even just a basic echo/hello world... I have followed all the steps from various guides and tutorials and I have managed to create an ipa and put it on my iPad2 to test, but when the program starts up, nothing happens, I am left with a black screen. When I comment out the lines of code that intialize the extension, it fires up just fine.
    (and yes, I even tried to put things in try blocks in case there was an error - no luck)
    So I am hoping that someone can read through the process of what I am doing below and point out what I am doing wrong, or what I am missing.
    What I am using:
    Mac Mini running OSX 10.7.2 - this is used to run xCode 4.1 build 4B110
    PC - Windows 7 home 64bit - Running Flash CS5.5 (version 11.5.1.3469) with the AIR 3.0 SDK inside it. I also have the AIR 3.0 sdk in a seperate folder for command line running. (This is my primary developement platform)
    The PC does have flash builder installed, but I have never really used it, nor do I know how to use it... everything that has been built to date has been done using Flash CS5.5
    So, this is what I have done.
    The first thing I do is create a .a static library on the mac.
    I open xcode and create a new project.
    Select iOS Framework and Library, then select "Cocoa touch Static Library"
    Give it a name, in this case "EchoExtension" and put it in a folder.
    I then delete the EchoExtension.h file as all the samples I have seen to date don't use it.
    I then add "FlashRuntimeExtension.h" to the project from the AIR3.0 sdk frameworks folder on my PC
    I then delete everything in my .m file and, following several different examples and tutorials, type up the following code:
    //  EchoExtension.m
    //  EchoExtension
    #include "FlashRuntimeExtensions.h"
    FREObject echo(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) {
        return argv[0];
    //----------- Extention intializer and finalizer ----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ -
    // A native context instance is created
    void ContextInitializer(void* extData, const uint8_t* ctxType, FREContext ctx, uint32_t* numFunctionsToTest, const FRENamedFunction** functionsToSet) {
        // setup the number of functions in this extention
        // for easy reference, set the number of function that this extention will use.
        int FunctionCount = 1;
        // set the pointer reference to the number of function this extention will use.
        *numFunctionsToTest = FunctionCount;
        // create an array to store all the functions we will use.
        FRENamedFunction* func = (FRENamedFunction*)malloc(sizeof(FRENamedFunction)*FunctionCount);
        // create an array entry for each function
        func[0].name = (const uint8_t*)"echo"; // the name of the function
        func[0].functionData = NULL;                    // the data type
        func[0].function = &echo;             // reference to the actual function
        // save the array in a pointer.
        *functionsToSet = func;
    // A native context instance is disposed
    void ContextFinalizer(FREContext ctx) {
        return;
    // Initialization function of each extension
    void ExtInitializer(void** extDataToSet, FREContextInitializer* ctxInitializerToSet, FREContextFinalizer* ctxFinalizerToSet) {
        *extDataToSet = NULL;
        *ctxInitializerToSet = &ContextInitializer;
        *ctxFinalizerToSet = &ContextFinalizer;
    // Called when extension is unloaded
    void ExtFinalizer(void* extData) {
        return;
    I then go "Product", "Build" and it creates libEchoExtension.a
    I copy this .a file over to my PC.
    I am now finish with that god foresaken mac (*shudders*)
    Back on my PC, I create a folder for my test project. For all intents an purposes, let's call this "D:\src\EchoExtension" I then create 2 folders, one called "lib" and one called "app". Lib is where I will create the actionscript source for my extension.
    In my lib folder, I create a new fla in flash cs5.5 called "EchoExtension.fla"
    I create in my lib folder, the following:
    com\extensions\EchoExtension\EchoExtension.as
    a folder called "Build" in which I place my libEchoExtension.a file.
    in my EchoExtension.as file, I place the following code:
    package com.extensions.EchoExtension
        import flash.events.EventDispatcher;
        import flash.events.IEventDispatcher;
        import flash.external.ExtensionContext;
        public class EchoExtension extends EventDispatcher
            protected var _extensionContext:ExtensionContext;
             * Constructor.
            public function EchoExtension()
                super();
                // Initialize extension.
                _extensionContext = ExtensionContext.createExtensionContext( "com.extensions.EchoExtension", "main" );
            public function echo(Prompt:String):String
                return _extensionContext.call( "echo" ) as String;
    In my main fla, on the first layer of the time line, I simply put the following code to make sure that the as file get's included when I publish the swc.
    import com.extensions.EchoExtension.EchoExtension;
    var ext:EchoExtension = new EchoExtension();
    stop();
    I then open up my fla's publish settings, turn off the swf - which I don't need, and check the swc and make sure that it outputs into my build folder.  "./Build/EchoExtension.swc"
    I also set the player to Air 3.0 (which I can do since I have successfully integrated AIR 3.0 along side my AIR 2.6 and can build both without any problems)
    I then publish the swc. So far, so good. No problems.
    I then make a copy of the swc and rename it to EchoExtension.swc.zip, at which point I extract the library.swf file from it and also place it in my build folder.
    I then create extension.xml in by build folder which contains the following code:
    <extension xmlns="http://ns.adobe.com/air/extension/2.5">
      <id>com.extensions.EchoExtension</id>
      <versionNumber>1</versionNumber>
      <platforms>
        <platform name="iPhone-ARM">
            <applicationDeployment>
                <nativeLibrary>libEchoExtension.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
            </applicationDeployment>
        </platform>  
      </platforms>
    </extension>
    Now, at this point I am a little wary, because I am building for the iPad2... the platform is iPhone... I thought that may be a problem and at one point I tested the same build on the iPhone4 and had the same results. I have also tested it using the platform name of iPad-ARM and got the same results... So I don't think that is the problem, but I am unsure.
    Now, to make things easier, I created a batch file called "buildane.bat" in my build folder. This is what I will use to create my .ane file and it contains the following command line:
    D:\SDKs\AirSDK30\bin\adt -package -target ane EchoExtension.ane extension.xml -swc EchoExtension.swc -platform iPhone-ARM library.swf libEchoExtension.a
    I then open a command prompt and run buildane.bat and poof. My ane is created. My build folder has the following files in it now:
    buildane.bat
    EchoExtension.ane
    EchoExtension.swc
    EchoExtension.swc.zip
    extension.xml
    libEchoExtension.a
    library.swf
    Now that I have my swc, ane, and all that, it's time to create my sample application that will be used to test my new extension.
    I go back to my D:\src\EchoExtension folder and go into the app folder I created ealier.
    I then create a new flash project called EchoExtensionTester.fla
    I open the action script settings, library paths, and add the swc that I created in my D:\src\EchoExtension\lib\build folder to my project.
    On my stage, I create an input text field called txtInput, a dynamic text field called txtEcho, and a couple of buttons called btnClear, btnRuntime, and btnEcho
    I open up the first layer in the time line and place the following code:
    // basic imports.
    import flash.desktop.NativeApplication;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    // import the extension from our swc.
    import com.extensions.EchoExtension.EchoExtension;
    // set our input text field to need the softkeyboard
    txtInput.needsSoftKeyboard = true;
    // add the event handlers to our buttons.
    btnEcho.addEventListener(MouseEvent.CLICK, btnEcho_Click);
    btnClear.addEventListener(MouseEvent.CLICK, btnClear_Click);
    btnRunTime.addEventListener(MouseEvent.CLICK, btnRunTime_Click);
    // create our extension variable.
    var ext:EchoExtension;
    try
        // initialize our echo extension.
        ext = new EchoExtension();
    } catch (e:Error) {
        txtEcho.text = "Error trying to create new EchoExtension:\n\n" + e;
    stop();
    // clear the echo text field
    function btnClear_Click(e:MouseEvent):void
        txtEcho.text = "";
    // just for testing, put the current version of air runtime into our text field so we can make sure we are running air 3.0
    function btnRunTime_Click(e:MouseEvent):void
        txtEcho.text += "\nRuntime version = " + NativeApplication.nativeApplication.runtimeVersion;
    // call the extension, passing it whatever is in the input text field and have it return it and place it in our echo text field
    function btnEcho_Click(e:MouseEvent):void
        txtEcho.text += "\n";
        try
            txtEcho.text += ext.echo(txtInput.text);
        } catch (e:Error) {
            txtEcho.text += "\nError calling ext.echo: " + e;
    I then save the project, Open the Air for iOS settings and set the following:  (but yes, I know... I am going to have to use adt to do the build, but I need to create the swf first)
    Output file: EchoExtensionTester.ipa
    Appname: EchoExtensionTester
    Version 1.0
    Landscape
    Fullscreen On
    Auto orientation is off
    rendering GPU
    device: iPad and iPhone
    Res: High
    Deployement: I use my certificate and provisionging profile that I use for my Primary project (which work) and set for device testing.
    I close the window and save again... but before I publish, I open  newly created "EchoExtensionTester-app.xml" that is in my app folder.
    I add <extensions>    <extensionID>com.extensions.EchoExtension</extensionID>  </extensions> to the xml file so now it looks like this:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.0">
      <extensions>
        <extensionID>com.extensions.EchoExtension</extensionID>
      </extensions>
      <id>EchoExtensionTester</id>
      <versionNumber>1.0</versionNumber>
      <filename>EchoExtensionTester</filename>
      <description/>
      <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
      <name>EchoExtensionTester</name>
      <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
      <copyright/>
      <initialWindow>
        <content>EchoExtensionTester.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>landscape</aspectRatio>
        <renderMode>gpu</renderMode>
        <maximizable>true</maximizable>
        <minimizable>true</minimizable>
        <resizable>true</resizable>
        <autoOrients>false</autoOrients>
      </initialWindow>
      <icon/>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <iPhone>
        <InfoAdditions>
          <![CDATA[<key>UIDeviceFamily</key><array><string>1</string><string>2</string></array>]]>
        </InfoAdditions>
        <requestedDisplayResolution>high</requestedDisplayResolution>
      </iPhone>
    </application>
    I save the changes to the xml and go back to flash. I then publish.
    The swf is created as it should be, but then I get the error message:
    Error creating files.
    An implmentation for native extension 'com.extensions.EchoExtension' required by the application was not found for the target platform.
    Now, while this is a pain in the rear, I new this was going to happen because in my reading of tutorials and samples, they all said that you must use adt to build the ipa... but that's fine... all I wanted anyway was the swf, which I now have in my app folder.
    I close down flash as I don't need it anymore and I create a new batch file: (note: I change the names of the cert, provision profile, and password for this post)
    cls
    "D:\SDKs\AirSDK30\bin\adt" -package -target ipa-ad-hoc -storetype pkcs12 -keystore "D:\src\mycert.p12" -storepass MYPASSWORD -provisioning-profile "D:\src\myprovfile.mobileprovision" "EchoExtensionTester.ipa" "EchoExtensionTester-app.xml" "EchoExtensionTester.swf" -extdir ../lib/Build
    set /p dummy=
    echo done
    I then open a command window in my app folder and run build.bat...
    I wait about 2 minutes....
    YAY! My ipa file has been created with no errors reported so far.... Time to copy this bad boy to the iPad and see what happens.
    I open iTunes, drag "EchoExtensionTester.ipa" over to the Apps, then sync my device....
    YAY! iTunes has successfully installed the ipa on the device... and there is by bright and shiney blank icon for Echo Extension Tester...
    I open the app.... and.....
    nothing.
    I wait
    still nothing.
    I go to the bathroom.
    I get back... still nothing... just a black screen.
    I press the iPad home button, the app minimized, I restore it... nothing... black screen.
    hrm. Time to do a little trial and error to see if I can figure out where the break down is.
    As a test, I open my fla and I comment out the following lines:
    ext = new EchoExtension();
    txtEcho.text += ext.echo(txtInput.text);
    I then rebuild the swf... get the same error (don't care)... I then rebuild the ipa using the batch file.... and re-install it on the device when it's done.
    The exact same thing....
    I open the xml file... and remove the <extensionID>com.extensions.EchoExtension</extensionID> line, save and re-run the batch file again... wait for the ipa to finish, and run it on the device.
    I fire up the program on the iPad and it launches perfectly... except for the commented line of code to actually create and call the extension, everything works as it should. The runtime on the device is reporting as 3.0.0.4080
    As a test, I open the .fla back up and uncomment the 2 lines I commented out above... keeping the extensionID out of the xml file, I re-publish the ipa.... of course, this time, it actually creates the ipa from flash because the extension id is not in the xml.
    I put the ipa file with the extension code in place on the ipad... Fire it up and put some text into the txtInput and press the echo button. I get the following error:Error calling ext.echo: TypeError: Error #1009
    I suspect that is because I failed into include the extension in the descriptor... but when I build it with the extensionid in the xml, I just get a black screen. I am 99% sure that the extension context in the ext object is null (because that is what happens when I run it in flash debug without the extension lines in the xml)
    And here I am stuck.
    Can anyone tell me what I am doing wrong or what I have forgotten to do?
    Thanks.

    I have been trying to get the remote debugging working with my flash and ipad2... but I can't seem to figure it out. I looked at several tutorials, but the ipad build just doesn't want to seem to connect to the flash remote debugger.
    Anyway... here is a little more information.
    I moved the initialization of the extension from the  start of the application to the button event itself. Now, the application will start up exactly as it's supposed to, but when I press the button that creates and initalizes the extension and does the echo call, the application crashes.
    Here is the new code:
    // basic imports.
    import flash.desktop.NativeApplication;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    // import the extension from our swc.
    import com.extensions.EchoExtension.EchoExtension;   
    // set our input text field to need the softkeyboard
    txtInput.needsSoftKeyboard = true;
    // add the event handlers to our buttons.
    btnEcho.addEventListener(MouseEvent.CLICK, btnEcho_Click);
    btnClear.addEventListener(MouseEvent.CLICK, btnClear_Click);
    btnRunTime.addEventListener(MouseEvent.CLICK, btnRunTime_Click);
    txtEcho.text += "Initialization complete.\n";
    stop();
    // clear the echo text field
    function btnClear_Click(e:MouseEvent):void
        txtEcho.text = "";
    // just for testing, put the current version of air runtime into our text field so we can make sure we are running air 3.0
    function btnRunTime_Click(e:MouseEvent):void
        txtEcho.text += "Runtime version = " + NativeApplication.nativeApplication.runtimeVersion +"\n" ;
    // call the extension, passing it whatever is in the input text field and have it return it and place it in our echo text field
    function btnEcho_Click(e:MouseEvent):void
    // create our extension variable.
        try
            var ext:EchoExtension = new EchoExtension();
            txtEcho.text += ext.echo(txtInput.text) +"\n" ;
            ext = null;
        } catch (err:Error) {
            txtEcho.text += "Error: " + err.message +"\n" ;
    Now, program crashes are an entirely different animal because the ipad creates a crash log! YAY!
    this is what the crash log contains:
    Incident Identifier: 4BF67A2C-FD36-495D-BB56-B3DCA4772EB8
    CrashReporter Key:   7a4dd56d46eb23a7701ad55245de2bca11c48b32
    Hardware Model:      iPad2,2
    Process:         EchoExtensionTester [9272]
    Path:            /var/mobile/Applications/90B3B31D-F516-4094-BE3B-88E1324419EC/EchoExtensionTester.app/Ech oExtensionTester
    Identifier:      EchoExtensionTester
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2011-10-28 14:17:48.145 -0300
    OS Version:      iPhone OS 4.3.5 (8L1)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   EchoExtensionTester               0x00813aac 0x1000 + 8465068
    1   EchoExtensionTester               0x005f88ec 0x1000 + 6256876
    2   EchoExtensionTester               0x00372ba4 0x1000 + 3611556
    3   EchoExtensionTester               0x006dd7c8 0x1000 + 7194568
    4   EchoExtensionTester               0x006dd25c 0x1000 + 7193180
    5   EchoExtensionTester               0x006de304 0x1000 + 7197444
    6   EchoExtensionTester               0x006dc750 0x1000 + 7190352
    7   EchoExtensionTester               0x006730cc 0x1000 + 6758604
    8   EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    9   EchoExtensionTester               0x006dc750 0x1000 + 7190352
    10  EchoExtensionTester               0x006730cc 0x1000 + 6758604
    11  EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    12  EchoExtensionTester               0x006dc750 0x1000 + 7190352
    13  EchoExtensionTester               0x006730cc 0x1000 + 6758604
    14  EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    15  EchoExtensionTester               0x0032fc90 0x1000 + 3337360
    16  EchoExtensionTester               0x00329e1c 0x1000 + 3313180
    17  EchoExtensionTester               0x0032171c 0x1000 + 3278620
    18  EchoExtensionTester               0x0032179c 0x1000 + 3278748
    19  EchoExtensionTester               0x0032ae00 0x1000 + 3317248
    20  EchoExtensionTester               0x00137328 0x1000 + 1270568
    21  EchoExtensionTester               0x004f9a5c 0x1000 + 5212764
    22  EchoExtensionTester               0x00035adc 0x1000 + 215772
    23  EchoExtensionTester               0x002f6824 0x1000 + 3102756
    24  EchoExtensionTester               0x002f7f18 0x1000 + 3108632
    25  UIKit                             0x35ef9bee 0x35ede000 + 113646
    26  UIKit                             0x35ef9568 0x35ede000 + 111976
    27  UIKit                             0x35ee230c 0x35ede000 + 17164
    28  UIKit                             0x35ee1c4c 0x35ede000 + 15436
    29  GraphicsServices                  0x321e9e70 0x321e5000 + 20080
    30  CoreFoundation                    0x316f3a90 0x3167e000 + 481936
    31  CoreFoundation                    0x316f5838 0x3167e000 + 489528
    32  CoreFoundation                    0x316f6606 0x3167e000 + 493062
    33  CoreFoundation                    0x31686ebc 0x3167e000 + 36540
    34  CoreFoundation                    0x31686dc4 0x3167e000 + 36292
    35  GraphicsServices                  0x321e9418 0x321e5000 + 17432
    36  GraphicsServices                  0x321e94c4 0x321e5000 + 17604
    37  UIKit                             0x35f0cd62 0x35ede000 + 191842
    38  UIKit                             0x35f0a800 0x35ede000 + 182272
    39  EchoExtensionTester               0x001819e4 0x1000 + 1575396
    40  EchoExtensionTester               0x00813a6c 0x1000 + 8465004
    Thread 1:
    0   libsystem_kernel.dylib            0x35afe3ec 0x35aec000 + 74732
    1   libsystem_c.dylib                 0x31bf06d8 0x31bbc000 + 214744
    2   libsystem_c.dylib                 0x31bf0bbc 0x31bbc000 + 215996
    Thread 2 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 2:
    0   libsystem_kernel.dylib            0x35afefbc 0x35aec000 + 77756
    1   libdispatch.dylib                 0x31660ed4 0x31660000 + 3796
    2   libdispatch.dylib                 0x31661f3a 0x31660000 + 7994
    3   libdispatch.dylib                 0x316614ec 0x31660000 + 5356
    4   libsystem_c.dylib                 0x31bf058a 0x31bbc000 + 214410
    5   libsystem_c.dylib                 0x31bf0bbc 0x31bbc000 + 215996
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib            0x35afbc00 0x35aec000 + 64512
    1   libsystem_kernel.dylib            0x35afb758 0x35aec000 + 63320
    2   CoreFoundation                    0x316f42b8 0x3167e000 + 484024
    3   CoreFoundation                    0x316f6562 0x3167e000 + 492898
    4   CoreFoundation                    0x31686ebc 0x3167e000 + 36540
    5   CoreFoundation                    0x31686dc4 0x3167e000 + 36292
    6   WebCore                           0x3248e27e 0x32488000 + 25214
    7   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    8   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 4:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbdeb2 0x31bbc000 + 7858
    3   EchoExtensionTester               0x004aa090 0x1000 + 4886672
    4   EchoExtensionTester               0x002a0b54 0x1000 + 2751316
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 5:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbdeb2 0x31bbc000 + 7858
    3   EchoExtensionTester               0x004aa090 0x1000 + 4886672
    4   EchoExtensionTester               0x002a0b54 0x1000 + 2751316
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 6:
    0   libsystem_kernel.dylib            0x35afbc74 0x35aec000 + 64628
    1   libsystem_kernel.dylib            0x35afbf46 0x35aec000 + 65350
    2   libsystem_c.dylib                 0x31c16812 0x31bbc000 + 370706
    3   libsystem_c.dylib                 0x31c169fe 0x31bbc000 + 371198
    4   EchoExtensionTester               0x004a9f60 0x1000 + 4886368
    5   EchoExtensionTester               0x001b8908 0x1000 + 1800456
    6   EchoExtensionTester               0x001b893c 0x1000 + 1800508
    7   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    8   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    9   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    10  libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    11  libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 7:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbde86 0x31bbc000 + 7814
    3   EchoExtensionTester               0x004aa044 0x1000 + 4886596
    4   EchoExtensionTester               0x0039367c 0x1000 + 3745404
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 0 crashed with ARM Thread State:
        r0: 0x03ebb060    r1: 0x00000000      r2: 0x00000000      r3: 0x00000000
        r4: 0x043b19e0    r5: 0x00000002      r6: 0x2fdfc178      r7: 0x2fdfc108
        r8: 0x043b19e0    r9: 0x007d47d4     r10: 0x2fdfc1e4     r11: 0x043b19f0
        ip: 0x00813aad    sp: 0x2fdfc03c      lr: 0x005f88f4      pc: 0x00813aac
      cpsr: 0x68000030
    Binary Images:
        0x1000 -   0x8d6fff +EchoExtensionTester armv7  <4c58623df42ff7826b2bf3efab136467> /var/mobile/Applications/90B3B31D-F516-4094-BE3B-88E1324419EC/EchoExtensionTester.app/Ech oExtensionTester
    0x2fe00000 - 0x2fe25fff  dyld armv7  <4d3190188cbf32a8a73f32a8b5bb7adf> /usr/lib/dyld
    0x30986000 - 0x309b9fff  QuickLook armv7  <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x30ab8000 - 0x30abefff  StoreKit armv7  <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x30ac5000 - 0x30af3fff  DataAccess armv7  <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x30af4000 - 0x30b9afff  GameKit armv7  <844f6d90111f3e81961a723f557dd2a1> /System/Library/Frameworks/GameKit.framework/GameKit
    0x30bbf000 - 0x30c7efff  CFNetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x30c81000 - 0x30d05fff  AVFoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x30e07000 - 0x30f07fff  libGLProgrammability.dylib armv7  <c0e6b958279639c098136283c6ad06a8> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x30f08000 - 0x30f0bfff  ActorKit armv7  <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
    0x30f0c000 - 0x30f52fff  CoreTelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x30f56000 - 0x30f5dfff  AggregateDictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x30f85000 - 0x31072fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
    0x3107a000 - 0x310affff  AddressBook armv7  <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x310b0000 - 0x311d1fff  CoreGraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x31209000 - 0x31241fff  IOKit armv7  <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x31242000 - 0x3129bfff  EventKit armv7  <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
    0x312af000 - 0x3136bfff  MapKit armv7  <806f9ca7eb593d1998587441ce87a396> /System/Library/Frameworks/MapKit.framework/MapKit
    0x3136c000 - 0x31466fff  GameKitServices armv7  <a69426414c4634cda77409d5890696ac> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x31469000 - 0x314a6fff  CoreText armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
    0x314a7000 - 0x314abfff  libGFXShared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x314ac000 - 0x314c7fff  FTServices armv7  <e23c3572bf3a36a3a99364d18c484f1e> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x314c8000 - 0x31519fff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
    0x31624000 - 0x31626fff  libAccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
    0x31627000 - 0x3165ffff  libCGFreetype.A.dylib armv7  <416c77100b453e3f838831c4c857f8c7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x31660000 - 0x3166dfff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
    0x3167e000 - 0x31763fff  CoreFoundation armv7  <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x31797000 - 0x317cefff  Security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
    0x317cf000 - 0x317effff  PrintKit armv7  <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x31851000 - 0x31858fff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
    0x31ba0000 - 0x31ba8fff  MobileBluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x31bbc000 - 0x31c3dfff  libsystem_c.dylib armv7  <17ee3fe220c23b1f898d21ba25b2bcac> /usr/lib/system/libsystem_c.dylib
    0x31c5a000 - 0x31d6cfff  MediaPlayer armv7  <da848c0745a637af81d7edd962a09324> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x31d6d000 - 0x31e0afff  AddressBookUI armv7  <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x31e0b000 - 0x31e3afff  SystemConfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31e42000 - 0x31e4bfff  MobileWiFi armv7  <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x31e4c000 - 0x31e4cfff  libCVMSPluginSupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x31e4d000 - 0x31e4dfff  Accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x31e6b000 - 0x31e6efff  CaptiveNetwork armv7  <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x31e6f000 - 0x31e81fff  TelephonyUI armv7  <e2c34b9a391e3384875ac552dbca0ad4> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
    0x31e82000 - 0x31e97fff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
    0x31e98000 - 0x31ea3fff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
    0x31ec7000 - 0x31ec9fff  SpringBoardUI armv7  <90ba5da3e3e337e0a83e2c2589d951a8> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
    0x31ed3000 - 0x31ef0fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
    0x31ef2000 - 0x31ef4fff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
    0x31f0c000 - 0x31f3ffff  AppSupport armv7  <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x31f40000 - 0x31f43fff  IOSurface armv7  <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x31f64000 - 0x31f79fff  OpenAL armv7  <162722d7da273d649798b27ae0e4458c> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x31fa8000 - 0x31fb7fff  MobileDeviceLink armv7  <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
    0x31fb8000 - 0x31ff4fff  libGLImage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x31ff5000 - 0x3203ffff  libstdc++.6.dylib armv7  <e98c3fd72ba43d02aac24b08f7219eb7> /usr/lib/libstdc++.6.dylib
    0x32044000 - 0x3204bfff  libMobileGestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
    0x320af000 - 0x320d3fff  MediaControl armv7  <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
    0x320d6000 - 0x320dbfff  libcopyfile.dylib armv7  <e32cf2d48a1f3060b372ca7623e4a12b> /usr/lib/system/libcopyfile.dylib
    0x320df000 - 0x320e5fff  BluetoothManager armv7  <7861bc6128d93f72877df2f234434a47> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x320f2000 - 0x320f7fff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
    0x32124000 - 0x32127fff  MobileIcons armv7  <08e426f8a707388d8adda670bfed0c2e> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3216d000 - 0x321a0fff  iCalendar armv7  <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x321e5000 - 0x321f1fff  GraphicsServices armv7  <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x321f2000 - 0x32231fff  libSystem.B.dylib armv7  <64cf947dd8423eeeb677f81dd3eb2d9d> /usr/lib/libSystem.B.dylib
    0x32232000 - 0x3225bfff  ContentIndex armv7  <ecd71782cd833360872b943ecc65d203> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x32270000 - 0x322a5fff  ImageCapture armv7  <2c474beec10f3791ac8a1d37df04600f> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
    0x322a6000 - 0x322dafff  VideoToolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x32301000 - 0x32409fff  CoreData armv7  <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
    0x3240a000 - 0x3240cfff  Marco armv7  <53203fa831ab34f894f3a3811bf3917c> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x32440000 - 0x32443fff  ArtworkCache armv7  <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
    0x32444000 - 0x32452fff  OpenGLES armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x32468000 - 0x32487fff  Bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x32488000 - 0x32a93fff  WebCore armv7  <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x32a98000 - 0x32a9afff  IOMobileFramebuffer armv7  <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x32a9b000 - 0x32adbfff  CoreMedia armv7  <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x32ade000 - 0x32ae1fff  MediaRemote armv7  <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x32ae3000 - 0x32ae8fff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
    0x32be5000 - 0x32ed2fff  libLAPACK.dylib armv7  <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
    0x32f68000 - 0x32f69fff  libremovefile.dylib armv7  <0fa08e1bb47a3d179072a933d1726597> /usr/lib/system/libremovefile.dylib
    0x32f6a000 - 0x32fbffff  libvDSP.dylib armv7  <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x32fc0000 - 0x33084fff  libobjc.A.dylib armv7  <a89ef30f6d663254babb6329ce02ca3d> /usr/lib/libobjc.A.dylib
    0x33085000 - 0x330b3fff  MIME armv7  <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x330bc000 - 0x3311bfff  libBLAS.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x33120000 - 0x331cffff  QuartzCore armv7  <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x331d0000 - 0x331d2fff  Camera armv7  <fd4d53b318ab35ce9bb89db3879120f0> /System/Library/PrivateFrameworks/Camera.framework/Camera
    0x331fa000 - 0x331fdfff  ApplePushService armv7  <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x331fe000 - 0x3331dfff  Foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x3331e000 - 0x33361fff  ManagedConfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x33391000 - 0x33396fff  libsystem_dnssd.dylib armv7  <f019bc513a6a37f4a79555b3ffb2a777> /usr/lib/system/libsystem_dnssd.dylib
    0x33439000 - 0x33446fff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
    0x3346f000 - 0x34ebdfff  TextInput armv7  <f242acc046073c1598195dd26fd8ad6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x34f49000 - 0x34f4bfff  CrashReporterSupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x34f4e000 - 0x34f54fff  IAP armv7  <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x34f99000 - 0x34fe7fff  GMM armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
    0x34fe8000 - 0x35031fff  IMCore armv7  <9c1e280e1fa33fa784cad479b9cbd941> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x35032000 - 0x35077fff  IMAVCore armv7  <a4dbb6f1203e3f569080707b3a388573> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
    0x3507a000 - 0x35086fff  HomeSharing armv7  <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x3509e000 - 0x3516ffff  IMGSGX543GLDriver armv7  <406a4fa178c036e78cdc9537d5332c2e> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x35170000 - 0x3526ffff  PhotoLibrary armv7  <03a0336e443b3d958419dab3d432b147> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
    0x35270000 - 0x35276fff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
    0x352b1000 - 0x352dbfff  libtidy.A.dylib armv7  <68abd33352613e80a099a46d38704085> /usr/lib/libtidy.A.dylib
    0x352ff000 - 0x35303fff  AssetsLibraryServices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x35304000 - 0x35346fff  CoreAudio armv7  <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x35347000 - 0x35351fff  ExternalAccessory armv7  <eebb4bdbbefb37419b884ffa011e1dc5> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
    0x35352000 - 0x3535cfff  AccountSettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x3536e000 - 0x3538efff  AppleAccount armv7  <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x3544b000 - 0x3544bfff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
    0x35645000 - 0x356eefff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
    0x356ef000 - 0x35809fff  libicucore.A.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
    0x35883000 - 0x3590dfff  Message armv7  <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
    0x35911000 - 0x35a65fff  AudioToolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x35a6e000 - 0x35a73fff  MobileKeyBag armv7  <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x35a77000 - 0x35ae6fff  ProofReader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x35aec000 - 0x35b03fff  libsystem_kernel.dylib armv7  <c4ebe7eb2e6c3a2d9bd3620a4d6dbc0e> /usr/lib/system/libsystem_kernel.dylib
    0x35b04000 - 0x35c50fff  MediaToolbox armv7  <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x35c51000 - 0x35c51fff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
    0x35cab000 - 0x35cf2fff  MessageUI armv7  <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x35d49000 - 0x35d72fff  MobileCoreServices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x35d73000 - 0x35d8bfff  iAd armv7  <7f6c5b4499ee383ea75f0cc8dcb5ca35> /System/Library/Frameworks/iAd.framework/iAd
    0x35d8c000 - 0x35d9bfff  Notes armv7  <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x35d9d000 - 0x35db6fff  libRIP.A.dylib armv7  <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x35db7000 - 0x35ea3fff  GLEngine armv7  <f216c91c5fdb38a9ae65dc6651ccbd02> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x35ebb000 - 0x35edbfff  MobileSync armv7  <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
    0x35edc000 - 0x35eddfff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
    0x35ede000 - 0x3626bfff  UIKit armv7  <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
    0x3626c000 - 0x3657ffff  GeoServices armv7  <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x365bb000 - 0x365cbfff  WebBookmarks armv7  <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x365dc000 - 0x36622fff  CoreLocation armv7  <249b8af3dc503d11bf3711f0407c66d8> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x36629000 - 0x36629fff  vecLib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x3663f000 - 0x36640fff  CoreSurface armv7  <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x36641000 - 0x366d6fff  ImageIO armv7  <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x366d7000 - 0x3679dfff  MusicLibrary armv7  <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x3679e000 - 0x36844fff  Celestial armv7  <407badafc6403692bf099d542d28bf7f> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x36847000 - 0x36849fff  MobileInstallation armv7  <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x3684e000 - 0x36850fff  MailServices armv7  <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x36851000 - 0x368b7fff  EventKitUI armv7  <b3b568df80863f2e9374054bab335bf3> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
    0x369e7000 - 0x36a98fff  WebKit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x36b4e000 - 0x36c7afff  libmecabra.dylib armv7  <113de5f9858c32b8b158bfdc68042a97> /usr/lib/libmecabra.dylib
    0x36c7c000 - 0x36c92fff  EAP8021X armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x36c93000 - 0x36c99fff  ProtocolBuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x36cda000 - 0x36cdefff  libcache.dylib armv7  <362fdd2de66f3e189b5d139c9669a9e3> /usr/lib/system/libcache.dylib
    0x36cdf000 - 0x36cf1fff  PersistentConnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x36d08000 - 0x36d11fff  ITSync armv7  <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
    0x36d13000 - 0x36e17fff  JavaScriptCore armv7  <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x36e1b000 - 0x36e24fff  CoreVideo armv7  <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x36e25000 - 0x36e28fff  libmacho.dylib armv7  <53908d448e9e32418652a4afee5bc578> /usr/lib/system/libmacho.dylib
    0x36e29000 - 0x36e77fff  CoreMotion armv7  <5e6b884d36d93789b40b7f3876130417> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x36e7d000 - 0x36e7efff  DataMigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x36e7f000 - 0x36e85fff  AssetsLibrary armv7  <124dd93095423fcf8029d3c7614dffd4> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x36ee6000 - 0x36ef9fff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
    0x36f16000 - 0x36f17fff  libsystem_network.dylib armv7  <3e0b7d6754cd33669c0680525f03ede1> /usr/lib/system/libsystem_network.dylib
    0x36f18000 - 0x36f4bfff  StoreServices armv7  <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x36fa9000 - 0x3706afff  RawCamera armv7  <0c52d8b1498c3dbb9aad95f3bcd8261d> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x370b2000 - 0x370ddfff  IMFoundation armv7  <f1f21bedbf2e3ea38f692abef0005d76> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFo undation
    0x370e4000 - 0x370e5fff  libdyld.dylib armv7  <7dd4acfe150831e0ae82296587e67e7f> /usr/lib/system/libdyld.dylib
    0x370ec000 - 0x370fcfff  DataAccessExpress armv7  <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x37144000 - 0x37147fff  CertUI armv7  <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x37148000 - 0x37154fff  SpringBoardServices armv7  <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

  • IPhone hot, Battery draining fast, dataaccessd crashing repeatedly

    I have been having problems where I find my iPhone battery has drained more quickly than normal, and I find it warmer than normal. Digging into it, I found that 'dataaccessd' and 'ReportCrash' are starting and stopping in the pid list. I am using a $2.99 iTunes Store program called System Activity Monitor to see the pids & CPU load. The CPU load is spiking every few seconds, which I guess correlates with the heat and battery drain.
    I followed the recommendation below exactly with this afternoon's episode, and it is still running the processor and burning battery, looping through 'dataacessd' and 'ReportCrash' afterwards.
    +Have you tried this simple tip?+
    +1) Hit home button twice to bring up active applications+
    +2) click and hold down mail until the red minus sign appears+
    +3) click on the red minus sign to quit the application+
    +4) hit the home screen and re-launch the mail application+
    +This has always fixed my mail issues. Note restarting the phone does+
    +not help, you need to do the above procedure.+
    I also cycled power, and it came back up with dataaccessd still crashing & cycling with repetitive spiking CPU loads. I also turned 'push' off earlier today (Fetch New Data / Push -> Off), apparently with no effect.
    I have the EAS profile installed per http://support.apple.com/kb/TS3398 with the DefaultEASTaskTimeout at 240. And it doesn't seem to matter whether the phone is on 3G or WiFi when this condition happens.
    As usual, the "fix" was to delete my Exchange e-mail account and re-install it. After that, I don't see 'dataaccessd' and 'REportCrash' coming and going in the pid list. This "fix" works, but going through this procedure 3-4 times per week is getting old, not to mention the unpleasant surprise of finding my battery has unexpectedly drained when I need to use my device.
    This is the first log entry (earliest) today at 13:39, when dataaccessd started crashing, before a slew of 4-6 entries per minute in the log directory on my Mac (after syncing) - see below.
    Question - any ideas how to fix this ? It was happening before the latest iOS upgrades so I don't think the standard "reload the os" answer is the fix....
    From: dataaccessd2010-12-01-133956ssherrats-iPhone.crash
    Incident Identifier: 23D8E941-7243-4C7D-BB52-F9641813E031
    CrashReporter Key: bf083330b2bcfde06f73366c5025c8bc7d298440
    Hardware Model: iPhone2,1
    Process: dataaccessd [23]
    Path: /System/Library/PrivateFrameworks/DataAccess.framework/Support/dataaccessd
    Identifier: dataaccessd
    Version: ??? (???)
    Code Type: ARM (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-12-01 13:39:56.277 -0800
    OS Version: iPhone OS 4.2.1 (8C148a)
    Report Version: 104
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x00000000, 0x00000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x311de2d4 0x31165000 + 496340
    1 libSystem.B.dylib 0x311de2c4 0x31165000 + 496324
    2 libSystem.B.dylib 0x311de2b6 0x31165000 + 496310
    3 libSystem.B.dylib 0x311f2d72 0x31165000 + 580978
    4 libstdc++.6.dylib 0x301dea20 0x3019a000 + 281120
    5 libobjc.A.dylib 0x319a2594 0x3199c000 + 26004
    6 libstdc++.6.dylib 0x301dcdf2 0x3019a000 + 273906
    7 libstdc++.6.dylib 0x301dce46 0x3019a000 + 273990
    8 libstdc++.6.dylib 0x301dcf16 0x3019a000 + 274198
    9 libobjc.A.dylib 0x319a14c4 0x3199c000 + 21700
    10 CoreFoundation 0x314d07c2 0x31430000 + 657346
    11 Foundation 0x31d16242 0x31cc4000 + 336450
    12 DADaemonEAS 0x35d817e0 0x35d75000 + 51168
    13 DADaemonEAS 0x35d88046 0x35d75000 + 77894
    14 DADaemonEAS 0x35d83b22 0x35d75000 + 60194
    15 DADaemonEAS 0x35d8968e 0x35d75000 + 83598
    16 DADaemonEAS 0x35d80f7e 0x35d75000 + 49022
    17 DADaemonEAS 0x35d7694e 0x35d75000 + 6478
    18 DADaemonEAS 0x35d794ea 0x35d75000 + 17642
    19 DADaemonEAS 0x35d85ab8 0x35d75000 + 68280
    20 DAEAS 0x3430c2d6 0x342d1000 + 242390
    21 DAEAS 0x3431bec6 0x342d1000 + 306886
    22 DAEAS 0x3431cab8 0x342d1000 + 309944
    23 Foundation 0x31cf6806 0x31cc4000 + 206854
    24 Foundation 0x31cf6788 0x31cc4000 + 206728
    25 CFNetwork 0x3465047e 0x34641000 + 62590
    26 CFNetwork 0x346451f2 0x34641000 + 16882
    27 CFNetwork 0x3464537a 0x34641000 + 17274
    28 CFNetwork 0x346450e4 0x34641000 + 16612
    29 CFNetwork 0x34645096 0x34641000 + 16534
    30 CFNetwork 0x34645014 0x34641000 + 16404
    31 CFNetwork 0x34644f92 0x34641000 + 16274
    32 CoreFoundation 0x314867d6 0x31430000 + 354262
    33 CoreFoundation 0x314585b0 0x31430000 + 165296
    34 CoreFoundation 0x31457e54 0x31430000 + 163412
    35 CoreFoundation 0x31457c80 0x31430000 + 162944
    36 CoreFoundation 0x31457b88 0x31430000 + 162696
    37 dataaccessd 0x00001ca6 0x1000 + 3238
    38 dataaccessd 0x00001b38 0x1000 + 2872
    Thread 1:
    0 libSystem.B.dylib 0x31192974 0x31165000 + 186740
    1 libSystem.B.dylib 0x3123c704 0x31165000 + 882436
    2 libSystem.B.dylib 0x3123c174 0x31165000 + 881012
    3 libSystem.B.dylib 0x3123bb98 0x31165000 + 879512
    4 libSystem.B.dylib 0x311e024a 0x31165000 + 504394
    5 libSystem.B.dylib 0x311d8970 0x31165000 + 473456
    Thread 2:
    0 libSystem.B.dylib 0x31166268 0x31165000 + 4712
    1 libSystem.B.dylib 0x31168354 0x31165000 + 13140
    2 CoreFoundation 0x31458648 0x31430000 + 165448
    3 CoreFoundation 0x31457ed2 0x31430000 + 163538
    4 CoreFoundation 0x31457c80 0x31430000 + 162944
    5 CoreFoundation 0x31457b88 0x31430000 + 162696
    6 Foundation 0x31cc88e4 0x31cc4000 + 18660
    7 Foundation 0x31cc87fc 0x31cc4000 + 18428
    8 AppSupport 0x309ee822 0x309e4000 + 43042
    9 Foundation 0x31cc8242 0x31cc4000 + 16962
    10 libSystem.B.dylib 0x311df886 0x31165000 + 501894
    11 libSystem.B.dylib 0x311d4a88 0x31165000 + 457352
    Thread 3:
    0 libSystem.B.dylib 0x31166268 0x31165000 + 4712
    1 libSystem.B.dylib 0x31168354 0x31165000 + 13140
    2 CoreFoundation 0x31458648 0x31430000 + 165448
    3 CoreFoundation 0x31457ed2 0x31430000 + 163538
    4 CoreFoundation 0x31457c80 0x31430000 + 162944
    5 CoreFoundation 0x31457b88 0x31430000 + 162696
    6 Foundation 0x31cf15f6 0x31cc4000 + 185846
    7 Foundation 0x31ccf192 0x31cc4000 + 45458
    8 Foundation 0x31cc8242 0x31cc4000 + 16962
    9 libSystem.B.dylib 0x311df886 0x31165000 + 501894
    10 libSystem.B.dylib 0x311d4a88 0x31165000 + 457352
    Thread 4:
    0 libSystem.B.dylib 0x3118a68c 0x31165000 + 153228
    1 CoreFoundation 0x3148f662 0x31430000 + 390754
    2 libSystem.B.dylib 0x311df886 0x31165000 + 501894
    3 libSystem.B.dylib 0x311d4a88 0x31165000 + 457352
    Thread 5:
    0 libSystem.B.dylib 0x311e09e0 0x31165000 + 506336
    1 libSystem.B.dylib 0x311e0364 0x31165000 + 504676
    2 libSystem.B.dylib 0x311d8970 0x31165000 + 473456
    Thread 6:
    0 libSystem.B.dylib 0x311e09e0 0x31165000 + 506336
    1 libSystem.B.dylib 0x311e0364 0x31165000 + 504676
    2 libSystem.B.dylib 0x311d8970 0x31165000 + 473456
    Thread 0 crashed with ARM Thread State:
    r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x3e1a82e8
    r4: 0x00000006 r5: 0x301dc989 r6: 0x001afa8c r7: 0x2fdfe1b4
    r8: 0x001af560 r9: 0x00000065 r10: 0x33bb3910 r11: 0x00139890
    ip: 0x00000025 sp: 0x2fdfe1b4 lr: 0x311de2cb pc: 0x311de2d4
    cpsr: 0x00000010
    Binary Images:
    0x1000 - 0x1fff dataaccessd armv7 <cb2dfcefb43430f4550f0187890de64a> /System/Library/PrivateFrameworks/DataAccess.framework/Support/dataaccessd
    0x23000 - 0x24fff dns.so armv7 <fcefecb2d5e095ba88127eec3af57ec0> /usr/lib/info/dns.so
    0x2fe00000 - 0x2fe27fff dyld armv7 <06e6959cebb4a72e66c833e26ae64d26> /usr/lib/dyld
    0x30122000 - 0x30177fff libvDSP.dylib armv7 <9365fc6cae1bff737257e74faf3b1f26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x3019a000 - 0x301e4fff libstdc++.6.dylib armv7 <53a6e7239c3908fa8c2915b65ff3b056> /usr/lib/libstdc++.6.dylib
    0x3024e000 - 0x302fdfff WebKit armv7 <644a1c6120578f896bed7121307aa2af> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x30319000 - 0x30320fff libbz2.1.0.dylib armv7 <2989ea7a5cad2cfe91bd632b041d0ff4> /usr/lib/libbz2.1.0.dylib
    0x30569000 - 0x3056afff CoreSurface armv7 <f7caaf43609cfe0e475dfe83790edb4d> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x30746000 - 0x3074ffff CoreVideo armv7 <2092d5deb6b234e04678b7c1878ccd81> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x30750000 - 0x3075bfff libz.1.dylib armv7 <fabaddbcbc8c02bab0261df9d78e0e25> /usr/lib/libz.1.dylib
    0x3075f000 - 0x30761fff MobileInstallation armv7 <8e6b0d9f642be06729ffdaaee97053b0> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x30792000 - 0x3079cfff AccountSettings armv7 <19c79f81d5d55fe2e6b618fcdc28258e> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x3079d000 - 0x307a3fff liblockdown.dylib armv7 <5bbd9b3f5cfece328f80c403a8805ce9> /usr/lib/liblockdown.dylib
    0x30853000 - 0x30854fff DataMigration armv7 <babbc72d4d48325de147d5103d7bc00d> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x309e4000 - 0x30a16fff AppSupport armv7 <47c8055ac99f187174ca373b702ffa68> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x30a1d000 - 0x30a54fff Security armv7 <cd28e102950634ae7167ddee9c686d36> /System/Library/Frameworks/Security.framework/Security
    0x30a5d000 - 0x30b0bfff QuartzCore armv7 <83a8e5f0033369e437069c1e758fed83> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x30c3d000 - 0x30c5afff AppleAccount armv7 <e3833276f8877499c8dd76b3b3d88501> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x30c7e000 - 0x30caafff DataAccess armv7 <6b9b5235b449335ce5c66d53f32004cd> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x30d3c000 - 0x30d3ffff ActorKit armv7 <f5d038591e564646e9237a59c6c14293> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
    0x30d54000 - 0x30d61fff libbsm.0.dylib armv7 <0f4e595e6eb2170aceb729f32b5de8c2> /usr/lib/libbsm.0.dylib
    0x30e16000 - 0x30e16fff liblangid.dylib armv7 <83e91e0930ee03bc33604f1a85ecf402> /usr/lib/liblangid.dylib
    0x30faf000 - 0x30feefff libGLImage.dylib armv7 <a7c117c92607a512823d307b8fdd0151> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x3101d000 - 0x3101ffff CrashReporterSupport armv7 <30a5f1edcdb9ffe868a620199a4cbe12> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x31020000 - 0x3102cfff SpringBoardServices armv7 <137b75e19b2450c234dec88d538798ff> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x31077000 - 0x3115ffff libGLProgrammability.dylib armv7 <1f478a71783cd7eb4ae9ef6f2dcea803> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x31160000 - 0x31163fff IOSurface armv7 <deff02882166bf16d0765d68f0542cc8> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x31165000 - 0x31276fff libSystem.B.dylib armv7 <138a43ab528bb428651e6aa7a2a7293c> /usr/lib/libSystem.B.dylib
    0x31324000 - 0x31336fff PersistentConnection armv7 <cd2a699aa5036bdad0517603ba4db839> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x31337000 - 0x31371fff IOKit armv7 <eb932cc42d60e55d9a4d0691bcc3d9ad> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x313fa000 - 0x3140dfff libmis.dylib armv7 <855aefc263c6c20e6cf8723ea36125a2> /usr/lib/libmis.dylib
    0x31430000 - 0x31516fff CoreFoundation armv7 <01441e01f5141a50ee723362e59ca400> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x31517000 - 0x31519fff IOMobileFramebuffer armv7 <1040629f37795146c9dcac8ab1a868fc> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x3151b000 - 0x3151efff CertUI armv7 <5f37446c6b65a8c38ab6233c2e33da66> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x3151f000 - 0x3153afff DADaemonSupport armv7 <019523c36bd94fd3dd5a98bb110dc33a> /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DADaemonSuppo rt.framework/DADaemonSupport
    0x31549000 - 0x3154cfff CaptiveNetwork armv7 <a2af7147f5538d7669b14fa7b19b5a7c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x3155c000 - 0x3167cfff CoreGraphics armv7 <2d7b40a7baca915ce78b1dd9a0d6433b> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x3167d000 - 0x3168dfff DataAccessExpress armv7 <6767a1e2afbc86a1ec63dd784f5d3677> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x316cf000 - 0x31702fff iCalendar armv7 <6eb50e720d642f5ac510a36989b276b2> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x31703000 - 0x31705fff libgcc_s.1.dylib armv7 <e66758bcda6da5d7f9b54fa5c4de6da2> /usr/lib/libgcc_s.1.dylib
    0x317f9000 - 0x3183cfff ManagedConfiguration armv7 <27ac7f05482a8aa9977150f34f9be6eb> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x3186b000 - 0x3187afff Notes armv7 <7d7a3d10a349471cd2757a479d131b31> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x3187b000 - 0x31991fff libicucore.A.dylib armv7 <e7fbb2ac586567e574dc33d7bb5c4dc9> /usr/lib/libicucore.A.dylib
    0x31992000 - 0x3199bfff WebBookmarks armv7 <9f1760206eaef20c605c5d98e45c823e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x3199c000 - 0x31a5dfff libobjc.A.dylib armv7 <aaf5671a35f9ac20d5846703dafaf4c6> /usr/lib/libobjc.A.dylib
    0x31a7d000 - 0x31a8afff OpenGLES armv7 <a12565ffb5bb42e3019f1957cd4951d0> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x31ae0000 - 0x31ae3fff libGFXShared.dylib armv7 <3a385ed495379116abbe50bc8cd5a612> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x31b29000 - 0x31b52fff MobileCoreServices armv7 <54484a513761868149405df7fc29b5c0> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x31b58000 - 0x31b5ffff AggregateDictionary armv7 <71372c95d4af7af787d0682a939e40ac> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x31bcc000 - 0x31be1fff libresolv.9.dylib armv7 <ea156820997ae9a2baf664d0f79f18d7> /usr/lib/libresolv.9.dylib
    0x31cc4000 - 0x31de3fff Foundation armv7 <81d36041f04318cb51db5aafed9ce504> /System/Library/Frameworks/Foundation.framework/Foundation
    0x31e18000 - 0x31e63fff libBLAS.dylib armv7 <251c5ac7380802a16e30d827c027c637> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x33856000 - 0x33884fff MIME armv7 <1989502ce4da514314647c6a0098d8e7> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x33886000 - 0x3389cfff EAP8021X armv7 <36659ec2b9def7b5798a05327e369247> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x33c5e000 - 0x33ce7fff Message armv7 <69cb7cb1d1d7865fc04dc341544174b6> /System/Library/PrivateFrameworks/Message.framework/Message
    0x33ce8000 - 0x342d0fff WebCore armv7 <d6bd9cf88ee82ab6b0e33e0ae1190772> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x342d1000 - 0x34341fff DAEAS armv7 <4d331bcf15c2b452aa3c02d21b99067a> /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framewo rk/DAEAS
    0x34342000 - 0x3436bfff ContentIndex armv7 <247576cb4f1ff8e92650ae3cb4973760> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x3438c000 - 0x343e5fff EventKit armv7 <037c4bb5e2529e6004d0e1f3d95a84cc> /System/Library/Frameworks/EventKit.framework/EventKit
    0x343e6000 - 0x34405fff Bom armv7 <0f5fd6057bad5e1677869500d636821f> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x344ea000 - 0x34623fff AudioToolbox armv7 <657b327f2ceee9f22f9474f2f9bddbe6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x34628000 - 0x34628fff Accelerate armv7 <29dd5f17440bbb6e8e42e11b6fceda9a> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x34641000 - 0x34700fff CFNetwork armv7 <02fe0e30e54fffdcbbbd02e8cb812c3a> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x3471b000 - 0x3473cfff MobileSync armv7 <cff20dfe818febca9f3232426d59a42d> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
    0x34941000 - 0x34944fff ApplePushService armv7 <9d1eb7b11f0f146c941efbab2c055606> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x34952000 - 0x3495afff MobileWiFi armv7 <b29d4c5e300ef81060e38f72bb583c02> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x3495b000 - 0x34bf5fff libLAPACK.dylib armv7 <2e77d87e96af938aacf0a6008e6fb89d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x34bf6000 - 0x34c36fff CoreAudio armv7 <f32e03ee4c68f0db23f05afc9a3cc94c> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x35227000 - 0x3532efff CoreData armv7 <29b1ab7d339e42a6ff6923e54cf43e7b> /System/Library/Frameworks/CoreData.framework/CoreData
    0x35336000 - 0x353dffff libxml2.2.dylib armv7 <b3d82f80a777cb1434052ea2d232e3df> /usr/lib/libxml2.2.dylib
    0x353e1000 - 0x3548efff JavaScriptCore armv7 <3f2df600942dc72aad312b3cc98ec479> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x354b4000 - 0x354bcfff libkxld.dylib armv7 <854e82fe66feef01e54c7c8a209851ac> /usr/lib/system/libkxld.dylib
    0x354fa000 - 0x3553cfff CoreTelephony armv7 <96d3af505b9f2887e62c7e99c157733e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x3553d000 - 0x3558afff libsqlite3.dylib armv7 <55038e5c1d4d0dbdd94295e8cad7a9a4> /usr/lib/libsqlite3.dylib
    0x35a37000 - 0x35a3cfff MobileKeyBag armv7 <cec3f3271fc267c32c169ed03e312d63> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x35a95000 - 0x35a95fff vecLib armv7 <e53d234e808c77d286161095f92c58cf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x35bcc000 - 0x35bfbfff SystemConfiguration armv7 <3f982c11b5526fc39a92d585c60d8a90> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x35d62000 - 0x35d6efff GraphicsServices armv7 <0099670dccd99466653956bf918d667a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x35d75000 - 0x35d98fff DADaemonEAS armv7 <a6c7e0fc1fbee8494bf605c5ec0bee6f> /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framewo rk/DADaemonEAS.bundle/DADaemonEAS
    0x35db1000 - 0x35e44fff ImageIO armv7 <5b5a294d4250eff866fdbf891b1e8b34> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x35e52000 - 0x35e85fff AddressBook armv7 <7c87e0175c8649d6832419da8a1cfac1> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x35f4a000 - 0x35f4ffff libMobileGestalt.dylib armv7 <5f73c7138ee1cb7103a98aec99f9ed88> /usr/lib/libMobileGestalt.dylib
    0x35f86000 - 0x35fbcfff CoreText armv7 <b9b5c21b2d2a28abc47842c78c026ddf> /System/Library/Frameworks/CoreText.framework/CoreText
    0x3607f000 - 0x3608efff MobileDeviceLink armv7 <8f2fc7e811bc57f7a09d7df81c329e1a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink

    dataaccessed crashing repeatedly here as well, only when syncing with Exchange Calendar, regardless of push/fetch setting. Disabling calendar on this account stops the crashes. Re-creating account doesn't help. Problems started 2 days ago. More info on the crash from iPhone console below, collected using Configuration Utility, in case it can help someone. I suppose Apple automatically receives crash dumps for their own applications through iTunes ?
    Fri Mar 4 07:02:38 iPhone dataaccessd[24] <Warning>: EAS|Have an exception with no start date or exception start date. Results are undefined, event is <ASEventException: [(null)] [(null)] [(null)] [(null)]>: exceptionStartTime (null) isDeleted NO
    Fri Mar 4 07:02:39 iPhone dataaccessd[24] <Error>: * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil key'
    * Call stack at first throw:
    0 CoreFoundation 0x33ac0987 __exceptionPreprocess + 114
    1 libobjc.A.dylib 0x3347b49d objcexceptionthrow + 24
    2 CoreFoundation 0x33ac07c9 +[NSException raise:format:arguments:] + 68
    3 CoreFoundation 0x33ac0803 +[NSException raise:format:] + 34
    4 CoreFoundation 0x33a445e5 -[__NSCFDictionary setObject:forKey:] + 244
    5 DAEAS 0x339df2cb -[ASEvent eventByMergingInLosingEvent:account:] + 974
    6 DAEAS 0x339db2cb -[ASEvent eventByMergingInEvent:account:] + 46
    7 DADaemonEAS 0x324665bb -[ASAgent(FolderContentsSync) _syncResultForFolder:newTag:previousTag:actions:results:changeIdContext:isIniti alSync:moreAvailable:dataclass:resultingChangeActionsForServer:pushedCalendarAct ions:rejectedServerIds:eventsWithPendingInvitationEmails:] + 2070
    8 DADaemonEAS 0x324656cd -[ASAgent(FolderContentsSync) _wrapperSyncResultForFolder:dataclass:newTag:previousTag:actions:results:change IdContext:isInitialSync:moreAvailable:pushedCalendarActions:rejectedServerIds:] + 848
    9 DADaemonEAS 0x32462121 -[ASAgent(FolderContentsSync) syncResultForEventsFolder:newTag:previousTag:actions:results:changeIdContext:is InitialSync:moreAvailable:pushedActions:rejectedServerIds:] + 60
    10 DAEAS 0x339c6d59 -[ASAccount folderItemsSyncTask:completedWithStatus:error:newSyncKey:added:removed:modified :addedResponse:modifiedResponse:removedResponse:fetchedResponse:] + 960
    11 DAEAS 0x339e7b41 -[ASFolderItemsSyncTask finishWithError:] + 1332
    12 DAEAS 0x339f9ecd -[ASTask didProcessContext:] + 16
    13 DAEAS 0x339faabf -[ASTask connectionDidFinishLoading:] + 650
    14 Foundation 0x3364b80d -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 68
    15 Foundation 0x3364b78f _NSURLConnectionDidFinishLoading + 78
    16 CFNetwork 0x30ca7485 ZN19URLConnectionClient23_clientDidFinishLoadingEPNS26ClientConnectionEventQueueE + 136
    17 CFNetwork 0x30c9c1f9 _ZN19URLConnectionClient26ClientConnectionEventQueue33processAllEventsAndConsum ePayloadEP20XConnectionEventInfoI12XClientEvent18XClientEventParamsEl + 100
    18 CFNetwork 0x30c9c0eb _ZN19URLConnectionClient13processEventsEv + 70
    19 CFNetwork 0x30c9c09d _ZN13URLConnection24multiplexerClientPerformEP18RunLoopMultiplexer + 36
    20 CFNetwork 0x30c9c01b _ZN17MultiplexerSource7performEv + 126
    21 CFNetwork 0x30c9bf99 ZN17MultiplexerSource8performEPv + 8
    22 CoreFoundation 0x33a767dd _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION_ + 12
    23 CoreFoundation 0x33a485b7 __CFRunLoopDoSources0 + 382
    24 CoreFoundation 0x33a47e5b __CFRunLoopRun + 230
    25 CoreFoundation 0x33a47c87 CFRunLoopRunSpecific + 230
    26 CoreFoundation 0x33a47b8f CFRunLoopRunInMode + 58
    27 dataaccessd 0x00001cad 0x0 + 7341
    28 dataaccessd 0x00001b40 0x0 + 6976
    Fri Mar 4 07:02:39 iPhone com.apple.dataaccess.dataaccessd[24] <Notice>: terminate called after throwing an instance of '
    Fri Mar 4 07:02:39 iPhone com.apple.dataaccess.dataaccessd[24] <Notice>: NSException
    Fri Mar 4 07:02:39 iPhone com.apple.dataaccess.dataaccessd[24] <Notice>: '
    Fri Mar 4 07:02:39 iPhone ReportCrash[98] <Notice>: Formulating crash report for process dataaccessd[24]
    Fri Mar 4 07:02:40 iPhone com.apple.launchd[1] (com.apple.dataaccess.dataaccessd[24]) <Warning>: (com.apple.dataaccess.dataaccessd) Job appears to have crashed: Abort trap

  • JUNIT test failure-Configuration file bc4j.xcfg not found in the classpath

    Hi All,
    As part of an ESS project,Im having a model project containing a VO(parameters VO).This VO is configured to have Read-only access through SQL query and have only one transient attribute each.For the model projects containing the VO for pre merge checker compliance I had to create JUNIT Test projects containing new AMs for testing the parametersVO. While running the JUNIT tests I got an exception like
    “oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /oracle/apps/hcm/goals/core/dataMigration/publicEssModel/test/applicationModule/common/bc4j.xcfg is not found in the classpath.”.—even though this file is contained in both the src/classes folder of the project.
    When i try to run the TestAM I'm getting an exception like 'configuration tester.xcfg not found in the calsspath.
    While debugging this error, we found that we are able to successfully run the JUNIT tests if we make some changes in the adf-config.xml file of the Application. The change required is to comment out the mdsC:adf-mds-config tag in the xml file.
    After doing this change Im also able to run my AM without any exception.
    Is this a known issue?.
    Since modifying the adf-config.xml is not a recommended practice is there any workaround that we can get rid of this exception.
    Regards,
    Ajin.

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • GarageBand for iPad crashes when I try to load certain songs

    I use the GarageBand app (version 1.4 (180.6)) on my iPad 2 (iOS 6.1.3). I was working on a song; it was about as large/long as the app allows. The iPad didn't have too much free data storage space left anyway, and I could feel that, as I approached the finish of my song, I was pushing the device's capabilities a little bit.
    A couple of attempted copy/paste operations were met with a pop-up notice along the lines of "Not enough memory" and "This operation cannot be undone; continue anyway?" The first time this popped up, I hit continue, and the operation seemed to happen correctly. The second time, I hit cancel, and the loop of music pasted anyway; it could be heard, but its icon was not visible whatsoever (this seemed like an error to me). As a precaution, I went back to the My Songs menu to let the song autosave, which it seemed to do successfully. Once I tried to reopen the song, the song's interface magnified to full screen like normal, but with no typical loading bar saying "Loading [song name]". After a second, the screen suddenly displayed the home screen of my iPad, with the red status bar at the top indicating GarageBand was operating in the background. After half a second, the red bar dissapeared as well, and the home screen looked normal.
    I assume this is the typical crash sequence. I have tried opening that same song a number of times, and the same sequence always occurs. Almost all of my older songs will still load successfully and be editable on my demand; however, this specific song will just not load anymore. I saved the song at regular intervals as I built it up, even as recently as immediately before the crash, so I would think that the GarageBand file exists somewhere, and that the iPad is just having trouble accessing it now.
    This is not the first song of mine to which this has happened. One other song in my My Songs menu will crash whenever I try to load it, behaving exactly as described above. The difference is that I had not loaded this song in months; recently on a whim I just tried to open it and found that it would not stay open for more than two seconds, and nothing on the interface would respond to my touch during those two seconds before GarageBand crashed (this is exactly what occurs with the previous song too). I never had any issues with this song before the long period of zero interaction.
    So far, I have tried restarting the iPad, resetting (holding down Home and Power buttons) the iPad, and removing all of my music from the iPad to make more room in its memory. The iPad now has 24.1 GB of available storage. None of these strategies have fixed the issue.
    Below is the text from one of the many crash errors (from the iPad's Diagnostics & Usage Data page):
    Incident Identifier: 657DD96B-2ABF-4A9D-8D3C-043A570837BA
    CrashReporter Key:   6b4be3d18ad605120a32bd9405bb54eee1fa788f
    Hardware Model:      iPad2,1
    Process:         MobileGarageBand [109]
    Path:            /var/mobile/Applications/D4D364C2-DB5F-4402-98F8-C4F95CE61FC1/MobileGarageBand. app/MobileGarageBand
    Identifier:      MobileGarageBand
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-06-22 13:17:24.269 -0500
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
    Crashed Thread:  14
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   CoreFoundation                     0x32b1d040 0x32a86000 + 618560
    3   CoreFoundation                     0x32b1bd5a 0x32a86000 + 613722
    4   CoreFoundation                     0x32a8eeb8 0x32a86000 + 36536
    5   CoreFoundation                     0x32a8ed44 0x32a86000 + 36164
    6   GraphicsServices                   0x366452e6 0x36640000 + 21222
    7   UIKit                              0x349a42fc 0x3494d000 + 357116
    8   MobileGarageBand                   0x000a7d3a 0xa2000 + 23866
    9   MobileGarageBand                   0x000a408c 0xa2000 + 8332
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib             0x3ae9a648 0x3ae99000 + 5704
    1   libdispatch.dylib                  0x3adca974 0x3adc2000 + 35188
    2   libdispatch.dylib                  0x3adca654 0x3adc2000 + 34388
    Thread 2 name:  Dispatch queue: com.apple.root.default-priority
    Thread 2:
    0   libsystem_kernel.dylib             0x3ae99f04 0x3ae99000 + 3844
    1   libdispatch.dylib                  0x3adc8faa 0x3adc2000 + 28586
    2   MobileGarageBand                   0x00a14bb0 0xa2000 + 9907120
    3   Foundation                         0x334d6e82 0x333ae000 + 1216130
    4   Foundation                         0x334d7122 0x333ae000 + 1216802
    5   Foundation                         0x334d8154 0x333ae000 + 1220948
    6   Foundation                         0x334d8a70 0x333ae000 + 1223280
    7   Foundation                         0x334d70c2 0x333ae000 + 1216706
    8   MobileGarageBand                   0x00a14b14 0xa2000 + 9906964
    9   Foundation                         0x333ddd3e 0x333ae000 + 195902
    10  Foundation                         0x333d55bc 0x333ae000 + 161212
    11  Foundation                         0x3344dbde 0x333ae000 + 654302
    12  libdispatch.dylib                  0x3adc411c 0x3adc2000 + 8476
    13  libdispatch.dylib                  0x3adc895c 0x3adc2000 + 26972
    14  libdispatch.dylib                  0x3adc8abc 0x3adc2000 + 27324
    15  libsystem_c.dylib                  0x3adf8a0e 0x3adf2000 + 27150
    16  libsystem_c.dylib                  0x3adf88a0 0x3adf2000 + 26784
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   CoreFoundation                     0x32b1d040 0x32a86000 + 618560
    3   CoreFoundation                     0x32b1bd9e 0x32a86000 + 613790
    4   CoreFoundation                     0x32a8eeb8 0x32a86000 + 36536
    5   CoreFoundation                     0x32a8ed44 0x32a86000 + 36164
    6   WebCore                            0x38a5f500 0x38a55000 + 42240
    7   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    8   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 4:
    0   libsystem_kernel.dylib             0x3aeaa08c 0x3ae99000 + 69772
    1   libsystem_c.dylib                  0x3adfbd2a 0x3adf2000 + 40234
    2   libsystem_c.dylib                  0x3ae05f14 0x3adf2000 + 81684
    3   MobileGarageBand                   0x0098e9be 0xa2000 + 9357758
    4   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    5   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 5:
    0   libsystem_kernel.dylib             0x3aeaa08c 0x3ae99000 + 69772
    1   libsystem_c.dylib                  0x3adfbd2a 0x3adf2000 + 40234
    2   libsystem_c.dylib                  0x3ae05f14 0x3adf2000 + 81684
    3   MobileGarageBand                   0x00980932 0xa2000 + 9300274
    4   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    5   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 6 name:  AURemoteIO::IOThread
    Thread 6:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   AudioToolbox                       0x3261191c 0x32514000 + 1038620
    3   AudioToolbox                       0x32613c84 0x32514000 + 1047684
    4   AudioToolbox                       0x32551882 0x32514000 + 252034
    5   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    6   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 7:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   CoreMIDI                           0x330435e6 0x3303d000 + 26086
    3   CoreMIDI                           0x3305f67c 0x3303d000 + 140924
    4   CoreMIDI                           0x33044910 0x3303d000 + 30992
    5   CoreMIDI                           0x330442a2 0x3303d000 + 29346
    6   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    7   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 8:
    0   libsystem_kernel.dylib             0x3aeaad98 0x3ae99000 + 73112
    1   libsystem_c.dylib                  0x3adf8cf6 0x3adf2000 + 27894
    2   libsystem_c.dylib                  0x3adf8a12 0x3adf2000 + 27154
    3   libsystem_c.dylib                  0x3adf88a0 0x3adf2000 + 26784
    Thread 9 name:  com.apple.NSURLConnectionLoader
    Thread 9:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   CoreFoundation                     0x32b1d040 0x32a86000 + 618560
    3   CoreFoundation                     0x32b1bd9e 0x32a86000 + 613790
    4   CoreFoundation                     0x32a8eeb8 0x32a86000 + 36536
    5   CoreFoundation                     0x32a8ed44 0x32a86000 + 36164
    6   Foundation                         0x333db3d0 0x333ae000 + 185296
    7   Foundation                         0x3345ee80 0x333ae000 + 724608
    8   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    9   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 10:
    0   libsystem_kernel.dylib             0x3ae99eb4 0x3ae99000 + 3764
    1   libsystem_kernel.dylib             0x3ae9a048 0x3ae99000 + 4168
    2   CoreFoundation                     0x32b1d040 0x32a86000 + 618560
    3   CoreFoundation                     0x32b1bd9e 0x32a86000 + 613790
    4   CoreFoundation                     0x32a8eeb8 0x32a86000 + 36536
    5   CoreFoundation                     0x32aed9b6 0x32a86000 + 424374
    6   CoreMotion                         0x33109bca 0x330d7000 + 207818
    7   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    8   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 11 name:  com.apple.CFSocket.private
    Thread 11:
    0   libsystem_kernel.dylib             0x3aeaa594 0x3ae99000 + 71060
    1   CoreFoundation                     0x32b211f2 0x32a86000 + 635378
    2   libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    3   libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 12:
    0   libsystem_kernel.dylib             0x3aeaad98 0x3ae99000 + 73112
    1   libsystem_c.dylib                  0x3adf8cf6 0x3adf2000 + 27894
    2   libsystem_c.dylib                  0x3adf8a12 0x3adf2000 + 27154
    3   libsystem_c.dylib                  0x3adf88a0 0x3adf2000 + 26784
    Thread 13:
    0   libsystem_kernel.dylib             0x3aeaad98 0x3ae99000 + 73112
    1   libsystem_c.dylib                  0x3adf8cf6 0x3adf2000 + 27894
    2   libsystem_c.dylib                  0x3adf8a12 0x3adf2000 + 27154
    3   libsystem_c.dylib                  0x3adf88a0 0x3adf2000 + 26784
    Thread 14 Crashed:
    0   MobileGarageBand                   0x00af3448 0xa2000 + 10818632
    1   MobileGarageBand                   0x00af16de 0xa2000 + 10811102
    2   MobileGarageBand                   0x00e39762 0xa2000 + 14251874
    3   MobileGarageBand                   0x00b0218e 0xa2000 + 10879374
    4   MobileGarageBand                   0x00b01f9e 0xa2000 + 10878878
    5   MobileGarageBand                   0x00be49da 0xa2000 + 11807194
    6   MobileGarageBand                   0x00c2b8cc 0xa2000 + 12097740
    7   MobileGarageBand                   0x00c268a8 0xa2000 + 12077224
    8   MobileGarageBand                   0x00c279ba 0xa2000 + 12081594
    9   MobileGarageBand                   0x00af80f2 0xa2000 + 10838258
    10  MobileGarageBand                   0x00af8dea 0xa2000 + 10841578
    11  MobileGarageBand                   0x00c2160c 0xa2000 + 12056076
    12  MobileGarageBand                   0x00e5bfb6 0xa2000 + 14393270
    13  MobileGarageBand                   0x00d521fc 0xa2000 + 13304316
    14  MobileGarageBand                   0x00d52f1a 0xa2000 + 13307674
    15  MobileGarageBand                   0x00d52c02 0xa2000 + 13306882
    16  MobileGarageBand                   0x00a29e32 0xa2000 + 9993778
    17  MobileGarageBand                   0x00a29cfe 0xa2000 + 9993470
    18  Foundation                         0x33440fdc 0x333ae000 + 602076
    19  Foundation                         0x333df6d8 0x333ae000 + 202456
    20  MobileGarageBand                   0x00a6a210 0xa2000 + 10256912
    21  MobileGarageBand                   0x00a6988a 0xa2000 + 10254474
    22  MobileGarageBand                   0x00a69ac2 0xa2000 + 10255042
    23  MobileGarageBand                   0x00a151d6 0xa2000 + 9908694
    24  MobileGarageBand                   0x00a15258 0xa2000 + 9908824
    25  MobileGarageBand                   0x000f3408 0xa2000 + 332808
    26  MobileGarageBand                   0x000f7dd6 0xa2000 + 351702
    27  Foundation                         0x3345ee80 0x333ae000 + 724608
    28  libsystem_c.dylib                  0x3ae0330e 0x3adf2000 + 70414
    29  libsystem_c.dylib                  0x3ae031d4 0x3adf2000 + 70100
    Thread 14 crashed with ARM Thread State (32-bit):
        r0: 0x05118f84    r1: 0x00000000      r2: 0x1e1799a0      r3: 0x01a5c4e8
        r4: 0x00af7ed7    r5: 0x05119184      r6: 0x05119664      r7: 0x05118f70
        r8: 0x0511967c    r9: 0x05118d7c     r10: 0x0126ccb4     r11: 0x01279024
        ip: 0x011d7e3c    sp: 0x05118f54      lr: 0x00af3431      pc: 0x00af3448
      cpsr: 0x00000030
    Binary Images:
       0xa2000 -  0x11d4fff +MobileGarageBand armv7  <fa6c98f0a454322c80be2f9d73e591c6> /var/mobile/Applications/D4D364C2-DB5F-4402-98F8-C4F95CE61FC1/MobileGarageBand. app/MobileGarageBand
    0x2fea3000 - 0x2fec3fff  dyld armv7  <280610df5ed43ec7aa00629a27009302> /usr/lib/dyld
    0x31c69000 - 0x31d4ffff  AVFoundation armv7  <320761e836883aeabf3cb5c53edb636d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x31d50000 - 0x31d50fff  Accelerate armv7  <b68ff92e404931f3bcb6361720f77724> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x31d51000 - 0x31e8ffff  vImage armv7  <30522b92940d3dd184c8e46780594048> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x31e90000 - 0x31f73fff  libBLAS.dylib armv7  <d8edada1cea133458ca779e34a3a7f88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x31f74000 - 0x32229fff  libLAPACK.dylib armv7  <9e08aead79d13043bab622402a270fba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x3222a000 - 0x32283fff  libvDSP.dylib armv7  <09e2a5e3e9203950890ba57592523132> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x32284000 - 0x32295fff  libvMisc.dylib armv7  <7b7d4ccc9f2b364cb0da4251e745545d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x32296000 - 0x32296fff  vecLib armv7  <a7751c047dcc35ba8885212e1938b93f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x32297000 - 0x322a8fff  Accounts armv7  <ea2de358b6cc3baab27d6ab809c31e39> /System/Library/Frameworks/Accounts.framework/Accounts
    0x322aa000 - 0x3230efff  AddressBook armv7  <8cfae84dc66d3c1f9d17335c53c3d7b7> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x3230f000 - 0x323c9fff  AddressBookUI armv7  <0017d0a0c2593522acaaa0eee41775e4> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x32514000 - 0x3279cfff  AudioToolbox armv7  <394ee11cf826367db9ff4968dbc71d6d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x3279d000 - 0x32862fff  CFNetwork armv7  <4771a5e4f9b83bceb252f0f3d166aaca> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x32863000 - 0x328b9fff  CoreAudio armv7  <5d534dbf76ff30f4a628f25f56c5f26a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x328cd000 - 0x32a85fff  CoreData armv7  <3930f672c76535a2abb768ee59958fa7> /System/Library/Frameworks/CoreData.framework/CoreData
    0x32a86000 - 0x32bb8fff  CoreFoundation armv7  <fcb8d4e838543bcb9a52c9f232b8b4eb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x32bb9000 - 0x32cf1fff  CoreGraphics armv7  <81e213f810a034d4ba411f9b505da2a6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x32cf3000 - 0x32d2efff  libCGFreetype.A.dylib armv7  <a5d20b80ab1532d8831027a66d2d9eb5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x32f12000 - 0x32f2dfff  libRIP.A.dylib armv7  <ec1487f9bdb93597a3f8d434406ad9bf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x32f2e000 - 0x32fe3fff  CoreImage armv7  <6ae4ae2461313e3f84c6a8102d5b1b0e> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x32fe4000 - 0x3303cfff  CoreLocation armv7  <4edb4b0f05e13af8b84699fe3ea4c538> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x3303d000 - 0x33070fff  CoreMIDI armv7  <edbc62dc400a32ebab5608b05ab24f3d> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
    0x33071000 - 0x330d6fff  CoreMedia armv7  <8592bdc268b83b8886acfc1fdab649ed> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x330d7000 - 0x3315ffff  CoreMotion armv7  <4512d901170d32e7842e7fc1c519386b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x33160000 - 0x331b6fff  CoreTelephony armv7  <bea09dbe25363c3b8e8016b5b5148055> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x331b7000 - 0x33219fff  CoreText armv7  <e135debbc8f937299f4986fc3e9459e3> /System/Library/Frameworks/CoreText.framework/CoreText
    0x3321a000 - 0x33229fff  CoreVideo armv7  <00f18bb26e663da9ae251a6ec36a19ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x3322a000 - 0x332defff  EventKit armv7  <99a7a1603323319f9e24f97e9f89bfd3> /System/Library/Frameworks/EventKit.framework/EventKit
    0x333ae000 - 0x33571fff  Foundation armv7  <0179934581d13346aa7583165108b95c> /System/Library/Frameworks/Foundation.framework/Foundation
    0x335bc000 - 0x3372bfff  GameKit armv7  <7958b5418ef230d38dc0cf754b2a782b> /System/Library/Frameworks/GameKit.framework/GameKit
    0x3372c000 - 0x33775fff  IOKit armv7  <a98ba9fefc7333e4a5a9169198848c62> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x33776000 - 0x3394efff  ImageIO armv7  <b5ce84bb074d3de4b07b55da9fd8bfd1> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x339c8000 - 0x33b62fff  MediaPlayer armv7  <ce97a30e514d3a17ae93ba4a9d1d69d2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x33b63000 - 0x33dddfff  MediaToolbox armv7  <ed439fc5c9a03f8b9fae43af33de8a57> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x33dde000 - 0x33e64fff  MessageUI armv7  <8dbc0a8e6a253c8c8d6301064f23dfea> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x33e65000 - 0x33ebefff  MobileCoreServices armv7  <77da8a9e7f813f5baf37eaa4a87fae84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x33fad000 - 0x33fb4fff  OpenGLES armv7  <f2ede6b206f336de82cc38619692e762> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x33fb6000 - 0x33fb6fff  libCVMSPluginSupport.dylib armv7  <2506af1c983f3f09ac69aca44f67e863> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x33fba000 - 0x33fbcfff  libCoreVMClient.dylib armv7  <af6ff28dce6031baaa850ccc79e5699b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x33fbd000 - 0x33fc1fff  libGFXShared.dylib armv7  <a6ac1673a088379aa512ba5cac301f5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x33fc2000 - 0x33ffffff  libGLImage.dylib armv7  <b8b8f3a1bfd0345e86aa0c2952534949> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x346fa000 - 0x3480ffff  QuartzCore armv7  <c086b6e6cd9d341399bcc3675c82f1fe> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x34810000 - 0x3485dfff  QuickLook armv7  <954e3a8bdaf337b085b30fd514ea5f3a> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x3485e000 - 0x3488cfff  Security armv7  <fbc24f15bd9e37539cdd6e3576bde938> /System/Library/Frameworks/Security.framework/Security
    0x3490b000 - 0x3494afff  SystemConfiguration armv7  <410d69b356e533d6a1d538cf33059634> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x3494d000 - 0x34ea1fff  UIKit armv7  <ad8b3ad23f413187a178179db39cfa6b> /System/Library/Frameworks/UIKit.framework/UIKit
    0x34ea2000 - 0x34ee0fff  VideoToolbox armv7  <d2e8067306d9346ab4a448f10f336894> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x35169000 - 0x35175fff  AccountSettings armv7  <8db45acc4d3d3017af10fa5ee82c2306> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x351bc000 - 0x351bffff  ActorKit armv7  <5dfc59258ea63006be9c542e5fafbc45> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
    0x351c1000 - 0x351c4fff  AggregateDictionary armv7  <c2a6c1ff89a9318d8b74fc5dfc8847b8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x352ad000 - 0x352c0fff  AirTraffic armv7  <752b64045f4d3ea88a946b53b731ce1a> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x355f0000 - 0x3562bfff  AppSupport armv7  <921794b7d82a3558a0eb860979be199c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x3562c000 - 0x35650fff  AppleAccount armv7  <c54536fbc0f235f693060be33d4d4749> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x3565d000 - 0x3566afff  ApplePushService armv7  <8bad4a9300db3d4d8555535f25c32da4> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x3569e000 - 0x356a7fff  AssetsLibraryServices armv7  <de7ca29cd47433cd8eca9c04102f5508> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x356c2000 - 0x356d9fff  BackBoardServices armv7  <772912697ec23e5199a452e97f075dd9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x356dc000 - 0x356e2fff  BluetoothManager armv7  <fe002961c52538eb8c959e7c1c58467a> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x356e3000 - 0x35707fff  Bom armv7  <b5315d733e123a0781683efdc734064b> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x35787000 - 0x3578efff  CaptiveNetwork armv7  <a4f4b86cc84839f78ff746f013bcee6f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x3578f000 - 0x35859fff  Celestial armv7  <a688df527b65382da586ebc87f28c061> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x35866000 - 0x3586afff  CertUI armv7  <ce979f715cdb3cb5a0f7935f14cc0b35> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x35910000 - 0x35929fff  ChunkingLibrary armv7  <ec2f76b3ac723a39bbf3f122d7fe73cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x3593d000 - 0x35942fff  CommonUtilities armv7  <f8fea9ee6ca236b0a7fa6c00eb8a0d24> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x359c7000 - 0x359f7fff  ContentIndex armv7  <00ed488e47ee34ca9f01f2cc911f453c> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x35bea000 - 0x35c07fff  CoreServicesInternal armv7  <09bda41ea1d935148d18c07a7102ede5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
    0x35c08000 - 0x35c09fff  CoreSurface armv7  <6065f7e040e93d6ea2837e929592cc30> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x35c76000 - 0x35c7bfff  CrashReporterSupport armv7  <03ee46e3ca3f3920a7174e62096723fb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x35c7c000 - 0x35cb8fff  DataAccess armv7  <d7185042adf63908ae87fe4a5c3f8a6c> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x35e4d000 - 0x35e5ffff  DataAccessExpress armv7  <b9423867a9ef303b87d2e1eac1712957> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x35e9e000 - 0x35e9ffff  DataMigration armv7  <5903e08348b83f119022cbbf83ad100a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x35ea2000 - 0x35ebbfff  DictionaryServices armv7  <84669055e3e63d6ab56b8fe7b0476aaa> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x35ec3000 - 0x35edbfff  EAP8021X armv7  <6d5ab53850e23fe389e64e2705bd7810> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x35eeb000 - 0x35eeffff  FTClientServices armv7  <6354e5b30919340db3b976312b284fce> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x35ef0000 - 0x35f2dfff  FTServices armv7  <89c066d12a6031038a9b8c61221abc0a> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x35f2e000 - 0x36341fff  FaceCoreLight armv7  <43de0b31da3b39e4acf85ec2c8d5c65c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x36394000 - 0x36483fff  AVConference armv7  <1cc90faf13c73e34ab08cbd863330d7d> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConfer ence.framework/AVConference
    0x3648e000 - 0x364a8fff  ICE armv7  <3eaa73a685dd3bdeab75bc9e669f09a8> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.fram ework/ICE
    0x364a9000 - 0x364a9fff  LegacyHandle armv7  <ad1429de847c384580f33a2007215250> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHa ndle.framework/LegacyHandle
    0x364aa000 - 0x364b1fff  SimpleKeyExchange armv7  <35391065e5c035f294a82143a63f5a94> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKe yExchange.framework/SimpleKeyExchange
    0x364b2000 - 0x364c0fff  ViceroyTrace armv7  <87b021cacb53377d837d0e0bb3357ae6> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyT race.framework/ViceroyTrace
    0x364c1000 - 0x364c2fff  snatmap armv7  <a7b2c52656543093b363ee86749ea692> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap. framework/snatmap
    0x364c3000 - 0x36538fff  GameKitServices armv7  <cc9529cc609635d88094b72f1a59edf1> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x36539000 - 0x36545fff  GenerationalStorage armv7  <d77ad2367fff37d485480aa39df7d325> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x36546000 - 0x3663ffff  GeoServices armv7  <edbf37a31a6a31f49e392ed8ece200c7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x36640000 - 0x3664bfff  GraphicsServices armv7  <d4b7fd6509753bff9525fef374ddc359> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x366ba000 - 0x36735fff  HomeSharing armv7  <280b77b71df23f1cb5c9a2b76fc53212> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x36736000 - 0x36740fff  IAP armv7  <a9554a91bbb9308f96fcd9fddf596275> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x367f8000 - 0x36870fff  IMCore armv7  <d5f1d98ec53d3acbb51b116e93923d9c> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x36937000 - 0x36983fff  IMFoundation armv7  <797535fc363c3f818bcd1424251393bf> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x3698a000 - 0x3698bfff  IOAccelerator armv7  <9655464326203d258d3d0fc7e94651e2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x3698c000 - 0x36991fff  IOMobileFramebuffer armv7  <f38c374982a931d5a47458dd3c34ac59> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x36992000 - 0x36996fff  IOSurface armv7  <a55bf03c35de3fd9b56dce82083c3d10> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x369e0000 - 0x36b86fff  JavaScriptCore armv7  <a5780997f4b738659172f40877c9a7d9> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x36bac000 - 0x36bb6fff  Librarian armv7  <2f90575c8cf839da9db74d2eb3a1ccc1> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x36bb7000 - 0x36bedfff  MIME armv7  <57a1db0d5d3237708f54b3bd83553bae> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x36c2c000 - 0x36c36fff  MailServices armv7  <a688a9972cb43169a19d2f2f57121a1e> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x36c52000 - 0x36caafff  ManagedConfiguration armv7  <44bbb2ba85c8320bb9e73c654b90f8c0> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration

    Any help?!

  • Videos app crashes when I try to watch a tv show? Any ideas?

    Hi, since upgrading to iOS5 I haven't been able to watch TV shows on the video app on my iPad 2. Up until today I've had diagnostics turned off but just turned them on and found the following diagnostic report which will now hopefully go to Apple so they can finally fix this annoying bug! I'm thinking about getting an appointment at a genius bar but not sure if it will just be a waste of time as I've restored my iPad (complete waste of time) and tried everything I can think of....anyway, the error report reads:
    Incident Identifier: 6E376E68-EE64-44FC-BEA5-C5BC22636168
    CrashReporter Key: c3d1ebdefa7458b3ea25e6970a0048edff46fcb4
    Hardware Model: iPad2,1
    Process: Videos [540]
    Path: /Applications/Videos.app/Videos
    Identifier: Videos
    Version: ??? (???)
    Code Type: ARM (Native)
    Parent Process: launchd [1]
    Date/Time: 2011-11-27 16:44:31.574 +0000
    OS Version: iPhone OS 5.0.1 (9A405)
    Report Version: 104
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x00000000, 0x00000000
    Crashed Thread: 2
    Last Exception Backtrace:
    (0x37d1a8bf 0x378661e5 0x37d1a7b9 0x350183b3 0x34d3353d 0x334a1c1b 0x33487323 0x308d58cf 0x308d572f 0x308d534f 0x308d59f9 0x334872f9 0x33485c13 0x3348ab5f 0x3348aa3b 0x34d32f51 0x34d2f9bf 0x34d31277 0x34d2f92d 0x34d2d24b 0x308d3d55 0x308d6897 0x377d91cf 0x377d90a4)
    Thread 0 name: Dispatch queue: com.apple.main-thread
    Thread 0:
    0 CoreFoundation 0x37c6eb7c 0x37c61000 + 56188
    1 CoreFoundation 0x37c95e34 0x37c61000 + 216628
    2 QuartzCore 0x3731616e 0x3730d000 + 37230
    3 QuartzCore 0x373160de 0x3730d000 + 37086
    4 UIKit 0x317e0552 0x317bf000 + 136530
    5 UIKit 0x317e02b0 0x317bf000 + 135856
    6 UIKit 0x317e0118 0x317bf000 + 135448
    7 UIKit 0x317e0096 0x317bf000 + 135318
    8 iPodUI 0x3058a3f4 0x304e1000 + 693236
    9 iPodUI 0x3052f87a 0x304e1000 + 321658
    10 iPodUI 0x30512d34 0x304e1000 + 204084
    11 iPodUI 0x30513ab0 0x304e1000 + 207536
    12 iPodUI 0x30514876 0x304e1000 + 211062
    13 iPodUI 0x305133c2 0x304e1000 + 205762
    14 iPodUI 0x3054d672 0x304e1000 + 444018
    15 UIKit 0x318229c4 0x317bf000 + 408004
    16 UIKit 0x31821aa2 0x317bf000 + 404130
    17 UIKit 0x318a2fc0 0x317bf000 + 933824
    18 UIKit 0x318ef51e 0x317bf000 + 1246494
    19 iPodUI 0x3054ca40 0x304e1000 + 440896
    20 UIKit 0x318046ae 0x317bf000 + 284334
    21 UIKit 0x3185faea 0x317bf000 + 658154
    22 UIKit 0x31820d1a 0x317bf000 + 400666
    23 UIKit 0x31820a6a 0x317bf000 + 399978
    24 UIKit 0x31820784 0x317bf000 + 399236
    25 UIKit 0x318204f8 0x317bf000 + 398584
    26 UIKit 0x317d7814 0x317bf000 + 100372
    27 UIKit 0x317d760e 0x317bf000 + 99854
    28 UIKit 0x3181f976 0x317bf000 + 395638
    29 UIKit 0x3181f220 0x317bf000 + 393760
    30 UIKit 0x3180795c 0x317bf000 + 297308
    31 UIKit 0x31806f4c 0x317bf000 + 294732
    32 UIKit 0x31806e0c 0x317bf000 + 294412
    33 UIKit 0x317c5d22 0x317bf000 + 27938
    34 CoreFoundation 0x37c79224 0x37c61000 + 98852
    35 QuartzCore 0x3731337a 0x3730d000 + 25466
    36 QuartzCore 0x37312f92 0x3730d000 + 24466
    37 QuartzCore 0x37317114 0x3730d000 + 41236
    38 QuartzCore 0x37316e50 0x3730d000 + 40528
    39 QuartzCore 0x3730ed7e 0x3730d000 + 7550
    40 CoreFoundation 0x37ceeb44 0x37c61000 + 580420
    41 CoreFoundation 0x37cecd80 0x37c61000 + 572800
    42 CoreFoundation 0x37ced0da 0x37c61000 + 573658
    43 CoreFoundation 0x37c704d6 0x37c61000 + 62678
    44 CoreFoundation 0x37c7039e 0x37c61000 + 62366
    45 GraphicsServices 0x37a47fc6 0x37a44000 + 16326
    46 UIKit 0x317f073c 0x317bf000 + 202556
    47 Videos 0x0006338e 0x56000 + 54158
    48 Videos 0x000580f0 0x56000 + 8432
    Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0 libsystem_kernel.dylib 0x3036b3b4 0x3036a000 + 5044
    1 libdispatch.dylib 0x308d6f74 0x308d3000 + 16244
    2 libdispatch.dylib 0x308d6c92 0x308d3000 + 15506
    Thread 2 name: Dispatch queue: com.apple.MusicLibrary.background
    Thread 2 Crashed:
    0 libsystem_kernel.dylib 0x3037b32c 0x3036a000 + 70444
    1 libsystem_c.dylib 0x3781cf54 0x377cf000 + 319316
    2 libsystem_c.dylib 0x37815fe4 0x377cf000 + 290788
    3 libc++abi.dylib 0x30277f64 0x30271000 + 28516
    4 libc++abi.dylib 0x30275346 0x30271000 + 17222
    5 libobjc.A.dylib 0x378662dc 0x3785d000 + 37596
    6 libc++abi.dylib 0x302753be 0x30271000 + 17342
    7 libc++abi.dylib 0x3027544a 0x30271000 + 17482
    8 libc++abi.dylib 0x3027681e 0x30271000 + 22558
    9 libobjc.A.dylib 0x3786622e 0x3785d000 + 37422
    10 MediaPlayer 0x34d312dc 0x34c9e000 + 602844
    11 MediaPlayer 0x34d2f926 0x34c9e000 + 596262
    12 MediaPlayer 0x34d2d244 0x34c9e000 + 586308
    13 libdispatch.dylib 0x308d3d4e 0x308d3000 + 3406
    14 libdispatch.dylib 0x308d6890 0x308d3000 + 14480
    15 libsystem_c.dylib 0x377d91c8 0x377cf000 + 41416
    16 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 3 name: WebThread
    Thread 3:
    0 libsystem_kernel.dylib 0x3036b010 0x3036a000 + 4112
    1 libsystem_kernel.dylib 0x3036b206 0x3036a000 + 4614
    2 CoreFoundation 0x37cee41c 0x37c61000 + 578588
    3 CoreFoundation 0x37ced154 0x37c61000 + 573780
    4 CoreFoundation 0x37c704d6 0x37c61000 + 62678
    5 CoreFoundation 0x37c7039e 0x37c61000 + 62366
    6 WebCore 0x32747128 0x3269f000 + 688424
    7 libsystem_c.dylib 0x377dec16 0x377cf000 + 64534
    8 libsystem_c.dylib 0x377dead0 0x377cf000 + 64208
    Thread 4:
    0 libsystem_kernel.dylib 0x3037bcd4 0x3036a000 + 72916
    1 libsystem_c.dylib 0x377d930a 0x377cf000 + 41738
    2 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 5:
    0 libsystem_kernel.dylib 0x3037bcd4 0x3036a000 + 72916
    1 libsystem_c.dylib 0x377d930a 0x377cf000 + 41738
    2 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 6:
    0 libsystem_kernel.dylib 0x3037bcd4 0x3036a000 + 72916
    1 libsystem_c.dylib 0x377d930a 0x377cf000 + 41738
    2 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 7:
    0 libsystem_kernel.dylib 0x3037bcd4 0x3036a000 + 72916
    1 libsystem_c.dylib 0x377d930a 0x377cf000 + 41738
    2 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 8:
    0 libsystem_kernel.dylib 0x3037bcd4 0x3036a000 + 72916
    1 libsystem_c.dylib 0x377d930a 0x377cf000 + 41738
    2 libsystem_c.dylib 0x377d909c 0x377cf000 + 41116
    Thread 9 name: com.apple.coremedia.player.async
    Thread 9:
    0 libsystem_kernel.dylib 0x3037b068 0x3036a000 + 69736
    1 libsystem_c.dylib 0x377def2e 0x377cf000 + 65326
    2 libsystem_c.dylib 0x377decaa 0x377cf000 + 64682
    3 CoreMedia 0x355d7000 0x355d4000 + 12288
    4 MediaToolbox 0x33e9cfba 0x33e99000 + 16314
    5 CoreMedia 0x355f6bc6 0x355d4000 + 142278
    6 libsystem_c.dylib 0x377dec16 0x377cf000 + 64534
    7 libsystem_c.dylib 0x377dead0 0x377cf000 + 64208
    Thread 2 crashed with ARM Thread State:
    r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
    r4: 0x00000006 r5: 0x2ffb3000 r6: 0x00000002 r7: 0x2ffb2cf8
    r8: 0x00000000 r9: 0x00000000 r10: 0x0018d890 r11: 0x0d669820
    ip: 0x00000148 sp: 0x2ffb2cec lr: 0x3781cf5b pc: 0x3037b32c
    cpsr: 0x00000010
    Binary Images:
    0x56000 - 0x67fff +Videos armv7 /Applications/Videos.app/Videos
    0x2fe55000 - 0x2fe76fff dyld armv7 /usr/lib/dyld
    0x30271000 - 0x30278fff libc++abi.dylib armv7 /usr/lib/libc++abi.dylib
    0x30279000 - 0x302c2fff libc++.1.dylib armv7 /usr/lib/libc++.1.dylib
    0x30335000 - 0x30337fff MobileInstallation armv7 <4ccf76f0e6cb3cd7b4e0087c2f284a1d> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x30338000 - 0x30338fff libkeymgr.dylib armv7 <791bb8b832943b2392c0c35228f52e09> /usr/lib/system/libkeymgr.dylib
    0x3036a000 - 0x30380fff libsystem_kernel.dylib armv7/usr/lib/system/libsystem_kernel.dylib
    0x30381000 - 0x3038dfff libCRFSuite.dylib armv7/usr/lib/libCRFSuite.dylib
    0x30391000 - 0x303a2fff libxpc.dylib armv7 <7d49e385ee5d3e7eb08d06525abd6435> /usr/lib/system/libxpc.dylib
    0x303cd000 - 0x3049dfff WebKit armv7 <74661b1bf4613aafb827bfe0134ed92b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x304e1000 - 0x305cffff iPodUI armv7/System/Library/PrivateFrameworks/iPodUI.framework/iPodUI
    0x305e1000 - 0x305e4fff libsystem_network.dylib armv7/usr/lib/system/libsystem_network.dylib
    0x306e3000 - 0x3079efff AVFoundation armv7/System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x3079f000 - 0x307abfff libz.1.dylib armv7 /usr/lib/libz.1.dylib
    0x307ac000 - 0x307affff libmacho.dylib armv7 <3237bc9c109e3354bc4b38b957243f31> /usr/lib/system/libmacho.dylib
    0x307b0000 - 0x307f3fff libcommonCrypto.dylib armv7/usr/lib/system/libcommonCrypto.dylib
    0x307f9000 - 0x307fafff libsystem_blocks.dylib armv7 <4bb9797771d037879bec814fe750d86d> /usr/lib/system/libsystem_blocks.dylib
    0x307fb000 - 0x3087afff libsqlite3.dylib armv7 /usr/lib/libsqlite3.dylib
    0x308b9000 - 0x308c6fff libbsm.0.dylib armv7 /usr/lib/libbsm.0.dylib
    0x308c7000 - 0x308cdfff libnotify.dylib armv7 <1e374857ac68370095ddbafe94f021a1> /usr/lib/system/libnotify.dylib
    0x308d3000 - 0x308e9fff libdispatch.dylib armv7/usr/lib/system/libdispatch.dylib
    0x30904000 - 0x30908fff libcache.dylib armv7 <4511f0ec5b713636aaade7245a12553c> /usr/lib/system/libcache.dylib
    0x30914000 - 0x30917fff CaptiveNetwork armv7/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x3091a000 - 0x30955fff libCGFreetype.A.dylib armv7 <753daf497ca736739a30126661a522f1> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x30956000 - 0x3095bfff SyncedDefaults armv7 <61dcfe339534339d97339297ca8d68af> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x309ae000 - 0x309affff libdyld.dylib armv7 /usr/lib/system/libdyld.dylib
    0x309bb000 - 0x309d1fff DictionaryServices armv7 <5bbab664f97932a79a1566fda3a4383e> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x30a7c000 - 0x30a8bfff OpenGLES armv7 <6d1afb451f50310895ec59864739e781> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x30a94000 - 0x30a94fff liblangid.dylib armv7 <342170169bf232a0888912f5ef97112d> /usr/lib/liblangid.dylib
    0x31221000 - 0x3126afff AddressBook armv7 <0a858565acd03f28a1bc69a650b64a7b> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x3126b000 - 0x3126bfff vecLib armv7 <106ef8294b0d3c2d89e9230527846227> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x31280000 - 0x31281fff libremovefile.dylib armv7 <9c8cee9652453241ac1fc99eab05c40a> /usr/lib/system/libremovefile.dylib
    0x31339000 - 0x3133dfff libAccessibility.dylib armv7/usr/lib/libAccessibility.dylib
    0x317bf000 - 0x31c58fff UIKit armv7 <97b527cd6fba35c6bb39263e0f362223> /System/Library/Frameworks/UIKit.framework/UIKit
    0x3221a000 - 0x3221bfff libsystem_sandbox.dylib armv7/usr/lib/system/libsystem_sandbox.dylib
    0x3221c000 - 0x32273fff CoreAudio armv7 <2e4975a2156e328585f2a478e80704fc> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x324d4000 - 0x324d9fff libsystem_dnssd.dylib armv7 <4d8b38f1cb603f0d8af78c56c485f05a> /usr/lib/system/libsystem_dnssd.dylib
    0x324da000 - 0x324e9fff GenerationalStorage armv7/System/Library/PrivateFrameworks/GenerationalStorage.framework/Generation alStorage
    0x3252a000 - 0x3257bfff CoreText armv7 <23150093d39b393e9bc5f8230176df47> /System/Library/Frameworks/CoreText.framework/CoreText
    0x3258e000 - 0x325fefff CoreImage armv7/System/Library/Frameworks/CoreImage.framework/CoreImage
    0x325ff000 - 0x32602fff libcompiler_rt.dylib armv7 <414332f9a55238bab2cbec323e0fc8da> /usr/lib/system/libcompiler_rt.dylib
    0x32615000 - 0x3261bfff MobileIcons armv7 <2f4c13053206306996726629b0b7eb01> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3262e000 - 0x3266afff AppSupport armv7/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x3269f000 - 0x32e56fff WebCore armv7 <7137e0ea008f3a3e8ae9e57f96d34d1d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x32e69000 - 0x32ec4fff StoreServices armv7 <1463a9f90fbd3d349544cf016e1ddd46> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x32ecd000 - 0x32ed6fff libMobileGestalt.dylib armv7/usr/lib/libMobileGestalt.dylib
    0x32f91000 - 0x32fb0fff libSystem.B.dylib armv7 <31a0ffbb18bf3a28b46fd286733e7d9f> /usr/lib/libSystem.B.dylib
    0x330d8000 - 0x330fbfff PrintKit armv7 <279fb51deec3377ab9f820af2da4d915> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x33112000 - 0x33126fff PersistentConnection armv7 <81eb1b3e08cf3d7196313307ad60649d> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x33127000 - 0x3312efff AssetsLibraryServices armv7/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLi braryServices
    0x331e6000 - 0x331f7fff DataAccessExpress armv7 <6bc443b0f87e338698cac9e5a96e8f8f> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x331fd000 - 0x33230fff Preferences armv7/System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x3328c000 - 0x332a5fff libRIP.A.dylib armv7/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x332aa000 - 0x332b1fff ProtocolBuffer armv7 <6ca7dca9370132a2a592356bf9f2170b> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x332c9000 - 0x332cdfff libGFXShared.dylib armv7 <0a36fb9d60a43479943bafb2f81313b1> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x332ce000 - 0x33397fff Celestial armv7/System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x33482000 - 0x3363efff MusicLibrary armv7 <7be04d376ebc3d419ad408284cef681d> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x33750000 - 0x33752fff libCoreVMClient.dylib armv7 <6ddb7cf8a93830628787a5b83eea0f1d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x337a0000 - 0x337a0fff Accelerate armv7/System/Library/Frameworks/Accelerate.framework/Accelerate
    0x337dc000 - 0x337f2fff EAP8021X armv7 <16801802d86e3c479f3034034192faed> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x337f3000 - 0x3383cfff ManagedConfiguration armv7 <05711081dd883c58a844c5f9c251e8c9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x3384b000 - 0x338cefff CoreMotion armv7/System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x33a67000 - 0x33aacfff GeoServices armv7 <6c9eb6372f723a57852cfc9ed7b78e31> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x33ad3000 - 0x33baafff CFNetwork armv7 <6fbc9f187eaa30009780e70288c9f289> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x33bea000 - 0x33bfcfff AssistantServices armv7/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantSer vices
    0x33d13000 - 0x33d14fff libdnsinfo.dylib armv7/usr/lib/system/libdnsinfo.dylib
    0x33d29000 - 0x33d60fff Security armv7/System/Library/Frameworks/Security.framework/Security
    0x33da7000 - 0x33df1fff libvDSP.dylib armv7/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framewor k/libvDSP.dylib
    0x33e99000 - 0x340f3fff MediaToolbox armv7/System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x340ff000 - 0x34100fff DataMigration armv7/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x34101000 - 0x343c2fff libLAPACK.dylib armv7 <5490a87fe5153771b9c67940292842ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x34403000 - 0x3440afff MediaRemote armv7 <3deff2252a8231e7b0135a517b8391ba> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x34422000 - 0x3445bfff VideoToolbox armv7 <49f9f09f23f7396b94a29bb1280759fe> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x3445c000 - 0x34462fff IAP armv7/System/Library/PrivateFrameworks/IAP.framework/IAP
    0x34a58000 - 0x34a6efff libmis.dylib armv7 /usr/lib/libmis.dylib
    0x34a6f000 - 0x34a73fff IOMobileFramebuffer armv7/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFr amebuffer
    0x34a7f000 - 0x34a80fff CoreSurface armv7/System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x34aa1000 - 0x34be6fff CoreGraphics armv7 <641fb6e558f239588a8bd05dbefff99a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x34be9000 - 0x34beffff MobileKeyBag armv7/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x34bfc000 - 0x34bfcfff libCVMSPluginSupport.dylib armv7 <85582e1094633fccb52b50ca13c5a5d0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x34c9e000 - 0x34e4ffff MediaPlayer armv7/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x34e50000 - 0x34f99fff libicucore.A.dylib armv7 <1bc960f75d633190a09b093209a9f0c5> /usr/lib/libicucore.A.dylib
    0x34f9a000 - 0x34f9efff AggregateDictionary armv7/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateD ictionary
    0x34f9f000 - 0x34faefff SpringBoardServices armv7 <79f1564c1b23303eb3b7db67f9375228> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x34faf000 - 0x3512dfff Foundation armv7/System/Library/Frameworks/Foundation.framework/Foundation
    0x351ea000 - 0x35294fff libBLAS.dylib armv7 <9aabff01422f3cb8960f93d11d2b6de1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x35299000 - 0x352b9fff libxslt.1.dylib armv7 /usr/lib/libxslt.1.dylib
    0x355d4000 - 0x3561dfff CoreMedia armv7/System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x3578e000 - 0x3596bfff AudioToolbox armv7/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x35976000 - 0x359b0fff iTunesStore armv7/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x35bd0000 - 0x35bd3fff CoreTime armv7/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x35bd4000 - 0x35bdafff liblockdown.dylib armv7/usr/lib/liblockdown.dylib
    0x35bdb000 - 0x35ceffff iTunesStoreUI armv7 <0a534b283bfb32189418d72a383d9503> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
    0x35cf0000 - 0x35d3bfff CoreLocation armv7/System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x35d74000 - 0x35e98fff JavaScriptCore armv7 <24ff2747b3973aecb9c37960eba5ff4d> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x35fdc000 - 0x35fe4fff MobileWiFi armv7/System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x36002000 - 0x36037fff SystemConfiguration armv7 <753be0ebdcb13b24b1a4adcdc94d6bd9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x36038000 - 0x360e5fff libxml2.2.dylib armv7 <78462273eb5b38d1a0873b02f0e35e23> /usr/lib/libxml2.2.dylib
    0x36105000 - 0x3610ffff libbz2.1.0.dylib armv7 <28583efb9f1b38e7ae83c667b07dbd08> /usr/lib/libbz2.1.0.dylib
    0x36110000 - 0x36135fff OpenCL armv7/System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x36136000 - 0x36136fff libgcc_s.1.dylib armv7 <69d8dab7388b33d38b30708fd6b6a340> /usr/lib/libgcc_s.1.dylib
    0x3613e000 - 0x36149fff AccountSettings armv7 <090bb6a4f97433089b5cabc6a40c619a> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x3614a000 - 0x3614afff libunwind.dylib armv7/usr/lib/system/libunwind.dylib
    0x3614b000 - 0x3618bfff libGLImage.dylib armv7 <9440420d838a382caa175399d74a5044> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x3618c000 - 0x3627afff libiconv.2.dylib armv7 <6e858938edb93162ba8cf25702f08b16> /usr/lib/libiconv.2.dylib
    0x3638b000 - 0x36395fff libvMisc.dylib armv7/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framewor k/libvMisc.dylib
    0x36396000 - 0x36470fff vImage armv7 <42a5e58ff1b9350cad90de36bd3ceb09> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x36471000 - 0x36542fff HomeSharing armv7/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x3655e000 - 0x3671afff ImageIO armv7/System/Library/Frameworks/ImageIO.framework/ImageIO
    0x3671b000 - 0x367c7fff MediaControlSender armv7 <4c0982b21ecf35aead8e0bef55d842b0> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSend er
    0x36880000 - 0x36885fff CrashReporterSupport armv7/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashRepo rterSupport
    0x36cdb000 - 0x36cdffff IOSurface armv7 <0f003f50b18e3dbf87607d819e0ac6b9> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x36d4f000 - 0x37293fff FaceCoreLight armv7/System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x3730d000 - 0x373fdfff QuartzCore armv7/System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x37545000 - 0x37582fff IOKit armv7/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x3777f000 - 0x37794fff libresolv.9.dylib armv7 <97d6ebbb53ae3e0480f51771c9665613> /usr/lib/libresolv.9.dylib
    0x377ab000 - 0x377cefff Bom armv7 <0e6087f75a81345ea81751197ccb712c> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x377cf000 - 0x3785cfff libsystem_c.dylib armv7 <1707c3cf3c5b3045af4bed38ff8420a6> /usr/lib/system/libsystem_c.dylib
    0x3785d000 - 0x37923fff libobjc.A.dylib armv7 /usr/lib/libobjc.A.dylib
    0x37958000 - 0x3799cfff MobileCoreServices armv7 <9a79a2d389ba35389a30782ed01c46dd> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x379b0000 - 0x379b6fff liblaunch.dylib armv7 <09f21c3e774c30b1aab1b56c2d6efbc3> /usr/lib/system/liblaunch.dylib
    0x379f0000 - 0x379fcfff CoreVideo armv7 <474c89eb09fe3464851a20d76052341b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x37a32000 - 0x37a43fff AirTraffic armv7 <187da49948ed3897aeac049cab658528> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x37a44000 - 0x37a4ffff GraphicsServices armv7 <4ec745ffb2e039faab4b39a30268f707> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x37aa0000 - 0x37b19fff ProofReader armv7 <09d057676f6837cd9e7a735444b67e77> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x37b56000 - 0x37b69fff DataDetectorsCore armv7 <2df5f2299dc8351f80ea3e79de8706a9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x37c33000 - 0x37c50fff libsystem_info.dylib armv7 <1e36ab94661c372bab5a801d68c79353> /usr/lib/system/libsystem_info.dylib
    0x37c61000 - 0x37d78fff CoreFoundation armv7/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x37d79000 - 0x37d8ffff VoiceServices armv7 <5bdff32282a33333b9c90582c854d82f> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x37d90000 - 0x37de1fff libstdc++.6.dylib armv7/usr/lib/libstdc++.6.dylib
    0x37e2c000 - 0x37e31fff libcopyfile.dylib armv7 <9072462f28af3665875b3ecaba002c00> /usr/lib/system/libcopyfile.dylib
    0x37e33000 - 0x37e7dfff CoreTelephony armv7 <1f4cacb552533c948122cb180f4192b3> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    Can anyone help? Does anyone else have this problem? Am I wasting my time going to an Apple store to see if this can be resolved quickly?
    Any help/tips/guidance would be greatly appreciated.
    Thanks,
    Mark

    More details:
    App also crashes when I try to select a genius playlist (though I never use this feature, so not sure if that's new). But I can create on-the-go playlists and play all songs off the iPhone that way if I wanted to.
    When I launch the iPod app, it shows the "songs" selection screen by default, even though at the bottom, the "albums" tab is selected.
    When I reclick "albums" it changes the screen to sort by album. If I had clicked the "songs" apon launching the iPod app, the screen wouldn't change, but the tab would now move over to highlight "songs".
    Hoping it's just a synch mixup but still searching for a solution...

  • Different material description for RG1 register

    Dear Experts,
    I have a client requirement for change in material description (materialmaster) to a different description.
    The description maintained in material master is for viz
    SS CT BT 200mm-123-093MKO
    But excise need description
    SS BILLET
    Where to maintain this additional description in material master and fetch the same for RG1 register.
    Let me know any stranded user exit is available. If the above case is possible than also let me know what would be the bad implications on processes (like stock will not match with description).
    Regards,
    RB
    Edited by: RB on Feb 26, 2009 6:18 PM

    you either create a quickview by joining MARC and MAKT tables for this.
    or much easier. you press F4 in a material number field.
    then you go to search help W plant material.
    there you erase the language from the selection pop-up and execute
    in the hitlist do a right mouse click and you can directly download

  • This is the iPad mystery.... Can you solve it??

    http://www.google.com.au/webhp?ie=UTF-8&oe=UTF-8&hl=en&client=safari
    2012-09-10 20:16:49 +0000 Console Received memory warning.
    2012-09-10 17:26:10 +0000 kernel AppleBaseband::resetDetectInterrupt with 0
    My battery used to last me days on end. I've had this iPad for 3 months ipad2 64G
    A friend of mine runs many many apps from his iPad which are remotes to his work pc &amp; his home pc &amp; his girlfriends pc.
    He has access to Linux server and all kinds of photo shop apps and dns type apps.
    We have a business email account set up which he has had full access to for the past year or so because I completely trusted he would be doing the right thing.
    I called the people who we have our email account crazy domains the rep for some reason first told me that I had so many accounts attached to the server and then on second thought there was only one... I caught him out lying to me about it which he later confessed to making a slight mistake but couldn't disclose which emails they were.
    All of my settings on everything I set up are consistently changed hotmail, Facebook iTunes you name it
    I am wondering if it's just me going crazy or can my iPad be remotely mirrored without my knowledge ?
    Strange things happen like one morning I woke up and the sim card was puked.....
    I go to download an app and on his computer Which i have seen with my very own eyes not just once but 5 times in a row he is being prompted to enter a password for his account?.... Coincidence, I highly doubt it.. The other day I went to plug my iPad into iTunes and it told me that I had 5 other computers assigned to this iPad.... I deactived them all. My emails are doing all kinds of funny things
    Today I received an email from [email protected] and it was addressed to [email protected] ...... My email is a totally different.. Completely different my email has a number 2 in it. Mind you the company [email protected] do email but they only have my hotmail.com account they don't know about my other email address so how did they email me there ? Lol and how did it arrive in my email box when it's not even addressed to me!
    You can tell when something is up on the device because it begins to lag and miss beats. It's not as crisp and fluent in its operation.
    Sometimes I purposely turn off my location and it magically turns itself back on.
    Please help me to catch who ever it is so I can whoop some trust abusing ***.
    Urgent

    Incident Identifier: F178C31A-2D5C-41AC-9E85-2216E54C599A
    CrashReporter Key:   f84f62e83cfbb1b8aadd9c38f3a6a06f6803cc8d
    Hardware Model:      iPad2,2
    Process:         AppStore [284]
    Path:            /Applications/AppStore.app/AppStore
    Identifier:      AppStore
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-09-03 11:17:14.498 +1000
    OS Version:      iPhone OS 5.1.1 (9B206)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x40f6e6cb
    Crashed Thread:  2
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0:
    0   libsystem_kernel.dylib             0x32a44004 0x32a43000 + 4100
    1   libsystem_kernel.dylib             0x32a441fa 0x32a43000 + 4602
    2   CoreFoundation                     0x376833ec 0x375f6000 + 578540
    3   CoreFoundation                     0x376820ea 0x375f6000 + 573674
    4   CoreFoundation                     0x3760549e 0x375f6000 + 62622
    5   CoreFoundation                     0x37605366 0x375f6000 + 62310
    6   GraphicsServices                   0x377fe432 0x377fa000 + 17458
    7   UIKit                              0x30811cce 0x307e0000 + 203982
    8   AppStore                           0x000d9f38 0xd9000 + 3896
    9   AppStore                           0x000d9e7c 0xd9000 + 3708
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib             0x32a443a8 0x32a43000 + 5032
    1   libdispatch.dylib                  0x34861f04 0x3485e000 + 16132
    2   libdispatch.dylib                  0x34861c22 0x3485e000 + 15394
    Thread 2 name:  WebThread
    Thread 2 Crashed:
    0   libobjc.A.dylib                    0x3171ef78 0x3171b000 + 16248
    1   CoreFoundation                     0x375f82e0 0x375f6000 + 8928
    2   CoreFoundation                     0x376056f4 0x375f6000 + 63220
    3   libobjc.A.dylib                    0x3172016e 0x3171b000 + 20846
    4   libobjc.A.dylib                    0x31721e50 0x3171b000 + 28240
    5   libsystem_blocks.dylib             0x37ca08fa 0x37c9f000 + 6394
    6   libsystem_blocks.dylib             0x37ca0824 0x37c9f000 + 6180
    7   WebCore                            0x338a50e4 0x3384f000 + 352484
    8   CoreFoundation                     0x37683acc 0x375f6000 + 580300
    9   CoreFoundation                     0x3768332e 0x375f6000 + 578350
    10  CoreFoundation                     0x3768203e 0x375f6000 + 573502
    11  CoreFoundation                     0x3760549e 0x375f6000 + 62622
    12  CoreFoundation                     0x37605366 0x375f6000 + 62310
    13  WebCore                            0x338f8c9c 0x3384f000 + 695452
    14  libsystem_c.dylib                  0x34d8a72e 0x34d7c000 + 59182
    15  libsystem_c.dylib                  0x34d8a5e8 0x34d7c000 + 58856
    Thread 3 name:  com.apple.NSURLConnectionLoader
    Thread 3:
    0   libsystem_kernel.dylib             0x32a44004 0x32a43000 + 4100
    1   libsystem_kernel.dylib             0x32a441fa 0x32a43000 + 4602
    2   CoreFoundation                     0x376833ec 0x375f6000 + 578540
    3   CoreFoundation                     0x37682124 0x375f6000 + 573732
    4   CoreFoundation                     0x3760549e 0x375f6000 + 62622
    5   CoreFoundation                     0x37605366 0x375f6000 + 62310
    6   Foundation                         0x33141bb2 0x33131000 + 68530
    7   Foundation                         0x33141a7a 0x33131000 + 68218
    8   Foundation                         0x331d558a 0x33131000 + 673162
    9   libsystem_c.dylib                  0x34d8a72e 0x34d7c000 + 59182
    10  libsystem_c.dylib                  0x34d8a5e8 0x34d7c000 + 58856
    Thread 4 name:  com.apple.CFSocket.private
    Thread 4:
    0   libsystem_kernel.dylib             0x32a54570 0x32a43000 + 71024
    1   CoreFoundation                     0x3768763a 0x375f6000 + 595514
    2   libsystem_c.dylib                  0x34d8a72e 0x34d7c000 + 59182
    3   libsystem_c.dylib                  0x34d8a5e8 0x34d7c000 + 58856
    Thread 5 name:  WebCore: CFNetwork Loader
    Thread 5:
    0   libsystem_c.dylib                  0x34dc87ec 0x34d7c000 + 313324
    1   libsystem_c.dylib                  0x34d7ee20 0x34d7c000 + 11808
    2   SystemConfiguration                0x36bc8a68 0x36bb4000 + 84584
    3   SystemConfiguration                0x36bc8eae 0x36bb4000 + 85678
    4   CFNetwork                          0x360ed1ac 0x360e2000 + 45484
    5   CoreFoundation                     0x375feaf4 0x375f6000 + 35572
    6   CFNetwork                          0x360ec588 0x360e2000 + 42376
    7   CFNetwork                          0x360ec422 0x360e2000 + 42018
    8   CFNetwork                          0x360ec344 0x360e2000 + 41796
    9   CoreFoundation                     0x37643e88 0x375f6000 + 319112
    10  CoreFoundation                     0x37643ff4 0x375f6000 + 319476
    11  CFNetwork                          0x360ec2e2 0x360e2000 + 41698
    12  CoreFoundation                     0x37643e88 0x375f6000 + 319112
    13  CoreFoundation                     0x37643ff4 0x375f6000 + 319476
    14  CFNetwork                          0x360ec23c 0x360e2000 + 41532
    15  CFNetwork                          0x360ebf46 0x360e2000 + 40774
    16  CFNetwork                          0x360ebd44 0x360e2000 + 40260
    17  CFNetwork                          0x36133206 0x360e2000 + 332294
    18  CFNetwork                          0x360ebb88 0x360e2000 + 39816
    19  CFNetwork                          0x360ebb70 0x360e2000 + 39792
    20  CFNetwork                          0x360ebb62 0x360e2000 + 39778
    21  CoreFoundation                     0x3761b840 0x375f6000 + 153664
    22  CoreFoundation                     0x376272b0 0x375f6000 + 201392
    23  CFNetwork                          0x361717e4 0x360e2000 + 587748
    24  CFNetwork                          0x36171ba8 0x360e2000 + 588712
    25  CFNetwork                          0x36173d24 0x360e2000 + 597284
    26  CFNetwork                          0x36174f86 0x360e2000 + 601990
    27  CFNetwork                          0x361761f6 0x360e2000 + 606710
    28  CFNetwork                          0x36173496 0x360e2000 + 595094
    29  CFNetwork                          0x360e8f3e 0x360e2000 + 28478
    30  CFNetwork                          0x360e8a60 0x360e2000 + 27232
    31  CFNetwork                          0x360e822a 0x360e2000 + 25130
    32  CFNetwork                          0x36181b94 0x360e2000 + 654228
    33  CFNetwork                          0x360e7d36 0x360e2000 + 23862
    34  CFNetwork                          0x360e7b00 0x360e2000 + 23296
    35  CFNetwork                          0x360e7a22 0x360e2000 + 23074
    36  CFNetwork                          0x360e60d2 0x360e2000 + 16594
    37  CoreFoundation                     0x37683acc 0x375f6000 + 580300
    38  CoreFoundation                     0x37683298 0x375f6000 + 578200
    39  CoreFoundation                     0x3768203e 0x375f6000 + 573502
    40  CoreFoundation                     0x3760549e 0x375f6000 + 62622
    41  CoreFoundation                     0x37605366 0x375f6000 + 62310
    42  WebCore                            0x339220d2 0x3384f000 + 864466
    43  libsystem_c.dylib                  0x34d8a72e 0x34d7c000 + 59182
    44  libsystem_c.dylib                  0x34d8a5e8 0x34d7c000 + 58856
    Thread 6 name:  WebCore: LocalStorage
    Thread 6:
    0   libsystem_kernel.dylib             0x32a54068 0x32a43000 + 69736
    1   libsystem_c.dylib                  0x34d8aa46 0x34d7c000 + 59974
    2   libsystem_c.dylib                  0x34d8a7c2 0x34d7c000 + 59330
    3   JavaScriptCore                     0x3236d90e 0x322a8000 + 809230
    4   WebCore                            0x33a59bdc 0x3384f000 + 2141148
    5   WebCore                            0x33a59b92 0x3384f000 + 2141074
    6   libsystem_c.dylib                  0x34d8a72e 0x34d7c000 + 59182
    7   libsystem_c.dylib                  0x34d8a5e8 0x34d7c000 + 58856
    Thread 7 name:  Dispatch queue: com.apple.root.default-priority
    Thread 7:
    0   libsystem_kernel.dylib             0x32a44004 0x32a43000 + 4100
    1   libsystem_kernel.dylib             0x32a441fa 0x32a43000 + 4602
    2   CoreFoundation                     0x376833ec 0x375f6000 + 578540
    3   CoreFoundation                     0x37682124 0x375f6000 + 573732
    4   CoreFoundation                     0x3760549e 0x375f6000 + 62622
    5   CoreFoundation                     0x37605366 0x375f6000 + 62310
    6   iTunesStore                        0x37f5edb6 0x37f5a000 + 19894
    7   iTunesStore                        0x37f63c86 0x37f5a000 + 40070
    8   iTunesStore                        0x37f63842 0x37f5a000 + 38978
    9   iTunesStore                        0x37f61130 0x37f5a000 + 28976
    10  iTunesStore                        0x37f6bc1c 0x37f5a000 + 72732
    11  iTunesStore                        0x37f6ac06 0x37f5a000 + 68614
    12  iTunesStore                        0x37f5fa62 0x37f5a000 + 23138
    13  iTunesStore                        0x37f5fde0 0x37f5a000 + 24032
    14  iTunesStore                        0x37f5f636 0x37f5a000 + 22070
    15  Foundation                         0x3315c38c 0x33131000 + 177036
    16  Foundation                         0x331c578c 0x33131000 + 608140
    17  libdispatch.dylib                  0x3485ec52 0x3485e000 + 3154
    18  libdispatch.dylib                  0x34861810 0x3485e000 + 14352
    19  libsystem_c.dylib                  0x34d84df4 0x34d7c000 + 36340
    20  libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 8:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 9:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 10:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 11:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 12 name:  Dispatch queue: com.apple.root.default-priority
    Thread 12:
    0   libsystem_kernel.dylib             0x32a44004 0x32a43000 + 4100
    1   libsystem_kernel.dylib             0x32a441fa 0x32a43000 + 4602
    2   CoreFoundation                     0x376833ec 0x375f6000 + 578540
    3   CoreFoundation                     0x37682124 0x375f6000 + 573732
    4   CoreFoundation                     0x3760549e 0x375f6000 + 62622
    5   CoreFoundation                     0x37605366 0x375f6000 + 62310
    6   iTunesStore                        0x37f5edb6 0x37f5a000 + 19894
    7   iTunesStore                        0x37f63c86 0x37f5a000 + 40070
    8   iTunesStore                        0x37f63842 0x37f5a000 + 38978
    9   iTunesStore                        0x37f61130 0x37f5a000 + 28976
    10  iTunesStore                        0x37f6bc1c 0x37f5a000 + 72732
    11  iTunesStore                        0x37f6ac06 0x37f5a000 + 68614
    12  iTunesStore                        0x37f5fa62 0x37f5a000 + 23138
    13  iTunesStore                        0x37f5fde0 0x37f5a000 + 24032
    14  iTunesStore                        0x37f5f636 0x37f5a000 + 22070
    15  iTunesStore                        0x37f5eec8 0x37f5a000 + 20168
    16  iTunesStoreUI                      0x34e494d8 0x34e0b000 + 255192
    17  iTunesStore                        0x37f5fa62 0x37f5a000 + 23138
    18  iTunesStore                        0x37f5fde0 0x37f5a000 + 24032
    19  iTunesStore                        0x37f5f636 0x37f5a000 + 22070
    20  iTunesStore                        0x37f5eec8 0x37f5a000 + 20168
    21  iTunesStoreUI                      0x34e37d44 0x34e0b000 + 183620
    22  iTunesStoreUI                      0x34e37a78 0x34e0b000 + 182904
    23  iTunesStore                        0x37f5fa62 0x37f5a000 + 23138
    24  iTunesStore                        0x37f5fde0 0x37f5a000 + 24032
    25  iTunesStore                        0x37f5f636 0x37f5a000 + 22070
    26  Foundation                         0x3315c38c 0x33131000 + 177036
    27  Foundation                         0x331c578c 0x33131000 + 608140
    28  libdispatch.dylib                  0x3485ec52 0x3485e000 + 3154
    29  libdispatch.dylib                  0x34861810 0x3485e000 + 14352
    30  libsystem_c.dylib                  0x34d84df4 0x34d7c000 + 36340
    31  libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 13:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 14:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 15:
    0   libsystem_kernel.dylib             0x32a54cd4 0x32a43000 + 72916
    1   libsystem_c.dylib                  0x34d84f36 0x34d7c000 + 36662
    2   libsystem_c.dylib                  0x34d84cc8 0x34d7c000 + 36040
    Thread 2 crashed with ARM Thread State:
        r0: 0x129dea30    r1: 0x37b133e8      r2: 0x01859108      r3: 0x018590c8
        r4: 0x40f6e6c3    r5: 0x129dea34      r6: 0x00000001      r7: 0x018590b4
        r8: 0x3fca48e4    r9: 0x0dec4cfa     r10: 0x00000001     r11: 0x00000000
        ip: 0x3fc9b814    sp: 0x01859080      lr: 0x375f82e7      pc: 0x3171ef78
      cpsr: 0x20080030
    Binary Images:
       0xd9000 -    0xd9fff +AppStore armv7  <6048ba6872873eacaf9891d916676324> /Applications/AppStore.app/AppStore
     0x2380000 -  0x238bfff  AccessibilitySettingsLoader armv7  <22862d2f545337768059bc611f5e1e60> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/Accessi bilitySettingsLoader
     0x2398000 -  0x23f8fff  UIKit armv7  <310137ec907d380e8b71665633b36653> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
     0x2467000 -  0x246afff  AppStore armv7  <1149e4d2277235a29a5e34078574a4d5> /System/Library/AccessibilityBundles/AppStore.axbundle/AppStore
     0x2471000 -  0x2475fff  TelephonyUIFramework armv7  <4638fc1fa925355080bc33d1efe1d167> /System/Library/AccessibilityBundles/TelephonyUIFramework.axbundle/TelephonyUIF ramework
     0x247c000 -  0x2484fff  iTunesStoreUIFramework armv7  <fb6e306433ea3829890e2b35ef421ce4> /System/Library/AccessibilityBundles/iTunesStoreUIFramework.axbundle/iTunesStor eUIFramework
     0x2492000 -  0x2499fff  MediaPlayerFramework armv7  <1942aff7aae53cb19bff6221dca98d80> /System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerF ramework
     0x24a5000 -  0x24a5fff  iTunesStoreFramework armv7  <7852cd4d4f213a36ad27934bda25dc44> /System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreF ramework
     0x304d000 -  0x3050fff  QuickSpeak armv7  <06848e83ddc638dfaf1250093ea9ca39> /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak
     0x3054000 -  0x3058fff  PreferencesFramework armv7  <fa2eac365db03c8da8d53b0ada5e622a> /System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesF ramework
    0x2fed8000 - 0x2fef9fff  dyld armv7  <77eddfd654df393ba9c95ff01715fd08> /usr/lib/dyld
    0x30598000 - 0x3059ffff  SpringBoardUI armv7  <84e082f96770383096a5b083841d3f59> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
    0x305a0000 - 0x305e8fff  CoreMedia armv7  <e274e1b894753b2eb05cf7b22a36d0c1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x30729000 - 0x307dffff  AVFoundation armv7  <35cb7a0eb1dc3554a777c1cc11cb0415> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x307e0000 - 0x30c82fff  UIKit armv7  <cd513a2f22f53d698c3e10f6fe48a63e> /System/Library/Frameworks/UIKit.framework/UIKit
    0x30c90000 - 0x30ca6fff  VoiceServices armv7  <c5b98e94eff33bf49006ff157c819987> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x30ca7000 - 0x30ccafff  AppStoreUI armv7  <7fd2dbeecf2534b3840dde90eb4fdcde> /System/Library/PrivateFrameworks/AppStoreUI.framework/AppStoreUI
    0x30ce4000 - 0x30ce5fff  libremovefile.dylib armv7  <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
    0x30cf0000 - 0x30cfcfff  libCRFSuite.dylib armv7  <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
    0x30e87000 - 0x30e94fff  libbsm.0.dylib armv7  <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
    0x30e95000 - 0x31052fff  ImageIO armv7  <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x31053000 - 0x31071fff  BulletinBoard armv7  <6b4e1e4680c030cb9a0ced9ff69a711f> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
    0x310aa000 - 0x310eefff  MobileCoreServices armv7  <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x31340000 - 0x31354fff  PersistentConnection armv7  <54091a638f8731cd85ccf00fa06972c3> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x3135d000 - 0x31382fff  OpenCL armv7  <f4b08361179a3f6bb033415b0d7c6251> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x316b1000 - 0x316bcfff  ExternalAccessory armv7  <432d4e04c00f383f9be0151c6131c920> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
    0x316de000 - 0x316edfff  GenerationalStorage armv7  <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x31719000 - 0x3171afff  CoreSurface armv7  <97f871f09f503c98a6371c2b657430d8> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x3171b000 - 0x317e1fff  libobjc.A.dylib armv7  <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
    0x31819000 - 0x3181cfff  CoreTime armv7  <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x318c3000 - 0x318c8fff  libGPUSupportMercury.dylib armv7  <3c1cc3175c403ace8fcbd3826bd43807> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dyl ib
    0x31c56000 - 0x31c73fff  libsystem_info.dylib armv7  <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
    0x31c74000 - 0x31d21fff  libxml2.2.dylib armv7  <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
    0x31d50000 - 0x31d5cfff  CoreVideo armv7  <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x320f6000 - 0x321d5fff  RawCamera armv7  <293f818ba6533dceae8b900b6ed3c887> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x321f2000 - 0x32237fff  GeoServices armv7  <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x32248000 - 0x32253fff  AccountSettings armv7  <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x322a1000 - 0x322a7fff  XPCObjects armv7  <dc568831fa5b3b22b673c62bc9d21d16> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x322a8000 - 0x323cdfff  JavaScriptCore armv7  <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x323d1000 - 0x323d8fff  libc++abi.dylib armv7  <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
    0x324f5000 - 0x324f9fff  libAccessibility.dylib armv7  <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
    0x324fa000 - 0x324fffff  CrashReporterSupport armv7  <dc11c5c2cbe73a6288a6094ebf5de673> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x32500000 - 0x32519fff  libRIP.A.dylib armv7  <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x3285e000 - 0x32864fff  MobileKeyBag armv7  <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x32866000 - 0x3289efff  VideoToolbox armv7  <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x328ba000 - 0x328bcfff  libCoreVMClient.dylib armv7  <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x328c7000 - 0x328c7fff  libgcc_s.1.dylib armv7  <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
    0x328cf000 - 0x328d5fff  IAP armv7  <17eddbf5590d3cb88d4acbda27447f5b> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x32903000 - 0x3293ffff  AppSupport armv7  <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x329a1000 - 0x329eafff  AddressBook armv7  <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x32a07000 - 0x32a21fff  TelephonyUI armv7  <1bbfc733115c34739b82923657cc057c> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
    0x32a43000 - 0x32a59fff  libsystem_kernel.dylib armv7  <311f379a9fde305d80c1b22b7dd2e52a> /usr/lib/system/libsystem_kernel.dylib
    0x32a5a000 - 0x32b1cfff  Celestial armv7  <19617260ee073e23b95e456d93930aea> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x32bc8000 - 0x32c14fff  CoreTelephony armv7  <b8f80d5d594c31d2b5d8fba9fdedb7e1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x32c25000 - 0x32c76fff  libstdc++.6.dylib armv7  <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
    0x32c79000 - 0x32c7cfff  CaptiveNetwork armv7  <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x32d83000 - 0x32d88fff  libcopyfile.dylib armv7  <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
    0x32db0000 - 0x32e36fff  CoreMotion armv7  <6a9355d5a8e238b5b8f193605d509e15> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x32e37000 - 0x32e77fff  libGLImage.dylib armv7  <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x32ea5000 - 0x32f15fff  CoreImage armv7  <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x32f16000 - 0x3305ffff  libicucore.A.dylib armv7  <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
    0x33131000 - 0x332affff  Foundation armv7  <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x33327000 - 0x3332cfff  libsystem_dnssd.dylib armv7  <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
    0x33339000 - 0x3334efff  UIAccessibility armv7  <28c11dea1a3c3ebf960f5ed2d3b6e5f3> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
    0x3337b000 - 0x3337ffff  AggregateDictionary armv7  <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x33398000 - 0x333b8fff  libxslt.1.dylib armv7  <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
    0x333b9000 - 0x333c3fff  libbz2.1.0.dylib armv7  <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
    0x333c4000 - 0x335a8fff  AudioToolbox armv7  <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x335f9000 - 0x33656fff  StoreServices armv7  <6ce256d3cf433e4aa1af8d696bf1f75d> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x3369b000 - 0x3369bfff  vecLib armv7  <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x336f8000 - 0x336fafff  libCoreFSCache.dylib armv7  <808518e0fbf539af8489f028ca5198c7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x336fb000 - 0x336fffff  IOMobileFramebuffer armv7  <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x33700000 - 0x33777fff  CorePDF armv7  <e7ff2b22ce603a84b7d8a7540b403490> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x33781000 - 0x33797fff  DictionaryServices armv7  <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x337d5000 - 0x337e1fff  libz.1.dylib armv7  <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
    0x3384f000 - 0x3400efff  WebCore armv7  <2690c38c9c5f3c09975d619dd1dfbed7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x3401a000 - 0x34030fff  EAP8021X armv7  <952fcfdec0633aff923768fca1a26fcb> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x34034000 - 0x3405dfff  ToneLibrary armv7  <7c1be74cc7833f3db25638fbc4ed55b8> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x34080000 - 0x340b3fff  Preferences armv7  <f1a9b0b7ffbe3c44877f5e7ba44d4a2f> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x340c5000 - 0x341cbfff  IMGSGX543GLDriver armv7  <7454a840600038949d67edad05097242> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x341cc000 - 0x341ccfff  Accelerate armv7  <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x341d0000 - 0x341d7fff  AssetsLibraryServices armv7  <38132ecfd74b325fb1a4142bab663c19> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x341e8000 - 0x341ecfff  libGFXShared.dylib armv7  <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x341ed000 - 0x341fffff  DataDetectorsUI armv7  <50ea319aaeb7307e92719980dd4b2953> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x34200000 - 0x34216fff  libmis.dylib armv7  <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
    0x34222000 - 0x34367fff  CoreGraphics armv7  <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x34368000 - 0x34369fff  libsystem_sandbox.dylib armv7  <6a8f2f33c7543808a0f4599101c3b61a> /usr/lib/system/libsystem_sandbox.dylib
    0x343b0000 - 0x343c5fff  libresolv.9.dylib armv7  <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
    0x343c6000 - 0x343ccfff  MobileIcons armv7  <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3441a000 - 0x3441efff  IOSurface armv7  <443ac3aab9283da480dd9dcda3c5c88e> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x34427000 - 0x344edfff  GLEngine armv7  <6617f2b4ee283469a5595129889ff049> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x34531000 - 0x34534fff  libmacho.dylib armv7  <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
    0x346e0000 - 0x346e0fff  libCVMSPluginSupport.dylib armv7  <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x346e1000 - 0x346ebfff  libvMisc.dylib armv7  <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x346ec000 - 0x346edfff  DataMigration armv7  <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x346ee000 - 0x3473cfff  CoreLocation armv7  <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x3477b000 - 0x3478cfff  libxpc.dylib armv7  <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
    0x3478d000 - 0x347cbfff  IOKit armv7  <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x3485e000 - 0x34874fff  libdispatch.dylib armv7  <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
    0x34875000 - 0x34894fff  libSystem.B.dylib armv7  <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
    0x34895000 - 0x3489bfff  libnotify.dylib armv7  <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
    0x3489c000 - 0x348a2fff  liblockdown.dylib armv7  <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
    0x348c0000 - 0x348ccfff  AXRuntime armv7  <493c431e9314319682bcbdd7f2edc09c> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
    0x3491f000 - 0x34922fff  libsystem_network.dylib armv7  <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
    0x34987000 - 0x34bb4fff  MediaToolbox armv7  <c3098478486032c6aff336fa711c4fc6> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x34bb7000 - 0x34bdbfff  PrintKit armv7  <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x34c0c000 - 0x34ce4fff  vImage armv7  <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x34ce5000 - 0x34d28fff  libcommonCrypto.dylib armv7  <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
    0x34d7c000 - 0x34e08fff  libsystem_c.dylib armv7  <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
    0x34e0b000 - 0x34f24fff  iTunesStoreUI armv7  <815548cb16d13355bd08e3e19e92f5c1> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
    0x351f0000 - 0x35327fff  MusicLibrary armv7  <32bc794969e534df97a14dc4be228408> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x35328000 - 0x3586cfff  FaceCoreLight armv7  <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x35887000 - 0x358d8fff  CoreText armv7  <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
    0x35938000 - 0x35941fff  libMobileGestalt.dylib armv7  <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
    0x35976000 - 0x359effff  ProofReader armv7  <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x359fc000 - 0x35accfff  WebKit armv7  <3c5dd2ec46fe3e189c25bba78ad88fa1> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x35acd000 - 0x35b9cfff  libGLProgrammability.dylib armv7  <49607ffe4ee9389494285a213e392924> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x35b9d000 - 0x35c2ffff  HomeSharing armv7  <11ca6ed6f8c0377aba1d3e03484c380f> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x35c44000 - 0x35c45fff  libdnsinfo.dylib armv7  <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
    0x35c57000 - 0x35c5dfff  liblaunch.dylib armv7  <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
    0x35cd9000 - 0x35d7cfff  libType2Streamer.dylib armv7  <c9a317d53794331fa60f323c384b302c> /usr/lib/libType2Streamer.dylib
    0x35f59000 - 0x3604afff  QuartzCore armv7  <35d64a9da5523ae08c9e41511fd3061b> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x3604b000 - 0x3608afff  QuickLook armv7  <802b1092542a3017a0380632502610d4> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x360e2000 - 0x361b9fff  CFNetwork armv7  <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x361e8000 - 0x361fbfff  AssistantServices armv7  <4a0843742f363a8885b8db13b44ae256> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x361fc000 - 0x3620ffff  DataDetectorsCore armv7  <3f4596cbe1b13fdcb427d87de21df3f6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x36210000 - 0x36383fff  MediaPlayer armv7  <63cdf8f9c66d36e7a4e69e2f6cae854f> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x36438000 - 0x364acfff  MediaControlSender armv7  <87315c54b2293ab589950341ff91b45d> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSend er
    0x364b8000 - 0x364b9fff  libdyld.dylib armv7  <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
    0x36558000 - 0x365a1fff  libc++.1.dylib armv7  <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
    0x367b6000 - 0x367befff  MobileWiFi armv7  <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x367cc000 - 0x367d3fff  MediaRemote armv7  <42dc1b43dabd3692b97d6aacfbdf0449> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x369a4000 - 0x36a4efff  libBLAS.dylib armv7  <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x36a51000 - 0x36a6bfff  libPDFRIP.A.dylib armv7  <42fc0d0055ed38d4a082918a620faadd> /System/Library/Frameworks/CoreGraphics.framework/Resources/libPDFRIP.A.dylib
    0x36b48000 - 0x36b48fff  libkeymgr.dylib armv7  <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
    0x36b4b000 - 0x36b53fff  ProtocolBuffer armv7  <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x36b77000 - 0x36b7afff  libcompiler_rt.dylib armv7  <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
    0x36b7b000 - 0x36bb2fff  Security armv7  <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
    0x36bb3000 - 0x36bb3fff  liblangid.dylib armv7  <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
    0x36bb4000 - 0x36be9fff  SystemConfiguration armv7  <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x36cbb000 - 0x36f7cfff  libLAPACK.dylib armv7  <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x375d4000 - 0x375e5fff  DataAccessExpress armv7  <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x375f6000 - 0x3770dfff  CoreFoundation armv7  <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x3770e000 - 0x37758fff  ManagedConfiguration armv7  <f1fbb825def23043830a095b953a9c94> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x37789000 - 0x37789fff  libunwind.dylib armv7  <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
    0x377fa000 - 0x37804fff  GraphicsServices armv7  <cb64e146a8ee3fda9e80ffae1ccc9c5a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x37b80000 - 0x37b82fff  MobileInstallation armv7  <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x37c43000 - 0x37c8dfff  libvDSP.dylib armv7  <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x37c9f000 - 0x37ca0fff  libsystem_blocks.dylib armv7  <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
    0x37cb0000 - 0x37cd3fff  Bom armv7  <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x37cd4000 - 0x37dc2fff  libiconv.2.dylib armv7  <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
    0x37dcf000 - 0x37e27fff  CoreAudio armv7  <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x37eb2000 - 0x37ec1fff  SpringBoardServices armv7  <a2363f8ed49932dba415d2d4cd32fb74> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x37ec2000 - 0x37ed1fff  OpenGLES armv7  <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x37ed2000 - 0x37f51fff  libsqlite3.dylib armv7  <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
    0x37f5a000 - 0x3800dfff  iTunesStore armv7  <b3c0cce5f8e632e18f841c32b68f57a1> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x3800e000 - 0x38011fff  NetworkStatistics armv7  <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x3803f000 - 0x38050fff  AirTraffic armv7  <c9eb888c1bd1322cbda5b01d41be0c7d> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x380f6000 - 0x38131fff  libCGFreetype.A.dylib armv7  <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x3816a000 - 0x3816efff  libcache.dylib armv7  <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
    0x38199000 - 0x3819dfff  libAXSpeechManager.dylib armv7  <a8cd1b0b9702334b90fba44d36577b40> /usr/lib/libAXSpeechManager.dylib
    Here is some info from my log

Maybe you are looking for