iOS crash FigBaseObjectFinalize -


i have video editor app,recently got crash message log told me app crashed @ internalremoteassetnotificationqueue.i have not met crash message before,want know kind of problem this,are there solutions solve this? update:this crash log have got

crashed: internalremoteassetnotificationqueue 0  coremedia                      0x19580b4ec figbaseobjectfinalize + 20 1  corefoundation                 0x192ee3a74 _cfrelease + 216 2  corefoundation                 0x192ee3a74 _cfrelease + 216 3  coremedia                      0x195823208 figdeferredpostnotification + 48 4  libdispatch.dylib              0x191dbd1c0 _dispatch_client_callout + 16 5  libdispatch.dylib              0x191dcb444 _dispatch_queue_serial_drain + 928 6  libdispatch.dylib              0x191dc09a8 _dispatch_queue_invoke + 652 7  libdispatch.dylib              0x191dcd38c _dispatch_root_queue_drain + 572 8  libdispatch.dylib              0x191dcd0ec _dispatch_worker_thread3 + 124 9  libsystem_pthread.dylib        0x191fc52c8 _pthread_wqthread + 1288 10 libsystem_pthread.dylib        0x191fc4db4 start_wqthread + 4 


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -