<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Simulator suddenly crashing on DBFileSystem in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10989#M448</link>
    <description>&lt;P&gt;Can you post the full stack trace/any output?&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jan 2015 10:49:53 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-01-03T10:49:53Z</dc:date>
    <item>
      <title>Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10988#M447</link>
      <description>&lt;P&gt;I'm using the newest IOS SDK for the Sync API.  All of a sudden I'm getting a EXE_BAD_ACCESS when trying to assign the DBFileSystem as follows: (crashes on DBFilesystem *filesystem = [[DBFilesystem alloc] initWithAccount:account];).  I'm using Xcode 6.1 and both the 71 and 8.1 simulators are crashing.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;DBAccountManager *accountMgr =
[[DBAccountManager alloc] initWithAppKey:appKey secret:appSecret];
if (accountMgr) {
    [DBAccountManager setSharedManager:accountMgr];

    // Set up main linked account
    int nAccounts = [[accountMgr linkedAccounts] count];
    if (nAccounts &amp;gt; 0) {
        DBAccount *account = [[accountMgr linkedAccounts] objectAtIndex:0];
        if (account) {
            DBFilesystem *filesystem = [[DBFilesystem alloc] initWithAccount:account];                
        }
    }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:46:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10988#M447</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2019-05-29T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10989#M448</link>
      <description>&lt;P&gt;Can you post the full stack trace/any output?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 10:49:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10989#M448</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-03T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10990#M449</link>
      <description>&lt;P&gt;How do I get a stack trace from the simulator - there don't appear to be any logs ...&lt;BR /&gt;
The best I know how to do is giving you the current thread info ...  and the assembler code from where it fails ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Thread 1Queue : com.apple.main-thread (serial)
#0  0x0107ca08 in std::__1::__hash_table&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::__unordered_map_hasher&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::hash&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::__unordered_map_equal&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::equal_to&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::allocator&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;::__node_insert_unique(std::__1::__hash_node&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, void*&amp;gt;*) ()
#1  0x01e4496e in std::__1::pair&amp;lt;std::__1::__hash_iterator&amp;lt;std::__1::__hash_node&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, void*&amp;gt;*&amp;gt;, bool&amp;gt; std::__1::__hash_table&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::__unordered_map_hasher&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::hash&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::__unordered_map_equal&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::equal_to&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::allocator&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;::__insert_unique&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;gt;(std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;) ()
#2  0x01e423b1 in ParameterStoreWithNamespace::ParameterStoreWithNamespace(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;) ()
#3  0x01e3ea36 in std::__1::shared_ptr&amp;lt;ParameterStoreWithNamespace&amp;gt; std::__1::shared_ptr&amp;lt;ParameterStoreWithNamespace&amp;gt;::make_shared&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;&amp;gt;(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;) ()
#4  0x01e3e128 in dbx_load_parameter_store_map(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;) ()
#5  0x01ee60ca in attempt_client_init(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_account&amp;gt; &amp;gt; const&amp;amp;, dbx_client_config const*) ()
#6  0x01ee4b17 in dropbox_client_create(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_account&amp;gt; &amp;gt; const&amp;amp;, dbx_client_config const*) ()
#7  0x01ebb5d0 in +[DBFilesystem initClientWithAccount:accountRoot:error:] ()
#8  0x01ebad15 in -[DBFilesystem initWithAccount:] ()
#9  0x000bf513 in -[myAppDelegate application:didFinishLaunchingWithOptions:] at /Users/Software/myApp/myAppDelegate.m:92
#10 0x05e2597c in -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] ()
#11 0x05e26687 in -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] ()
#12 0x05e29c0d in -[UIApplication _runWithMainScene:transitionContext:completion:] ()
#13 0x05e427d0 in __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke ()
#14 0x05e2881f in -[UIApplication workspaceDidEndTransaction:] ()
#15 0x0bb609de in __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 ()
#16 0x0bb6046f in __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke ()
#17 0x0bb72425 in __31-[FBSSerialQueue performAsync:]_block_invoke ()
#18 0x079031c0 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ ()
#19 0x078f8ad3 in __CFRunLoopDoBlocks ()
#20 0x078f892b in __CFRunLoopRun ()
#21 0x078f7bcb in CFRunLoopRunSpecific ()
#22 0x078f79fb in CFRunLoopRunInMode ()
#23 0x05e281e4 in -[UIApplication _run] ()
#24 0x05e2b8b6 in UIApplicationMain ()
#25 0x000bf07d in main at /Users/Software/myApp/main.m:17
#26 0x07ee3ac9 in start ()    

Here is the assembler code where it fails at 0x1ebad15:    

myApp `-[DBFilesystem initWithAccount:]:
0x1ebaa9d:  pushl  %ebp
0x1ebaa9e:  movl   %esp, %ebp
0x1ebaaa0:  pushl  %ebx
0x1ebaaa1:  pushl  %edi
0x1ebaaa2:  pushl  %esi
0x1ebaaa3:  subl   $0xbc, %esp
0x1ebaaa9:  calll  0x1ebaaae                 ; -[DBFilesystem initWithAccount:] + 17
0x1ebaaae:  popl   %edi
0x1ebaaaf:  movl   0x8(%ebp), %esi
0x1ebaab2:  movl   0x10(%ebp), %eax
0x1ebaab5:  movl   0xa5f56e(%edi), %ecx
0x1ebaabb:  movl   %ecx, -0x80(%ebp)
0x1ebaabe:  movl   (%ecx), %ecx
0x1ebaac0:  movl   %ecx, -0x10(%ebp)
0x1ebaac3:  movl   %eax, (%esp)
0x1ebaac6:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebaacb:  movl   %eax, -0x78(%ebp)
0x1ebaace:  movl   %esi, -0x30(%ebp)
0x1ebaad1:  movl   0xc6f322(%edi), %eax
0x1ebaad7:  movl   %eax, -0x2c(%ebp)
0x1ebaada:  xorl   %esi, %esi
0x1ebaadc:  movl   0xc64d0e(%edi), %eax
0x1ebaae2:  movl   %eax, 0x4(%esp)
0x1ebaae6:  leal   -0x30(%ebp), %eax
0x1ebaae9:  movl   %eax, (%esp)
0x1ebaaec:  calll  0x1faafe2                 ; symbol stub for: objc_msgSendSuper2
0x1ebaaf1:  movl   %eax, %ebx
0x1ebaaf3:  movl   %ebx, -0x74(%ebp)
0x1ebaaf6:  testl  %ebx, %ebx
0x1ebaaf8:  je     0x1ebb09f                 ; -[DBFilesystem initWithAccount:] + 1538
0x1ebaafe:  movl   $0x0, -0x7c(%ebp)
0x1ebab05:  movl   %ebx, %esi
0x1ebab07:  movl   0xc6daae(%edi), %eax
0x1ebab0d:  movl   %eax, 0x4(%esp)
0x1ebab11:  movl   -0x78(%ebp), %eax
0x1ebab14:  movl   %eax, (%esp)
0x1ebab17:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebab1c:  movl   %ebx, -0x74(%ebp)
0x1ebab1f:  movl   %eax, (%esp)
0x1ebab22:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebab27:  movl   %eax, %esi
0x1ebab29:  movl   0xc6502e(%edi), %eax
0x1ebab2f:  movl   %eax, 0x4(%esp)
0x1ebab33:  movl   %esi, (%esp)
0x1ebab36:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebab3b:  testl  %eax, %eax
0x1ebab3d:  je     0x1ebb0ab                 ; -[DBFilesystem initWithAccount:] + 1550
0x1ebab43:  movl   0xc6dbb2(%edi), %eax
0x1ebab49:  movl   %eax, 0x4(%esp)
0x1ebab4d:  movl   -0x78(%ebp), %eax
0x1ebab50:  movl   %eax, (%esp)
0x1ebab53:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebab58:  movb   %al, %bl
0x1ebab5a:  movl   %esi, (%esp)
0x1ebab5d:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebab62:  testb  %bl, %bl
0x1ebab64:  jne    0x1ebb0b3                 ; -[DBFilesystem initWithAccount:] + 1558
0x1ebab6a:  movl   -0x74(%ebp), %ebx
0x1ebab6d:  movl   %ebx, %esi
0x1ebab6f:  movl   0xc6deba(%edi), %eax
0x1ebab75:  movl   0xc64c9a(%edi), %ecx
0x1ebab7b:  movl   %ecx, -0x88(%ebp)
0x1ebab81:  movl   %ecx, 0x4(%esp)
0x1ebab85:  movl   %eax, (%esp)
0x1ebab88:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebab8d:  movl   %ebx, %esi
0x1ebab8f:  movl   0xc6dba2(%edi), %ecx
0x1ebab95:  movl   %eax, 0xc(%esp)
0x1ebab99:  movl   %ebx, 0x8(%esp)
0x1ebab9d:  movl   %ecx, 0x4(%esp)
0x1ebaba1:  movl   -0x78(%ebp), %eax
0x1ebaba4:  movl   %eax, (%esp)
0x1ebaba7:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebabac:  testb  %al, %al
0x1ebabae:  je     0x1ebb0bb                 ; -[DBFilesystem initWithAccount:] + 1566
0x1ebabb4:  movl   %ebx, %esi
0x1ebabb6:  movl   %edi, %ebx
0x1ebabb8:  movl   0xc6dc42(%ebx), %eax
0x1ebabbe:  movl   %eax, 0x4(%esp)
0x1ebabc2:  movl   -0x78(%ebp), %eax
0x1ebabc5:  movl   %eax, (%esp)
0x1ebabc8:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebabcd:  movl   %eax, (%esp)
0x1ebabd0:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebabd5:  movl   %eax, %edi
0x1ebabd7:  movl   0xc6defa(%ebx), %eax
0x1ebabdd:  movl   0xc64dc6(%ebx), %ecx
0x1ebabe3:  movl   %ecx, -0x7c(%ebp)
0x1ebabe6:  movl   %ecx, 0x4(%esp)
0x1ebabea:  movl   %eax, (%esp)
0x1ebabed:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebabf2:  movl   %eax, (%esp)
0x1ebabf5:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebabfa:  movl   %eax, %esi
0x1ebabfc:  movl   0xc64dda(%ebx), %eax
0x1ebac02:  movl   %ebx, -0x84(%ebp)
0x1ebac08:  movl   %edi, 0x8(%esp)
0x1ebac0c:  movl   %edi, -0x98(%ebp)
0x1ebac12:  movl   %eax, 0x4(%esp)
0x1ebac16:  movl   %esi, (%esp)
0x1ebac19:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebac1e:  movb   %al, %bl
0x1ebac20:  movl   %esi, (%esp)
0x1ebac23:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebac28:  testb  %bl, %bl
0x1ebac2a:  jne    0x1ebaccb                 ; -[DBFilesystem initWithAccount:] + 558
0x1ebac30:  movl   -0x84(%ebp), %ecx
0x1ebac36:  movl   0xc6defa(%ecx), %eax
0x1ebac3c:  xorl   %ebx, %ebx
0x1ebac3e:  movl   -0x7c(%ebp), %edx
0x1ebac41:  movl   %edx, 0x4(%esp)
0x1ebac45:  movl   %ecx, %edi
0x1ebac47:  movl   %eax, (%esp)
0x1ebac4a:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebac4f:  movl   %eax, (%esp)
0x1ebac52:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebac57:  movl   %eax, %esi
0x1ebac59:  movl   $0x0, -0x34(%ebp)
0x1ebac60:  movl   0xc6665e(%edi), %eax
0x1ebac66:  leal   -0x34(%ebp), %ecx
0x1ebac69:  movl   %ecx, 0x14(%esp)
0x1ebac6d:  movl   -0x98(%ebp), %ecx
0x1ebac73:  movl   %ecx, 0x8(%esp)
0x1ebac77:  movl   %eax, 0x4(%esp)
0x1ebac7b:  movl   %esi, (%esp)
0x1ebac7e:  movl   $0x0, 0x10(%esp)
0x1ebac86:  movl   $0x1, 0xc(%esp)
0x1ebac8e:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebac93:  movb   %al, -0x7c(%ebp)
0x1ebac96:  movl   -0x34(%ebp), %eax
0x1ebac99:  movl   %eax, (%esp)
0x1ebac9c:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebaca1:  movl   %eax, %ebx
0x1ebaca3:  movl   %esi, (%esp)
0x1ebaca6:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebacab:  cmpb   $0x0, -0x7c(%ebp)
0x1ebacaf:  jne    0x1ebacc3                 ; -[DBFilesystem initWithAccount:] + 550
0x1ebacb1:  movl   %ebx, 0x4(%esp)
0x1ebacb5:  leal   0xbca47a(%edi), %eax
0x1ebacbb:  movl   %eax, (%esp)
0x1ebacbe:  calll  0x1eca194                 ; DBLogError
0x1ebacc3:  movl   %ebx, (%esp)
0x1ebacc6:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaccb:  movl   -0x84(%ebp), %edi
0x1ebacd1:  movl   0xc6deba(%edi), %eax
0x1ebacd7:  movl   $0x0, -0x38(%ebp)
0x1ebacde:  movl   0xc6dc46(%edi), %ecx
0x1ebace4:  movl   $0x0, -0x9c(%ebp)
0x1ebacee:  leal   -0x38(%ebp), %edx
0x1ebacf1:  movl   %edx, 0x10(%esp)
0x1ebacf5:  movl   -0x98(%ebp), %edx
0x1ebacfb:  movl   %edx, 0xc(%esp)
0x1ebacff:  movl   -0x78(%ebp), %edx
0x1ebad02:  movl   %edx, 0x8(%esp)
0x1ebad06:  movl   %ecx, 0x4(%esp)
0x1ebad0a:  movl   %eax, (%esp)
0x1ebad0d:  movl   -0x74(%ebp), %ebx
0x1ebad10:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebad15:  movl   %eax, %esi
0x1ebad17:  movl   -0x38(%ebp), %eax
0x1ebad1a:  movl   %eax, (%esp)
0x1ebad1d:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebad22:  movl   0xc762b2(%edi), %ecx
0x1ebad28:  movl   %esi, (%ebx,%ecx)
0x1ebad2b:  testl  %esi, %esi
0x1ebad2d:  je     0x1ebb0d4                 ; -[DBFilesystem initWithAccount:] + 1591
0x1ebad33:  movl   %eax, -0x9c(%ebp)
0x1ebad39:  movl   %edi, %esi
0x1ebad3b:  movl   0xc762b6(%esi), %edi
0x1ebad41:  movl   -0x78(%ebp), %eax
0x1ebad44:  movl   %eax, (%esp)
0x1ebad47:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebad4c:  movl   %eax, -0x7c(%ebp)
0x1ebad4f:  movl   (%ebx,%edi), %ecx
0x1ebad52:  movl   %eax, (%ebx,%edi)
0x1ebad55:  movl   %ecx, (%esp)
0x1ebad58:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebad5d:  movl   0xc6e27a(%esi), %eax
0x1ebad63:  movl   0xc6dac2(%esi), %ecx
0x1ebad69:  movl   %ebx, 0x8(%esp)
0x1ebad6d:  movl   %ecx, 0x4(%esp)
0x1ebad71:  movl   %eax, (%esp)
0x1ebad74:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebad79:  movl   %eax, (%esp)
0x1ebad7c:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebad81:  movl   %eax, -0x88(%ebp)
0x1ebad87:  movl   (%ebx,%edi), %edi
0x1ebad8a:  movl   0xa5f566(%esi), %eax
0x1ebad90:  movl   %eax, -0xa4(%ebp)
0x1ebad96:  movl   %eax, -0x58(%ebp)
0x1ebad99:  movl   $0xc2000000, -0x54(%ebp)
0x1ebada0:  movl   $0x0, -0x50(%ebp)
0x1ebada7:  leal   0x7dd(%esi), %eax
0x1ebadad:  movl   %eax, -0x4c(%ebp)
0x1ebadb0:  leal   0xbafb42(%esi), %eax
0x1ebadb6:  movl   %eax, -0x48(%ebp)
0x1ebadb9:  movl   -0x7c(%ebp), %eax
0x1ebadbc:  movl   %eax, (%esp)
0x1ebadbf:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebadc4:  movl   %eax, -0x44(%ebp)
0x1ebadc7:  movl   -0x88(%ebp), %eax
0x1ebadcd:  movl   %eax, (%esp)
0x1ebadd0:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebadd5:  movl   %eax, -0xa0(%ebp)
0x1ebaddb:  movl   %eax, -0x40(%ebp)
0x1ebadde:  movl   0xc64ce2(%esi), %ecx
0x1ebade4:  movl   %ecx, -0xa8(%ebp)
0x1ebadea:  leal   -0x58(%ebp), %eax
0x1ebaded:  movl   %eax, 0xc(%esp)
0x1ebadf1:  movl   %ebx, 0x8(%esp)
0x1ebadf5:  movl   %ecx, 0x4(%esp)
0x1ebadf9:  movl   %edi, (%esp)
0x1ebadfc:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebae01:  movl   0xa61b46(%esi), %edi
0x1ebae07:  cmpl   $0x0, (%edi)
0x1ebae0a:  je     0x1ebaef3                 ; -[DBFilesystem initWithAccount:] + 1110
0x1ebae10:  movl   -0x84(%ebp), %eax
0x1ebae16:  movl   0xc762b2(%eax), %ecx
0x1ebae1c:  movl   %ecx, -0x88(%ebp)
0x1ebae22:  movl   0xc64ed2(%eax), %ecx
0x1ebae28:  movl   %ecx, -0x8c(%ebp)
0x1ebae2e:  movl   0xc6da2a(%eax), %ecx
0x1ebae34:  movl   %ecx, -0x90(%ebp)
0x1ebae3a:  leal   0xbafbaa(%eax), %eax
0x1ebae40:  movl   %eax, -0x94(%ebp)
0x1ebae46:  movl   -0x88(%ebp), %eax
0x1ebae4c:  movl   (%ebx,%eax), %ebx
0x1ebae4f:  movl   -0x84(%ebp), %eax
0x1ebae55:  movl   0xc6e992(%eax), %esi
0x1ebae5b:  movl   0xc6df02(%eax), %eax
0x1ebae61:  movl   0x4(%edi), %ecx
0x1ebae64:  movl   %ecx, 0x8(%esp)
0x1ebae68:  movl   -0x8c(%ebp), %ecx
0x1ebae6e:  movl   %ecx, 0x4(%esp)
0x1ebae72:  movl   %eax, (%esp)
0x1ebae75:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebae7a:  movl   %eax, (%esp)
0x1ebae7d:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebae82:  movl   %eax, %edx
0x1ebae84:  movl   %edx, -0x7c(%ebp)
0x1ebae87:  leal   -0x28(%ebp), %eax
0x1ebae8a:  movl   %eax, -0x18(%ebp)
0x1ebae8d:  movl   -0x94(%ebp), %ecx
0x1ebae93:  movl   %ecx, -0x28(%ebp)
0x1ebae96:  movl   %edi, -0x20(%ebp)
0x1ebae99:  movl   %ebx, -0x24(%ebp)
0x1ebae9c:  movl   %eax, %ebx
0x1ebae9e:  movl   %ebx, 0xc(%esp)
0x1ebaea2:  movl   %edx, 0x8(%esp)
0x1ebaea6:  movl   -0x90(%ebp), %eax
0x1ebaeac:  movl   %eax, 0x4(%esp)
0x1ebaeb0:  movl   %esi, (%esp)
0x1ebaeb3:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebaeb8:  movl   -0x18(%ebp), %eax
0x1ebaebb:  cmpl   %ebx, %eax
0x1ebaebd:  movl   %ebx, %ecx
0x1ebaebf:  movl   -0x74(%ebp), %ebx
0x1ebaec2:  je     0x1ebaed2                 ; -[DBFilesystem initWithAccount:] + 1077
0x1ebaec4:  testl  %eax, %eax
0x1ebaec6:  je     0x1ebaedb                 ; -[DBFilesystem initWithAccount:] + 1086
0x1ebaec8:  movl   (%eax), %ecx
0x1ebaeca:  movl   %eax, (%esp)
0x1ebaecd:  calll  *0x14(%ecx)
0x1ebaed0:  jmp    0x1ebaedb                 ; -[DBFilesystem initWithAccount:] + 1086
0x1ebaed2:  movl   -0x28(%ebp), %eax
0x1ebaed5:  movl   %ecx, (%esp)
0x1ebaed8:  calll  *0x10(%eax)
0x1ebaedb:  movl   -0x7c(%ebp), %eax
0x1ebaede:  movl   %eax, (%esp)
0x1ebaee1:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaee6:  cmpl   $0x0, 0x8(%edi)
0x1ebaeea:  leal   0x8(%edi), %edi
0x1ebaeed:  jne    0x1ebae46                 ; -[DBFilesystem initWithAccount:] + 937
0x1ebaef3:  movl   -0x84(%ebp), %edi
0x1ebaef9:  movl   0xc6e05a(%edi), %eax
0x1ebaeff:  movl   0xc6cbe2(%edi), %esi
0x1ebaf05:  movl   %esi, 0x4(%esp)
0x1ebaf09:  movl   %eax, (%esp)
0x1ebaf0c:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebaf11:  movl   0xc762ba(%edi), %ecx
0x1ebaf17:  movl   (%ebx,%ecx), %edx
0x1ebaf1a:  movl   %eax, (%ebx,%ecx)
0x1ebaf1d:  movl   %edx, (%esp)
0x1ebaf20:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaf25:  movl   0xc6e05a(%edi), %eax
0x1ebaf2b:  movl   %esi, 0x4(%esp)
0x1ebaf2f:  movl   %eax, (%esp)
0x1ebaf32:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebaf37:  movl   0xc762be(%edi), %ecx
0x1ebaf3d:  movl   (%ebx,%ecx), %edx
0x1ebaf40:  movl   %eax, (%ebx,%ecx)
0x1ebaf43:  movl   %edx, (%esp)
0x1ebaf46:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaf4b:  movl   0xc6e05a(%edi), %eax
0x1ebaf51:  movl   %esi, 0x4(%esp)
0x1ebaf55:  movl   %eax, (%esp)
0x1ebaf58:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebaf5d:  movl   0xc762c2(%edi), %ecx
0x1ebaf63:  movl   (%ebx,%ecx), %edx
0x1ebaf66:  movl   %eax, (%ebx,%ecx)
0x1ebaf69:  movl   %edx, (%esp)
0x1ebaf6c:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaf71:  movl   0xc6e05a(%edi), %eax
0x1ebaf77:  movl   %esi, 0x4(%esp)
0x1ebaf7b:  movl   %eax, (%esp)
0x1ebaf7e:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebaf83:  movl   0xc762c6(%edi), %ecx
0x1ebaf89:  movl   (%ebx,%ecx), %edx
0x1ebaf8c:  movl   %eax, (%ebx,%ecx)
0x1ebaf8f:  movl   %edx, (%esp)
0x1ebaf92:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebaf97:  movl   0xa600a6(%edi), %eax
0x1ebaf9d:  movl   (%eax), %eax
0x1ebaf9f:  movl   0xc762ca(%edi), %ecx
0x1ebafa5:  movl   %eax, (%ebx,%ecx)
0x1ebafa8:  movl   0xc6e99a(%edi), %eax
0x1ebafae:  movl   0xc6da3e(%edi), %ecx
0x1ebafb4:  movl   %ecx, 0x4(%esp)
0x1ebafb8:  movl   %eax, (%esp)
0x1ebafbb:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebafc0:  movl   %eax, (%esp)
0x1ebafc3:  calll  0x1fab00c                 ; symbol stub for: objc_retainAutoreleasedReturnValue
0x1ebafc8:  movl   %eax, %esi
0x1ebafca:  movl   -0xa4(%ebp), %eax
0x1ebafd0:  movl   %eax, -0x70(%ebp)
0x1ebafd3:  movl   $0xc2000000, -0x6c(%ebp)
0x1ebafda:  movl   $0x0, -0x68(%ebp)
0x1ebafe1:  leal   0x8b6(%edi), %eax
0x1ebafe7:  movl   %eax, -0x64(%ebp)
0x1ebafea:  leal   0xbafb62(%edi), %eax
0x1ebaff0:  movl   %eax, -0x60(%ebp)
0x1ebaff3:  movl   -0xa0(%ebp), %eax
0x1ebaff9:  movl   %eax, (%esp)
0x1ebaffc:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebb001:  movl   %eax, -0x88(%ebp)
0x1ebb007:  movl   %eax, -0x5c(%ebp)
0x1ebb00a:  leal   -0x70(%ebp), %eax
0x1ebb00d:  movl   %eax, 0xc(%esp)
0x1ebb011:  movl   %ebx, 0x8(%esp)
0x1ebb015:  movl   -0xa8(%ebp), %eax
0x1ebb01b:  movl   %eax, 0x4(%esp)
0x1ebb01f:  movl   %esi, (%esp)
0x1ebb022:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebb027:  movl   %esi, (%esp)
0x1ebb02a:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb02f:  movl   0xc762b2(%edi), %eax
0x1ebb035:  movl   (%ebx,%eax), %eax
0x1ebb038:  leal   0x95b(%edi), %ecx
0x1ebb03e:  movl   %ecx, 0x8(%esp)
0x1ebb042:  movl   %ebx, 0x4(%esp)
0x1ebb046:  movl   %eax, (%esp)
0x1ebb049:  calll  0x1fa55f3                 ; dropbox_set_status_callback
0x1ebb04e:  movl   0xc6dbba(%edi), %eax
0x1ebb054:  movl   %eax, 0x4(%esp)
0x1ebb058:  movl   %ebx, (%esp)
0x1ebb05b:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebb060:  movl   %ebx, (%esp)
0x1ebb063:  calll  0x1faaffa                 ; symbol stub for: objc_retain
0x1ebb068:  movl   %eax, -0x7c(%ebp)
0x1ebb06b:  movl   -0x5c(%ebp), %eax
0x1ebb06e:  movl   %eax, (%esp)
0x1ebb071:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb076:  movl   -0x40(%ebp), %eax
0x1ebb079:  movl   %eax, (%esp)
0x1ebb07c:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb081:  movl   -0x44(%ebp), %eax
0x1ebb084:  movl   %eax, (%esp)
0x1ebb087:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb08c:  movl   -0x88(%ebp), %eax
0x1ebb092:  movl   %eax, (%esp)
0x1ebb095:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb09a:  jmp    0x1ebb12a                 ; -[DBFilesystem initWithAccount:] + 1677
0x1ebb09f:  movl   $0x0, -0x7c(%ebp)
0x1ebb0a6:  jmp    0x1ebb146                 ; -[DBFilesystem initWithAccount:] + 1705
0x1ebb0ab:  movl   %esi, (%esp)
0x1ebb0ae:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb0b3:  movl   -0x74(%ebp), %ebx
0x1ebb0b6:  jmp    0x1ebb146                 ; -[DBFilesystem initWithAccount:] + 1705
0x1ebb0bb:  movl   %ebx, %esi
0x1ebb0bd:  leal   0xbca46a(%edi), %eax
0x1ebb0c3:  movl   %eax, (%esp)
0x1ebb0c6:  calll  0x1eca194                 ; DBLogError
0x1ebb0cb:  jmp    0x1ebb146                 ; -[DBFilesystem initWithAccount:] + 1705
0x1ebb0cd:  movl   %eax, %edi
0x1ebb0cf:  jmp    0x1ebb270                 ; -[DBFilesystem initWithAccount:] + 2003
0x1ebb0d4:  movl   %eax, 0x4(%esp)
0x1ebb0d8:  movl   %eax, -0x9c(%ebp)
0x1ebb0de:  leal   0xbca48a(%edi), %eax
0x1ebb0e4:  movl   %eax, (%esp)
0x1ebb0e7:  calll  0x1eca194                 ; DBLogError
0x1ebb0ec:  movl   %edi, %esi
0x1ebb0ee:  movl   0xc6deba(%esi), %eax
0x1ebb0f4:  movl   -0x88(%ebp), %ecx
0x1ebb0fa:  movl   %ecx, 0x4(%esp)
0x1ebb0fe:  movl   %eax, (%esp)
0x1ebb101:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebb106:  movl   0xc6dbbe(%esi), %ecx
0x1ebb10c:  movl   $0x0, -0x7c(%ebp)
0x1ebb113:  movl   %eax, 0xc(%esp)
0x1ebb117:  movl   %ebx, 0x8(%esp)
0x1ebb11b:  movl   %ecx, 0x4(%esp)
0x1ebb11f:  movl   -0x78(%ebp), %eax
0x1ebb122:  movl   %eax, (%esp)
0x1ebb125:  calll  0x1faafdc                 ; symbol stub for: objc_msgSend
0x1ebb12a:  movl   -0x9c(%ebp), %eax
0x1ebb130:  movl   %eax, (%esp)
0x1ebb133:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb138:  movl   -0x98(%ebp), %eax
0x1ebb13e:  movl   %eax, (%esp)
0x1ebb141:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb146:  movl   -0x78(%ebp), %eax
0x1ebb149:  movl   %eax, (%esp)
0x1ebb14c:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb151:  movl   %ebx, (%esp)
0x1ebb154:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb159:  movl   -0x80(%ebp), %eax
0x1ebb15c:  movl   (%eax), %eax
0x1ebb15e:  cmpl   -0x10(%ebp), %eax
0x1ebb161:  jne    0x1ebb171                 ; -[DBFilesystem initWithAccount:] + 1748
0x1ebb163:  movl   -0x7c(%ebp), %eax
0x1ebb166:  addl   $0xbc, %esp
0x1ebb16c:  popl   %esi
0x1ebb16d:  popl   %edi
0x1ebb16e:  popl   %ebx
0x1ebb16f:  popl   %ebp
0x1ebb170:  retl   
0x1ebb171:  calll  0x1fad574                 ; symbol stub for: __stack_chk_fail
0x1ebb176:  movl   %eax, %edi
0x1ebb178:  movl   %esi, (%esp)
0x1ebb17b:  jmp    0x1ebb268                 ; -[DBFilesystem initWithAccount:] + 1995
0x1ebb180:  movl   %edi, -0x98(%ebp)
0x1ebb186:  movl   %eax, %edi
0x1ebb188:  jmp    0x1ebb25f                 ; -[DBFilesystem initWithAccount:] + 1986
0x1ebb18d:  jmp    0x1ebb18f                 ; -[DBFilesystem initWithAccount:] + 1778
0x1ebb18f:  movl   %eax, %edi
0x1ebb191:  movl   %esi, (%esp)
0x1ebb194:  jmp    0x1ebb25a                 ; -[DBFilesystem initWithAccount:] + 1981
0x1ebb199:  movl   %eax, %edi
0x1ebb19b:  movl   %ebx, (%esp)
0x1ebb19e:  jmp    0x1ebb25a                 ; -[DBFilesystem initWithAccount:] + 1981
0x1ebb1a3:  jmp    0x1ebb1c0                 ; -[DBFilesystem initWithAccount:] + 1827
0x1ebb1a5:  movl   %eax, %edi
0x1ebb1a7:  movl   -0x18(%ebp), %eax
0x1ebb1aa:  cmpl   %ebx, %eax
0x1ebb1ac:  movl   %ebx, %ecx
0x1ebb1ae:  jne    0x1ebb216                 ; -[DBFilesystem initWithAccount:] + 1913
0x1ebb1b0:  movl   -0x28(%ebp), %eax
0x1ebb1b3:  movl   %ecx, (%esp)
0x1ebb1b6:  calll  *0x10(%eax)
0x1ebb1b9:  jmp    0x1ebb222                 ; -[DBFilesystem initWithAccount:] + 1925
0x1ebb1bb:  jmp    0x1ebb1bd                 ; -[DBFilesystem initWithAccount:] + 1824
0x1ebb1bd:  movl   %ebx, -0x74(%ebp)
0x1ebb1c0:  movl   %eax, %edi
0x1ebb1c2:  jmp    0x1ebb22d                 ; -[DBFilesystem initWithAccount:] + 1936
0x1ebb1c4:  movl   %ebx, -0x74(%ebp)
0x1ebb1c7:  movl   %eax, %edi
0x1ebb1c9:  movl   %esi, (%esp)
0x1ebb1cc:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb1d1:  jmp    0x1ebb20d                 ; -[DBFilesystem initWithAccount:] + 1904
0x1ebb1d3:  movl   %edi, %esi
0x1ebb1d5:  movl   %ebx, -0x74(%ebp)
0x1ebb1d8:  movl   %edx, %ecx
0x1ebb1da:  movl   %eax, %edi
0x1ebb1dc:  cmpl   $0x1, %ecx
0x1ebb1df:  jne    0x1ebb20d                 ; -[DBFilesystem initWithAccount:] + 1904
0x1ebb1e1:  movl   %edi, (%esp)
0x1ebb1e4:  calll  0x1fa7a48                 ; symbol stub for: __cxa_begin_catch
0x1ebb1e9:  leal   0x7b6c89(%esi), %eax
0x1ebb1ef:  movl   %eax, (%esp)
0x1ebb1f2:  calll  0x1fac2d2                 ; symbol stub for: djinni::throwNSExceptionFromCurrent(char const*)
0x1ebb1f7:  movl   %eax, %edi
0x1ebb1f9:  calll  0x1fa7a5a                 ; symbol stub for: __cxa_end_catch
0x1ebb1fe:  jmp    0x1ebb20d                 ; -[DBFilesystem initWithAccount:] + 1904
0x1ebb200:  movl   %eax, (%esp)
0x1ebb203:  calll  0x1d48e0                  ; __clang_call_terminate
0x1ebb208:  movl   %ebx, -0x74(%ebp)
0x1ebb20b:  movl   %eax, %edi
0x1ebb20d:  movl   -0x5c(%ebp), %eax
0x1ebb210:  jmp    0x1ebb225                 ; -[DBFilesystem initWithAccount:] + 1928
0x1ebb212:  movl   %eax, %edi
0x1ebb214:  jmp    0x1ebb251                 ; -[DBFilesystem initWithAccount:] + 1972
0x1ebb216:  testl  %eax, %eax
0x1ebb218:  je     0x1ebb222                 ; -[DBFilesystem initWithAccount:] + 1925
0x1ebb21a:  movl   (%eax), %ecx
0x1ebb21c:  movl   %eax, (%esp)
0x1ebb21f:  calll  *0x14(%ecx)
0x1ebb222:  movl   -0x7c(%ebp), %eax
0x1ebb225:  movl   %eax, (%esp)
0x1ebb228:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb22d:  movl   -0x40(%ebp), %eax
0x1ebb230:  movl   %eax, (%esp)
0x1ebb233:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb238:  movl   -0x44(%ebp), %eax
0x1ebb23b:  movl   %eax, (%esp)
0x1ebb23e:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb243:  movl   -0xa0(%ebp), %eax
0x1ebb249:  movl   %eax, (%esp)
0x1ebb24c:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb251:  movl   -0x9c(%ebp), %eax
0x1ebb257:  movl   %eax, (%esp)
0x1ebb25a:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb25f:  movl   -0x98(%ebp), %eax
0x1ebb265:  movl   %eax, (%esp)
0x1ebb268:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb26d:  movl   -0x74(%ebp), %esi
0x1ebb270:  movl   -0x78(%ebp), %eax
0x1ebb273:  movl   %eax, (%esp)
0x1ebb276:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb27b:  movl   %esi, (%esp)
0x1ebb27e:  calll  0x1faaff4                 ; symbol stub for: objc_release
0x1ebb283:  movl   %edi, (%esp)
0x1ebb286:  calll  0x1fad50e                 ; symbol stub for: _Unwind_Resume
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Jan 2015 11:15:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10990#M449</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-01-03T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10991#M450</link>
      <description>&lt;P&gt;Note: I'm only getting the crash on the simulator - on the device it's fine.  &lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 11:16:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10991#M450</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-01-03T11:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10992#M451</link>
      <description>&lt;P&gt;Thanks for the additional information! I can't seem to reproduce this here though. Can you make sure you're on the latest version of the SDK (currently 3.1.2):&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/sync/sdks/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/sync/sdks/ios&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In addition, make sure you're on the latest version of Xcode (currently 6.1.1).&lt;/P&gt;

&lt;P&gt;Also, do the provided sample apps (e.g., "Notes") work for you, or do they also crash like this in the simulator?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 04:46:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10992#M451</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-06T04:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10993#M452</link>
      <description>&lt;P&gt;Yes to all 3 - I'm using 3.1.2 SDK, 6.1.1 Xcode and the Notes application works fine.  Strange - I will keep plugging ...&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 06:13:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10993#M452</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-01-07T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10994#M453</link>
      <description>&lt;P&gt;Thanks for confirming those. If you can reproduce this in a simple project that you can share with us so we can reproduce it here that would be very helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 06:38:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10994#M453</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-07T06:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10995#M454</link>
      <description>&lt;P&gt;I can't seem to duplicate it in another project.  However the only other clue I have is that the same project works absolutely fine on my laptop (MacBook Pro running OX X Yosemite 10.10.1).  My Mac, also running the same OS, fails.   As far as I can tell the environments are the same.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jan 2015 23:17:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10995#M454</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-01-11T23:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10996#M455</link>
      <description>&lt;P&gt;Do you know if you were doing anything in particular in that simulator when this started? &lt;/P&gt;

&lt;P&gt;Also, have you tried resetting the simulator and seeing if the problem still reproduces? This runs the risk of losing the ability to trigger this of course, but as this can't seem to be reproduced on device or other simulators, it may just be a problem with the simulator itself, or at least a very rare problem.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 03:36:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10996#M455</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-13T03:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10997#M456</link>
      <description>&lt;P&gt;I usually think of trying the obvious, however in this situation it didn't help.  I reset the simulator and I still have the same problem.  Sorry for the delay in response - for some reason I am not getting email notifications when this thread is updated ...&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 08:48:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10997#M456</guid>
      <dc:creator>EZStuff S.</dc:creator>
      <dc:date>2015-01-16T08:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10998#M457</link>
      <description>&lt;P&gt;Thanks! Unfortunately without being able to reproduce this we're not going to be able to fix it. Luckily it's only happening on the simulator (and may in fact be due to or related to the simulator itself) so we don't have to worry about this in the wild, as far as we can tell. If you do see this elsewhere or have more information though, please let us know.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 02:30:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10998#M457</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-17T02:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10999#M458</link>
      <description>&lt;P&gt;Yes but unfortunately it makes it virtually impossible for me to test my app on devices that I don't have without having to move it back and forth all the time to my laptop.  Just a colossal pain is all :).  Thanks for all your help - I will let you know if the problem suddenly goes away due to an update or something ...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 03:34:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/10999#M458</guid>
      <dc:creator>EZStuff S.</dc:creator>
      <dc:date>2015-01-19T03:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11000#M459</link>
      <description>&lt;P&gt;Another clue :).  I'm currently upgrading the app to 64-bit.  As soon as I do that it now crashes on the device as well as the simulator.  Previously I guess the simulator was the only thing using 64-bit.  Now that it crashes on the device though I have a nice crash report for you which may be more useful in trying to figure this out ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Incident Identifier: 716AF249-F463-4A90-9CE9-D419657D170E
CrashReporter Key:   cc53c0bb39a0ad74dbc459153cfbaebdbd5dcf20
Hardware Model:      iPad4,2
Process:             GeoViewCache [283]
Path:                /private/var/mobile/Containers/Bundle/Application/97A76A52-9653-47C3-BC9B-5B8E689D77DC/GeoViewCache.app/GeoViewCache
Identifier:          com.ezstuffsoftware.GeoViewCache
Version:             26 (1.2.0)
Code Type:           ARM-64 (Native)
Parent Process:      launchd [1]

Date/Time:           2015-02-02 14:34:43.311 -0800
Launch Time:         2015-02-02 14:34:43.069 -0800
OS Version:          iOS 8.1.3 (12B466)
Report Version:      105

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0xfa0025106b2ae4a6
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   GeoViewCache                    0x0000000100ce6414 std::__1::__hash_table&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::__unordered_map_hasher&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::hash&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::__unordered_map_equal&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::equal_to&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::allocator&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;::__node_insert_unique(std::__1::__hash_node&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, void*&amp;gt;*) + 624
1   GeoViewCache                    0x00000001010fdbb0 std::__1::pair&amp;lt;std::__1::__hash_iterator&amp;lt;std::__1::__hash_node&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, void*&amp;gt;*&amp;gt;, bool&amp;gt; std::__1::__hash_table&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::__unordered_map_hasher&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::hash&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::__unordered_map_equal&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::equal_to&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, true&amp;gt;, std::__1::allocator&amp;lt;std::__1::__hash_value_type&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;::__insert_unique&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;gt;(std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;) + 44
2   GeoViewCache                    0x00000001010fb084 ParameterStoreWithNamespace::ParameterStoreWithNamespace(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;) + 540
3   GeoViewCache                    0x00000001010f7508 std::__1::shared_ptr&amp;lt;ParameterStoreWithNamespace&amp;gt; std::__1::shared_ptr&amp;lt;ParameterStoreWithNamespace&amp;gt;::make_shared&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;&amp;gt;(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;&amp;amp;&amp;amp;) + 104
4   GeoViewCache                    0x00000001010f6ce4 dbx_load_parameter_store_map(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_env&amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dropbox::KvCacheImpl&amp;lt;cache_lock&amp;gt; &amp;gt; &amp;gt; const&amp;amp;, dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;AsyncTaskExecutor&amp;gt; &amp;gt; const&amp;amp;) + 116
5   GeoViewCache                    0x0000000101192b4c attempt_client_init(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_account&amp;gt; &amp;gt; const&amp;amp;, dbx_client_config const*) + 2124
6   GeoViewCache                    0x0000000101191a94 dropbox_client_create(dropbox::oxygen::nn&amp;lt;std::__1::shared_ptr&amp;lt;dbx_account&amp;gt; &amp;gt; const&amp;amp;, dbx_client_config const*) + 44
7   GeoViewCache                    0x000000010116b784 +[DBFilesystem initClientWithAccount:accountRoot:error:] + 244
8   GeoViewCache                    0x000000010116af74 -[DBFilesystem initWithAccount:] + 536
9   GeoViewCache                    0x000000010006a6bc -[GeoViewAppDelegate application:didFinishLaunchingWithOptions:] (GeoViewAppDelegate.m:114)
10  UIKit                           0x0000000189d966ec -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 300
11  UIKit                           0x0000000189fad684 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2280
12  UIKit                           0x0000000189fafe04 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1476
13  UIKit                           0x0000000189fae49c -[UIApplication workspaceDidEndTransaction:] + 180
14  FrontBoardServices              0x000000018d7b1628 __31-[FBSSerialQueue performAsync:]_block_invoke + 24
15  CoreFoundation                  0x000000018552ea24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
16  CoreFoundation                  0x000000018552db2c __CFRunLoopDoBlocks + 308
17  CoreFoundation                  0x000000018552c150 __CFRunLoopRun + 1752
18  CoreFoundation                  0x00000001854590a0 CFRunLoopRunSpecific + 392
19  UIKit                           0x0000000189d8faa8 -[UIApplication _run] + 548
20  UIKit                           0x0000000189d8aaa0 UIApplicationMain + 1484
21  GeoViewCache                    0x0000000100069ffc main (main.m:17)
22  libdyld.dylib                   0x0000000196752a04 start + 0

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib          0x0000000196850c94 kevent64 + 8
1   libdispatch.dylib               0x000000019673897c _dispatch_mgr_invoke + 272
2   libdispatch.dylib               0x000000019672b3b0 _dispatch_mgr_thread + 48

Thread 2:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 3:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 4:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 5 name:  Dropbox log upload
Thread 5:
0   libsystem_kernel.dylib          0x000000019686b078 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000196906fe0 _pthread_cond_wait + 620
2   libc++.1.dylib                  0x0000000195878cac std::__1::condition_variable::wait(std::__1::unique_lock&amp;lt;std::__1::mutex&amp;gt;&amp;amp;) + 52
3   GeoViewCache                    0x0000000101100084 dropbox::LogUploader::log_upload_thread() + 2024
4   GeoViewCache                    0x0000000101184f04 -[DBThreadRunner runThread:] + 136
5   Foundation                      0x0000000186449ba8 __NSThread__main__ + 1068
6   libsystem_pthread.dylib         0x0000000196907e7c _pthread_body + 160
7   libsystem_pthread.dylib         0x0000000196907dd8 _pthread_start + 156
8   libsystem_pthread.dylib         0x0000000196904fac thread_start + 0

Thread 6:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 7:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 8:
0   libsystem_kernel.dylib          0x000000019686bc78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000196905390 _pthread_wqthread + 988
2   libsystem_pthread.dylib         0x0000000196904fa4 start_wqthread + 0

Thread 9 name:  Dropbox info update
Thread 9:
0   libsystem_kernel.dylib          0x0000000196850e7c mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000196850cf4 mach_msg + 68
2   CoreFoundation                  0x000000018552decc __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x000000018552be20 __CFRunLoopRun + 936
4   CoreFoundation                  0x00000001854590a0 CFRunLoopRunSpecific + 392
5   CoreFoundation                  0x00000001854ab1f8 CFRunLoopRun + 108
6   GeoViewCache                    0x000000010117871c -[DBHTTPHandler runRequest:] + 436
7   GeoViewCache                    0x000000010119bfb8 dbh_req(void*, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__1::map&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::less&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::allocator&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, char const*, unsigned long, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;, int) + 308
8   GeoViewCache                    0x000000010118e4d4 HttpRequester::get(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__1::map&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::less&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::allocator&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;) + 128
9   GeoViewCache                    0x000000010118ec64 HttpRequester::do_request(std::__1::map&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::less&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::allocator&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int, std::__1::function&amp;lt;bool (int)&amp;gt; const&amp;amp;, std::__1::function&amp;lt;int (std::__1::map&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::less&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::allocator&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;)&amp;gt;, std::__1::function&amp;lt;int (std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;)&amp;gt;, std::__1::function&amp;lt;void (std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;)&amp;gt;) + 348
10  GeoViewCache                    0x000000010118f1cc HttpRequester::request_json_get(std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, int, std::__1::map&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;, std::__1::less&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt;, std::__1::allocator&amp;lt;std::__1::pair&amp;lt;std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; const, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int, std::__1::function&amp;lt;bool (int)&amp;gt; const&amp;amp;, std::__1::basic_string&amp;lt;char, std::__1::char_traits&amp;lt;char&amp;gt;, std::__1::allocator&amp;lt;char&amp;gt; &amp;gt;*) + 224
11  GeoViewCache                    0x00000001011038a8 dbx_api_account_info(HttpRequester&amp;amp;, std::__1::unique_ptr&amp;lt;dbx_account_info, dbx_account_info_deleter&amp;gt;*, std::__1::unique_ptr&amp;lt;dbx_access_info, std::__1::default_delete&amp;lt;dbx_access_info&amp;gt; &amp;gt;*, int, bool) + 528
12  GeoViewCache                    0x00000001011043d4 dropbox_api_account_info + 44
13  GeoViewCache                    0x00000001011443ec -[DBAccount updateInfoAndWaitForRetry:] + 320
14  GeoViewCache                    0x0000000101145eac update_info_loop(void*) + 156
15  libsystem_pthread.dylib         0x0000000196907e7c _pthread_body + 160
16  libsystem_pthread.dylib         0x0000000196907dd8 _pthread_start + 156
17  libsystem_pthread.dylib         0x0000000196904fac thread_start + 0

Thread 10 name:  Dropbox unlinker
Thread 10:
0   libsystem_kernel.dylib          0x000000019686b078 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000196906fe0 _pthread_cond_wait + 620
2   libc++.1.dylib                  0x0000000195878cac std::__1::condition_variable::wait(std::__1::unique_lock&amp;lt;std::__1::mutex&amp;gt;&amp;amp;) + 52
3   GeoViewCache                    0x000000010123923c DbxUnlinker::run() + 108
4   GeoViewCache                    0x0000000101184f04 -[DBThreadRunner runThread:] + 136
5   Foundation                      0x0000000186449ba8 __NSThread__main__ + 1068
6   libsystem_pthread.dylib         0x0000000196907e7c _pthread_body + 160
7   libsystem_pthread.dylib         0x0000000196907dd8 _pthread_start + 156
8   libsystem_pthread.dylib         0x0000000196904fac thread_start + 0

Thread 11 name:  com.apple.NSURLConnectionLoader
Thread 11:
0   CoreFoundation                  0x000000018548adf0 CFURLCreateWithFileSystemPathRelativeToBase + 0
1   CFNetwork                       0x0000000184ef317c copyParameterizedCookieStorageLocation(__CFString const*, __CFString const*, __CFString const*) + 80
2   CFNetwork                       0x0000000184ed3180 _createByIdentifier(__CFDictionary const*) + 148
3   CFNetwork                       0x0000000184ed2fcc cacheOrCreate(__CFDictionary const*, PrivateHTTPCookieStorage* (*)(__CFDictionary const*), unsigned char) + 336
4   CFNetwork                       0x0000000184ed2c68 _CFHTTPCookieStorageCreateWithProperties_possiblyFromCache(__CFAllocator const*, __CFDictionary const*, unsigned char) + 860
5   CFNetwork                       0x0000000184ed28b0 ___ZNK14StorageSession17copyCookieStorageEv_block_invoke + 380
6   libdispatch.dylib               0x0000000196729368 _dispatch_client_callout + 12
7   libdispatch.dylib               0x000000019672a240 dispatch_once_f + 92
8   CFNetwork                       0x0000000184ed272c StorageSession::copyCookieStorage() const + 116
9   CFNetwork                       0x0000000184ed251c _CFHTTPCookieStorageGetDefault + 60
10  CFNetwork                       0x0000000184ffc304 __46+[NSHTTPCookieStorage sharedHTTPCookieStorage]_block_invoke + 52
11  libdispatch.dylib               0x0000000196729368 _dispatch_client_callout + 12
12  libdispatch.dylib               0x000000019672a240 dispatch_once_f + 92
13  CFNetwork                       0x0000000184ffc2c8 +[NSHTTPCookieStorage sharedHTTPCookieStorage] + 64
14  CFNetwork                       0x0000000184efcb3c -[__NSURLSessionLocal _createXCookieStorage0] + 36
15  CFNetwork                       0x0000000184efcc20 __44-[__NSURLSessionLocal _createXCookieStorage]_block_invoke + 32
16  libdispatch.dylib               0x0000000196729368 _dispatch_client_callout + 12
17  libdispatch.dylib               0x000000019672a240 dispatch_once_f + 92
18  CFNetwork                       0x0000000184efcbf8 -[__NSURLSessionLocal _createXCookieStorage] + 152
19  CFNetwork                       0x0000000184efcf18 -[__NSURLSessionLocal _getCookieHeadersForTask:completionHandler:] + 96
20  CFNetwork                       0x0000000184f8f5d0 HTTPProtocol::asynchronouslyAddCookiesAndContinue(__CFHTTPMessage*) + 192
21  CFNetwork                       0x0000000184f8d304 HTTPProtocol::asynchronouslyCreateAndOpenStream(_CFCachedURLResponse const*) + 732
22  CFNetwork                       0x0000000184edded4 HTTPProtocol::_protocolInterface_startLoad(_CFCachedURLResponse const*) + 668
23  CFNetwork                       0x0000000184fc1bf4 ___ZN19URLConnectionLoader27_private_ScheduleOriginLoadEPK12NSURLRequestPK20_CFCachedURLResponse_block_invoke_2 + 68
24  CFNetwork                       0x0000000184edbb8c ___ZNK19URLConnectionLoader25withExistingProtocolAsyncEU13block_pointerFvP11URLProtocolE_block_invoke + 28
25  CFNetwork                       0x0000000184edbb50 RunloopBlockContext::_invoke_block(void const*, void*) + 72
26  CoreFoundation                  0x0000000185458aa8 CFArrayApplyFunction + 64
27  CFNetwork                       0x0000000184edb9fc RunloopBlockContext::perform() + 132
28  CFNetwork                       0x0000000184edb8b0 MultiplexerSource::perform() + 308
29  CFNetwork                       0x0000000184edb6dc MultiplexerSource::_perform(void*) + 64
30  CoreFoundation                  0x000000018552e9e8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 20
31  CoreFoundation                  0x000000018552dc8c __CFRunLoopDoSources0 + 260
32  CoreFoundation                  0x000000018552bd3c __CFRunLoopRun + 708
33  CoreFoundation                  0x00000001854590a0 CFRunLoopRunSpecific + 392
34  CFNetwork                       0x0000000184f5e4e4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 436
35  Foundation                      0x0000000186449ba8 __NSThread__main__ + 1068
36  libsystem_pthread.dylib         0x0000000196907e7c _pthread_body + 160
37  libsystem_pthread.dylib         0x0000000196907dd8 _pthread_start + 156
38  libsystem_pthread.dylib         0x0000000196904fac thread_start + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000008   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000072   x5: 0x0000000000000072   x6: 0x726574656d617261   x7: 0x00000001740984f0
    x8: 0x0000000000000001   x9: 0x0000000174002460  x10: 0x0000000000000000  x11: 0x726574656d617261
   x12: 0x9ae16a3b2f90404f  x13: 0xc9516cde2725aca2  x14: 0xc949d7c7509e6557  x15: 0xc3a5c85c97cb3127
   x16: 0x00000001968fda74  x17: 0x0cea2fbcca74df41  x18: 0x0000000000000000  x19: 0xfa0025106b2ae4a6
   x20: 0x0000000174072dc0  x21: 0x000000013e617840  x22: 0x0000000000000002  x23: 0x0000000000000000
   x24: 0x0000000174072dd0  x25: 0x0000000000000012  x26: 0x0000000101ba3800  x27: 0x000000016fd987e8
   x28: 0x000000016fd987d0  fp: 0x000000016fd986e0   lr: 0x0000000100ce6370
    sp: 0x000000016fd98680   pc: 0x0000000100ce6414 cpsr: 0x60000000

Binary Images:
0x100064000 - 0x1017ebfff GeoViewCache arm64  &amp;lt;72d21f6c31b5314381ee17b548678c3f&amp;gt; /var/mobile/Containers/Bundle/Application/97A76A52-9653-47C3-BC9B-5B8E689D77DC/GeoViewCache.app/GeoViewCache
0x120048000 - 0x12006ffff dyld arm64  &amp;lt;21c893f791653e989e1c3e15446d772b&amp;gt; /usr/lib/dyld
0x183d50000 - 0x183ee3fff AVFoundation arm64  &amp;lt;c9cd60a62cfb3e77be72db6cd3062a09&amp;gt; /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x183ee4000 - 0x183f48fff libAVFAudio.dylib arm64  &amp;lt;017d90360b443ae788ef31cfd73d17f6&amp;gt; /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x183f8c000 - 0x183f8cfff Accelerate arm64  &amp;lt;e9ba7838f51634a7b59ed392be50e86f&amp;gt; /System/Library/Frameworks/Accelerate.framework/Accelerate
0x183fa4000 - 0x1841c3fff vImage arm64  &amp;lt;da44067fc79931c7aef1b7e88bf82a83&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1841c4000 - 0x18426bfff libBLAS.dylib arm64  &amp;lt;e5276e7784ef34a4baca480264978ea0&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x18426c000 - 0x1845e6fff libLAPACK.dylib arm64  &amp;lt;165b05f9f75736d5ae8f5f39293bd6e7&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1845e8000 - 0x1845fdfff libLinearAlgebra.dylib arm64  &amp;lt;5574ec3bd4e537e1b662d38a63aec58b&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x184600000 - 0x184668fff libvDSP.dylib arm64  &amp;lt;004f5668574139bc906c5fa4fdced3b1&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x18466c000 - 0x18468ffff libvMisc.dylib arm64  &amp;lt;5790e7ace143367ea6f2428852be384e&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x184690000 - 0x184690fff vecLib arm64  &amp;lt;211d7711a6e93fe8ae6d6b42585cad2d&amp;gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x184694000 - 0x1846c2fff Accounts arm64  &amp;lt;2508d336b9893176ad4e1bc67ff04188&amp;gt; /System/Library/Frameworks/Accounts.framework/Accounts
0x1846c8000 - 0x18474afff AddressBook arm64  &amp;lt;09e2e24ef5e23fb8a62ae209466a64bd&amp;gt; /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18474c000 - 0x18489cfff AddressBookUI arm64  &amp;lt;e79239b432af33e783296d2a9841578e&amp;gt; /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1848a0000 - 0x1848b3fff AssetsLibrary arm64  &amp;lt;d376d132d1053a928e3b5b199d92eabe&amp;gt; /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x184a64000 - 0x184d21fff AudioToolbox arm64  &amp;lt;f0b739a395993b808d66e85e1a6e9f18&amp;gt; /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x184ec0000 - 0x1850cbfff CFNetwork arm64  &amp;lt;68adcebf440d30769bd2d67adc7932a2&amp;gt; /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1850cc000 - 0x185163fff CloudKit arm64  &amp;lt;8f226c83b2793a0db1eefa14d697c04b&amp;gt; /System/Library/Frameworks/CloudKit.framework/CloudKit
0x185164000 - 0x1851c9fff CoreAudio arm64  &amp;lt;10aae62ba1c43dd29bc678fbf0f985ef&amp;gt; /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1851ec000 - 0x18520dfff CoreBluetooth arm64  &amp;lt;b30de1ce792a318aa125a84b06e8a95d&amp;gt; /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x185210000 - 0x18544efff CoreData arm64  &amp;lt;33c0d795a45e35c9affed5cf9d83a8a1&amp;gt; /System/Library/Frameworks/CoreData.framework/CoreData
0x185450000 - 0x1857acfff CoreFoundation arm64  &amp;lt;83a9627362333366a8543e8c2d28166e&amp;gt; /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1857b0000 - 0x185912fff CoreGraphics arm64  &amp;lt;7a02a2d0b69f3706b3cb91726db6f8af&amp;gt; /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x185b8c000 - 0x185cb9fff CoreImage arm64  &amp;lt;444c44b06f533bad9c1b030edd486b49&amp;gt; /System/Library/Frameworks/CoreImage.framework/CoreImage
0x185cbc000 - 0x185d19fff CoreLocation arm64  &amp;lt;6fd7bd8116a63a8fafda547c6380a19b&amp;gt; /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x185d54000 - 0x185e12fff CoreMedia arm64  &amp;lt;f090b302cad23151b3aef050d50be152&amp;gt; /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x185e14000 - 0x185ee2fff CoreMotion arm64  &amp;lt;0b3890116c60302980d4c0c3a0c14453&amp;gt; /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x185ee4000 - 0x185f55fff CoreTelephony arm64  &amp;lt;f99cf601387938d3808c32e97a9a30cf&amp;gt; /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x185f58000 - 0x18605afff CoreText arm64  &amp;lt;e46b1730715c339a82db3f67eee4fe84&amp;gt; /System/Library/Frameworks/CoreText.framework/CoreText
0x18605c000 - 0x186078fff CoreVideo arm64  &amp;lt;402f868dbba63d59a3b2e738982b9d71&amp;gt; /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18607c000 - 0x1861a0fff EventKit arm64  &amp;lt;15cacaa609e33790a3bc644eb4d92191&amp;gt; /System/Library/Frameworks/EventKit.framework/EventKit
0x186354000 - 0x1865a8fff Foundation arm64  &amp;lt;e596bd80bcc83f15aca36a7ef014f457&amp;gt; /System/Library/Frameworks/Foundation.framework/Foundation
0x1865ac000 - 0x1865d7fff GLKit arm64  &amp;lt;d97cb7e7881e31abadb27182d86bac74&amp;gt; /System/Library/Frameworks/GLKit.framework/GLKit
0x1865d8000 - 0x186601fff GSS arm64  &amp;lt;6552f84a5add33b9a01d1e278d4ebd88&amp;gt; /System/Library/Frameworks/GSS.framework/GSS
0x1866c0000 - 0x18672cfff IOKit arm64  &amp;lt;1cd3da5151d03be5a0ba0c30c19228ea&amp;gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x186730000 - 0x1869cafff ImageIO arm64  &amp;lt;10491d236e813eb6bb07d792047a7475&amp;gt; /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1869cc000 - 0x186e6cfff JavaScriptCore arm64  &amp;lt;9d8bd2cbb97c33c59376cf656634704a&amp;gt; /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1875c8000 - 0x1876dcfff MapKit arm64  &amp;lt;6d62056699ed3d94ba264fa1f388d82d&amp;gt; /System/Library/Frameworks/MapKit.framework/MapKit
0x1876e0000 - 0x1876e6fff MediaAccessibility arm64  &amp;lt;5dc0d8bda3593b9cb00a8703b21953fd&amp;gt; /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1876e8000 - 0x187903fff MediaPlayer arm64  &amp;lt;526279b5f7a9316ea187338519f6d8b6&amp;gt; /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x187904000 - 0x187d1efff MediaToolbox arm64  &amp;lt;dbda28de74cd3fcca10622bbf00809b9&amp;gt; /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x187d20000 - 0x187df3fff MessageUI arm64  &amp;lt;f307aec0262838e1ad1302805c8a025c&amp;gt; /System/Library/Frameworks/MessageUI.framework/MessageUI
0x187df4000 - 0x187e67fff Metal arm64  &amp;lt;69e3d92ae3ec3375a550022b7ac4a184&amp;gt; /System/Library/Frameworks/Metal.framework/Metal
0x187e68000 - 0x187f14fff MobileCoreServices arm64  &amp;lt;21a27692c6393c00a8f8f2bbd3ccb23c&amp;gt; /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x189098000 - 0x1890a2fff OpenGLES arm64  &amp;lt;b707e102e4553f26994bfef0579c9f52&amp;gt; /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1890a8000 - 0x1890a9fff libCVMSPluginSupport.dylib arm64  &amp;lt;7e1f08d7776b37efb6ff01f6486afcde&amp;gt; /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1890ac000 - 0x1890affff libCoreFSCache.dylib arm64  &amp;lt;5888d3587c633af2ac7cf57ac15ab5e4&amp;gt; /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1890b0000 - 0x1890b4fff libCoreVMClient.dylib arm64  &amp;lt;291806c545fe3219b844a93e2fb682b4&amp;gt; /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1890b8000 - 0x1890c2fff libGFXShared.dylib arm64  &amp;lt;f5e5cfc1d6673d469f25b3fa77fa995b&amp;gt; /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1890c4000 - 0x18910ffff libGLImage.dylib arm64  &amp;lt;4e284cf07fe23789b94c9f204f7aa52e&amp;gt; /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18966c000 - 0x1897f0fff QuartzCore arm64  &amp;lt;313aba56d17e30d1b68b2fdfda1820f8&amp;gt; /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1897f4000 - 0x18984ffff QuickLook arm64  &amp;lt;ae12a3ed0acf3b6ca816e95d4a894d70&amp;gt; /System/Library/Frameworks/QuickLook.framework/QuickLook
0x189a84000 - 0x189ad6fff Security arm64  &amp;lt;cb64d037f82a3f0a92ab63708334c938&amp;gt; /System/Library/Frameworks/Security.framework/Security
0x189ad8000 - 0x189b63fff Social arm64  &amp;lt;928581a049c3306abe816e5113d652ae&amp;gt; /System/Library/Frameworks/Social.framework/Social
0x189c9c000 - 0x189d0ffff SystemConfiguration arm64  &amp;lt;cbcb5237ab8637aebf0cb493aaa4af92&amp;gt; /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x189d14000 - 0x18a689fff UIKit arm64  &amp;lt;a1283daa6f5a33048ab9d29d91f62c09&amp;gt; /System/Library/Frameworks/UIKit.framework/UIKit
0x18a68c000 - 0x18a705fff VideoToolbox arm64  &amp;lt;13a05b41cd0136239ef94de508febe1d&amp;gt; /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x18a708000 - 0x18a966fff WebKit arm64  &amp;lt;a4d29b7cd5073edd9ae6a7b476421caa&amp;gt; /System/Library/Frameworks/WebKit.framework/WebKit
0x18ad7c000 - 0x18ad89fff AOSNotification arm64  &amp;lt;8b9793a334fa3013803a6cb713053b44&amp;gt; /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x18af14000 - 0x18af6cfff AccountsDaemon arm64  &amp;lt;84c862ef63b332eb81b98f5ab414e3f4&amp;gt; /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18af70000 - 0x18af96fff AccountsUI arm64  &amp;lt;a7d2776eb1ad39d887a5e62c0292e597&amp;gt; /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x18af98000 - 0x18af9dfff AggregateDictionary arm64  &amp;lt;2f9120e6400835f08bd7bfd2d4ada020&amp;gt; /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18b19c000 - 0x18b1d0fff AirPlaySupport arm64  &amp;lt;442269677a2e302ea3bf68c54f1ff539&amp;gt; /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x18b41c000 - 0x18b466fff AppSupport arm64  &amp;lt;f35ee13bec64354d9044e2a5ea519640&amp;gt; /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18b468000 - 0x18b4bbfff AppleAccount arm64  &amp;lt;267a2b98738333f099ccb095820590d6&amp;gt; /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18b5c4000 - 0x18b60cfff AppleJPEG arm64  &amp;lt;8377453201ad3862b7b6182be4ac4342&amp;gt; /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x18b620000 - 0x18b634fff ApplePushService arm64  &amp;lt;fc28105486c5380f95f8d52a3a3c2fac&amp;gt; /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18b638000 - 0x18b641fff AppleSRP arm64  &amp;lt;7a5d169c15b83573a29f1c018c8ecbb8&amp;gt; /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x18b654000 - 0x18b65ffff AssertionServices arm64  &amp;lt;52d911832bf9382d802961ea9d1614f9&amp;gt; /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18b660000 - 0x18b67bfff AssetsLibraryServices arm64  &amp;lt;1b0a20bfd23a3295aec6d82c8b7a2f24&amp;gt; /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18b67c000 - 0x18b6a6fff AssistantServices arm64  &amp;lt;0126e5fa902232cbb4cfbcb39f3a6b9e&amp;gt; /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18b6e0000 - 0x18b6e4fff BTLEAudioController arm64  &amp;lt;8539b6078e1b3c739d412842418188ed&amp;gt; /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x18b6e8000 - 0x18b704fff BackBoardServices arm64  &amp;lt;62bf606fae3b3231b48d5ec35a552aa5&amp;gt; /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18b70c000 - 0x18b749fff BaseBoard arm64  &amp;lt;62044bafc2293567aec7797b25708b48&amp;gt; /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18b74c000 - 0x18b753fff BluetoothManager arm64  &amp;lt;afd2bca7997434f08d4723c3005ca0f9&amp;gt; /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18b754000 - 0x18b784fff Bom arm64  &amp;lt;2724021b087139bcaa636d640e9b4127&amp;gt; /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18b820000 - 0x18b828fff CacheDelete arm64  &amp;lt;81d93e7702c3390dbf003caa716dc3fb&amp;gt; /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x18b87c000 - 0x18b8acfff CalendarFoundation arm64  &amp;lt;210e5342ce603b9887f0e10131df34a4&amp;gt; /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x18b9e4000 - 0x18b9eefff CaptiveNetwork arm64  &amp;lt;8ba9d547383b3a7fba9a31cc361fc06a&amp;gt; /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18b9f0000 - 0x18bb3afff Celestial arm64  &amp;lt;48f92eb00d0636808c583028f766d983&amp;gt; /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x18bb4c000 - 0x18bb67fff CertInfo arm64  &amp;lt;34bb9442ee1633238c1830d4ba2e7103&amp;gt; /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x18bb68000 - 0x18bb6efff CertUI arm64  &amp;lt;d540e6a6a1ab3b119b88d31509a2f390&amp;gt; /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x18bcb8000 - 0x18bcdcfff ChunkingLibrary arm64  &amp;lt;ef3f4a4cae2d387b874e53eec51b37aa&amp;gt; /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18c110000 - 0x18c1d4fff CloudPhotoLibrary arm64  &amp;lt;a7679e757e94373cb6c1f024e0f3b431&amp;gt; /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18c234000 - 0x18c236fff CommonAuth arm64  &amp;lt;b4d7e19fb01033aa9b536f36bc9e8132&amp;gt; /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18c238000 - 0x18c24afff CommonUtilities arm64  &amp;lt;1cb495ce473a3127bb291cc541762fb3&amp;gt; /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18c24c000 - 0x18c250fff CommunicationsFilter arm64  &amp;lt;836ffdf2d1bf38948dc8ce6c2f8179e1&amp;gt; /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18c2e0000 - 0x18c31efff ContentIndex arm64  &amp;lt;a2107dd376ac3e7da9261e74cec13881&amp;gt; /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x18c320000 - 0x18c324fff CoreAUC arm64  &amp;lt;bf359bb9dcc837f78745ec21c2983ad2&amp;gt; /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x18c358000 - 0x18c3b8fff CoreDAV arm64  &amp;lt;e5ff66c9ce4239f7a81436aca6cae6dd&amp;gt; /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x18c3bc000 - 0x18c3dbfff CoreDuet arm64  &amp;lt;ee7872f60256383a96f35468fb7a3dc5&amp;gt; /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18c3e0000 - 0x18c3f2fff CoreDuetDaemonProtocol arm64  &amp;lt;aa7ade578b203db19f39ea32a0e1829a&amp;gt; /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18c3fc000 - 0x18c3fefff CoreDuetDebugLogging arm64  &amp;lt;ec769c1bea803724880716f71249ba1c&amp;gt; /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18c584000 - 0x18c6bbfff CoreMediaStream arm64  &amp;lt;981a69f777193a8b82f1fa2111790019&amp;gt; /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18c6bc000 - 0x18c76cfff CorePDF arm64  &amp;lt;cd828d67cd5a3f8f817e5578de264442&amp;gt; /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x18c7e0000 - 0x18c7ebfff CoreRecents arm64  &amp;lt;07ba243dfb6d3686849128707aaee229&amp;gt; /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x18c878000 - 0x18c89cfff CoreServicesInternal arm64  &amp;lt;1a7d2fa9a1df316b8f974b8df3a3a407&amp;gt; /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x18cb00000 - 0x18cb92fff CoreUI arm64  &amp;lt;01dbaf25ff893847ba41f2ff92b411a8&amp;gt; /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18cb94000 - 0x18cc10fff CoreUtils arm64  &amp;lt;a30cc6baffe8324aaa50865c52d59141&amp;gt; /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18cc14000 - 0x18cc1afff CrashReporterSupport arm64  &amp;lt;ba2801fd567a305da540a0b276dc7537&amp;gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x18cc1c000 - 0x18cc23fff DAAPKit arm64  &amp;lt;b631761d5d3c34e1a12ea2f07efa9055&amp;gt; /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x18cc24000 - 0x18cc2ffff DCIMServices arm64  &amp;lt;55ea650a5c123dfeb044d77bd3fb23c5&amp;gt; /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18cc30000 - 0x18cc7ffff DataAccess arm64  &amp;lt;a3b77691efff37218b48737250d0d0e0&amp;gt; /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x18cedc000 - 0x18cf02fff DataAccessExpress arm64  &amp;lt;50d5ab9c38ee3e69bd4da116bc7bd4f8&amp;gt; /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18cf54000 - 0x18cf5bfff DataMigration arm64  &amp;lt;e0c839ae4aed387887ea9853c6c25682&amp;gt; /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x18cf64000 - 0x18cf65fff DiagnosticLogCollection arm64  &amp;lt;fa41e1d5be703f8e80e8ff3316a49e3d&amp;gt; /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18cf68000 - 0x18cf88fff DictionaryServices arm64  &amp;lt;d4d267ee319135ccb3a6679497243088&amp;gt; /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x18cfb0000 - 0x18cfd6fff EAP8021X arm64  &amp;lt;c99ae63150f83cd5b9dd00d12ac1e9f8&amp;gt; /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18d100000 - 0x18d102fff FTClientServices arm64  &amp;lt;d5e1bea0e8b03ebd87218b42ccf8f1bf&amp;gt; /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x18d104000 - 0x18d136fff FTServices arm64  &amp;lt;d918c6224d4830cd817a0bdacc0a2bd9&amp;gt; /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18d138000 - 0x18d565fff FaceCore arm64  &amp;lt;a0f71a06ddb83c77b3b59257e4002445&amp;gt; /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x18d598000 - 0x18d598fff FontServices arm64  &amp;lt;c7cd675f737e346db28b52c37065163f&amp;gt; /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18d59c000 - 0x18d67bfff libFontParser.dylib arm64  &amp;lt;48edcd60e46e3b9f9dffab1ae9283706&amp;gt; /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18d798000 - 0x18d7b8fff FrontBoardServices arm64  &amp;lt;17de7a3c55253f02a2d676919d73ccb6&amp;gt; /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18e2e4000 - 0x18e2fdfff GenerationalStorage arm64  &amp;lt;ef901d5502553db4992e914b9d6b9757&amp;gt; /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x18e300000 - 0x18e5bafff GeoServices arm64  &amp;lt;e20d801831213e1184e2af1442e7b197&amp;gt; /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18e5bc000 - 0x18e5cffff GraphicsServices arm64  &amp;lt;b5078b39bd36372190e4ad5e7d991f68&amp;gt; /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18e688000 - 0x18e6f0fff Heimdal arm64  &amp;lt;55335b3900963af28f5af19afd1bfab7&amp;gt; /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18e7a8000 - 0x18e83dfff HomeSharing arm64  &amp;lt;2deb2d5e54523701b2bda5371fc3180a&amp;gt; /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x18e8a8000 - 0x18e90afff IDS arm64  &amp;lt;c3ab13565e513311805a3813291b9c27&amp;gt; /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e90c000 - 0x18e930fff IDSFoundation arm64  &amp;lt;5a05fb27e5083d09b5f289d7560edbee&amp;gt; /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18e9a0000 - 0x18ea62fff IMCore arm64  &amp;lt;44c45bd884f43998acc6e7bdbb57b39d&amp;gt; /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x18eb0c000 - 0x18eb7cfff IMFoundation arm64  &amp;lt;c8aa1eec15b63d05831678746a299da0&amp;gt; /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18eb88000 - 0x18eb8bfff IOAccelerator arm64  &amp;lt;ec8452ce495a3f1088b1c6024e027167&amp;gt; /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x18eb90000 - 0x18eb97fff IOMobileFramebuffer arm64  &amp;lt;c1f736ec9ad732728480d64c59a86f5f&amp;gt; /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x18eb98000 - 0x18eb9efff IOSurface arm64  &amp;lt;719f179613ae37b688ee169eb5ed46fc&amp;gt; /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x18eba0000 - 0x18eba2fff IOSurfaceAccelerator arm64  &amp;lt;3fb692bcaed8321db9c674cf00c5f719&amp;gt; /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x18ec5c000 - 0x18ec63fff IntlPreferences arm64  &amp;lt;1cba014916fa3c5f984e3a0c9f5bfb81&amp;gt; /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x18ec64000 - 0x18eca6fff LanguageModeling arm64  &amp;lt;0f8255591fef33cdb8a91f460e678ccb&amp;gt; /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18ecec000 - 0x18ed33fff MIME arm64  &amp;lt;a86fc4a77b8035428b8f6cc5ffb1d6e9&amp;gt; /System/Library/PrivateFrameworks/MIME.framework/MIME
0x18ed34000 - 0x18ed9dfff MMCS arm64  &amp;lt;cfbd5ad5d8b2301f941b5771aea45078&amp;gt; /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18edf8000 - 0x18ee05fff MailServices arm64  &amp;lt;9072fc33768a3f569ea0bd79c8a7f3aa&amp;gt; /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x18ee48000 - 0x18ef06fff ManagedConfiguration arm64  &amp;lt;43215fab0090325d976c63af94aa02b5&amp;gt; /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18ef14000 - 0x18ef15fff Marco arm64  &amp;lt;374e233c50c2373a8dc5ca0a817b12a4&amp;gt; /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18ef18000 - 0x18ef9efff MediaControlSender arm64  &amp;lt;8042568e5afa3775a7b165d138a799ae&amp;gt; /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x18f054000 - 0x18f069fff MediaRemote arm64  &amp;lt;b54d94f44dcf3147ab669748e7fd1f19&amp;gt; /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18f06c000 - 0x18f07dfff MediaServices arm64  &amp;lt;46469813721c3f6193bbd7fbb4e0a5eb&amp;gt; /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18f080000 - 0x18f09cfff MediaStream arm64  &amp;lt;4192ea8685bd39afb96fed206fa6471f&amp;gt; /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18f118000 - 0x18f214fff Message arm64  &amp;lt;982014080efb3ca187aa0cc993e9818d&amp;gt; /System/Library/PrivateFrameworks/Message.framework/Message
0x18f220000 - 0x18f223fff MessageSupport arm64  &amp;lt;1761532c47103f5092c043296744c01e&amp;gt; /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x18f234000 - 0x18f243fff MobileAsset arm64  &amp;lt;9164537c500e345abf5970138aa9b1dd&amp;gt; /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18f270000 - 0x18f27cfff MobileBluetooth arm64  &amp;lt;d698ec87311e3132b0de7ce0ddcd8fbb&amp;gt; /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18f2a4000 - 0x18f2adfff MobileIcons arm64  &amp;lt;cd577ec393b537bbab28fe4f672f4fe7&amp;gt; /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18f2b0000 - 0x18f2b9fff MobileInstallation arm64  &amp;lt;6a17b4f0b6aa363ba2decf9b6c8167b1&amp;gt; /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x18f2bc000 - 0x18f2cbfff MobileKeyBag arm64  &amp;lt;77b5fa7d33ef319299072ec85128fe37&amp;gt; /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x18f308000 - 0x18f30bfff MobileSystemServices arm64  &amp;lt;9b2bbc93fbb231baa08b41c6aee209ed&amp;gt; /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x18f334000 - 0x18f345fff MobileWiFi arm64  &amp;lt;79c784a6040b35d1b09e97c60b0def58&amp;gt; /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18f394000 - 0x18f56ffff MusicLibrary arm64  &amp;lt;53fbcc46dafd3634b696a9f9878c8f4f&amp;gt; /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x18f624000 - 0x18f62afff Netrb arm64  &amp;lt;b58a090c9a12346a9f4af0d22626f6f3&amp;gt; /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x18f62c000 - 0x18f633fff NetworkStatistics arm64  &amp;lt;8d818200ba99385bbd69dad9dda0319d&amp;gt; /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x18f634000 - 0x18f656fff Notes arm64  &amp;lt;698d570fbdb9362195fdb66aacfaf2d2&amp;gt; /System/Library/PrivateFrameworks/Notes.framework/Notes
0x18f660000 - 0x18f663fff OAuth arm64  &amp;lt;3049cf937f053793a4b97aa26375f1cb&amp;gt; /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18fe38000 - 0x18fe86fff OpenCL arm64  &amp;lt;7350f5063e4232a1a3cc921e47de6ef5&amp;gt; /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x18ffa4000 - 0x18ffccfff PersistentConnection arm64  &amp;lt;b7044531bbf73fcf9b586269283bfb50&amp;gt; /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x19015c000 - 0x190407fff PhotoLibraryServices arm64  &amp;lt;23c817091f2a3485ab0f26b2d0d6da38&amp;gt; /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x190408000 - 0x190411fff PhotosFormats arm64  &amp;lt;507db978788b3714b02acc4a06f33d57&amp;gt; /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x190414000 - 0x190461fff PhysicsKit arm64  &amp;lt;625733e02bc3372ca473ac973020e32e&amp;gt; /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x190464000 - 0x19047efff PlugInKit arm64  &amp;lt;cc8ba22bd61e32a5a80b083d5e0dd86e&amp;gt; /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x190480000 - 0x190488fff PowerLog arm64  &amp;lt;506bca8a5af033a68bbd5958c9f995a7&amp;gt; /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1906dc000 - 0x19079bfff Preferences arm64  &amp;lt;55e92e1b45f5350db713977fadcbecf4&amp;gt; /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x19079c000 - 0x1907e3fff PrintKit arm64  &amp;lt;2181399ad0d331e8934c69d4220f7bcc&amp;gt; /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x1907e8000 - 0x1908a7fff ProofReader arm64  &amp;lt;377a2b68fdcf3fe3be30455084083eb5&amp;gt; /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1908a8000 - 0x1908bbfff ProtectedCloudStorage arm64  &amp;lt;2472946aaf6b3b189d79c0492f24e291&amp;gt; /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1908bc000 - 0x1908cafff ProtocolBuffer arm64  &amp;lt;0a4f092c935c3f5291152d30a2e9e008&amp;gt; /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x190908000 - 0x190986fff Quagga arm64  &amp;lt;a0e7e7857a69346ab1f5c4e065491469&amp;gt; /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x190be4000 - 0x190c85fff SAObjects arm64  &amp;lt;7597eb6e1e253ddbbd70edf507e61315&amp;gt; /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x190e38000 - 0x190e57fff SpringBoardServices arm64  &amp;lt;118627bb068a3a82b87ba8c62583e7a8&amp;gt; /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x19124c000 - 0x191393fff StoreServices arm64  &amp;lt;8c5dfc1c4baf3eaca6420c6af360bf5e&amp;gt; /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x191484000 - 0x191487fff TCC arm64  &amp;lt;0dc32625c39b3087893e5da6ff7dd7b4&amp;gt; /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1914d8000 - 0x19151bfff TelephonyUtilities arm64  &amp;lt;1cb4e1e61c2e3d5580283cd1e3039be4&amp;gt; /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x192674000 - 0x1926a2fff TextInput arm64  &amp;lt;b19843fb56343a97b9e0dd0014231115&amp;gt; /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x192778000 - 0x192851fff UIFoundation arm64  &amp;lt;402e5079593a32a8b49d604f4a1eedeb&amp;gt; /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x192880000 - 0x192883fff UserFS arm64  &amp;lt;da16ebc138783ad7a4a1ed8d0b09bda7&amp;gt; /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1928a4000 - 0x192e5efff VectorKit arm64  &amp;lt;61d4dc6faa333ad987f66465b83811c8&amp;gt; /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1930d4000 - 0x1930f8fff VoiceServices arm64  &amp;lt;116b6fde28453423bd2983d14170dbb3&amp;gt; /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x19319c000 - 0x1931c4fff WebBookmarks arm64  &amp;lt;fb8394570493371c850cdde82c85969d&amp;gt; /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1931e4000 - 0x19410bfff WebCore arm64  &amp;lt;42110cbe7d7e3f899dc1bd4015282fcc&amp;gt; /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19410c000 - 0x1941defff WebKitLegacy arm64  &amp;lt;23c78a31ba4b39cd9286e376281b0e66&amp;gt; /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1943ac000 - 0x1943b3fff XPCKit arm64  &amp;lt;fb860221207438fdb53148328b798493&amp;gt; /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1943b4000 - 0x1943bdfff XPCObjects arm64  &amp;lt;9eb286c27f9333be9f8ed58c733abd7b&amp;gt; /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x1945f0000 - 0x19461afff iCalendar arm64  &amp;lt;36f60138b79e3dada1c790ff60bb86e0&amp;gt; /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x194850000 - 0x194892fff iTunesStore arm64  &amp;lt;76f474c7ddfc3ba1a0cd1218312af163&amp;gt; /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x195140000 - 0x195149fff libAccessibility.dylib arm64  &amp;lt;aa09cdc041b53a05b0161253d121621d&amp;gt; /usr/lib/libAccessibility.dylib
0x1953dc000 - 0x1953f7fff libCRFSuite.dylib arm64  &amp;lt;a41a2f95f1ff30d9a4ab2d6145480db2&amp;gt; /usr/lib/libCRFSuite.dylib
0x195438000 - 0x19556ffff libFosl_dynamic.dylib arm64  &amp;lt;3013ac9596c03e458767997983ac758f&amp;gt; /usr/lib/libFosl_dynamic.dylib
0x195590000 - 0x195591fff libMobileCheckpoint.dylib arm64  &amp;lt;a4ca24f593f73e7fbb91d61a221c9705&amp;gt; /usr/lib/libMobileCheckpoint.dylib
0x195594000 - 0x1955aefff libMobileGestalt.dylib arm64  &amp;lt;f625ec0e13bf3a2f8ba8571b9546444d&amp;gt; /usr/lib/libMobileGestalt.dylib
0x1955e0000 - 0x1955e1fff libSystem.B.dylib arm64  &amp;lt;882b19bba06d348d97fcdaf545163f47&amp;gt; /usr/lib/libSystem.B.dylib
0x195664000 - 0x1956b2fff libTelephonyUtilDynamic.dylib arm64  &amp;lt;a84c6f652ea63a52921b96b6185c531c&amp;gt; /usr/lib/libTelephonyUtilDynamic.dylib
0x1957dc000 - 0x195806fff libarchive.2.dylib arm64  &amp;lt;6e7ce417e487309c8acc744b1b6b523f&amp;gt; /usr/lib/libarchive.2.dylib
0x195808000 - 0x195808fff libassertion_extension.dylib arm64  &amp;lt;9d3b3adf5dde3ecb9a438a367d5b85d1&amp;gt; /usr/lib/libassertion_extension.dylib
0x195848000 - 0x195858fff libbsm.0.dylib arm64  &amp;lt;6651c9abc7b6353c8343d7f0f4e09a23&amp;gt; /usr/lib/libbsm.0.dylib
0x19585c000 - 0x19586cfff libbz2.1.0.dylib arm64  &amp;lt;f6ec1b6a4719369aa059ee3269823a2d&amp;gt; /usr/lib/libbz2.1.0.dylib
0x195870000 - 0x1958c6fff libc++.1.dylib arm64  &amp;lt;c8e65982941e374c95463384e600181d&amp;gt; /usr/lib/libc++.1.dylib
0x1958c8000 - 0x1958eafff libc++abi.dylib arm64  &amp;lt;fd49f85cb61d31b582895366ea6c2d01&amp;gt; /usr/lib/libc++abi.dylib
0x1958f0000 - 0x195901fff libcmph.dylib arm64  &amp;lt;dca2c6c0bd65352b947d537395e23ab9&amp;gt; /usr/lib/libcmph.dylib
0x195904000 - 0x19590cfff libcupolicy.dylib arm64  &amp;lt;1c1cb0caed4f3311bbae03d7e00e6bbc&amp;gt; /usr/lib/libcupolicy.dylib
0x195948000 - 0x195964fff libextension.dylib arm64  &amp;lt;e8ead22587533875b26071dda1330ce1&amp;gt; /usr/lib/libextension.dylib
0x195994000 - 0x195999fff libheimdal-asn1.dylib arm64  &amp;lt;b90901b2ba0338b484b8b447b82293fa&amp;gt; /usr/lib/libheimdal-asn1.dylib
0x19599c000 - 0x195a8ffff libiconv.2.dylib arm64  &amp;lt;3ebb30c258f43c0294bcdeebb48b3fc1&amp;gt; /usr/lib/libiconv.2.dylib
0x195a90000 - 0x195c77fff libicucore.A.dylib arm64  &amp;lt;02e9eb5b92473df89af04da09371417a&amp;gt; /usr/lib/libicucore.A.dylib
0x195c8c000 - 0x195c8dfff liblangid.dylib arm64  &amp;lt;80e626200785352a8d5e98a061ca19b8&amp;gt; /usr/lib/liblangid.dylib
0x195c90000 - 0x195c9cfff liblockdown.dylib arm64  &amp;lt;f53a3d2ac76330f7bd299be0a9206109&amp;gt; /usr/lib/liblockdown.dylib
0x195ca0000 - 0x195cb9fff liblzma.5.dylib arm64  &amp;lt;ac6807960fbd34d9939a070cf6ecf081&amp;gt; /usr/lib/liblzma.5.dylib
0x196090000 - 0x1960a7fff libmis.dylib arm64  &amp;lt;130d691e68403ec2882abd44479e9891&amp;gt; /usr/lib/libmis.dylib
0x1960dc000 - 0x1962d8fff libobjc.A.dylib arm64  &amp;lt;e6224d745a023588af8e5bb67498139a&amp;gt; /usr/lib/libobjc.A.dylib
0x1963c0000 - 0x1963ddfff libresolv.9.dylib arm64  &amp;lt;fd78cddab3e43bd9a7a6440273b15059&amp;gt; /usr/lib/libresolv.9.dylib
0x196410000 - 0x1964e1fff libsqlite3.dylib arm64  &amp;lt;286839512b673f7c938aa79ac70bde15&amp;gt; /usr/lib/libsqlite3.dylib
0x1964e4000 - 0x196536fff libstdc++.6.dylib arm64  &amp;lt;fc1f30ba249639148b4ab9efa739e574&amp;gt; /usr/lib/libstdc++.6.dylib
0x196538000 - 0x19656afff libtidy.A.dylib arm64  &amp;lt;2b69233bafd53bdaafa6d9b1767bbad5&amp;gt; /usr/lib/libtidy.A.dylib
0x19656c000 - 0x196575fff libtzupdate.dylib arm64  &amp;lt;f4e015552f4e354baae69d67893d8669&amp;gt; /usr/lib/libtzupdate.dylib
0x19657c000 - 0x19666afff libxml2.2.dylib arm64  &amp;lt;dbcfe4d423bb3ae48174394f298ad244&amp;gt; /usr/lib/libxml2.2.dylib
0x19666c000 - 0x196695fff libxslt.1.dylib arm64  &amp;lt;f3770c5f8ac3313bbe4ef1258ebf5733&amp;gt; /usr/lib/libxslt.1.dylib
0x196698000 - 0x1966a9fff libz.1.dylib arm64  &amp;lt;2a347410b967358289e8256c913714de&amp;gt; /usr/lib/libz.1.dylib
0x1966ac000 - 0x1966b0fff libcache.dylib arm64  &amp;lt;d322f485769b3fd5a11bc2aff7265fdf&amp;gt; /usr/lib/system/libcache.dylib
0x1966b4000 - 0x1966c0fff libcommonCrypto.dylib arm64  &amp;lt;2aa56db3851c3b24b7eb849f0e289140&amp;gt; /usr/lib/system/libcommonCrypto.dylib
0x1966c4000 - 0x1966c7fff libcompiler_rt.dylib arm64  &amp;lt;65f2a15e126435769154e2a7b44b942e&amp;gt; /usr/lib/system/libcompiler_rt.dylib
0x1966c8000 - 0x1966cffff libcopyfile.dylib arm64  &amp;lt;1f428d2df193398e9e72250952f08953&amp;gt; /usr/lib/system/libcopyfile.dylib
0x1966d0000 - 0x196725fff libcorecrypto.dylib arm64  &amp;lt;4a97f227130a3cbaa0a8c5b561e97314&amp;gt; /usr/lib/system/libcorecrypto.dylib
0x196728000 - 0x19674efff libdispatch.dylib arm64  &amp;lt;e19d74563485344485b6d4457a93e89d&amp;gt; /usr/lib/system/libdispatch.dylib
0x196750000 - 0x196752fff libdyld.dylib arm64  &amp;lt;d5ebc6da536338f5be9bb4c3be2f7716&amp;gt; /usr/lib/system/libdyld.dylib
0x196754000 - 0x196754fff liblaunch.dylib arm64  &amp;lt;da357dcde300321685d77140a4f82e6c&amp;gt; /usr/lib/system/liblaunch.dylib
0x196758000 - 0x19675dfff libmacho.dylib arm64  &amp;lt;cddfd20412643baeb9023095eb2cf29f&amp;gt; /usr/lib/system/libmacho.dylib
0x196760000 - 0x196761fff libremovefile.dylib arm64  &amp;lt;e8124da88b1131f2ac005b75d8559ca7&amp;gt; /usr/lib/system/libremovefile.dylib
0x196764000 - 0x196779fff libsystem_asl.dylib arm64  &amp;lt;17448aec6f7d3498aebcabc8a1598c9a&amp;gt; /usr/lib/system/libsystem_asl.dylib
0x19677c000 - 0x19677dfff libsystem_blocks.dylib arm64  &amp;lt;f38b7145bed330d98d8d79b8362b03de&amp;gt; /usr/lib/system/libsystem_blocks.dylib
0x196780000 - 0x196800fff libsystem_c.dylib arm64  &amp;lt;71df87643ff839bdb9559e4e50bb6eea&amp;gt; /usr/lib/system/libsystem_c.dylib
0x196804000 - 0x196806fff libsystem_configuration.dylib arm64  &amp;lt;37655cc87bb3391b946955b0fbc4384a&amp;gt; /usr/lib/system/libsystem_configuration.dylib
0x196808000 - 0x196809fff libsystem_coreservices.dylib arm64  &amp;lt;a8e2019df4123295bf71800fa1bd73be&amp;gt; /usr/lib/system/libsystem_coreservices.dylib
0x19680c000 - 0x19681cfff libsystem_coretls.dylib arm64  &amp;lt;e837369c4d623fc7adb19a892b03aba8&amp;gt; /usr/lib/system/libsystem_coretls.dylib
0x196820000 - 0x196828fff libsystem_dnssd.dylib arm64  &amp;lt;18b39491d06c3fa18c810118f03143ee&amp;gt; /usr/lib/system/libsystem_dnssd.dylib
0x19682c000 - 0x19684dfff libsystem_info.dylib arm64  &amp;lt;72514f76b03335729f18da536331df97&amp;gt; /usr/lib/system/libsystem_info.dylib
0x196850000 - 0x196870fff libsystem_kernel.dylib arm64  &amp;lt;ccacc11311c23f8f8fa58f58ce96be0f&amp;gt; /usr/lib/system/libsystem_kernel.dylib
0x196874000 - 0x196890fff libsystem_m.dylib arm64  &amp;lt;e25dbaa110a03706a8ea7e0709ec385a&amp;gt; /usr/lib/system/libsystem_m.dylib
0x196894000 - 0x1968adfff libsystem_malloc.dylib arm64  &amp;lt;bb0250acb085340ea6689a755edc5515&amp;gt; /usr/lib/system/libsystem_malloc.dylib
0x1968b0000 - 0x1968e7fff libsystem_network.dylib arm64  &amp;lt;d7b99c2b98ff3affbe5a8743121419d2&amp;gt; /usr/lib/system/libsystem_network.dylib
0x1968e8000 - 0x1968eefff libsystem_networkextension.dylib arm64  &amp;lt;8248d7bdf0bd3e0b9d2a5ba10b238921&amp;gt; /usr/lib/system/libsystem_networkextension.dylib
0x1968f0000 - 0x1968fafff libsystem_notify.dylib arm64  &amp;lt;4a9bcea2df8d351f987d0e9f84406427&amp;gt; /usr/lib/system/libsystem_notify.dylib
0x1968fc000 - 0x196900fff libsystem_platform.dylib arm64  &amp;lt;03902be9733b35d2b193cf8724a8d95a&amp;gt; /usr/lib/system/libsystem_platform.dylib
0x196904000 - 0x19690cfff libsystem_pthread.dylib arm64  &amp;lt;ffbb6452a3e531969e9571cd95896210&amp;gt; /usr/lib/system/libsystem_pthread.dylib
0x196910000 - 0x196912fff libsystem_sandbox.dylib arm64  &amp;lt;b8d755b4fc043ad791277d6a8cf0b4b6&amp;gt; /usr/lib/system/libsystem_sandbox.dylib
0x196914000 - 0x196917fff libsystem_stats.dylib arm64  &amp;lt;e2b3982965873f27b542a1a81f212b5b&amp;gt; /usr/lib/system/libsystem_stats.dylib
0x196918000 - 0x19691efff libsystem_trace.dylib arm64  &amp;lt;122df0fd03b43a8f82ed69916c95524a&amp;gt; /usr/lib/system/libsystem_trace.dylib
0x196920000 - 0x196925fff libunwind.dylib arm64  &amp;lt;0c07617876a43cacbde6104a2b75f4f2&amp;gt; /usr/lib/system/libunwind.dylib
0x196928000 - 0x19694bfff libxpc.dylib arm64  &amp;lt;2a02e77c431732e292fbe37af8747b2e&amp;gt; /usr/lib/system/libxpc.dylib 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:53:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11000#M459</guid>
      <dc:creator>EZStuff S.</dc:creator>
      <dc:date>2015-02-03T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11001#M460</link>
      <description>&lt;P&gt;Thanks! We'll take a look.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 07:32:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11001#M460</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-04T07:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11002#M461</link>
      <description>&lt;P&gt;We looked over this again, and there certainly seems to be something unusual going on, but unfortunately we won't be able to investigate without reproducing it. Do you know if there's anything unusual about your app's configuration? The best thing to help here would be if you could reproduce this in a sample project you can send us. Maybe there's something about the configuration unique to your app you could replicate.&lt;/P&gt;

&lt;P&gt;Also, what device(s) have you seen and not seen this on?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:32:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11002#M461</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-05T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11003#M462</link>
      <description>&lt;P&gt;Darn - was hoping for an easy solution :).  The only thing unique about our configuration is that we do use several 3rd party frameworks and libraries including ArcGIS, GDAL and all it's support libraries.  I'm wondering if one of their or one of my headers has a conflicting setting as the app actually doesn't invoke anything much before this happens as in the application launch where it fails.  I will have to do this the hard way and start removing stuff from the app until it works again or is a reasonable size that you can look at.&lt;/P&gt;

&lt;P&gt;I did have to modify the linker flags to the following "-ObjC -framework ArcGIS -l c++"&lt;/P&gt;

&lt;P&gt;I've currently seen this on all the devices that I have - iphone4s, iphone6 and iPad air and of course the simulator.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 00:38:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11003#M462</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-02-06T00:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11004#M463</link>
      <description>&lt;P&gt;Thanks for the information. I was able to reproduce the crash by adding ArcGIS. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; &lt;/P&gt;

&lt;P&gt;We'll investigate it using this reproduction. &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 03:46:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11004#M463</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-06T03:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11005#M464</link>
      <description>&lt;P&gt;Awesome! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:20:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11005#M464</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-02-06T10:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11006#M465</link>
      <description>&lt;P&gt;Just wondering if there is any progress on this.  We are trying to establish a timeline to have a 64-bit version of the app (before Apple's deadline) and need a solution to this problem before we can create the 64-bit version.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 04:54:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11006#M465</guid>
      <dc:creator>Kathy L.</dc:creator>
      <dc:date>2015-02-28T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simulator suddenly crashing on DBFileSystem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11007#M466</link>
      <description>&lt;P&gt;Sorry, no news on this right now.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 04:55:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simulator-suddenly-crashing-on-DBFileSystem/m-p/11007#M466</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-28T04:55:31Z</dc:date>
    </item>
  </channel>
</rss>

