Numbers for iPad crashes when entering data

I have the same issue as described in this thread:
http://discussions.apple.com/thread.jspa?threadID=2603291&tstart=0
Basically Numbers crashes almost every time I tap on a cell to input data. It doesn't seem to happen if the cell contains text, or a cell that is the output only of a formula, but it does crash (almost always) whenever I tap a number that's an input into a formula, or a cell with star-value. Sometimes Numbers crashes when I tap an empty cell (even if there is no formula attached to it), but not always.
This occurs in every spreadsheet that I use, including the default "Getting Started" spreadsheet, spreadsheets that I created using templates found in Numbers, and spreadsheets that I imported from my MacBook created in (the most recent version of) Numbers. It's my perception that it first occurred infrequently in Numbers 1.1, and got worse over time.
I use Numbers mostly for a single spreadsheet that keeps track of my invoices. I never use any graphics in the spreadsheets. The formulas are all pretty simple.
(The spreadsheet is used to track sales, so each line has a cell for the dates of order and payment, the number of items, the name of the item, the items total, and at the bottom there's the invoice total. Small stuff like that)
Right now there are about 12 invoices in the spreadsheet. Each invoice is a separate sheet on the same spreadsheet, and I periodically make a duplicate sheet in which I can change some of the values and text (btw, text boxes are unaffected). There are like on average 30 populated cells per sheet, so the total is like 400 populated cells on this spreadsheet.
Unfortunately, due to this bug, I cannot use Numbers for this purpose at all. I can make a duplicate of a (blank or filled-in) Spreadsheet, but as soon as I start adding values to the chart, the screen goes black and I am returned to the iPad home screen. This problem also occurs on my very first invoices, even though they were created just fine at the time (using Numbers 1.0).
I only have four other spreadsheet files in Numbers and they all suffer the same problem. One is the default Numbers "Getting Started" spreadsheet. It crashes on the "Table Basics" spreadsheet when I tap the pink box as instructed.
I created a "Budget" spreadsheet from Numbers's templates. It crashes when I enter data in the "Budget" column in the first ("Categories") chart, but not the "Actual" and "Difference" columns. It also crashes each time I enter data into the "Amount" column of the second ("Transactions") chat, but not any of the other columns ("Date," "Description," and "Category"). So, this spreadsheet is unusable on the iPad.
(I did export this sheet to Numbers on my Mac, and it worked fine.)
I created two other spreadsheets in Numbers about a month ago and I had no problems. They are just two-column charts that I printed out to display some information. One has 30 populated cells, the other has about 100. On both of them, I can edit a cell that has text-only, but I cannot enter any data into an empty cell! It crashes! Also, FYI, there are Japanese characters in the text-fields.
I hope this is not too much information or too little. Just trying to get some help for myself or to help whoever might work on this problem.
Any ideas? Any more info needed? This is on a 3G 32gb iPad using version 3.2.2, and Numbers 1.2.

The issues you describe have nothing to do with the other posting you are referencing. They state they have the following problem:
(numbers on ipad) drops several of the important features that I created in the laptop version such as headers and footers, fonts, steppers, sliders, etc.
It sounds like your having no data entry at all. There is a known issue with certain formulas causing crashes, but not every data entered like you seem to be stating.
I might have missed it, but did you delete and reinstall Numbers on your ipad?
If not, please write down EXACTLY the steps used to reproduce the problem, then go to http://www.apple.com/feedback and input this into a bug report for ipad numbers. Be very specific as to the steps involved to get to the crash point.
Thanks
Jason

Similar Messages

  • Numbers for iPad crashes every time I try to open the date and time keyboard.

    I had numbers 1.6.2 installed on my iPad 2 with 5.1.1
    I can use every feature without problems, but when I try to open the date time keyboard input method it crashes invariably. I tried to fiddle with language, keyboard, region settings and calendar as noted in other posts b to no avail.
    Any idea?

    Hello, I have the same problem. I have an iPad2 with OS 6.01 and Papers, Numbers and Keynote crash every time I try to open a file. Furthermore, I saved the Getting Started file and when when I tried to open it again  the software crashes. Any idea about what is going on?

  • Excel crashes when entering data from VBA form

    After only 6 lines of data entered via VBA form with macros enables, excel crashes everytime. The code basically looks for the next empty row and then populates sheet with data from the form.
    Is this known bug or is there something in the code causing this. I have tried on a couple of macs and get the same result.
    Will post code here and the CRASH code ....
    This is the code
    Private Sub CommandButton1_Click()
    'Dim lRow As Integer
    Dim lRow As Long
    Dim ws As Worksheet
        Set ws = Worksheets("FamilySunday")
       lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
       'lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
        With ws
        Cells(lRow, 1).Value = Me.txtName.Value
        Cells(lRow, 2).Value = Me.txtEmail.Value
        Cells(lRow, 3).Value = Me.txtFacebook.Value
        Cells(lRow, 4).Value = Me.txtMobile.Value
        Cells(lRow, 5).Value = Me.txtDate.Value
        If OptionButton1.Value = True Then
        Cells(lRow, 6).Value = "Face Book"
        ElseIf OptionButton2.Value = True Then
        Cells(lRow, 6).Value = "Twitter"
        ElseIf OptionButton3.Value = True Then
        Cells(lRow, 6).Value = "Skating Heaven web site"
    Else
        Cells(lRow, 6).Value = "Friends"
            End If
        Cells(lRow, 10).Value = Me.txtParty.Value
        End With
        'Clears the form for new entry
        Me.txtName.Value = ""
        Me.txtEmail.Value = ""
        Me.txtFacebook.Value = ""
        Me.txtMobile.Value = ""
        Me.txtParty.Value = ""
        Me.txtDate.Value = ""
        Unload Me
        frmDisclaim.Show
        ActiveWorkbook.Save
    End Sub
    Private Sub CommandButton2_Click()
    Unload Me
    ActiveWorkbook.Save
    Application.DisplayAlerts = False
    Application.Quit
    Application.DisplayAlerts = False
    End Sub
    Private Sub txtName_Change()
    'This will add date of entry which is hidden from view
    Me.txtDate.Value = Format(Date, "Medium Date")
    End Sub
    And this is the CRASH CODE
    Process:         Microsoft Excel [243]
    Path: /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
    Identifier:      com.microsoft.Excel
    Version:         111101 (11.6.6)
    Code Type:       PPC (Translated)
    Parent Process:  launchd [64]
    Interval Since Last Report:          12933 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  1251 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2012-04-19 01:39:36.568 +0100
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  1EA8AF14-BFEA-4D77-B4AD-582D3EC7D271
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    Crashed Thread:  0
    Thread 0 Crashed:
    0   translate 0xb80bcd58 0xb8000000 + 773464
    1   translate 0xb80b7007 0xb8000000 + 749575
    2   translate 0xb80d49c0 0xb8000000 + 870848
    3   translate 0xb813ce79 spin_lock_wrapper + 1981
    4   translate 0xb8011b64 0xb8000000 + 72548
    Thread 1:
    0   ??? 0x800bc166 0 + 2148254054
    1   ??? 0x800c395c 0 + 2148284764
    2   translate 0xb818b6ea CallPPCFunctionAtAddressInt + 202886
    3   ??? 0x800ed055 0 + 2148454485
    4   ??? 0x800ecf12 0 + 2148454162
    Thread 2:
    0   translate 0xb81529ef spin_lock_wrapper + 90931
    1   translate 0xb8183633 CallPPCFunctionAtAddressInt + 169935
    2   translate 0xb81861e2 CallPPCFunctionAtAddressInt + 181118
    3   translate 0xb80dfb0b 0xb8000000 + 916235
    4   ??? 0x812d7856 0 + 2167240790
    Thread 3:
    0   translate 0xb815289e spin_lock_wrapper + 90594
    1   translate 0xb816e8a7 CallPPCFunctionAtAddressInt + 84547
    2   translate                              0xb80dfb0b 0xb8000000 + 916235
    3   ??? 0x81b75cb6 0 + 2176277686
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000  ebx: 0xb80bcd30  ecx: 0x00000001  edx: 0x00000003
    edi: 0x00000001  esi: 0x80303820  ebp: 0xb7fffa08  esp: 0xb7fff9d0
       ss: 0x0000001f efl: 0x00010206  eip: 0xb80bcd58   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    cr2: 0x00000001
    Binary Images:
    0xb8000000 - 0xb81d7fe7  translate ??? (???) /usr/libexec/oah/translate
    Translated Code Information:
    Rosetta Version:  21.03
    Args: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb009a83c, 0xb81529ef)
    0x00833000: No symbol
    0x00659204: /Users/useruser/Desktop/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem : _MerpUnregisterCFMFragment + 3156
    0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x00000000 lr: 0x94472fa0                        ctr: 0x9446c070
    r00: 0xffffffe1             r01: 0xf0080d60         r02: 0x00000001         r03: 0xf0080e4c         
    r04: 0x00000102         r05: 0x00000000         r06: 0x00000054         r07: 0x00003403        
    r08: 0x000003e8         r09: 0x00000000         r10: 0x000eb018         r11: 0xa076368c        
    r12: 0x9446c070         r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
    r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
    r20: 0x00000000         r21: 0x00000000         r22: 0x00000000         r23: 0x00000000        
    r24: 0xf0080e4c          r25: 0x00000054         r26: 0x00003403         r27: 0x000003e8        
    r28: 0x00000000         r29: 0x00000102         r30: 0x00000102         r31: 0x00663fb0        
    Thread 1: (0xb011ce20, 0xb815289e)
    0x944af1d8: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 1260
    0x91f57944: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 244
    0x91f57718: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 432
    0x91f898ac: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TimerThread + 72
    0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x944af218                        ctr: 0x9446c0f0
    r00: 0xffffffd9             r01: 0xf0101c90          r02: 0xa075e53c          r03: 0x00005e03        
    r04: 0x00006103         r05: 0x00000000         r06: 0x0aa34c10          r07: 0x00000000        
    r08: 0x00000000         r09: 0x00000001         r10: 0xf0101e48          r11: 0xa0763a74        
    r12: 0x9446c0f0          r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
    r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
    r20: 0xa035986c         r21: 0x92037570         r22: 0x92037570         r23: 0x00000000        
    r24: 0x00000000         r25: 0x00000001         r26: 0xf0101e48          r27: 0xa075ed00        
    r28: 0xa0351bc4         r29: 0xa075e53c          r30: 0xa0351bf8          r31: 0x944aed00        
    Thread 2: Crashed (0xb7fff9d0, 0xb80bcd58)
    0x767dcd34: No symbol
    0x767e25d8: No symbol
    0x7678010c: No symbol
    0x76792208: No symbol
    0x767eaa98: No symbol
    0x76773ebc: No symbol
    0x767dcd34: No symbol
    0x76808188: No symbol
    0x76815f0c: No symbol
    0x767dcd34: No symbol
    0x76767314: No symbol
    0x76773e38: No symbol
    0x767e9188: No symbol
    0x767e8cf0: No symbol
    0x767f1064: No symbol
    0x767f2f5c: No symbol
    0x7681cbcc: No symbol
    0x767fd7c0: No symbol
    0x7680563c: No symbol
    0x767e8cf0: No symbol
    0x767f1064: No symbol
    0x767e50fc: No symbol
    0x767e5020: No symbol
    0x767e54e8: No symbol
    0x7680cbbc: No symbol
    0x763d0b88: No symbol
    0x763cf824: No symbol
    0x76397520: No symbol
    0x76455e94: No symbol
    0x763abca8: No symbol
    0x763a8e68: No symbol
    0x763a8d6c: No symbol
    0x763bb110: No symbol
    0x763bb2c8: No symbol
    0x76390850: No symbol
    0x7639091c: No symbol
    0x00902e8c: No symbol
    0x7652b078: No symbol
    0x76517ff4: No symbol
    0x00971b90: No symbol
    0x7631ec60: No symbol
    0x7631ee30: No symbol
    0x765361c4: No symbol
    0x765374ac: No symbol
    0x76537ad0: No symbol
    0x7681947c: No symbol
    0x767e3e60: No symbol
    0x767e0234: No symbol
    0x767e55a4: No symbol
    0x76774cc0: No symbol
    0x7676f198: No symbol
    0x7676f248: No symbol
    0x7676f278: No symbol
    0x76781c54: No symbol
    0x767dcd34: No symbol
    0x7680faac: No symbol
    0x7682ad04: No symbol
    0x76817bdc: No symbol
    0x767dcd34: No symbol
    0x76773b58: No symbol
    0x767f168c: No symbol
    0x767f3490: No symbol
    0x763b2594: No symbol
    PPC Thread State
    srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x767e25d8                       ctr: 0x7679b670
    r00: 0x767e25d8         r01: 0xbffafec0            r02: 0x177a0000         r03: 0x00000001        
    r04: 0xbffaffe8            r05: 0x177b2024         r06: 0x00000044         r07: 0x00000002        
    r08: 0xbffb0058          r09: 0xbffb0048          r10: 0x00000000         r11: 0x177bd71c        
    r12: 0x177a1094         r13: 0x15c69b48         r14: 0x00000002         r15: 0x15637d20        
    r16: 0x15637d20         r17: 0x00000001         r18: 0x156844ec         r19: 0x00001081        
    r20: 0x15c032e0         r21: 0x00000000         r22: 0x00000004         r23: 0x1ad300d0        
    r24: 0x1ad300d0         r25: 0x00000000         r26: 0x00000000         r27: 0xffffffff 
    r28: 0xfffffd37            r29: 0xbffaffe8            r30: 0xbffaff50            r31: 0xbffaffe8           

    The issues you describe have nothing to do with the other posting you are referencing. They state they have the following problem:
    (numbers on ipad) drops several of the important features that I created in the laptop version such as headers and footers, fonts, steppers, sliders, etc.
    It sounds like your having no data entry at all. There is a known issue with certain formulas causing crashes, but not every data entered like you seem to be stating.
    I might have missed it, but did you delete and reinstall Numbers on your ipad?
    If not, please write down EXACTLY the steps used to reproduce the problem, then go to http://www.apple.com/feedback and input this into a bug report for ipad numbers. Be very specific as to the steps involved to get to the crash point.
    Thanks
    Jason

  • Reader for iPad crashes when highlighting

    My iPad Adobe Reader keeps crashing when trying to highlight text. It seems if it takes me more than three or four seconds to tap, hold, and swipe the text I want to highlight then the application closes unexpectedly and I lose some of the work I had completed.
    Is anyone else having this problem?  My Reader version is 10.4.4 (70670). My iPad is the New Retina display model with IOS 6.0.1.

    Thanks for sharing the information. But unfortunately, we are not able to reproduce this issue at our end.
    Could you please share the Crash logs with us that will help in investigating the issue. Follow these steps:
    Sync your iPad to iTunes
    Find the crash log(s) on your computer.  Here is where they¹re located:
    Mac OS X : ~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>
    Windows XP: C:\Documents and Settings\<USERNAME>\Application Data\Apple computer\Logs\CrashReporter/<DEVICE_NAME>
    Windows Vista & Windows 7: C:\Users\<USERNAME>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/<DEVICE_NAME>
    The log files' names start with the application name and have the extension ³crash²
    Attach the crash log file in an email and send it back to us @ [email protected]
    Thanks,
    Ankit
    Adobe Reader Team

  • 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?!

  • Dates in numbers for iPad 2

    I have see many complaints about Numbers for IPad not being able to handle dates very well, especially when in porting an Excel sheet. Is this a problem ?
    I have many Excel sheets that require dates, will I be able to use them ?
    Thanks

    Your friend was close, but forgot one thing. If you want it to be blank if either cell is MT, then you need an OR as well o test if either one or the other is blank...
    =IF(OR(ISBLANK(a1),ISBLANK(b1)),"",a1xb1)
    The isblank can also be represetned by ="" in many cases, usually accompanied with a trim to make sure there are no spaces were entered...
    =IF(OR(TRIM(a1)="",TRIM(b1)="")),"",a1xb1)
    Jason

  • Double character input error when entering data in numbers using Bluetooth keyboard.

    Using a bluetooth keyboard (Logitech) sometimes causes a double character input when entering data in numbers.
    For example if wish to enter the number "22" or the word "in" they become "2222" and "iinn". Pressing enter of tab also causes a double jump
    This problem is not always solved by turning keyboard off and on or by closing down and restarting numbers.
    This problem does not occur in any other app.
    I have used 2 different Logitech keyboards (ultra-slim and the recently new folio keyboard) and both caused the same problem.
    The error is sporadic but frequent and has lead to me often having to switch back to touch input.
    Very frustrating considering these excellent keyboards are ideal for using in numbers when working correctly!
    ANy advice would be much appreciated

    Zombie,
    Not much help I'm afraid, but I just saw your post & wanted to let you know that I have the same problem, but for me it manifests itself in many apps, and it happens with the Apple bluetooth keyboard
    . The only thing I've noticed is that it only seems to happen when I first start typing after not using the keyboard for a while (I'm not sure how long a while is, but maybe 30 seconds or so). Then I'll type & the first few letters will be fine, and then one letter double-types, and then it's fine again until I stop using it for whatever the threshold amount of time is. I'm guessing that it has something to do with the iPad's battery management & that it's shutting off the connection to the keyboard or something & once it picks it back up, then it double-types that letter.
    At least in Pages, it isn't as big of a deal because I know it's coming, I can correct it & then type for a long time. In Numbers, my keyboard use is much less consistent, so I need to be more cognisant of it.

  • I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when i select the customer?

    I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when I select the customer?
    iselect the customer?

    Hi bazza,
    We won't be able to put the address from a formula into the same cell that you enter the customer's name. We can put the address in the cell under the customers name.
    First let's take James advice and concatenate the address in the address table.
    Here is the formula in G2
    =CONCATENATE(B2&"
    ",C2&"
    ",D2&"
    ",E2)
    It shows this way because after I clicked on B2 and typed [&"] (no brackets) I typed option-return
    This gives you your new line. Then I typed the closing ". I repeated this for the rest of the address.
    Next we want to bring this to your order sheet. I prefer using the two formulas OFFSET and MATCH instead of VLOOKUP.
    base tells OFFSETwhere to start counting from. Click A1.
    row-offset is for the row. we will use MATCH() -1 to give us the row.
    What MATCH does is give you the row number where something is found and you can specify an exact match. I usually construct the MATCH formula first and then cut and paste it into OFFSET. MATCH looks like this: MATCH(A2,Table 1::A,0). A2 is what we are looking for, Table 1A::A is where we are looking (the entire column A), and 0 means we want an exact match. Can you see it inside the OFFSET formula? Notice that we had to subtract 1 from its result.
    column-offset tells OFFSET which column A=0 so we want 6.
    we ignore "rows", "colomns" we don't need them.
    If this seems like too much, just break it down into small pieces.
    quinn

  • Mail Merge using data from Numbers for iPad

    Here is my situation:
    I use Numbers for iPad to collect data on-site when I'm doing estimates. I then download the data from iCloud to Numbers on my laptop and complete the estimates. I would then like to be able to merge the data into a proposal template I've created in Pages.
    The issue seems to be that Numbers for iPad removes header rows but Pages won't accept a Numbers document as a merge source unless it has header rows.
    Has anyone found a workaround for this?

    I was using Excel and Word for my small business. Then in 2007 I upgraded the whole office to Apple, began using Numbers for basic invoicing. Back then, the solution I found was to use CSV export to InDesign. A few days back I downloaded the 09 tryout and thought using mail merge would be easy.
    I get the false populating too: I assume it comes from empty records, as they do not overwrite field names. Somehow I don't think I'm going to go through 2 years of accounting records to reformat my spreadsheet, just so Pages can correctly work with data that is in fact correctly formatted.
    Also, there must be an option with the mail merge feature to choose which records I want to merge?!? The current solution (duplicating and erasing unwanted ones) is ridiculous, hiding unwanted rows in Numbers also doesn't work.
    As most of the new features in iWork 09 are cosmetic, this one would have been a reason to use iWork as a real office suite. Pity - not really worth the update.

  • Why does the new update for Numbers app keep crashing when I try to edit old spreadsheet or build new one??

    hi there my numbers appp keeps crashing when i edit spreadsheets? I tried unistall and reinstall but this didnt fix it, i also signed into iclud and looked for blank spreadsheets as this was recommended on another site.

    hi there my numbers appp keeps crashing when i edit spreadsheets? I tried unistall and reinstall but this didnt fix it, i also signed into iclud and looked for blank spreadsheets as this was recommended on another site.

  • Numbers App keeps crashing when opening Numbers '09 files

    Hi
    I am experiencing an intermittent but frustrating issue with Numbers for iPad. It is crashing fairly regularly when I attempt to open Numbers '09 documents. Initially I thought this was to do with file size (i.e. too large), but I just tried opening a document with just two sheets, with a filesize of 150KB and it crashed again.
    When I amend a Numbers '09 document in some way it sometimes then opens, but if a particular version of a document won't open the first time then it won't open anytime.
    Is anyone else experiencing such issues, and is there anything else I can try?
    Thanks
    Nick

    If you like, explain what data you are entering into the cell, and I'll give it a go. Ideally you could post your file somewhere and I'd use it. If it does or does not crash over here then at least that is more information to go on.

  • HT5824 I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have number

    I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have numbers synced to iCloud.
    I tried to undo it but the app crashed.
    I am hoping there's like a previously saved version of my file in iCloud somewhere. 

    No, iOS does not do short term incremental back ups to iCloud such as you get with Time Capsule.It backs up when you do soo manually, or if set properly, when the device is plugged in and connected to WiFi. It will not have saved your changes as of 10 minutes prior.

  • Is there a fill down in Numbers for iPad?

    Is there a fill down function in Numbers for iPad?
    Is there a good place to find these types of answers?
    Thanks!

    Hi Joe,
    Is there a fill down function in Numbers for iPad?
    Yes
    Is there a good place to find these types of answers?
    The Help in Numbers app
    or
    http://help.apple.com/iwork/1.2/safari/interface/?lang=en#button-2
    for explanation of filling follow
    +Numbers Help -> Data and functions -> Enter data into a table cell -> Fill a row or column with a logical range of data:+
    Anakonda

  • Default cell format in Numbers for iPad

    Is there a way to assure that when I insert a row in Numbers for iPad, that I get the text keyboard (and not the numbers keyboard) when I double-tap the cell to edit it?

    As long as the row is formatted as text you will get the text keyboard and not the number, date or formula keyboard. Generally what happens when you insert a row it copies the format of the cell above.
    I have only had trouble occasionally when using a form and the cell is not formatted the way I need it to be. Usually when that has happened I have been inserting and deleting rows in an almost random fashion.
    When I am in the sheet itself it is easy to tap the "T" to get the text input.
    quinn

  • Using Forms in Numbers for iPad

    Although Forms for the iPad may seem to be a great interface between the user and the spreadsheet, it has a few significant drawbacks under it's present design.
    When using predefined records and catagories to prompt a user for input, one runs into problems when the user inadvertantly presses the delete key (within the form). This would delete a predefined record and thus rendering it usesless for any further input, and subsequent deletions would eventually delete all the predefined records.
    As a workaround I re-arranged the input table to have one record only, using the categories (table columns) to input the relevant information via Pop-up Menus. Although this single record remains after pushing the delete button, the information within the record is somehow corupted, causing reference problems down the line. For instance, using the content of these records with the VLOOKUP function to find data within other tables, a #REF! error is caused because the relevant record was corrupted.
    How could I disable the delete key within Forms, or alternatively save the data from deletion within the records?
    Is there perhaps a way of error trapping within VLOOKUP ?
    As an alternative, I tried a normal table to input the user information, and where I used Pop-up Menus it's was fine, but when inputing numeric values it would be a pain for the user to have to double tap with every numeric input. I would prefer to use Forms if possible.
    Any help would be appreciated, thanks
    André

    I have submitted an enhancement request via Apple's iPad feedback and hoping that future versions of Numbers for iPad would have the ability to password protect table cells, and also have the abilty to disable the delete function within Forms.
    Would appreciate any further halp on a possble workaround in the mean time.
    Thanks

Maybe you are looking for

  • 865PE Neo2 FIS2R

    Hello all. I've searched the forums and read alot of posts about my problem, but seem to be missing the information I am looking for. Let me tell you what is going on. I have the MSI 865PE Neo2 FIS2R mobo ver 1, P4 3.0 800FSB, 1 gig corsair twinx XMS

  • Using Apple Magic Mouse With Windows 7 64 bit and Parallels Desktop 8 questions

    I will be getting an iMac in the coming months and installing Parallels Desktop 8 and Windows 7 64 bit. I was wondering if I would have the functions of been able to left click, right click, scroll (preferably vertically but also occasionally horizon

  • Java Applets with AS

    I am developing a web-based application using JDeveloper. when i test the application in JDeveloper it goes OK.. but when testing it in Internet Explorer it can't connect to the oracleDB. should i use Oracle Application Server to make it work ok or W

  • Sending book H E L P please

    Sorry this is my first post and I hope I have put this in the correct place I have created a Book and wanted to send it to Apple for printing for my daughter for Christmas BUT it will not transfer I Click on Buy Book and it does the Assembling Book t

  • Nity wireless router under Yosemite 10.10.1. Doesn't recognize the password.

    My HP Envy doesn't recognice the password to the Xfinity wireless router.   Used to work prior to Yosemite.